@CHARSET "UTF-8";

body {
	background: #d4d4d4;
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px; 
	color: #555;
	position: relative; 
	-webkit-font-smoothing: antialiased;
}

a img{
    border:0;
    outline:none;
}

.divinfo {
	border: 1px #b4b4b4 solid;
	background-color: #cecece;
	padding: 10px;	
}

/*Override Kendo Styles*/
.k-button {
	background-color: #A80812 !important;
	background-image: none, -webkit-linear-gradient(top, #A80812 0px, #810109 100%) !important;
	border-color: #6D0209 !important;
	color: #fff !important;
}

.k-button:hover{
	background-color: #373737 !important;
	background-image: none, -webkit-linear-gradient(top, #373737 0px, #212121 100%) !important;
	border-color: #0c0c0c !important;
	color: #fff !important;
}

.k-header {
	border: none;
	background-image: none, -webkit-linear-gradient(top, #fff 0px, #fff 100%);
	margin-top:4px;
	font-size:13px;
}

.k-link {
	padding:5px 15px !important;
	line-height: 21px !important;
}

ul a {
 	text-decoration: none;
 	color: inherit;	
}

ul a:hover {
	color: #A80812;	
}

.mhead {
	background: url('../images/header_bg_new.png') repeat-x;
	height: 155px;
	width: 100%;	
}

.mhead_right {
	width: 250px;
	height: 105px;
	float: right;	
}

.mhead_right_top {
	height: 82;
	width: 250px; 
}

.mhead_right_top span {
	color: #fff;
	display: block;
	float: right;
	padding: 10px 2px 0px 0px;
	font-weight: bold;	
}

.user_login {
	color: #fff;
	font-weight: bold;
	text-align: right;
	cursor: pointer;		
}

.user_login_panel {
	width: 175px;
	height: 140px;
	background-color: #000;
	color: #fff;
	padding: 10px;	
	float: right;
	position: absolute;
	z-index: 999;
	margin: 5px 0px 0px 60px;
	opacity: 0.9;
	display: none;
}

.user_login_panel ul {
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.user_login_panel ul li {
	margin-bottom: 10px;
}

.user_login_panel ul li label {
	display: block;
	margin: 0px 0px 2px 0px;
}

.mhead_right_bottom {
	height: 25;
	width: 250px; 
}

.sperator {
	clear: both;
	line-height: 0px;
	height: 0px;	
}

.sperator2 {
	clear: both;
	line-height: 10px;
	height: 10px;
}

.mhead_header {
	width: 1024px;
	height: 108px;
	margin: 0px auto;	
}

.mhead_menu {
	width: 1024px;
	height: 35;
	margin: 0px auto;
	margin-top: 2px;
}

.mbody {
	background: url('../images/body_bg_middle.png') repeat-y;
	min-height: 100px;
	width: 1034px;
	margin: -10px auto;
}

.mnews {
	width: 1024px;
	height: 340px;
	background: #373737;
	margin:0px 5px 5px 5px;	
}

.mlboxes {
	width: 635px;
	/*height: 676px;*/
	float: left;
	margin:5px 5px 0px 10px;
}

.mrboxes {
	width: 370px;
	float: left;
	background: #eaeaea;
	margin:5px 5px 0px 5px;
}

.mrb {
	width: 370px;
}

.mrbhead {
	width: 370px;
	height: 48px;
	text-indent: 0px;	
	background:url('../images/mrbheader.png');
}

.mrbhead span{
	font-size:20px;
	color:#fff;
	font-weight: bold;
	display: block;
	padding: 3px 0px 0px 12px;
}

ul.mrb_list1 {
  width: auto;
  float: left;
  list-style-image: url("../images/arrow_1.png");
  list-style-position: outside;
  font-family:Arial;
  color:#525252;
}

ul.mrb_list1 li {
	padding: 0px 0px 10px 0px;
	cursor: pointer;
}

ul.mrb_list1 span {
	display: block;
	padding-bottom: 5px;
	font-weight:bold;	
}

.mrbbottom a {
	display: block;
	float: right;
	margin: 0px 20px 5px 0px;
	text-decoration: none;
	color: #0063e3;
	font-weight: 700;
}

.mrbbottom a:hover {
	color: #ff0084;
}

.mlb {
	width: 315px;
	height: 222px;
	background-color: #fff;
	float:left;
	margin-bottom: 5px;
}

.mlbhead {
  font-size: 14px;
  color: #373434;
  font-weight: bold;
  margin: 8px 8px 8px 12px;		
}

.mlbbody {
	width: 290px;
	height: 175px;
	overflow: hidden;
	margin: 12px;
}

.mlink {
	width: 1024px;
	margin-left:5px;
	background: #fff;
}

.mlinkhead {
	background: #a80812;
	height: 34px;	
}

.mlinkhead span {
	font-size:20px;
	color:#fff;
	font-weight: bold;
	display: block;
	padding: 3px 0px 0px 12px;	
}

.mlinkbody {
	 height: 100px;
}

.mlinkbody ul {
	list-style: none;
}

.mlinkbody ul li {
	float: left;
	display: block;
	margin-right: 15px;
	height: 90px;
	overflow: hidden;
}

.mfooter {
	width: 1024px;
	height: 210px;
	margin-left:5px;
	background: #fff;
	border-top:5px #a80812 solid;	
}

.mfooterleft {
	width: 320px;
	height: 170px;
	float: left;
}

.mfooterright1 {
	width: 700px;
	height: 140px;
	border-left: 2px #ccc solid;
	float: left;
	margin-top: 20px;
}

.mfooterbottom {
	width: 700px;
	height: 20px;
	padding: 10px;
}

.bottommenu ul {
  width: auto;
  float: left;
  list-style: none;
  list-style-position: outside;
  font-family:Arial;
  color:#525252;
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  border-bottom: 1px #ccc solid;		
}

.bottommenu li {
	float: left;
	padding: 0px 3px 0px 3px;
  	font-size: 12px !important;	
}

.bottomaddress {
	margin: 5px 10px 5px 33px;
	color: #484747 !important;	
}

.bottomaddress span {
	font-weight: bold;
	display: block;		
}

.bottombox {
	width: 310px;
	height: 35px;
	float: left;	
}

.bottombox img {
	margin-top: 5px; 
	float: left;	
}

.bottombox span {
	float: left; 
	margin: 12px 0px 0px 5px;
	font-weight: normal !important;	
}

.temp-resource {
	margin: 0px 4px 0px 7px;
	width: 1020px;
	font-size: 13px;
}

.temp-resource-left {
	width: 290px;
	background: #f3f3f3;
	border-right: 2px #cacaca solid;
	border-top: 2px #cacaca solid;
	border-bottom: 2px #cacaca solid;
}

.temp-resource-right {
	width: 720px;
	background:#fff;
	padding: 4px;
	border-left: 2px #cacaca solid;
	border-top: 2px #cacaca solid;
	border-bottom: 2px #cacaca solid;
}

.temp-resource-right-head {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	border-bottom: 1px #cacaca dotted;
	padding-bottom: 3px;	
}

.temp-resource-left-header {
	background: #a80812;
	height: 40px;
	margin-bottom: 5px;	
}

.temp-resource-left-header span {
	font-size:20px;
	color:#fff;
	font-weight: bold;
	display: block;
	padding: 7px 0px 0px 12px;	
}

.temp-resource-left-row {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color:inherit;
}

.selected {
	background-color: #616161 !important;
	color: #fff;
}

/*Publication Box Style*/
.publication_box {
	width: 340px;
	height: 175px;
	float: left;
	border: 1px #cacaca solid;
	padding: 5px;
	margin: 4px 4px 4px 3px;
	background-color: #F3F3F3;
}

.publication_box_head {
	display: block;
	font-size: 13px;
	border-bottom: 1px #cacaca dotted;
	font-weight: bold;
}

.publication_box_head a {
	text-decoration: none;
	color: inherit;	
}

.publication_box_head a:hover {
	color: #A80812;
}

.publication_box_pic {
	width: 100px;
	height: 130px;
	float: left;
	margin-top: 2px;
	overflow: hidden;
}

.publication_box_description {
	width: 220px;
	float: left;
	padding: 0px 5px;	
	height: 120px;
}

/*Search Engine Style*/
.search_head {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 15px;
}

.search_description {
	display: block;
	padding: 5px 10px 5px 15px;	
}

.search_text {
	display: block;
	padding: 10px;	
}

.search_panel {
	background-color: #fff;
	margin: 0px 5px 0px 5px;	
}

.search_panel_head {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 0px 15px 0px 15px;
	padding: 5px 0px;
	border-bottom: 1px #cacaca dotted;
}

/*User Panel Process*/
.userpanel_main {
	width: 1024px;
	height: 100px;
	margin: 0px auto;
	background: #fff;
	padding: 0px;	
}

.userpanel_cont {
	width: 809px;
	font-size: 13px;
	padding: 10px;
}

.userpanel_nav {
	width: 195px;
	padding: 0px;
	border-right: 1px #cecece solid;
	font-size:10px !important;
}

.userpanel_nav .k-header {
	margin-top: 0px !important;
	font-weight: bold;	
}

.userpanel_nav .k-state-focused {
	color: #fff !important;	
}

/*E-Survey*/
.esurheader {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;	
	background-color: #F3F3F4;
	padding: 5px;
}

.esurdescription {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	background-color: #F3F3F4;
	padding: 5px;	
}

.esurqtext {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

.esuranswers {
	padding-left: 10px;	
}

/*Resource List Style*/
.resource_list {
 	margin: 20px;
 	border-bottom: 1px #fefefe solid;
}

.resource_list img {
	float: left;
	margin-right: 10px;
}

a.resource_list_head {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #0063e3;
}

a.resource_list_head:hover {
	color: #A80812;
}

.resource_list_info {
	font-size: 12px;
	color: #7e7e7e;
	margin-bottom: 10px;
	font-weight: normal;
} 



ul#pagination{
	border:0; 
	margin: 10px;
	padding:0;
}

#pagination li{
	border:0; margin:0; padding:0;
	font-size:13px;
	list-style:none;
	display:inline;
}

#pagination a{
	border:solid 1px #DDDDDD;
	margin-right:2px;
}

#pagination .previous-off,
#pagination .next-off {
	color:#666666;
	
	float:left;
	font-weight:bold;
	padding:3px 4px;
}

#pagination .next a,
#pagination .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}

#pagination .active{
	color:#A80812;
	font-weight:bold;
	
	float:left;
	padding:4px 6px;
}

#pagination a:link,
#pagination a:visited {
	color:#0063e3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	border:solid 1px #666666;
}
