body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	padding: 0;
	margin: 0;
	background: #f2f2f2;
}

a {
	text-decoration: none;
	color: #46accf;
}

a:hover {
	text-decoration: none;
	color: #00AA00;
}

a:active {
	outline: none;
}

img {
	border: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
	
}

form {
	margin: 0;
	padding: 0;
}

.formbutton {
	font-size: 11px;
	color: #fff;
	border: 1px solid #126ea6;
	background-color: #377ead;
	padding:2px;
}

.errors {
	color: red;
}

.display_error {
	font-weight: normal;
	background-color: #f2f2f2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4E1F6;
	border-right-color: #D4E1F6;
	border-bottom-color: #D4E1F6;
	border-left-color: #D4E1F6;
}

.masthead {
	color: #fff;
	width: 974px;
	height: 88px;
	background: #036990 url(images/masthead_bg.png) repeat-x;
}

.logo {
	padding:10px 0 0 10px;
}

.login {
	padding-top:10px;
	text-align:right;
}

.loginuserfield {
	border: 1px solid #cdcdcd;
	padding: 0.4em;
	background: #fff url(images/textfield-bg.gif) repeat-x 0 1px;
}

.loginpassfield {
	border: 1px solid #cdcdcd;
	padding: 0.4em;
	background: #fff url(images/textfield-bg.gif) repeat-x 0 1px;
}

.loginuserfield:focus {
	background: #fffef4 url(images/textfield-focus-bg.gif) repeat-x 0 1px;
}

.loginpassfield:focus {
	background: #fffef4 url(images/textfield-focus-bg.gif) repeat-x 0 1px;
}

a.loginforgotpass {
	color: #00d600;
}

a.loginforgotpass:hover {
	color: #46accf;
}

.top_nav {
	background: url(images/topnav_bg.png) repeat-x;
	width: 974px;
	height: 41px;
}

.special_offer_head {
	background: url(images/special_offer_heading.png);
	text-align:center;
	width:136px;
	height:24px;
	color:#fff;
	font-size:12.5px;
}

.special_offer {
	background: url(images/special_offer_bg.png);
	width:440px;
	height:206px;
	font-size:12.5px;
	/* padding-top:10px; */
}

.special_offer_title {
	color: #00AA00;
	font-size:16px;
}

.oddrow {
  background-color: #f2f2f2;
}

.evenrow {
  background-color: #ffffff;
}

.main_tables {
	margin: 5px;
}

.container_table_lg {
	margin: 5px;
	width: 626px;
}

.container_table_head_lg {
	height: 26px;	
	background: url(images/container_head_lg.png) no-repeat;
	padding-left: 30px;
	color: #00AA00;
	font-size: 13px;
}

.container_table_content {
	padding: 5px;
	background-color: #fff;

}

.container_table_sb {
	margin: 5px;
	width: 306px;
}

.container_table_head_sb {
	height: 26px;	
	background: url(images/sidebar_head.png) no-repeat;
	padding-left: 30px;
	color: #00AA00;
	font-size: 13px;
}

#searchprofile {
	width: 306px;
	height: 235px;
	color: #494949;
	background: url(images/qsearch_bg.png);
	margin: 5px;
}

.module_detail_inside {
  font-size: 11px;
  font-weight: normal;
  background-color: #fff;
  text-align:left;
  border: #dbdbdb 1px solid;
}

.line_top_bottom_pad {
	padding-top: 3px;
	padding-bottom: 3px;
}

.line_outer {
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 4px; 
}

.edituserlink{
	background-color: #4278D3;
	color: #FFFFFF;
	font-weight: bold;

}

.edituserlink a{
	background-color: #4278D3;
	color: #FFFFFF;
	font-weight: normal;
}

.edituserlink a:hover{
	background-color: #4278D3;
	color: #000;
	font-weight: normal;
}

.line_leftside {
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 3px;
	margin-right: 2px; 
	vertical-align:middle; 
}

.line_rightside {
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 3px;
	margin-right: 4px; 
	vertical-align:middle; 
}

.calendar_module_detail {
  font-size: 11px;
  font-weight: normal;
  background-color: #F8FBFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e8d1cd;
  border-right-color: #e8d1cd;
  border-bottom-color: #e8d1cd;
  border-left-color:#e8d1cd;
}

.calendar_module_head {
	background-color: #d1d1d1;	
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#navigation {
 float: left;
 width: 974px;
 height: 30px;
 color: #333;
 background: #6B6659;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 701px;
 display: inline;
}

#rightcolumn {
	color: #333;
	height: 350px;
	width: 251px;
	float: left;
	background: #ffffff url(images/rightcol_bg.png) repeat-y;
}

.footer {
	width: 974px;
	color: #fff;
	background: #313131;
}

.pollquestion{
	color: #4278D3;
	font-weight: bold;
}

.storyhead{
	color: #4278D3;
	font-weight: bold;
}

.storydate{
	font-size: 9px;
	color: #695f5d;
	font-style: italic;
}

.storyby{
	color: #695f5d;
}

.storytext{
}

.newshead{
	color: #4278D3;
	font-weight: bold;
}

.newsdate{
	font-size: 9px;
	font-style: italic;
}

.newstext{

}

.text_head2, .text_head2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #9f8f8c;
}

.panelbox_div {
	line-height:16px; 
	vertical-align:middle;
	padding-left: 12px; 
	padding-right: 3px;
}

.panellinkhdr_div {
	line-height:16px;
	background-color: #f2f2f2;
	font-size: 11px;
	font-weight: bold;
	color: #00AA00;
	vertical-align:middle; 
	padding-left: 6px; 
	padding-right: 3px;
}

.panellinkhdr_div  a {
	text-decoration: none;
}

a.panellink_div {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fab001;
}

.panellink a:hover {
	text-decoration: underline;
}

.smallpic {
  border: 1px solid #666666;

}

.loadsnaps_column {
	float: left;
	width: 49.9%;
	vertical-align: middle;
	text-align: center;
}





#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
	
	
