@charset "utf-8";
@import url(menu.css);

/* Colours
#2d85d6 - Background Blue
#0053A0 - Dark Blue
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Common Fonts Sizes */
body,td,.Normal {
	font-size: 14px;
}


.pgContainer {
	width: 950px;
	margin: 0 auto;
}

/* Header */
#TopHalf {
	height: 100%;
	/*background-color: #2D85D6;*/
	background: #2D85D6 url(images/12-09-2009-revision.jpg);
}

#SiteHeader {
	width: 950px;
	/*background: transparent url(images/clouds.gif) no-repeat;*/
}

#HeaderLayout {
	height: 124px;	
}

#SiteHeader #HeaderLayout td {
	color: #FFF;
}

#SiteHeader #HeaderLayout h1, #SiteHeader #HeaderLayout h2 {
	margin: 0;
	font-weight: normal;
	color: #FFF;
}

#SiteHeader #HeaderLayout h1 {
	font-size: 28px;	
}

#SiteHeader #HeaderLayout h2 {
	font-size: 22px;
}

#SiteHeader #HeaderLayout td span {
	color: #0053A0;
}

/* Search */
#searchbck {
	background: #FFF url(images/SearchContainer.jpg) repeat-x;
}

#searchbck input {
	width: 200px;
	border: 0px solid #FFF;
	background: #FFF url(images/Searchbck.jpg) repeat-x;
	font-size: 12px;
	color: #6E6E6E;
}

/* Menu */
#MenuContainer {
	height: 29px;
	background: #0053A0 url(images/menubck.jpg) repeat-x;
	color: #FFF;
}

.tsRootSeparator {
	width: 2px;
	height: 29px;
	background: #F0F url(images/MenuSep.gif) no-repeat;
}

/* Content */

#MainContent {
	padding: 15px;
	background-color: #FFF;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #DADADA;
}

#MainContent #ContentSeperator {
	background: #FFF url(images/seperator.gif) repeat-y scroll center top;
}

#MainContent h2, #MainContent h3 {
	color: #044682;	
}

#MainContent .HomeSmall {
	font-size: 13px;
	text-align: left;
}

#MainContent h3 {
	font-size: 	14px;
}

#HomePageBanner img {
	border: 1px solid #999998;
}

#NavTitle {
	margin-top: 0;
	color: #073A69;
}

#LinksContainer {
	border: 1px solid #3489D7;
	background-color: #D1E1EF;
	color: #0053A0;
	padding: 15px;
	font-size: 12px;
}

#LinksContainer a{
	padding: 4px;
}


#LinksContainer a:hover {
	background-color: #0053A0;
	color: #FFF;
	text-decoration: none;
}

#dnn_dnnLINKS_lblLinks div {
	margin-bottom: 4px;	
}

.papertexture {
	background: #ccc url(images/paper.jpg);
	padding: 6px;
	color: #625745;
}

#MainContent .papertexture h3 {
	color: #625745;
	font-size: 20px;
	font-weight: bold;
}

/* Footer */
#FooterSeparator {
	height: 1px;
	margin-bottom: 10px;
	background-color: #0053A1;
}

#footernumbers, .loginlink, .loginlink:link, #footernumbers, a:link {
	padding-bottom: 10px;
	font-size: 12px;
	color: #636563;	
}

/* DNN Specific */
/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

.head_title {
	height: 22px;
	border: 1px solid #0053A0;
	background-color: #D1E1EF;
}

#dnn_ContentPane h1 {
	padding: 5px;
	font-size: 18px;
	color: #0053A0;
}

.head_title .TitleHead {
font-size: 14px;
color #0053A0;
padding: 5px;
line-height: 20px;
}

#dnn_TopPaneFull h1 {
	border: 1px solid #0053A0;
	background-color: #D1E1EF;
	padding: 5px;
	font-size: 18px;
	color: #0053A0;
	
}

/* Other */
#clientloginbox {
	width: 320px;	
}