/* AgriBusiness eCampus copyright 2007 */

/*
Blue:			#7fb0d4
Rouge:			#d31246
Light Blue:		#ecf3f8
*/
 
body {
	background: #FFF; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}

	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background: url(../../Images/mainbg.gif) repeat top left;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
	}

.Clear { clear: both; } /* clears all floats; apply to empty divs */

p {
	margin: 0px 5px 10px;
	}

/*STRUCTURE*/

#Outer {
	background:url(../../Images/container_back.gif) left top repeat-y; 
	margin: 0 0 0 -20px; 
	padding: 0;
	width: 781px;
}

#Container2 {
	width: 957px;
	background-color: #999933;
	margin: 20px auto;
	padding: 0px;
	background:url(../../Images/container_back2.gif) left top repeat-y;
}

#wrapper{
	float:left;
	width:100%;
}

#Header {
	width: 951px;
	margin: 0px;
}

#Menu {
	width:951px;
	padding: 0px;

}

#Content {
	margin: 0px 180px 0px 0px;
	float: left;
/*	background-color:#003366;*/

}

#Subpage {
	margin: 0px 0px 0px 170px;
	padding-left: 20px;
	padding-right: 50px;
}  

#Flash {
	z-index:2;
	}

#LeftNavigation {
	float:left;
	width:170px;
	margin-left:-957px;
	/*background:url(../../Images/nav_bg.gif) left top repeat-y;*/

}

	#LeftNavigation .leftMenu {
		margin-left: 1px;
	
	}
	

#RightNavigation{
	float:right;
	 margin-top: -115px;
	width:170px;
	margin-left:-176px;
	/*background-color:#663399;*/
	/*background:url(../../Images/right_bg.gif) top left repeat;*/
}

#Footer {
	clear:left;
	width: 951px;
	height: 27px;
	background: url(../../Images/footer.gif) left top no-repeat;
	margin-top: 10px;
	text-align:right;
}

	#Footer .footerText{
/*		margin: 2px;*/
		color:#FFFFFF;
		font-weight: bold;
		font-size: 11px;
	}
	
	#Footer .footerText a{
/*		margin: 2px;*/
		color:#FFFFFF;
		font-weight:bold;
		font-size: 11px;
	}

	#Footer .footerText a:link{text-decoration:underline; font-size: 11px;}
	#Footer .footerText a:hover{text-decoration:none; font-size: 11px;}
	#Footer .footerText a:active{text-decoration:underline; font-size: 11px;}
	#Footer .footerText a:visited{text-decoration:underline; font-size: 11px;}
/*FONT & TYPE*/

#Content p {
	/*padding: 0px 20px 0px 20px;*/
}

#Content .contentTitle {
	font-size: 22px;
	font-weight: bold;
	color: #d31246;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-bottom: solid 3px #d31246;
	line-height: 22px;
	padding-bottom: 5px;
}

#Subpage .contentTitle {
	font-size: 22px;
	font-weight: bold;
	color: #d31246;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-bottom: solid 3px #d31246;
	padding-bottom: 5px;
	line-height: 22px;
}

#RightNavigation .rightMenutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #559cbe;
	font-size: 14px;
	border-top:solid 1px #559cbe;
	border-bottom:solid 1px #559cbe;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
}

#RightNavigation .secondMenutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #559cbe;
	font-size: 11px;
	padding-top: 3px;
}

/*#RightNavigation a{font-family: Verdana, Arial, Helvetica, sans-serif; color: #559cbe; font-size: 11px; padding-top: 3px; text-decoration:underline;}

#RightNavigation a:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #559cbe; font-size: 11px; padding-top: 3px; text-decoration:underline;}
#RightNavigation a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color: #d31246; font-size: 11px; padding-top: 3px; text-decoration:none;}
#RightNavigation a:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #559cbe; font-size: 11px; padding-top: 3px; text-decoration:underline;}
#RightNavigation a:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #559cbe; font-size: 11px; padding-top: 3px; text-decoration:underline;}*/

