/* CSS Document 
Rowan Brown:330000
Rowan Yellow:FFCC00
*/
html{
	/* background-image:url(../../images/pageBG.gif);*/
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	}

BODY {
	margin: 0px;
	padding: 20px 0px;
	}
	
#page {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: none;
	margin-bottom: none;
	padding:0px;
	background-color: #FFFFFF;
	}

#header {
	display: none;
	}
#printHeader {
/* For print only */
	background-color: #fdcc46;
	height: 60px;
	padding: 0px;
	width: 650px;
	display:block;
}

#break	{
	display: none;
	}
#search {
	display: none;
	}

#banner {
	/* background-image:url(../../images/fe9Blur.gif);
	background-repeat:repeat-x;*/
	height: 22px;
	padding: 6px 10px 2px 10px;
	border-bottom: 1px solid black;
	}
	
#bannerTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	color:#300;
	float:left;
 	width:350px;
	font-weight: bold;
	
	}
	
#bannerLinks {
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#300;
	width: auto;
	margin: 0px;
}

a.bannerLinks{ font-size: 1.0em; color: #300; text-decoration: none;} 
a.bannerLinks:visited{ color: #300; text-decoration: none; } 
a.bannerLinks:hover{ color: #300; text-decoration: underline}

#topImage {
	display: none;	
	}	


#IRTrainingSessionButtonBar{
	display: none;
}
#IRTrainingSessionButtonBarText{
	display: none;
}

#IRTrainingSessionButtonBarLinks{
	display: none;
}	

#navigation {
display: none;
	}



#contentBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}

#footer {
	margin-top:20px;
	border-top: 1px solid black;
	padding: 5px 0px;
	clear:both;
	background-color: #FFFFFF;
	}

#footerImage {
	float: left;
	width: 200px;
	}	

#footerText{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	margin-left: 220px;
	}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #330000;
	}

.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;
	}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p 	{
	margin-top:0px;
	}

	
 a{ color: #000099; text-decoration: none;} 
a:visited{ color: #0000FF; text-decoration: underline; } 
a:hover{ color: #000000; text-decoration: underline}

/* Section Layout Print */
#CourseInfoMainBody{
	width: 410px;
	float: left;
	
}

#CourseInfoExtra{
	width: 175px;
	float: left;
	background-color: #999999;
	margin: 5px;
	border: solid 1px #000;
}

#AdditionalHeader{
	border-bottom: solid 1px #000;
	width: 100%;
	background-color: #ffffff;
	
}

.ExtraHeader{
	margin: 1px 2px;
	font-weight: bold;
}

.CourseTitle{
	width: 95%;
	margin: 5px auto;
	padding: 0px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.CourseDescription{
	width: 95%;
	margin: 5px auto;
	padding: 0px;
}

.CourseDescription p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.AvailableSections{
	width: 95%;
	padding: 5px 0px;
	margin: 5px auto;
}

.SectionsHeader{
	width: 100%;
	border-bottom: solid 1px #000;
	font-weight: bold;
}

.sectionNumber{
	width: 110px;
	vertical-align:top;
	font-weight: bold;
	padding: 4px;
	border-bottom: solid 1px #000;
}

.sectionInfo{
	width: 250px;
	padding: 4px;
	text-align: left;
	border-bottom: solid 1px #000;
}


.sectionInfoLabel{
	font-weight: bold;
}

.sectionActions{
	width: 60px;
	vertical-align:top;
	padding: 4px;
	border-bottom: solid 1px #000;
}


/***********************/
/* My Info Print Rules */
#TabBar{
	position: relative;
	border-bottom: solid 1px #ffcc33;
	width: 95%;
	margin: 0px auto;
}

#TabBar .UserInfoTabs{
	color: #000;
	background-color: #ffcc33;
	padding: 0px 4px;
	border-right: solid 1px #ffcc33;
	border-left: solid 1px #ffcc33;
	width: 140px;
	text-align: center;
}

#TabBar .UserInfoTabs a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#TabBar .Selected{
	background-color: #ffffff !important;
	border-bottom: solid 1px #ffffff;
}

#TabBar div.MenuTab{
	top: 1px;
	position: relative;
	float: left;
	margin: 0px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
		
}

#ContentPage{
	width: 95%;
	border: solid 1px #ffcc33;
	border-top: none;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 10px;
}

#ContentPage p{
	width: 70%;
	margin: 0px auto;
	padding: 5px;
}

#UserInfoTable{
	width: 300px;
	border: none;
	margin: 5px auto;
}

#UserInfoTable .UserInfoLabel{
	text-align: right;
	font-weight: bold;
}

#UserInfoTable .UserInfoActionBar{
	background-color: #FFCC33;
	border-top: solid 1px #000000;
}


/* Nifty Corners */
div.tabRTop{display:block; width: inherit;}
div.tabRTop *{display: block; height: 1px; overflow: hidden; background-color: #ffcc33;}
div.tabR1{margin: 0 5px}
div.tabR2{margin: 0 3px}
div.tabR3{margin: 0 2px}
div.tabR4{margin: 0 1px; height: 2px}
div.tabRTop div.tabR4 {margin: 0 1px; height: 2px}

div.tabRTopSelected{display:block; width: inherit;}
div.tabRTopSelected *{display: block; height: 1px; overflow: hidden; background-color: #ffffff;}
div.tabR1Selected{margin: 0 5px; border-right: solid 1px #ffcc33; border-left: solid 1px #ffcc33; background-color: #ffcc33;}
div.tabR2Selected{margin: 0 3px; border-right: solid 1px #ffcc33; border-left: solid 1px #ffcc33;}
div.tabR3Selected{margin: 0 2px; border-right: solid 1px #ffcc33; border-left: solid 1px #ffcc33;}
div.tabR4Selected{margin: 0 1px; height: 2px; border-right: solid 1px #ffcc33; border-left: solid 1px #ffcc33;}
div.tabRTopSelected div.tabR4Selected {margin: 0 1px; height: 2px}

.clearbox{ clear: both; }

