body {
	margin:0;
	padding:0;
	background:url(../images/body-bg.jpg) repeat-x left top;
	font-family: arial;
	font-size:12px;
}

/*body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}*/

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#page.container {
	width:960px;
	margin:0 auto;
	clear:both;
	-moz-box-shadow: 0 0 10px #bebebe;
	-webkit-box-shadow: 0 0 10px #bebebe;
	box-shadow: 0 0 10px #bebebe;
	margin-top:20px;
	position:relative;
	min-height:100px;
}
.logo {
	width:160px;
	height:102px;
	position:absolute;
	left:14px;
	top:-16px;
}


/*#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}*/

#header {

	margin: 0;
	padding: 0;
	min-height:100px;
	background:url(../images/body-bg.jpg) repeat-x left top;
	border-bottom:1px solid #E0E0E0;
	float:left;
	width:100%;
}


#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

/*
#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}
*/

.FootLft {
	background:url(../images/footer-left.png) no-repeat left top;
	padding-left:13px;
}
.FootRgt {
	background:url(../images/footer-right.png) no-repeat right top;
	padding-right:13px;
}
#footer {
	position:absolute;
	bottom:-10px;
	left:1.5%;
	width:97%;
}
.FooterLinks {
	background:url(../images/footer-bg.png) repeat-x left top;
	text-align:center;
	height:27px;
	color:#fff;
	padding-top:15px;
	font-family: verdana;
	font-size:11px;
}
.FooterLinks a {
	text-decoration:none;
	color:#fff;
	margin:0 5px;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
	margin: 5px;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#EFEFEF;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
/*	color: #6399cd;
	background-color:#EFF4FA; */
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 15px;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* Custom CSS ...........*/


.login
{
	border: 1px solid #C9E0ED;
	width: 500px;
	vertical-align: center;
}


.form-bg {
		width: 390px;
		height: 320px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		border-radius:9px;
		margin: 50px auto 0;
		background: url(../images/form-bg.png) top left; 
		padding: 8px 0 0 8px; 
	}
	
	.form-bg form {
		width: 360px;
		height: 270px;
		background: #fff url(../images/bg_form.jpg) repeat-x top left;		
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);

	}
	
	.form-bg form h2 {
		font-size: 20px;
		font-weight: bold;
		color: #555555;
		font-family:Myriad Pro;
		text-transform:uppercase;
		text-shadow: #fff 2px 2px 2px;
		filter: dropshadow(color=#fff, offx=0, offy=1);
		line-height: 45px;
		margin-bottom: 24px;
		margin-left:25px;


	}
	
	.form-bg form	input[type="text"], input[type="password"]{
		width: 220px;
		height: 33px;
		padding: 0 10px 0 10px;
		margin: 5px;
/*		color: #aeaeae;  */
		border: 1px solid #bec2c4;

	/*	background: #eee url(../images/uname.png) no-repeat 8px 12px;*/
}

	
	.form-bg form input[type="submit"] {
		width:82px;
		height:32px;
		float: right;
		margin-right: 24px;
		margin-top: 10px;
		font-weight: bold;
		border:0;
		background-color: #4c9ed9;
		color:#efefff;
	}
	
	.form-bg form label {
		display: inline; 
		margin-left: 24px;
		vertical-align: middle;
	}


.errorMessage {
		margin-left: 100px;
			color:	#D41C1C;
	}

.floatleft {
float: left;
}

.floatright {
float: right;
}

#cpanel.icons {

display: inline;
float: left;
margin-left: 1%;
margin-right: 1%;

}

.container-sub {
	width: 650px;
	height: 390px;
	margin-left: 150px;
}

a.dashboard-module, 
a.dashboard-module:visited { 
	width: 142px; 
	height: 142px; 
	display: block; 
	float: left; 
/*	background: url(../images/dashboard-module.gif) top left no-repeat;  */
	margin: 25px;  
	text-align: center; 
	color: #444444; 
	text-decoration: none;
	}
	
a.dashboard-module:hover, 
a.dashboard-module:active { 
	background-position: bottom left; 
	text-decoration: none; 
	color:#0063be; 
	}

a.dashboard-module img { 
	margin-top: 20px; 
	text-decoration: none;
	width: 109px;
	height:106px;
	}
	
a.dashboard-module span { 
	margin-top: 10px; 
	display: block; 
	text-decoration: none;
	font-family: verdana;
	font-size:13px;
	font-weight: bold;
	color: #C51E8E;
}


a.page-module, 
a.page-module:visited { 
	width: 142px; 
	height: 142px; 
/*	background: url(../images/dashboard-module.gif) top left no-repeat;  */
	margin: 25px;  
	color: #444444; 
	text-decoration: none;
	}
	
a.page-module:hover, 
a.page-module:active { 
	background-position: bottom left; 
	text-decoration: none; 
	color:#0063be; 
	}

a.page-module img { 
	width: 50px;
	height: 50px;
	}
	
a.page-module span { 
	display: block; 
	font-family: verdana;
	font-weight: bold;
	color: #C51E8E;
}




a.rep-module, 
a.rep-module:visited { 
	width: 108px; 
	height: 100px; 
	display: block; 
	float: left; 
/*	background: url(../images/rep-module.gif) top left no-repeat;  */
	margin: 25px;  
	text-align: center; 
	color: #444444; 
	text-decoration: none;
	}
	
a.rep-module:hover, 
a.rep-module:active { 
	background-position: bottom left; 
	text-decoration: none; 
	color:#0063be; 
	}

a.rep-module img { 
	margin-top: 20px; 
	text-decoration: none;
	width: 70px;
	height:70px;
	}
	
a.rep-module span { 
	margin-top: 10px; 
	display: block; 
	text-decoration: none;
	font-family: verdana;
	font-size:13px;
	font-weight: bold;
	color: #C51E8E;
}


/*CSS*/
a.tooltip {
    position: relative;
}

a.tooltip span {
    display: none;    
}

a.tooltip:hover span, a.tooltip:focus span {
    display:block;
    position:absolute;
    top:1em;
    left:1.5em;
    padding: 0.2em 0.6em;
    border:1px solid #996633;
    background-color:#FFFF66;
    color:#000;
}


#popup { width: 800px;}

#popup a, #popup a:visited {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: -80px;
	left: 80px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	color: #335500;
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	border: 1px solid #666;
}

#popup a:hover span td{
	border: 1px #efefef; 
	border-spacing: 5px; 
}