a {color:#559cbe; text-decoration: underline; font-size:12px; font-weight: bold;}
a:link {color:#559cbe; text-decoration: underline; font-size:12px; font-weight: bold;}
a:hover {color:#d31246; text-decoration: none; font-size:12px; font-weight: bold;}
a:visited {color:#559cbe; text-decoration: underline; font-size:12px; font-weight: bold;}
a:active{color:#559cbe; text-decoration: underline; font-size:12px; font-weight: bold;}


/*HOMEPAGE 4 Column CONTENT LAYOUT*/

#fourContainer {
	width: 592px;
	margin-left: 10px;
	background:url(../../Images/four_bg_29.gif) top left repeat-y;
	font-size: 11px;
}

	/*#fourContainer a:link {color: #559cbe; font-size:12px; font-weight:bold; text-decoration:none;}
	#fourContainer a:hover {color: #d31246; font-size:12px; font-weight:bold; text-decoration:underline;}
	#fourContainer a:active{color: #559cbe; font-size:12px; font-weight:bold; text-decoration:none;}
	#fourContainer a:visited{color: #559cbe; font-size:12px; font-weight:bold; text-decoration:none;}*/
	
	#fourContainer .fourHeader {color:#d31246;}


#fourWrapper{
	float:left;
	width:100%;
	background:url(../../Images/four_bg_29.gif) top left repeat-y;
	margin-bottom: 20px;
}

#fourOne {
	float:left;
	width:148px;
	
}

#fourTwo {
	float:left;
	width:148px;
	
}

#fourThree {
	float:left;
	width:148px;

}

#fourFour {
	float:left;
	width:148px;
	
}

/* BOTTOM HOMEPAGE LOGOS */

.homepagelogos {
	/*width: 100%;*/
	text-align: center;
	background-color:#FFFFFF;
}

.placer {
	padding-top: 20px;
}

.quoteSpace {
	margin-top: -20px;
}
/*Top Drop Down Nav Bar*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
		height: 35px;
		z-index:7;
}

#nav a {
	display: block;
	z-index:7;
	/*width: 10em;*/
}

#nav li {
	float: left;
	margin-bottom: 0px;
	z-index:7;
/*	width: 10em;*/
}

#nav li li a {
	float: left;
	width: 200px;
	background-color:#559cbe;
	padding: 0;
	margin-top: -1px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	padding: 5px;
	font-weight:bold;
	border: solid 1px #000000;
	z-index:7;
}

#nav li li a:link { font-size:12px; text-decoration:none; z-index:7;}
#nav li li a:hover { font-size:12px; text-decoration:none; color: #ffc424; background-color:#7fb0d4; z-index:7;}

#nav li ul {
	position: absolute;
	width: 210px;
	left: -999em;
	margin-top: -2px;
	z-index:7;
}

#nav li:hover ul {
	left: auto;
	z-index:7;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:7;
}

#nav li a:hover {
		color : white;
		background-color : black;
	}

/* LEFT NAV */

#Leftnav, #Leftnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:7;
	height: 35px;
	
}

#Leftnav a {
	display: block;
	z-index:7;
	height: 22px;
	/*width: 10em;*/
}

#Leftnav li {
	float: left;
	z-index:7;
	height: 22px;
	width:167px;
}

#Leftnav li li a {
	float: left;
	width:170px;
	background-color:#559cbe;
	margin-top: 0px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	padding-left: 5px;
	font-weight:bold;
	border: solid 1px #000000;
	z-index:7;
	vertical-align: middle;
	display: block;
}

#Leftnav li li a:link { font-size:12px; text-decoration:none; z-index:7;}
#Leftnav li li a:hover { font-size:12px; text-decoration:none; color: #ffc424; background-color:#7fb0d4; z-index:7;}

#Leftnav li ul {
	position: absolute;
	/*width: 210px;*/
	margin-bottom: 0px;
	left: -999em;
	margin-top: -2px;
	z-index:7;
	margin-left: 200px;
	width: 200px;
}

#Leftnav li:hover ul, #Leftnav li.sfhover1 ul {
	left: auto;
	z-index:7;
	margin-left: 160px;
	margin-top: -20px;
}

#Leftnav li a:hover {
		color: white;
	

	}


/* VARIOUS FONT INSTANCES */

.infotype {
	font-size: 16px;
	color: #d31246;
	font-weight: bold;
}

.rkd {
	color: #999999;
	margin-top: -22px;
	font-size: 10px;

}

