@import url("menu.css");

.profileBar
{
    background-color: White; 
    padding: 6px; 
    text-align: right; 
    border: solid 1px black;
    border-top: none;
    margin-bottom: 12px;
}

#Body 
{
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	background-color: #636162;
	color: #555555;	
	text-align: center;	
	background-repeat: repeat-x;
}
.template_style{width:790px; margin:auto;}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	/* set top margin to set spacing above header */
	margin: 0 auto 0 auto;			
}

.pageBorder 
{
	
	/*border: solid 1px black;*/
}

.headerSection 
{
	width: 100%; 
	position: relative;
	/*background-image*/
	background-image: url(images/header.jpg);
	background-color: #636162;
	background-repeat: no-repeat;
	height: 96px;
	_overflow: hidden;
}

.headerLogoContainer 
{
    height: 70px;
    width: 400px;
    cursor: pointer;
}

.horizontalMenuSection 
{
	margin-bottom: 0px;
}

.pageWidth 
{
	width: 770px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 770px;
}

.contentSection 
{
	/*position: relative;*/
	line-height:1.4em;
	/*background-image*/
	background-repeat: repeat-y;
	background-color: White;
	border: solid 1px #d1dae3;
}


.sidebarZone
{
	width: 180px;
	vertical-align: top;
	padding: 0;
	border: 0;
	background-color: #e8e8e8;
	font-size: 12px;	
	overflow: hidden;	
}

.sidebarZoneInner 
{
	padding: 22px 11px 11px 11px;	
}

.mainContentZone 
{
	
	padding: 0;
	vertical-align: top;
}

.mainContentZoneInner 
{
	padding: 20px;
}

.lowerContentZoneInner 
{
    padding: 28px 20px 20px 20px;
    background-color: #e2e0e1;
    background-image: url(images/lower-background.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

.footerSection 
{
	/*position:relative;*/
	text-align: left;		
	margin: 0 auto;
	background-image: url(images/menu-back.gif);
	background-repeat: repeat-x;	
	height: 26px;
	padding-top: 4px;
	border-bottom: solid 2px #440000;
}

.footerLeft 
{
	float: left;
	color: White;
	padding-left: 18px;	
	font-size: 13px;
	text-align:center;
	padding-top: 3px;
	width:95%;
	
}
.footerRight 
{
	float: right;
	color: White;
	padding-right: 18px;
	font-size: 13px;
}

.footerLeft a, .footerLeft a:link, .footerLeft a:visited, .footerLeft a:active
{
	color: White;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;	
}

.Normal 
{
    font-size:14px;
    text-align: left;
}

.DynamicForms_Label 
{
    color: #555555;
}

.formSubtitle 
{
    font-family: Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	color: #00217d;
	margin-bottom: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
    position: relative;
    line-height: 1.1em;
    top: 12px;
}

.contentPane, .topPane, .bottomPane
{
	padding-top: 0;
}

.leftPane 
{
	padding-right: 12px;
}

.rightPane 
{
	padding-left: 12px;
}


.adminContentSection 
{
	line-height:1.4em;
	background-color: #f3f3f3;
}

.adminContentZone 
{
	padding: 0;
	width: 100%;
	vertical-align: top;
}

.adminContentZoneInner 
{
	background-color: White;
	padding: 20px 0 20px 20px;
}

.searchBoxSection 
{
	right: 0px; 
	color: #D81D00;
}

#search_style a:link, #search_style a:active, #search_style a:visited
{
	color: #D81D00;
}

.searchBoxSection a:hover 
{
	color: Yellow;
}

.login 
{
	
}

.contentPane tr 
{
    vertical-align: top;
}

/*================================*/

h1 { 
	font-family: Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	color: #001b67;
	margin-top: 0;
}

h2 {
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #00217d;
	margin-bottom: 12px;
}

h4 
{
    margin: 0;
    padding: 6px 0;
    font-weight: bold;
    font-size: 12pt;
    color: #787878;
}

.sidebarZone h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	color: #264D90;
}

.sidebarZone p {
	margin-top: 3px;
	font-family: Arial, sans-serif; 
	color: #555555;	
	font-size: 12px; 	
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 12px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 14px; 	
}

.contentSection ul {	
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
	font-size: 14px;
	line-height:1.4em;
}

.contentSection li {
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(images/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 4px;
	color: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	line-height:1.4em;
}

.contentSection a:link, .contentSection a:active {
 	color: #001b67;
 	text-decoration: underline;
}
.contentSection a:visited {
 	color: #660066;
 	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

.sidebarZone img {
	display: block;
	margin-bottom: 12px;
}

.leftPane img
{
	display: inline;	
}

.rightPane p {
	font-size: 12px;
}

.rightPane a {
}

.lowerContentPane
{
	padding-top: 0;
}

.lowerLeftPane 
{
	padding-right: 12px;
}

.lowerRightPane 
{
	padding-left: 12px;
}

h2.courseName
{
    color: #787878;
}

.brandColor 
{
    color: #D81D00;
}

.wideLabel 
{
    width: 400px !important;
    display: block;
}


.bread_bg{padding:0px; margin: 0 0px 0 0px; background:url(images/bredcrumbbg.gif) repeat-x top left; height:55px;}
.bread_left{padding:0px; margin:0px; background:url(images/bread_left.png) no-repeat top left;}
.bread_right{padding:0px;  background:url(images/bread_right.png) no-repeat top right;}

#search_style{ float:right; padding:18px; }
#bread_style{ float:left; padding:16px 0px 0px 17px; color:#D81D00; font-size:18px; } 

.DNNAligncenter 
{
    text-align: left;
}

#SaveForm input {
    margin-left: 260px;
    width: 90px;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

.staffPhotoRow1, .staffPhotoRow3, .staffPhotoRow5, .staffPhotoRow7, .staffPhotoRow9, .staffPhotoRow11, .staffPhotoRow13, .staffPhotoRow15, .staffPhotoRow17 
{
    text-align: right;
    padding-left: 180px;
    width: 120px;
}

.staffPhotoRow2, .staffPhotoRow4, .staffPhotoRow6, .staffPhotoRow8, .staffPhotoRow10, .staffPhotoRow12, .staffPhotoRow14, .staffPhotoRow16, .staffPhotoRow18 
{
    text-align: right;
    padding-right: 130px;
    padding-left: 50px;
    width: 120px;
} 

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#D81D00; font-size:14pt; }
a.Breadcrumb:hover{color:#D81D00;}
/*------------  shadow Style --------------*/
.leftstyle{padding:0px; margin:0px; background:url(images/leftbg.gif) repeat-y top left;}
.rightstyle{padding:0px; margin:0px; background:url(images/rightbg.gif) repeat-y top right;}
.maindiv
{
	background-color:#fff;
}
.clear_float{clear:both;}

ul {	margin: 0; 	padding: 0;	line-height:1em;font-family: Arial, sans-serif;  font-size: 13px;text-decoration:none;}
li {display:block;	margin: 0; list-style-type:none;	padding-left:20	;	background: url(images/bullet.gif) no-repeat left;	text-decoration:none;	line-height:1em;font-family:Arial, sans-serif; font-size: 13px;color: #555555; }


td.testStyleField *
{
    padding: 0px !important;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

.contactDetailsBlock 
{
    width: 720px;
}

.DNNEmptyPane {display: none;}