html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:25px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #eee;
}

body.expanded #video_frame {
	width: 944px;
	height: 531px;
}

body.expanded #video_container, body.expanded #video_container_wrapper {
	width: 944px;
	height: 531px;
}

body.expanded #info {
	width: 924px;
}

body.expanded #content {
	width: 100%;
}

body.expanded #leftcolumn {
	width: 100%;
}

table tr td {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 100%;
}

p {
    font-size: 12px;
    line-height: 130%;
}

a {
    color:#333;
    text-decoration:none;
}

a:hover {
    color:#ccc;
}

a:focus {
    outline:none;
}

a img {
    border:none;
}

h2 {
    margin:0;
    padding:0;
    font-size:14px;
}

#wrapper {
    width:955px;
    margin: 20px auto 0 auto;
	border: 8px #f2f2f2 solid;
	background: #fff;
	padding: 10px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;	
}

#header {
	height: 100px;
}

#info {
	height:151px;
	width:396px;
	margin-top:10px;
	padding: 10px;
	border: 1px #ccc solid;
	overflow: auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
}

#footer {
	color: #999;
	height: 40px;
	text-shadow: #fff 0 1px 0;
	border-top: 1px #ccc solid;
	padding: 15px;
	margin-top: 50px;
	text-transform: uppercase
}

#footer .left {
	float: left;
	width: 50%;
}

#footer .right {
	float: left;
	text-align: right;
	width: 50%;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #286d95
}

#leftcolumn {
	float: left;
	display: inline;
	width: auto;
}

#rightcolumn {
	float:right;
}

#slide_frame {
	background: #fff;
	overflow: auto;
	width: 520px;
	height: 390px;
	border:1px solid #999;
}

#video_frame {
	width: 416px;
	height: 234px;
}

#content {
	padding-top: 20px;
}

#content.page {
	margin: 12px 0;
	padding: 25px;
}

.tabs {
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 11px;
}

.tabs ul {
    list-style: none;
    display: inline;
    margin-top: 0;
    padding: 0;
}

.tabs li {
	background: #000;
    display: inline;
	margin-left: 0;
}

.tabs a {
	float: left;
	display:block;
	padding: 3px 25px;
	font-weight:bold;
	border: 1px #ccc solid;	
	margin-top: -1px;
	margin-right: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.tabs a:hover {
	background: #f9f9f9;
	color: #000;
}

.tabs a.selected {
	background: #f2f2f2;
}

.tabs a.selected {
	border-top: 1px #fff solid;
}

form .required {
	font-weight: bold;
}

form .required label:after, form .required.radio legend:after {
	color: #e32;
	content: ' *';
	display:inline;
}

form .radio label {
	font-weight: normal;
}

form .radio label:after {
	content: ''
}

form .radio {
	/*width: 80%;*/
}

#feedback form .radio label {
	display: block;
	clear: none;
}

#feedback form input[type=radio] {
	display: block;
	float: left;
	clear: left;
}

#feedback form .radio {
	/*
	padding-left: 40px;
	background: url(http://static.unique-media.tv/img/generic/thumbs_up.gif) no-repeat bottom right, url(http://static.unique-media.tv/img/generic/thumbs_down.gif) no-repeat bottom left;
	*/
}

form .textarea {
	margin-bottom: 20px;
}

label{
	width:150px;
	float:left;
	margin-top: 5px;
}

#info label{
	width:100px;
}

form ul li {
	margin-bottom: 8px;
	margin-left: 0;
}

input, select {
	margin: 5px 0;
	font-size: 10pt;
	border: 1px #ccc solid;
	padding: 8px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus, select:focus, textarea:focus {
	border: 1px #999 solid
}

input[type=text] {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

input[type=button], input[type=submit] {
	margin-left: 150px;
	padding: 5px 25px;
	background: #f2f2f2;
	border-color: #999;
	color: #555;
	text-shadow: #fff 0px 1px 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type=button]:hover, input[type=submit]:hover {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3));
	background-image: -moz-linear-gradient(top, #f2f2f2, #e3e3e3);
	color: #000;
	border-color: #888;	
}

#info input[type=submit] {
	margin-left: 100px;
}

input[type=button] {
	margin-left: 0;
}

div.checkbox input[type=checkbox] {
	display: block;
	float: left;
	clear: left;
	margin: 7px 6px 7px 2px;
	border:none;
	width: auto;
}

div.checkbox label {
	display: block;
	clear: none;
	width: 300px;
	margin-left: 5px;
	margin-right: 15px;
}

div.checkbox {
	margin: 10px 0;
	width: 600px;
}

input[type=radio] {
	float:left;
	display: inline;
	width: auto;
	border: 0;
}

div.radio label {
	margin-left: 4px;
	margin-right: 15px;
	width: auto;
}

textarea {
	width: 240px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
}

div.indent {
	clear: both;
	margin-left: 100px;
}

.message {
	padding: 5px 10px;
	margin-bottom: 10px;
}

.error, .error-dialog {
	border: 0;
	background: #c73e14;
	color: #fff;
}

form .error-message {
	margin-left: 150px;
	color: #bb2713;
}

form .error {
	background: none;
	color: #c73e14;
}

.hidden{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.slideimage{
    margin:0;
}

.quote{
    color:#0072B5;
}

/* the overlayed element */
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#fff;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay iframe {
	width: 800px;
	height: 600px;
}

.simple_overlay div.text {
	width: 400px;
	padding: 25px;
	font-size: 140%;
	text-align: center;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.clear {
	clear: both;
}

#ringbacks label {
    font-size: 10px;
}

a.button {
	display:inline-block;
	text-align:center;
	text-decoration: none;
	padding: .2em .5em .2em .5em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color:#fff;
	background:#888;
	border:1px solid #444;
	margin-top: 10px;
}

a.button:hover {
	background: #555;
}
