/* 
================================
Skin styles for DotNetNuke
================================
*/   
#Body {
	margin:0;
	padding:0;
	top:0;
}
#headerlinks {
	text-align:center;
	float:left;
	margin-left:15px;
	margin-top:43px;
}
#headerlinks img {
	margin-right:15px;
	margin-bottom:15px;
}
#headerlogos {
	text-align:center;
	float:right;
	margin-right:8px;
	margin-top:15px;
}
#searchBox {
	padding:5px;
}
.pagemaster {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#bdyLeft {
	background:url(images/bodyBGLeft.gif) left repeat-y;
	padding-left:15px;
	width:956px;
	margin:0 auto;
	text-align:left;
}
#bdyRight {
	background:url(images/bodyBGRight.gif) right repeat-y;
	padding-right:15px;
	width:956px;
}
.skinmaster {
	height: 100%;
	background-color: #FFFEE1;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
 	display:
}
.skinheader {
	background:url(images/FCATech.gif) no-repeat top;
	height:182px;
}
.skingradient {
	height:30px;
}
.skingradient1 {
	height:59px;
	background:url(images/footer.gif) no-repeat top;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left:0;
	padding-right: 4px;
	padding-top: 6px;
	text-align:left;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left:3px;
	padding-right: 4px;
	padding-top: 0;
	text-align:left;
}
.contentpane {
	width: 100%;
	background-color: #fff;
	padding-left:6px;
	padding-right: 4px;
	padding-top: 6px;
	border:1px solid #3181AE;
	text-align:left;
}
.rightpane {
	width: 175px;
	background-color: #fff;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border:1px solid #B5B4A0;
	text-align:left;
}
.rightpane div {
	width:195px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left:0;
	padding-right: 4px;
	padding-top: 6px;
	text-align:left;
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
	color: #000080;
}
.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000080;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #E6F7FE;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 3px 12px 3px 5px;   /*explicitly set padding for root menu items*/
	margin-bottom:3px;
	text-align:left;
}
.main_dnnmenu_itemhover {
	color: #fff;
	background-color: #CA1543;
}
.main_dnnmenu_itemhover td {
	color: #fff;
	background-color: #CA1543;
}
.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #E6F7FE;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.thenav {
	background-color:#F9F5D6;
	border:solid 1px #B5B4A0;
	width:185px;
	padding:5px;
}
.StandardButton {
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  18px;
	font-weight: normal;
	color: #333333;
}
#addedfooter {
	font-size:8pt;
	color:#003366;
	font-weight:700;
	margin-top:10px;
}
