﻿body
{
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color:#000000;
	background: #FFFFFF;
}

a {
	text-decoration: none;
	color:#333;
}
a:hover
{
	color:Maroon;
}
a:active
{
	color:Black;
}

.error { color: #B90000; }
.small error { font-size: .8em; }


/* ----------------------- Ads ----------------------- */
.topAd img
{
	position:absolute;
	width:728px;
	height:90px;
	top:0px;
	left:0px;
}

.sideAd img
{
	position:absolute;
	width:120px;
	height:600px;
	top:90px;
	left:0px;
}


/* --------------------- Webcast --------------------- */

/* div that wraps webcast, title and description */
#webcast
{
	position:absolute;
	width:600px;
	height:320px;
	top:90px;
	left:120px;
}

/* span that wraps player object */
#webcastplayer
{
	position:relative;
	top:10px;
	left:10px;
	float:left;
}

/* span that wraps title and description */
#webcasttext
{
	position:relative;
	width:280px;
	height:315px;
	top:10px;
	left:20px;
	float:left;
	overflow:scroll;
}

.main_title       { font-weight:bold;  font-size:1.4em; }
.main_description { font-style:italic; font-size:1em; }


/* ------------------ Webcasts Grid ------------------ */
.gridheader 
{
	position:absolute;
	width:600px;
	height:25px;
	top:400px;
	left:128px;
	display:inline-block;
	background-color:#CCCCCC;
	font-size:.8em;
	font-weight:bold;
}

.gridheader #tools
{
	margin-right:0px;
	float:right;
}

.gridheader #lblTableHeader
{
	margin: 3px 0 0 10px;
	float:left;
	font-size:1.2em;
}

/* div that wraps gridview */
.webcastsgrid 
{
	position:absolute;
	height:265px;
	top:425px;
	left:128px;
	width:600px;
	overflow:auto;
	background-color:#EEE;
	/*margin-top:100px;
	margin-left:auto;
	margin-right:auto;*/
}

.gridviewrow
{
	vertical-align:text-top; /* for IE */
	vertical-align:top;  /* for non-IE */
}

.row_title       { line-height:2em; font-weight:bold;  font-size:1em; }
.row_description { line-height:1.4em; font-style:italic; font-size:.8em; }

.thumbnail { width:120px; }
.thumbnail img { width:60px; height:80px; margin:5px 5px 0px 5px; }
