@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#EAEAEA;
}
td{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	vertical-align:top;
}
input, select{
	width:200px;
	border:1px solid #CCC;
	border-radius: 3px;
	padding:8px;
	font-size:16px;
	line-height:20px;
}
input.checkbox{
	width:20px;	
}
input:focus, textarea:focus{
	outline: none;
    box-shadow: 0 0 10px #2B5AB0;
	border:1px #112B65 solid;	
}
textarea, select{
	border:1px solid #CCC;
	border-radius: 3px;
	padding:8px;
	font-size:16px;
	line-height:20px;
}
a{
	color:#00A2D4;
}
a:link{
	color:#00A2D4;
	text-decoration:none;
}
a:hover{
	color:#00A2D4;
	text-decoration:none;
}
a:visited{
	color:#00A2D4;
	text-decoration:none;
}

.smallButton a:link, .smallButton a:visited{
	background-image:url(./images/button-off.png);
	background-repeat:repeat-x;
	line-height:38px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	border-radius:3px;
}
.smallButton a:hover{
	background-image:none;
	background-color:#000000;
	line-height:38px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}
.submitButton{
	padding:3px;
	width:100px;
	background-color:#FFC;
}
.button-primary{
	background: #202333;
	border-color: #000;
	color: #ccc !important;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
	height: 34px;
	margin: 0;
	padding: 0 15px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
}
.button-primary:hover{
	background-color: #00A2D4;
	border-color: #00A2D4;
	color:#FFF !important;	
}
.button-green{
	background: #468C00;
	border-color:#104000;
}
.button-green:hover{
	background:#104000
}
.button-red{
	background: #D90000;
	border-color:#8C0000;
}
.button-red:hover{
	background:#8C0000;	
}
.button-yellow{
	background: #D7D901;
	border-color:#B5B601;
	color:#333 !important;
}
.button-yellow:hover{
	background:#B5B601;	
	color:#fff;
}
.button-secondary{
	background: #777;
	border-color: #444;
	color: #ccc !important;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
	height: 34px;
	margin: 0;
	padding: 0 15px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
}
.button-secondary:hover{
	background-color: #333;
	color:#FFF !important;	
}

.button-alt{
	background: #ccc;
	border-color: #444;
	color: #333 !important;
	-webkit-box-shadow: inset 0 1px 0 #666,0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 #666,0 1px 0 rgba(0,0,0,.15);
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button-alt:hover{
	background-color: #fff;
	color:#000 !important;	
}

#adminBody{
	margin-top:4px;
}
#adminHeader{
	width:100%;
	margin:0;
	text-align:right;
	color: #777;
	height:80px;
	background: #ffffff;
}
#adminHeaderContainer{
	padding-right:30px;
}
#adminHeaderContainer a, #adminHeaderContainer a:visited, #adminHeaderContainer a:hover{
	color:#777;	
}
#adminWelcome{
	float:left;
	width:200px;
	text-align:center;
	background-color: #00A2D4;
    height: 80px;
}
#adminWelcome img{
	max-width: 60%;
	padding-top: 15px;
}
#adminLinks{
	float:right;	
	height:80px;
	line-height:80px;
}
#adminNavigation{
	width:200px;
	position:absolute;
	height:100%;
	background-color:#CCC;
	left:0px;
	top:80px;
	bottom:0px;
	z-index:999;
}
#leftmenu-wrapper ul, #leftmenu-wrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* We apply background color and border bottom white and width to 150px */
#leftmenu-wrapper ul li{
    background-color: #323645;
    cursor:pointer;
	font-size:14px;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#leftmenu-wrapper ul li:hover{
    background-color:#00A2D4;
    position:relative;
	color:#fff !important;
}
#leftmenu-wrapper ul li:hover a{
	color:#fff;
}

#leftmenu-wrapper ul li:hover:after{
	right: 0;
	border: solid 8px transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #323645;
	top: 50%;
	margin-top: -8px;
}

#leftmenu-wrapper ul li.leftmenu-nosubs:hover:after{
	border-right-color: #00A2D4;
}
/* We apply the link style */
#leftmenu-wrapper ul li a{
    padding:15px;
	color:#ccc;
    display:block;
    text-decoration:none;
}
#leftmenu-wrapper ul li a:hover{
    color:#fff;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#leftmenu-wrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#leftmenu-wrapper ul li:hover ul{
    left:200px;
    top:0px;
    display:block;
}

/* we apply different background color to 2nd level menu items*/
#leftmenu-wrapper ul li ul li{
    background-color:#323645;
}

/* We change the background color for the level 2 submenu when hovering the menu */
#leftmenu-wrapper ul li:hover ul li:hover{
    background-color:#323645;
	color:#fff;
}
#leftmenu-wrapper ul li:hover ul li a{
    color:#ccc;
}
#leftmenu-wrapper ul li:hover ul li a:hover{
	color:#fff;
}
#leftmenu-wrapper ul li:hover ul li:hover:after{
	right: 0;
	border: solid 8px transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #323645;
	top: 50%;
	margin-top: -8px;
}



/* We style the color of level 2 links */
#leftmenu-wrapper ul li ul li a{
    display:block;
    width:160px;
	color:#ccc;
}

#leftmenu-wrapper ul li ul li a:hover{
    color:#FFF;
}