.rkd a {font-size: 10px;}
.rkd a:link {font-size: 10px;}
.rkd a:active {font-size: 10px;}

.Required 
{
    font-size: 8pt;
}

.EventDate
{
    width: 60px;
    vertical-align: top;
    font-weight: bold;
}

.worksems {
	color: #d31246;
	border-bottom:solid 1px #d31246;
	line-height: 16px;
	font-size:14px;
	font-weight:bold;

}

.months {
	color: #7fb0d4;
	line-height: 30px;
	font-size:14px;
	font-weight:bold;

}

.subhead1 {
	font-size:14px;
	font-weight: bold;
	line-height: 16px;

}

.subhead2 {
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
	color: #d31246;

}

.subhead3 {
	font-size:14px;
	line-height: 16px;

}

.subhead4 {
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
	color: #7fb0d4;

}

.subhead5 {
	font-weight: bold;
	line-height: 16px;
	color: #7fb0d4;

}

.subhead6 {
	font-weight: bold;
	color: #d31246;

}

.subhead7 {
	font-weight: bold;
	line-height: 16px;
	color: #d31246;
	border-bottom: solid 1px #d31246;

}

.standout {
	background: #d4dfea;
	padding: 10px;
	marigin-bottom: 15px;
}

/* Tables in controls */
.ControlTable
{
    width: 700px;
	margin: 0px 10px 10px;
}
.ControlTable Label
{
    width: 100px;
}
.DoubleWidth
{
    width: 500px;
}
.ControlTable Buttons
{
    text-align: right;
}

/* Event Calendar styles */
.Calendar
{
	border-color:Black;
	border-style:solid;
	border-width:1px;
	background-color:#EEEEEE;
	width:92%;
	margin-left: 8px;
}
.CalendarItem
{
	background-color:#C4C4C4;
	font-size: 7pt;
	height:15px;
	width:8.3%;
	vertical-align: text-top;
	text-align:center;
	border-style:solid;
	border-width:1px;
	text-decoration:none;
}
.CalendarAlternate
{
	background-color: #7fb0d4;
	font-size: 7pt;
	vertical-align:text-top;
	text-align:center;
	border-style:solid;
	border-width:1px;
	height:15px;
	width:8.3%;
	text-decoration:none;
}
.CalendarSelected
{
	background-color: #d31246;
	font-size: 7pt;
	vertical-align:text-top;
	text-align:center;
	border-style:solid;
	border-width:1px;
	height:15px;
	width:8.3%;
	text-decoration:none;
}

.CalendarHeader
{
	background-color:#569cbe;
	font-size:9pt;
	width: 100%;
	text-align:center;
	color:White;
}
.CalendarTitle
{
	font-size: 9pt;
	padding-bottom: 5px;
	color: #7fb0d4;
	font-weight:bold;
}

.CalendarLink a{color: #000000; text-decoration:none; font-size:11px;}
.CalendarLink a:link{color: #000000; text-decoration:none; font-size:11px;}
.CalendarLink a:hover{color: #d31246; text-decoration:underline; font-size:11px;}
.CalendarLink a:active{color: #000000; text-decoration:none; font-size:11px;}
.CalendarLink a:visited{color: #000000; text-decoration:none; font-size:11px;}


.WeekHeader
{
     width:32px;
	 color:#ecf3f8;
	 font-weight: bold;
}

.CalendarMonthTitle {
	width: 300px;
	}
	
/*DATE*/

.date {
background:url(../../Images/menu/button_end.gif) no-repeat top left;
width: 185px;
height:30px;
padding-left: 90px;
padding-top: 7px;
font-weight:bold;
color:#FFFFFF;

}

/*List*/

#Subpage li {
	list-style:url(../../Images/arrow_list.gif);
	line-height: 20px;
}

/*ELIBRARY RESULTS STYLES*/

#eLibrary .title {
	background-color:#ffc424;
	padding-left: 5px;
	color: #d31246;
}

#eLibrary .subject {
	background-color:#E1E1E1;
	padding-left: 5px;
	color: #559cbe;
}

#eLibrary .level {
	padding-left: 5px;
}

.details {
	line-height: 18px;
}

.red {
	color: #d31246;
}	