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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000;
	background: #eee;
}
table tr td {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 100%;
}
p {
    font-size: 12px;
    line-height: 100%;
}

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

a:hover {
    color:#ccc;
}

a:focus {
    outline:none;
}

a img {
    border:none;
}

#wrapper {
    width:925px;
    margin: 0 auto;
	background: url(../img/logo.png) no-repeat;
	padding-left: 54px;
}

#header {
	height: 100px;
}

#info {
	height:142px;
	width:362px;
	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 {
	clear: both;
	display: block;	
	height: 40px;
	background: url(../img/bar_bg.gif) repeat-x;
}

#footer img {
    position:relative;
}

* &gt; #footer {
}

a #footer {
    cursor:pointer;
}

#videoframe {
    width: 384px;
    height: 216px;
    background: #000;
    float: left;
}

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

#rightcolumn {
	float:right;
}

#slide_frame {
	background: #fff;
	overflow: auto;
	width: 520px;
	height: 390px;
}

#slidebg {
	background: #fff;	
	border:1px solid #999;
}

#content {
	padding-top: 20px;
}

#content.page {
	margin-left: 10px;
	margin: 12px 0 12px 10px;
	border: 8px #f2f2f2 solid;
	padding: 25px
}

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

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

.tabs li {
    display: inline;
}

.tabs a {
	float: left;
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	background: #eee;
	color: #333;
	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, .tabs a.selected {
	background: #fff;
	color: #333;
}

.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 {
	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;
	width: 80%;
}

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 solid #cccccc;
	padding: 4px;
}

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

input[type=button], input[type=submit] {
	margin-left: 150px;
	font-size: 120%;
	padding: 5px 25px;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
	background-image: -moz-linear-gradient(top, #f2f2f2, #777777);
	border-color: #333;
	color: #000;
	text-shadow: #fff 0px 1px 0px;	
}

#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;
}

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%;
}

fieldset {
	margin-top: 15px;
	margin-bottom: 0;
}

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

.message {
	padding: 5px;
	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;
}

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

.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;
}
