/*
<%@ Import Namespace="Agi.Online.Framework.EnvironmentManager" %>
<%@ Page Language="C#" %>
*/

/* Element */
td
{
	text-align: center;
	padding: 5px;
}

thead tr td
{
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Arial Black' , Arial;
}

table
{
	margin: auto;
}

/************************** Classes **************************/
.title, #rvType .title, .showTitle
{
	text-align: center;
	text-transform: capitalize;
	color: #034784;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
}
.showTitle
{
	text-align:left;
}
.boxTitle, .boxTitleLeft
{
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Arial Black' , Arial;
	margin-bottom: -6px;
}

.boxTitleLeft
{
	text-align: left;
}

.formElement
{
	margin-top: 13px;
}

.formText
{
	font-family: Arial Narrow;
	font-size: 14px;
}

.formElement > input[type="image"]
{
	vertical-align: middle;
}

/************************** Element IDs **************************/
#main
{
	width: 800px;
	margin-right: 15px;
}

#towerAd
{
	width: 160px;
	text-align: center;
	margin-bottom: 15px;
}

#towerAdTop
{
	margin-bottom: 15px;
}

#rvPic
{
	margin-bottom: 5px;
	margin-right: 5px;
}

#rvType
{
	height: 198px;
	overflow: hidden;
	text-align: center;
	color: Black;
	width: 97px; /*height: 204px;*/
	padding-top: 5px;
	background-image: url(/images/backgrounds/home/rvType.gif);
	background-repeat: no-repeat;
}

#rvType .title, #rvType a
{
	color: Black;
}

#rvType > hr
{
	text-align: center;
	margin: 0 auto;
	color: #CCC;
	width: 85px;
	height: 1px;
}

#rvTypeBody ul
{
	text-align: left;
	margin: 0;
	padding: 0;
}
#rvTypeContent
{
	border-bottom: 1px solid rgb(204, 204, 204);
	width: 93px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
#rvTypeBody li
{
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 7px;
}

#rvText
{
	padding: 4px 5px 10px 10px;
	height: 55px;
	width: 451px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 12px;
	background-image: url(/images/backgrounds/home/rvText.gif);
	background-repeat: no-repeat;
	position: relative;
}

#rvText .title
{
	font-size: 13px;
}
#rvText .readMore
{
	position: absolute;
	top: 51px;
	left: 400px;
	font-size: 12px;
	cursor: pointer;
}

#search
{
	height: 240px;
	width: 262px;
	margin-bottom: 15px;
	padding: 25px 25px 5px 25px;
	background-image: url(/images/backgrounds/home/search.gif);
	font-size: 14px;
}

#research
{
	height: 298px;
	width: 313px;
	background-image: url(/images/backgrounds/home/research.gif);
	background-repeat: no-repeat;
}
#research a
{
	color: Black;
}
.rolloutSpotlight
{
	width: 180px;
	margin: 8px auto;
}
#mainTopLeftAd
{
	margin-bottom: 10px;
	width: 468px;
	height: 60px;
	max-height: 60px;
	max-width: 468px;
}

#rvRollout, #rvSpotlight
{
	height: 215px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#rvRollout
{
	width: 232px;
	margin-right: 10px;
	background-image: url(/images/backgrounds/home/rollout.gif);
}

#rvSpotlight
{
	width: 223px;
	background-image: url(/images/backgrounds/home/spotlight.gif);
}

#rvResources
{
	width: 232px;
	margin-right: 10px;
}

#rvResources ul, #rvShows ul
{
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#rvResources li, #rvShows li
{
	list-style-type: square;
	margin-left: 17px;
	padding: 0 10px 0 0;
	font-size: 11px;
}

#rvResources li
{
	font-weight: bold;
	padding: 5px 0 0 0;
	color: Black;
}
#rvResources li a
{
	color: Black;
	font-size: 11px;
}

#rvShows
{
	width: 223px;
}

#rvShowsBottom
{
	padding: 5px 5px 5px 17px;
}

#rvShows li
{
	border-bottom: dashed 1px #CCC;
	padding: 5px 5px 5px 0;
}

#rvShows li *
{
	color: Black;
	text-decoration: none;
	font-size: 11px;
}

#pollQuestions
{
	width: 313px;
}

.pollControl
{
	width: 100%;
}
.pollResultsLink
{
	margin-top: 5px;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: normal;
}
.pollControl td
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.pollControl td.answers
{
	margin: 5px 0 0 10px;
	font-weight: normal;
	font-size: 11px;
}