/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#leftmenu-wrapper ul li:hover ul li ul{
    position:absolute;
    display:none;
    color:#fff;
}

/* We show the third level menu only when they hover the second level menu parent */
#leftmenu-wrapper ul li:hover ul li:hover ul{
    display:block;
    left:200px;
    top:0;
}

/* We change the background color for the level 3 submenu*/
#leftmenu-wrapper ul li:hover ul li:hover ul li{
    background:#13729F;
}

/* We change the background color for the level 3 submenu when hovering the menu */

#leftmenu-wrapper ul li:hover ul li:hover ul li:hover{
    background:#13729F;
}

/* We change the level 3 link color */
#leftmenu-wrapper ul li:hover ul li:hover ul li a{
    color:#ffffff;
}
.leftmenu-here{
	position:relative;
	background-color: #202333 !important;	
	color:#fff;
}
.leftmenu-here:hover{
    background-color:#202333 !important;
	color:#fff;
}
.leftmenu-here a, .leftmenu-here a:hover{
    color:#fff !important;
}
.leftmenu-here:after, .leftmenu-here:hover:after{
	right: 0;
	border: solid 8px transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #EAEAEA !important;
	top: 50%;
	margin-top: -8px;
}
.leftmenu-sub{
    background-color: #E0E0E0 !important;
	font-size:12px;
}
.leftmenu-sub a{
    color:#777 !important;
	padding-left:25px !important;
}
.leftmenu-sub a:hover{
    color:#000 !important; 
}
.leftmenu-sub:hover:after{
	border-right-color: #E0E0E0 !important;
}


#adminContent{
	margin-left:230px;
}
#adminSubContent{
	position:relative;
	margin-right:300px;	
}
.adminH1{
	font-size:30px;
	font-weight:bold;
	margin-right:20px;
	color:#777;	
	position: absolute;
    top: 15px;
}
.adminH1container{
	margin-bottom:25px;
	margin-top:25px;
	width:98%;	
	height:30px;
}
.adminH1filter{
	float:right;	
}
.pagesDisplay{
	float:right;	
}
#showError{
	width:95%;
	padding:15px;
	background-color:#FCC;
	font-size:20px;
	display:none;
	margin-top:15px;
	border-left:6px solid #FF0000;	
}
#showInfoMessage{
	width:95%;
	padding:15px;
	background-color:#6EA6F9;
	font-size:20px;
	margin-top:15px;
	border-left:6px solid #1B55AE;	
}
#adminLeft{
	float:left;	
	margin-top:15px;
	width: 100%;
	min-width: 463px;
}
.borderDiv{
	background-color:#fff;
	border:1px solid #666;
	border-radius:3px;
	padding:10px;
}
#adminFull{
	margin-top:15px;
	width: 97%;
	min-width: 463px;
	background-color:#fff;
	border:1px solid #666;
	border-radius:3px;
	padding: 10px;
}
#adminLeft input, #adminLeft textarea, #adminFull input, #adminFull textarea{
	width:100%;	
}
.adminLeftSub input, .adminLeftSub textarea, .adminLeftSub select{
	width:95% !important;	
}
.adminLeftSub{
	background-color:#fff;
	border:1px solid #666;
	border-radius:3px;
	padding:10px;
	float:left;
	width:45%;
}
#adminRight{
	float:right;
	width:250px;
	margin-right: -285px;
	background-color:#fff;
	border:1px solid #666;
	border-radius:3px;
	padding: 10px;
	margin-top: 50px;
}
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

#adminFooter{

}
.clear{
	clear:both;	
}
.tdHeader{
	font-size:18px;
	background-color:#202333;
	color:#FFFFFF;
}
.tdHeader a{
	color:#FFFFFF;
	text-decoration:underline;
}
.tdHeader a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.tdHeader a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.lightRow{
	background-color:#FFFFFF;
}
.darkRow{
	background-color:#E0E0E0;
}
.hidden{
	background-color:#888;
	border-bottom:1px dotted #666;	
}
.private{
	background-color:#000;
	border-bottom:1px dotted #666;
	color:#fff;	
}
#menuTree{
	width:200px;
	hieght:650px;
	float:left;
	overflow:auto;
	border-right:1px solid #E0E0E0;	
 }
#menuTree ul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	background-color:#FFFFFF;
}
#menuTree ul ul{
	margin-left:15px;	
	background-color:#E0E0E0;
}
#menuTree ul ul ul{
	background-color:#FFFFFF;
}
#menuTree ul li {
	margin-bottom:5px;	
	margin-top:5px;
}
.strikethrough{
	text-decoration:line-through;
}
.greenRow{
	background-color:green;	
	color:#fff;
}
.greenRow a{
	color:#fff;	
}
.yellowRow{
	background-color:yellow;
}
.redRow{
	background-color:red;
	color:#fff;
}
.redRow a{
	color:#fff;	
}
#topHoverMessage{
	display:none;
	width:100%;
	padding:10px;
    background-color: #00A2D4;
	color:#fff;
	text-align:center;	
}
input.requiredInput, select.requiredInput, option.requiredInput, checkbox.requiredInput, textarea.requiredInput{
	background-color:#FCC;
	background-image:none;
	border:1px solid #900;
}
.required{
		
}
.contentLocation{
	text-align:center;
	background-color:#13729F;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	width: 96%;
    padding: 1%;
    margin-top: 1%;
}