﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCEFF2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFix {
	background-color: #CCEFF2;
}

.thrColFix #container { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*Header Styles*/
.thrColFix #header { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 120px;
	background: #FFFFFF;
	margin: 0px 0px 2px 0px; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px thin #000000;
	border-right: 1px thin #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('../images/rpac_web_banner.jpg') 
} 

.thrColFix #header a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.thrColFix #header a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.thrColFix #header a:visited{
	color: #FFFFFF;


}



.thrColFix #navbar { 
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 22px;
	background-color: #993333; 
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px thin #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	padding: 0px 0px 0px 20px; 
	
} 
.thrColFix #banner { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 153px;*/
	background: #FFFFFF;
	/*display: inline;*/
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px thin #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

/*.thrColFix #banner img{width:1005px;}*/
/*Header Styles End*/


/*Left Content Container Styles*/

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 322px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	font: 12px verdana;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;

}

#sidebar1 a{
	text-decoration: none;
	color: #2ba0a7;
	float: right;
}

#sidebar1 a:hover{
	text-decoration: underline;
	color: #2ba0a7;
	float: right;
}

#sidebar1 a:active{
	color: #2ba0a7;
	float: right;
	font-weight: bold;
}

#sidebar2 #feature a{
	text-decoration: none;
	color: #2ba0a7;
	float: right;
}

#sidebar2 #feature a:hover{
	text-decoration: underline;
	color: #2ba0a7;
	float: right;
}

#sidebar2 #feature a:active{
	color: #2ba0a7;
	float: right;
	font-weight: bold;
}



#feature {
	border: 1px #999999 solid;
	margin-bottom: 20px;

}

#PerformanceViewer {
	border: 1px #999999 solid;
	margin-top: 0px;
	margin-bottom: 20px;
	
}


#enewssubscribe {
	border: 1px #999999 solid;

}

.boxtitle {
	background-color: #2ba0a7;
	padding: 5px;
	font: 12px verdana;
	color: #FFFFFF;
	font-weight: bold;
	width: 310px;
}

.boxcontent {
	width: 310px;
	background-color: #FFFFFF;
	color: #333333;
}

.boxcontent TD {
	padding: 5px;
}

.boxcontent img{
	margin-left: 10px;
	float: right;
}


.subscribetxt {
	width: 110px;
	float: left;
}

.subscribeinput {
	width: 155px;
	float: left;

}

/*End of Left Content Container Styles*/


/*Right Content Container Styles*/

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #E6F8F9;*/ /*#CCEFF2;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color: #333333;
	font: 12px verdana;
	margin-bottom: 20px;
	/*DW testing 02-12-08
	min-height: 250px;
	_height: 250px;*/
	margin-top: 20px;
	margin-right: 20px;
	
	display: inline;
}

.thrColFix #sidebar2 #UpcomingPerformances{
	width: 285px;
	background: #E6F8F9;
	border: #999999 1px solid;
	margin-bottom: 20px;
}


#sidebar2 a{
	text-decoration: none;
	color: #555555;
	
}

#sidebar2 a:hover{
	text-decoration: underline;
	color: #555555;

}

#sidebar2 a:active{

	color: #555555;
	font-weight: bold;

}

.thrColFix #sidebar2 li{
	list-style-image: url('../images/bullet.gif');
	marker-offsett: 1px;
	margin-top: 5px
}

.thrColFix #sidebar2 .boxtitle{
	background-color: #2ba0a7;
	padding: 5px;
	font: 12px verdana;
	color: #FFFFFF;
	font-weight: bold;
	width: 275px;
}

.thrColFix #sidebar2 table {
	/*background: #E6F8F9;*/
	/*background: #993333; Not sure why it is this color*//* the background color will be displayed for the length of the content in the column, but no further */
	/*background-image: url('../../PublishingImages/telerikgrid.jpg');
	background-repeat: repeat;
	border: 0px;*/
}

.thrColFix #sidebar2 table li{
	list-style-image: url('../images/bullet.gif');
	marker-offset: 2px; 
}

/*End of Right Content Container Styles*/










.thrColFix #mainContent { 
	margin: 20px 0px 0 357px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #999999;
	/*DW testing 02-12-08
	height: 545px;
	min-height: 600px;*/
	height: auto;
	color: #666666;
	font-size: 12px;
	width: 300px;
	margin-bottom: 20px;
	
	
}


.thrColFix #mainContent a{ 
	color: #2ba0a7;
	text-decoration: none;
	
}

.thrColFix #mainContent a:hover{ 
	color: #2ba0a7;
	text-decoration: underline;
	
}



h1 {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2ba0a7;
	padding: 5px;
	font-size:12px;

	
}

h2 {
	width: 100%;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #2ba0a7;
	font-size:12px;

}


h3 {
	width: 100%;
}











.thrColFix #Performanceinfo { 
	margin: 20px 0px 20px 360px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #999999 dashed;
	width: 600px;
	/*float: left;*/
	font: 12px verdana;
	_height: 300px;
	min-height: 300px;


}

.thrColFix #Performanceinfo li { 
	list-style-image: url('../images/bullet_aqua.gif');
	marker-offset: 2px;
}

.thrColFix #Performanceinfo a { 
	text-decoration: none;
	color: #2ba0a7;
	font-weight: bold;
}

.thrColFix #Performanceinfo a:hover { 
	text-decoration: underline;
	color: #2ba0a7;
	font-weight: bold;
}

