/* login */

#login {
	margin: auto;
	margin-top: 10%;
	width: 300px;
}

#login input[type="text"], #login input[type="password"] {
	width: 90%;
}

#login label {
    float: left;
    font-weight: bold;
    margin: 5px 0 0;
    padding-right: 20px;
    width: 50px;
}

#loginLogo {
	text-align: center;
	margin-bottom:10px;
}

/* Login End */

/* styles */

.collapse {
  display: none;
}

body {
	background: url("../images/bg.jpg") repeat scroll 0 0 transparent;
	color: #424242;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#topbar {
	background:#0973BA;
	border-bottom:2px solid #E31B25;
	color: #EEE;
	z-index: 999;
	height: 26px;
	padding-top: 10px;
}

#topbar .elevencol {
	font-size: 13px;
	text-align: right;
}

#topbar .elevencol a {
	color: #9EBDD4;
	text-decoration: none;
}

#logo { margin-top:15px; margin-bottom:15px; }

#nav {
	background:#0973BA;
	border-bottom:4px solid #E31B25;
	height: 29px;
    z-index: 999;
	display: block;
	margin-bottom:20px;
}

#mega {
list-style:none;
font-weight:bold;
margin:0;
}

#mega li {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float: left;
    height: 26px;
    margin-left: -1px;
    padding: 2px 12px 0 8px;
    position: relative;
    text-align: center;
    width: 80px;
}
#mega li:hover {
background:#0987bb;
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
padding:2px 12px 0 8px;
margin-top:0px;
z-index:1; /* shadow above adjacent li */
color:#FFFFFF;
}

#current {
background:#0987bb !important;
color:#FFFFFF;
width:500px
}

#mega a {
color:#000;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:2px;
width:350px;
padding:0 10px 10px;
border:1px solid #000;
border-top:0;
font-weight:normal;
text-align:left;
background:#0987bb;
}
#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dif:hover div {
left:-221px;
}

#mega li a {
color:#FFFFFF;
}

/* --------- Within Div Styles --------- */
#mega div h2 {
background:#22252A;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
}
#mega div p {
float:left;
width:150px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div p a {
text-decoration:none;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.6;
}

#mega div p a:hover {
text-decoration:underline;
}

#navigation-small {
	clear:both;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width: 90%;
	display: none;
}


.content-box {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.content-box-header {
    background: #EFEFEF;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    height: 30px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 10px 0;
    position: relative;
}

.content-box-content {
    overflow: auto;
    padding: 12px 14px;
}

/* MESSAGES */
.msg-info, .msg-atten, .msg-ok, .msg-error { margin:3px 0; padding:10px 10px 10px 40px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.msg-info { background:#ADC2F7 url(../images/icons/msg-info.png) 6px center no-repeat; border:1px solid #6D94F7; color:#03C; }
.msg-atten { background:#FAE673 url(../images/icons/msg-atten.png) 6px center no-repeat; border:1px solid #FEBD63; color:#C60; }
.msg-ok { background:#AEE893 url(../images/icons/msg-ok.png) 6px center no-repeat; border:1px solid #8EC46C; color:#060; }
.msg-error { background:#F4B8B5 url(../images/icons/msg-error.png) 6px center no-repeat; border:1px solid #C94042; color:#900; }
/* END OF MESSAGES */

.clear {clear:both;}
.hidethis {cursor:pointer;margin-bottom:5px;}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
.content-box-header h3 {font-size:15px;}
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding: 12px 0 0 0; font-size:12px; }

.image {
	float: left;
	margin: 15px 20px 10px 0;
	border:2px solid #0D7ABF;
}

table thead th {
    cursor: pointer;
}

.clear{
	clear: both;
}

.accordion {  }
.accordion .accTogglerOpen 	{  padding-top:10px; padding-left:2px; padding-right:95px; padding-bottom:15px; display: block; margin: 0px; cursor: pointer; font-size:16px; color:#2d6374; line-height:20px; background-color:#ffffff; background-image: url(../images/faq-close.jpg); background-repeat: no-repeat; background-position: top right; }
.accordion .accToggler 		{  padding-top:10px; padding-left:2px; padding-right:95px; padding-bottom:15px; display: block; margin: 0px; cursor: pointer; font-size:16px; color:#2d6374; font-weight:normal; line-height:20px; background-color:#ffffff; background-image: url(../images/faq-open.jpg); background-repeat: no-repeat; background-position: top right; }
.accordion .accContent 		{ margin: 0px; padding:5px 0px 10px 0px; line-height:19px; margin-bottom:10px; }
.accordion .accContent p 	{ margin: 0px; }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

#dash .threecol {
	width:26.05%;
	margin-right: 1%;
}

#dash .sixcol {
	margin-right: 1%;
}

#dash .twocol {
	width:20.45%;
	margin-right: 0%;
}

@media screen and (max-width: 1166px) {

	#logo { width: 90%; margin: auto; margin-top: 10px; }
	#nav {display: none;}
	#navigation-small {display: block;}
	.calrowbox {width:120px;}
	.cal_day_alt {width:132px;}
	.day_info {width:120px;}
	.noshow{display:none;}

	#dash .threecol, #dash .twocol {
		width:auto;
	}

}

.red {background:#FF0000 !important;color:#FFFFFF !important;padding-left:5px;}
.red a {color:#FFFFFF !important;}

.green {background:#AEE893 !important;color:#000000 !important;padding-left:5px;}
.blue {background:#0099FF !important;color:#000000 !important;padding-left:5px;}
.orange {background:#FFB164 !important;color:#000000 !important;padding-left:5px;}
.grey {background:#666666 !important;color:#ffffff !important;padding-left:5px;}
.yellow {background:#edfb4e !important;color:#000000 !important;padding-left:5px;}

