/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #49729c;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:10px;	
}

 #fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width:900px;
	display: table; /*** For non-IE browsers ***/
	background-color: #eff1f5;
	background-image: url(Images/maincontentgif2.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#wrapper{  display: table-cell; /*** For non-IE browsers ***/  
	position: relative; /*** Let's be nice to IE ***/
}

p {
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

a
 {/*used in calendars*/
	font-weight: bold;
	color: #1B005D;
	list-style-type: none;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 250%;
	text-transform: lowercase;
	color: #49729C;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	padding: 0px;
	border-bottom: 3px solid #49729c;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	text-transform: lowercase;
	color: #49729C;
	margin:0px;
	padding-top: 10px;
}


#masthead {
	background-color: #D7E0E9;
	height: 130px;
	background-repeat: no-repeat;
	background-image: url(../Images/Logos/finalcentraltraining.jpg);
	background-position: 0px 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#masthead #toptext {
	float: right;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.separatorInvisible {
	clear: both;
}

#maincontent {
	background-color: #eff1f5;
	margin: 0px;
	padding: 0px;
	width:900px;
	background-image: url(Images/maincontentgif2.gif);
	background-repeat: repeat-y;
}

#navigation {
	background: #D7E0E9;
	width:900px;
}

.center {margin-left:auto; margin-right:auto;}

#columnLeft {
	float: left;
	width: 150px;
	height: 500px;
	background-color: #eff1f5;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../Images/bkleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#columnLeft ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 10px;
	background-position: 0px 0px;
	padding:0px;
	/*line-height: 30px;*/
	
}

#columnLeft a {
	color: #49729c;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	padding:0px;
	margin:0px;
}

#columnLeft a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FFFFFF;
	background-color: #95ADC6;

}

#columnLeft a:visited {
	color: #49729c;
}

#columnLeft li {
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:15px;
	padding-bottom: 1px;
	/*line-height: 30px;*/
}

#columnLeft li ul {
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#columnLeft li li a {
	text-decoration: none;
	font-size:85%;
}

#columnLeft li li a:hover {
	color: white;
}

#columnLeft #breadcrumbs { /*styles breadcrumbs*/
	font-size: 90%;
	padding-bottom: 30px;
}

#columnLeft #breadcrumbs a {/*styles links in breadcrumbs*/
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
}

#columnLeft #breadcrumbs a:hover { /*keeps links in line when hovered over,makes sure no colour in background when hovered over*/
	display: inline;
	background-color: #EFF1F5;
}

#content {
	background-image: url(../Images/bkgrdmiddle.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-bottom:0px;
	padding-top: 20px;
	background-color:#eff1f5;
}

#contentArea {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 85%; /*this sets font-size for page so always use for reference*/
	line-height: 17px;
	color:#49729c;
}

#frmTrainingSchedule {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#calMonthView  {
	margin-top: 30px;
}

#calMonthView a { color:white;
	font-size:8pt;
	font-weight:normal;
}

.calMonthViewNextPrevStyle {
	font-size:8pt;
	font-weight:bold;
}

.calMonthViewDayStyle{
	background-color: #95ADC6;
	font-weight:normal;
	vertical-align:top;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
}

#lblDates, #lblSelectCourse {/*used in training schedule*/
	font-weight: bold;
}

#columnRight {
	background-image: url(../Images/bkright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #D7E0E9;
}

#columnRight td {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eff1f5;
	color: #95ADC6;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-color: #49729C;
	clear: both;
	padding: 5px;
	width:890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
}