.thrColFix #Performanceinfo a:active{
	color: #2ba0a7;
	font-weight: bold;
}

.thrColFix #Performanceinfo a:visited{
	color: #2ba0a7;
}


#mainContent li{
	color: #333333;
	list-style-image: url('../images/bullet_aqua.gif');
	marker-offset: 2px;

}



#performancetitle {
	float: left;
	width: 100%;
	font: 18px verdana;
	font-weight: bold;
	margin-top:25px;
	margin-bottom:25px;
	
}


.performancetags {
	
	
	font-weight: bold;
	
	
}

.performanceinfo {
	
	
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 60px;
}

#performancepicture {
	
	float: right;
	margin-bottom:10px;
	margin-left: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#siteactionsmenu {
	float: right;
	width: 100px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	display: inline;
}

#searchnav {
	float:right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	display: inline;
}

#search {
	float:right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}


.radmenu {
	display: none;
}

.gridheader_default {
	display: none;
}

.gridrow_default {
	border: 0px;
}

.gridaltrow_default {
	border: 0px;

}

.radgrid_default {
	background-color: #993333;
}


.ms-sbscopes {
	display: none;
}

#webpartWPQ2 {
	display: none;
}


#richimagefield1 {
	width: 950px;
}

.bannerpicfield {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 1005px;
}

.performancecontent {
	padding-left: 10px;
}

.rightsidecontent {
	padding-right: 10px;	
	
}





/*Footer Styles*/
#footer {
	background-color: #993333;
	height: 22px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 965px;
	text-align: left;
	padding: 6px 20px 0px 20px;
	float: right;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


#TermsofUse {
	float: left;
	width: 110px;
}


#Initiative {
	float: right;
	width: 510px;
	text-align: right;
}
/*End of Footer Styles*/

.ProgramContainer {
	width: 100%;
}

.ProgramPicture {
	float: left;
	width: 150px;
	margin-right: 20px;

}

.ProgramContent {
	float: left;
	width: 420px;
}

.ProgramLink li{
	margin-left: 100px;
	
}

#RightCell {
	display: none;
}

#MainLeftCell {
	padding-left: 20px;
	padding-right: 20px;
	width: 1005px;
}

.srch-URL a {
	color: #2ba0a7;
}

.global_navContainer{
margin-top: 0px;
}
.global_nav{
border-left:solid 1px #ffffff;
font-family:arial;
font-size:12px;
background-color:#993333;
color:#FFFFFF;
border-top: 0px;
border-right: 0px;
}
.global_nav a{
display:block;
white-space:nowrap;
padding:0px 8px 0px 8px;
height:15px;
font-weight: bold;
font-size:12px;
background-image: none;
color: #FFFFFF;
text-decoration: none;
}

.global_nav a:hover{
display:block;
white-space:nowrap;
padding:0px 8px 0px 8px;
height:15px;
font-weight: bold;
font-size:12px;
background-image: none;
color: #FFFFFF;
text-decoration: underline;
}








.global_navselected{
color:#FFFFFF;
font-weight:bold;

background-color:#993333;
}

.global_navselected a{
color:#FFFFFF;
}

.global_navHover{
background-color:#993333;
color:#FFFFFF;
}

.global_navHover a{
color:#FFFFFF;
text-decoration: underline;
}

.global_nav img{
display: none;
}

.global_navFlyOutsContainer
{
border:solid 1px #c2dcff;
}

.global_navFlyOuts{
background-color:#e6f8f9;
font-family:Tahoma;
font-size:8pt;
}

.ms-topNavFlyOuts tr:hover{
background-color:#cceff2;
}

.global_navFlyOuts a{
display:block;
*width:120px;
min-width:120px;
color:#2ba0a7;
padding:4px 8px 4px 8px;
}

.global_navFlyOutsHover{
background-color:#cceff2;
color:#000000;
}

.mainnav {
	margin-top: 3px;
}

.mainnav td {
	font-size: 12px;
}

.mainnav a {
	font-family: Arial;
	font-size: 12px !important;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.mainnav td {
	padding-right: 5px;
}

table.rsc-topNavFlyOuts {
	padding: 5px;
	background-color: #e6f8f9;
	border: 1px solid #2ba0a7;
}

.rsc-topNavFlyOuts {
	
	font-size: 12px !important;
	color: #2ba0a7;
	padding: 0px 5px;
	
}

.rsc-topNavFlyOuts:hover {
	background-color: #2ba0a7;
	_background-color: #e6f8f9;
	font-size: 12px !important;
	color: #FFFFFF;
	_color: #2ba0a7;
	text-decoration: underline;
	
}

.rsc-topNavFlyOuts:hover a {
	background-color: #2ba0a7;
	_background-color: #e6f8f9;
	_color: #2ba0a7;
	font-size: 12px !important;
	color: #FFFFFF;
	text-decoration: underline;
	
}

.table_row_white {
	background-color: #FFFFFF;
}

.table_row_aqua {
	background-color: #cceff2;
}

/*Left hand RadEditor*/
#ctl00_PlaceHolderMain_RichHtmlField1_ctl00_RadHtmlField1 {
	width: 314px !important;
}

/*Middle RadEditor*/
#ctl00_PlaceHolderMain_RichHtmlField3_ctl00_RadHtmlField1 {
	width: 300px !important;
}

.float_right {
	float: right;
}

.RadEditor BODY {
	background-color: #FFFFFF !important;
	text-align:left !important;
	
}