/* CSS Document */
body{ 
	padding: 0;
	margin: 0;
	text-align: center;
}

#wrapper { 
	background-color:#ffffff;
	text-align:left;
    	width:96%;
	margin-left:2%; 
	margin-right:2%;
	}
	
/* HEADER */

#header 
{
	height:160px;
	background:url(/images/bgTop.gif) repeat-x;
	background-color:#7DCF00;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	border-bottom: 20px solid #DEDEDE;
}
	
#logo{ 
	float:left;
	margin: 20px 0px 0 20px;
	display: inline;
}

#logout { 
	float:right;
	margin: 40px 20px 0px 0px;
}

#logout P { 
	text-align:right;
	color:#ffffff;
}

.logButton {
	float:right;
}
.logButton li {
    list-style: none;
}
.logButton a {
    display: block; 
}
.logB1 a {
	background:url(/images/logoutUp.png) no-repeat; height:18px; width:68px; text-indent:-9999px;
}

.logB1 a:hover {
 	background:url(/images/logoutOver.png) no-repeat; height:18px; width:68px; text-indent:-9999px;
}


/* Login */
.logIn{ 
	width:500px;
	margin: 0 auto;
	}

.logIn h1{
	font-size:2.0em;
	color:#fff;
	font-weight: bold;
	text-align:left;
	}
	
.logIn p{
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	text-align:left;
	}
	
.loginContent{
	margin:0 0 20px 20px;
	float:left;
	display: inline;
	}
	
.loginDataEntry{
	padding: 30px 0 0 0;
	}


#loginBg{
	background:url(/images/gradientbg.gif) repeat-x;
	height:1200px;
}

#logoLogin{ 
	float:left;
	margin: 0 0 0 20px;
	padding-top:40px;
	padding-bottom:30px;
}

	
.loginLabel{
	float:left;
	padding: 4px 10px 0px 0px;
	text-align:left;
	width: 90px;
	}

.loginInput{
	float: left;
	color:#303930;
	font-weight: normal;
	font-size:0.9em;
	width: 322px;
	height: 28px;
	list-style: none;
	background:url(/images/searchBG.gif) no-repeat;
	padding-bottom:10px;
	}
	
.loginButton{
	float: left;
	width: 124px;
	padding-top:20px;
	padding-left:100px;	
	}

.loginCheck{
	float: left;
	padding-top:4px;
	padding-left:100px;
	}
	
		
/*.searchArticlesInput{
	float:left;	
	color:#303930;
	font-weight: normal;
	font-size:0.9em;
	list-style: none;
	border:1px solid white;
	width:200px;
	height: 16px;
	margin:4px 0 0 6px;
}*/

.searchArticlesInput{
	float:left;	
	color:#8A827B;
	font-weight: normal;
	font-size:1.1em;
	list-style: none;
	border:1px solid #fff;
	width:200px;
	height: 16px;
	margin:3px 0 0 6px;
}

.line {
	border-top: 1px solid #fff;
}
.checkBox{
	width: 13px;    
	height: 13px;    
	padding: 0;    
	margin:0;    
	vertical-align: bottom;    
	position: relative;    
	top: -1px;    
	overflow: hidden;
	}

.loginCheckText{
	font-size:1.1em;
	color:#fff;
	padding-left:6px;
	}


.forgotten{
	font-weight: normal;
	float: left;
	padding-top:14px;
	padding-left:100px;	
	}

.forgotten a{
	text-decoration:none;
	font-size:1.0em;
	text-align: left;
	color:#fff;
	}

.forgotten a:hover{
	text-decoration:underline;
	font-size:1.0em;
	text-align: left;
	color:#fff;
	}


/* Login Page */

	
#toolbar{
	width:96%; 
	margin-left:2%; 
	margin-right:2%;
	padding-top: 38px;
	clear:both;
}

.toolsLeft{
	float:left;
	width: 250px;
	padding: 0px
}

.toolsLeftMax{
	float:left;
	width: 600px;
	padding: 0px
}

.divLeft{
	float:left;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	padding: 2px 10px 0px 0px;
}

.toolsLabelL{
	float:left;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	padding: 2px 10px 0px 0px;
	text-align:left;
}

.dropDownL{
	float:right;
	/*color:#303930;*/
	color: #8A827B;
	font-weight: normal;
	font-size:0.9em;
	width: 200px;
	list-style: none;
	padding: 2px;
	background-color: #fff;
}

.toolsRight{
	float:right;
	width: 460px;
}

.toolsRight1{
	float: left;
	width: 215px;
	padding-left: 10px
}

.toolsRight2{
	float:right;
	width: 215px;
	padding-left: 20px
}

.toolsLabelR{
	float:left;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	padding: 2px 10px 0px 0px;
	text-align:left;
	width:60px
}

.dateInput{
	float:right;
	color:#303930;
	font-weight: normal;
	font-size:0.9em;
	width: 110px;
	list-style: none;
}

.calender{
	width: 20px;
	float:right;
	padding-left: 14px
}


#greyBar{ 
	height:20px;
	background-color:#dedede;
 	margin: 0px 10px;
	display: none;
	}
		
/* CONTENT */

#content{ 
	float: left;
	margin: 0px 10px 0px 10px;
	background:url(/images/stripeRepeat.gif) repeat;
	min-height: 798px;
	width: 99%;
	display: inline;
	}
	
#contentLeft{ 
	width:240px;
	float:left;
	margin: 0px;
	display: inline;
	}
	
#contentMain{ 
	width:75%;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 20px;
	float:left;
	display: inline;
	}	

/* MAIN NAVIGATION */

#mainNav {
	width: 200px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 20px;
	background-color:#c5c5c5;
	text-indent: 10px;
	font-size:0.9em;
}

.listHead{
	width:200px;
	height:15px;
	padding: 3px 0px 2px 0px;
	color:#ffffff;
	font-weight:bold;
}

.listEnd{
	width:200px;
	height:20px;
	padding: 4px 0px 0px 0px;
	background-color:#ffffff;
}

#mainNav ul li{
	width: 200px;
	text-decoration:none;
	margin: 0px 0px 0 0;
	display: block;
	border-bottom:1px solid #c5c5c5;
}
	
#mainNav ul li a{
	width: 200px;
	text-decoration:none;
	background-color:#ffffff;
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	color: #619f01;
}
	
#mainNav ul li a:hover{ 
	background-color:#6AB609;
	color: #FFF;
}


/* BREADCRUMB NAVIGATION*/
.breadcrumb {
	text-decoration:none;
	color:#303930;
	font-size:0.8em;
	font-weight:bold;
}


/* FOOTER */
#footer{
	font-size:0.9em; 
	padding: 5px 8px 0 8px;
	margin: 1px 0px 0 0px;
	clear:both;
	height:25px;
	border-top: 1px solid #c9c2b8;
	background-color:#fff;
	}
	
#footer ul {
	float:right;
	}

#footer ul li{ 
	margin:0;
	display:inline;
	}
	
	
	/* Page Icons */
	
.heading {
        width: 100%;
        height: 32px;
}

.headingLeft h1 {
	margin:0px;
        padding:8px 0 0 0;
}

.headingLeft {
        float:left;
	/*width:500px;*/
	width: 100%;
}
 
.headingRight {
        float:right;
        height: 34px;
}




































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

