/* basic style */

body {
	background: #a7bcdc;
	color: #000;
	text-align: center;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #023167;
	text-decoration: none;
}

a:visited {
	color: #023167;
	text-decoration: none;
}

a:hover, a:active {
	color: #023167;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

/* divs */

#left-header {
	position: absolute;
	float: left;
	padding: 0px;
}

#container {
	position: absolute;
	float: left;
	
	background: #eaeefa;
	width: 90%;
	color: #000000;
	border: 4px solid #fff;

	left: 65px;
	top: 10px;
	margin: 10px;
	padding: 10px;

	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #efefef;
	color: #023167;
	border: 1px solid #fff;
	padding: 8px;
	
	font-size: 11px;
}

#main-box {
	background: #eaeefa;
	height: auto;
	color: #000000;
	border: 0px solid #fff;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	position: relative;
	width: auto;
}

#right-box {
	border: 1px solid #fff;
	margin-top: 15px;
	text-align: left;
}

#thead {
	background: #a7bcdc;
	color: #000000;
	padding: 5px;
	border: 1px solid #fff;
	text-align: left;
}

#trow {
	background: #efefef;
	color: #000000;
	padding: 0px;
	border: 1px solid #fff;
	text-align: left;
}


/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #ffffff;
	padding: 10px;
}

/* This is for news box */

.box-border {
  background: #fff;
  padding: 2px;
  }
  
.box-header {
  background: #a7bcdc;
  padding: 5px;
  color: #023167;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  }
  
.box-header a:link,
.box-header a:visited,
.box-header a:active {
  color: #023167;
  text-decoration: none;
  }
  
.box-header a:hover {
  color: #023167;
  text-decoration: underline;
  }

.box-content {
  color: #000;
  padding: 5px;
  text-align: left;
  background: #efefef;
  vertical-align: top;
  }

.box-footer {
  background: #cbd8f0; /* #a7bcdc; */
  padding: 3px;
  padding-right: 5px;
  color: #000;
  text-align: right;
  border-bottom: 1px solid #fff;
  }
  
.box-footer a:link,
.box-footer a:visited,
.box-footer a:active {
  color: #000;
  text-decoration: none;
  }
  
.box-footer a:hover {
  color: #000;
  text-decoration: underline;
  }

#cli-list-head {
	background: #a7bcdc; 
	color: #000000;
	border: 1px solid #fff;
	text-align: center;
}

#cli-list-row {
	color: #000000;
	border: 1px solid #fff;
	text-align: center;
}

#stats {
	border: 2px solid #fff;
	margin-top: 15px;
	text-align: left;
}


.gn {cursor:pointer;cursor:hand;color: #023167;text-decoration: none;}

.gd {display:none}

.splCont{display:none;border:1px solid #cccccc;padding:3px 5px;} 

.header {
	font-weight:bold;
	font-size: 130%;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;	
	padding: 4px;
}
	
blockquote cite {
	font-weight: bold;	
	border-bottom: 1px solid #ccc;	
	font-style: normal;	
	display: block;	
	margin: 4px 0;
}
	
blockquote cite span {
	float: right;	
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;	
	font-weight: bold;	
	padding-bottom: 0;
}

.codeblock {
	background: #fff;	
	border: 1px solid #ccc;	
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;	
	font-weight: bold;	
	margin: 4px 0;
}
	
.codeblock code 
{
	overflow: auto;	
	height: auto;	
	max-height: 200px;	
	display: block;	
	font-family: Monaco, Consolas, Courier, monospace;	
	font-size: 13px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
	margin-bottom: 15px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
	margin-bottom: 15px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}
