@import url("menu.css");

/* CSS Document */
.checkbox {
	float:left;
	width:15px;
	padding:2px;
}
.category {
	float:left;
	width:auto;
	padding:2px;
}
.selectCategories ul {
	list-style-image: none;	
}
.selectCategories ul li {
	list-style-image: none;
	width: 24%;
}
body {height:100%; margin:0px; padding:0px; }
body, p, .normal, div { font-size:12px;}
h1 {
	color: #003952;
}
.flexigrid th div {
	font-size: 11px;
	font-weight: bold;
}
.flexigrid td div {
	font-size: 11px;
}
.pagemaster {
	width:100%;
	height:100%;
	background-color: #686868;
	background-image: url(bg.gif);
}
.skinmaster {
	width:920px;
	background-color:#FFFFFF;
	border:4px solid #999999;
}
.topBar1 {
	font-size: 11px;
	background-image: url(bluebar.png);
	background-repeat: repeat-x;
	height: 11px;
}
.topBar2 {
	font-size: 11px;
	background-image: url(orangebar.png);
	background-repeat: repeat-x;
	height: 11px;
	}
.topBar2Shadow {
	font-size: 5px;
	background-image: url(shadow.png);
	background-repeat: repeat-x;
	height: 11px;
}
.legal {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #003952;
	padding:5px 0px;
}

.divider {
	border-bottom:1px dashed #003952;
	margin:0 0 2px 0;
	line-height:2px;	
}

/*-------- Default Style --------*/
.head, .title, .head.title {
	padding:0px;
	margin:0px;
}
th,td,div{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; }
a,a:link,a:visited,a:active{color:#4F839F; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a:hover{
	color:#d66300;
	text-decoration:none;
}

.clear_float{content:"."; display:none; clear:both;}

/*--------- pane style ----------*/
.ContentPane {padding: 10px;}
.TopPane, .BottomPane { padding:0px; margin:0px; }
.LeftPane{ padding:10px; margin:0px; }
.RightPane{ padding:10px; margin:0px; }
.leftColumn {
	background-color: #eff7ff;
	border-right:solid 2px #666666;
}
.leftColumnTop{
	font-size: 5px;
	background-image: url(shadowleft.png);
	background-repeat: repeat-x;
	height: 11px;
	border-right:solid 2px #666666;
}

.BannerContentPane ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.BannerContentPane ul li {
	font-size: 15px;
	font-weight: bold;
	list-style-image: url(orangearrow.png);
	list-style-type: none;
	color: #003152;
	padding-top:8px;
	padding-bottom:8px;
}
/*-------------- User Box --------------*/
.userbox {
	text-align:center;
	margin:0 auto;
}
.userbox a, a.btn {
	padding:5px;
	margin:5px;
	background-color:#d66300;
	border: 3px double #ffffff;
	color: #ffffff !important;
	font-weight: bold;
	width: 120px;
	display:block;
}
.userbox a:hover, a.btn:hover {
	background-color:#4F839F;
	text-decoration:none;
	color: #ffffff !important;
	font-weight: bold;
}
/*-------------- Link Style --------------*/
.BottomMenu {
	background-color: #999999;
	padding:0 5px 10px 5px;
	text-align:center;
}
.links {}
.links,a.links:link,a.links:visited{
	color:#FFFFFF;
	font-size:12px;
	padding:0 10px;
}
a.links:hover,a.links:active {
	color:#FFFFFF;
	text-decoration: underline;
	padding:0 10px
}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#4F839F; font-size:12px;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer {
	background-color: #999999;
	padding:5px 0;
	text-align:center;
}
.footer,a.footer:link,a.footer:active,a.footer:visited {
	color:#FFFFFF;
	font-size:12px;
}
a.footer:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

/*-------------- RSS FEED --------------*/
.DNN_News_Wrapper {
	background-image: url(/images/social/twitter_feed_200_b.png);
	background-repeat: no-repeat;
	width: 200px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 4px;
}
.DNN_News_FeedLink {
	height:100px;
}
.DNN_News_FeedLink a {
	display: block;
	width:100%;
	height:100%;
}
.DNN_News_ItemWrapper {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.DNN_News_ItemLink {
	font-size: 12px;
}
.DNN_News_ItemDate {
	font-size: 10px;
	color: #d66300;
}
.DNN_News_ItemDetails {
	font-size: 11px;
}

a.readmore {
	color: #d66300;
}
a.readmore:hover {
	color: #d66300;
	text-decoration: underline;
}
