@import url(communityLayout.css);

body
{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background:#fff;
	line-height: 1.2;
}

a img {border: none;}
a:link, a:visited {color: #0707a4;}
html body a:hover {color: #fa8b41;}

h2 {font: 1.5em arial, helvetica, sans-serif; letter-spacing: 1px;}
h3 {font: bold 1em arial, helvetica, sans-serif; letter-spacing: 2px;}
h4 {font: bold 1.1em arial, helvetica, sans-serif; letter-spacing: 1px;}
 
.mainText
{
	font-size:12px;
}

.paging
{
	font-size:11px;
	color: #aaa;	
}

.quickSearchBox
{
	margin-top:3px;
	color:#0707a4;
	font-size:10px;	
}

.error
{
	color:#fc0000;
}

.button 
{
	background-color:#fa8b41;
	height:22px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:1px;
	width:60px;

}

.borderedButton span
{
	border: 1px solid #0707a4;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 3px 1px 5px 5px;
	background: #f4f4f4;
}


.borderedButton a
{
	text-decoration: none;
}

.borderedButton
{
	 font:12px arial;  padding-top: 6px; padding-bottom:5px; z-index:2;
}

.bigTitleBlue {
	color:#3e6498;
	font-weight:bold;
	font-size:18px;
	padding-left:0px;
}

.bigTitleBlueCommunity {
	color:#3e6498;
	font-weight:bold;
	font-size:18px;
	padding-left:0px;
	border-bottom: 1px solid #d6d6d6;
	width: 580px;
	height: 1px;
	margin: 0px;
	margin-bottom: 8px;
}

.subTitleBlue {
	color:#3e6498;
	font-weight:bold;
	font-size:16px;
	padding-left:0px;
}

.medTitleOrange {
	color:#fa8b41;
	font-size:14px;
	padding-left:0px;
}

.medTitleBlue {
	color:#3e6498;
	font-weight:bold;
	font-size:14px;
	padding-left:0px;
}

.smallTitleBlue {
	color:#3e6498;
	font-weight:bold;
	font-size:12px;
	padding-left:0px;
	text-decoration:none;
}

.medTitleBlueLight
{
	color: #3e6498;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
}
.smallText {
	font-size:10px;
}

.smallTextOrange
{
	color:#fa8b41;
	font-size:10px;
	
}

/* Menu Style */

.navlist
{
	height: 27px;
	background-color: #3e6498;
	text-align: center;
	font-family: Trebuchet MS, Verdana;	
	font-size: 11px;
	color: #ffffff;

}

.navlist td, .navlist th
{
	width:80px;
}

.navlist td:hover, td.iehover
{
	background-color: #fa8b41;
}

.navlist a 
{
	margin: 0;
	padding:0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display:block;
	width:100%;
	line-height:175%
 }

.navlist a:link, .navlist a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.scriptOnlyLink
{
	color: #3e6498;
	text-decoration: underline;
}

.navlist a:hover
{
	text-decoration: underline;
	color:#ffffff;	
}

.navlistBottom
{
	background-color:#d6d6d6;
	font-size: 11px;
	text-align: right;
	font-family: Trebuchet MS, Verdana;
	height: 27px;
	padding-right:8px;
}

.separatorLine
{
	border-top: 1px solid #d6d6d6;
	border-bottom: 0px;
	width: 580px;
	height: 1px;
	margin: 0px;
	margin-bottom: 8px;

}
.textbox
{
	width: 200px;
}


.seeMore
{
	font-size:11px;
	}
