@charset 'UTF-8';

@import "calendar.css";

@import "dialog.css";

/* CSS Document */ /* CSS Reset */
* {
	font-family: inherit;
}

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,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;
}

small {
	font-size: 75%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	/*	border-spacing:0;*/
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/* CSS Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /* CSS Generic */
body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #343434;
	line-height: 1.5em;
	background: #000 url(../i/bg.png) fixed repeat-x;
}

a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover,a:active {
	color: #0066CC;
	text-decoration: underline;
}

hr {
	display: none;
}

h1 {
	font-size: 1.8em;
}

h1.hidden a {
	display: block;
	width: 250px;
	height: 75px;
	text-indent: -999em;
}

h2 {
	font-size: 1.2em;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#header {
	float: left;
	width: 920px;
	padding: 10px 20px 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #dce8eb;
}

#header .logo {
	float: left;
	width: 250px;
	height: 75px;
	margin-top:21px;
}

#header #auth_info {
	float: right;
	text-align: right;
	margin-top: -5px;
}

#header .topmenu {
	float: right;
	width: 520px;
	height: 34px;
	margin-top: 11px;
	font-size: 1.4em;
	border: 1px solid #dce8eb;
	background: url(../i/topmenubg.gif) repeat-x;
}
#header .topmenu .topmenulog {
	color:#0066CC !important;
	display:block;
	float:right;
	font-size:12px;
	padding-top:5px;
}
#header .topmenu .topmenulog a {color:#0066CC !important;}
#header .topmenu li {
	float: left;
	display: inline;
	padding: 7px 10px 7px 10px;
	color: black;
}

#header .topmenu li a,#header .topmenu li a:visited {
	color: #555555;
	text-decoration: none;
}

#header .topmenu li a:hover,#header .topmenu li a:active {
	text-decoration: underline;
}

#content {
	float: left;
	padding: 0 20px 20px;
	background: #fff;
}

#content #topspacer {
	float: left;
	width: 780px;
	height: 20px;
}

#content #errors {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	padding: 10px;
	margin: 10px 0 10px 0;
	font-size: 10pt;
}

#content #messages {
	background-color: #EBFFE8;
	border: 1px solid #3CDD10;
	padding: 10px;
	margin: 10px 0 10px 0;
	font-size: 10pt;
}

#content .fullcol {
	float: left;
	width: 780px;
}

.fullcol p {
	padding-bottom: 10px;
}

#content .fullcol table#providers table.vcategory {
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #dce8eb;
}

#content .fullcol table#providers table.vcategory td {
	padding: 5px;
	vertical-align: top;
}

#content .firstcol {
	float: left;
	width: 595px;
	margin-right: 35px;
	border-right: 1px solid #dce8eb;
}

#content .firstcol .row {
	float: left;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dce8eb;
}

#content .firstcol .row .topvideobox {
	float: left;
	width: 230px;
	padding: 5px;
}

#content .firstcol .row .videobox {
	float: left;
	width: 475px;
	padding: 5px;
}

#content .firstcol .row .dailybox {
	float: left;
	width: 488px;
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #dce8eb;
	background-color: #EEEEEE;
}

#content .firstcol .row .dailygrouphdr {
	float: left;
	width: 450px;
	margin: 10px 0 5px 0;
	font-size: 10pt;
	font-weight: bold;
}

#content .firstcol .row .dailybox:hover {
	background-color: #E2E2E2;
	border: 1px solid #ccc;
}

#content .firstcol .row .dailybox img {
	float: left;
	padding-right: 10px;
}

#content .secondcol {
	float: left;
	width: 284px;
}

#content .secondcol .topsearchbox {
	float: left;
	width: 270px;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #dce8eb;
	background-color: #e7f8ff;
}

#content .secondcol .topsearchbox:hover {
	background-color: #dcf5ff;
	border: 1px solid #ccc;
}

#content .secondcol .row {
	float: left;
	margin-bottom: 20px;
}

#content .secondcol .videodetails {
	float: left;
	width: 270px;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #dce8eb;
	background-color: #ebebeb;
}

#content .secondcol input.text {
	width: 195px;
	margin-right: 5px;
}

.dailybox a {
	font-size: 130%;
	font-family: "Trebuchet MS", verdana;
}

#content .firstcol .row .pager {
	float: left;
	width: 450px;
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #dce8eb;
	background-color: #ffffff;
	text-align: center;
}

#content .fullcol .row {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dce8eb;
}

#content .fullcol .row .dailybox {
	width: 97%;
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #dce8eb;
	background-color: #EEEEEE;
}

div.eip_actions,div.eip_actions * {
	clear: both;
	font-size: 8pt !important;
	font-weight: normal !important;
	color: red !important;
}

form#eip_form * {
	font-size: 100%;
	width: 98%;
}

div#submenu {
	margin-bottom: 15px;
}

span.h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.staff_action {
	font-size: 0.9em;
	color: red;
}

a.staff_action {
	color: red !important;
}

table.list {
	width: 100%;
	border: 1px solid #dce8eb;
}

table.list th {
	background-image: url('../i/topmenubg.gif');
	background-repeat: repeat-x;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}

table.list td {
	padding: 0 3px 0 3px;
	vertical-align: middle;
}

table.form {
	width: 100%;
}

table.form td {
	padding: 3px;
}

table.form td.optname,table.form td.optvalue {
	width: 150px;
	vertical-align: top;
}

table.form td.optvalue input.text,table.form td.optvalue select.text {
	width: 250px;
	font-size: 100%;
}

table.form td.optvalue textarea.text {
	width: 250px;
	height: 100px;
	font-size: 100%;
}

table.form td.optmore {
	padding-left: 20px;
	vertical-align: top;
}