/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
	background-color:#1380C5;
}

.pagemaster
{
 width:100%;
 margin-top:0px;
 background-color:#1380C5;
}
.skinmaster
{
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	background-color:#ffffff;
}
.ImagePaneTop
{
	position:relative;
	width:910px;
	height:216px;
	background-image:url(HeaderImage.jpg);
	background-repeat:no-repeat;
}
.staticMenu
{
	position:relative;
	width:908px;
	height:28px;
	background-image:url(menuRep.jpg);
	background-repeat:repeat-x;
}
.MenuVer
{
	width:228px;
}
.contentpane
{
  width:465px;
}
.NewsPane
{
	width:215px;
}
.ConRep
{
	position:relative;
	width:1000px;
	height:100%;
	background-image:url(Conrep.jpg);
	background-repeat:repeat-y;
}
.CopyText
{
	width:1000px;
	height:51px;
	background-color:#1380C5;
}
/* Menu Items */
.MainMenu_MenuContainer 
{
	background-color:transparent; 
	height:31px;
}
.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma; 
	font-size:11px; 
	font-weight: bold; 
	font-style: normal; 
	/*background-color: #000000;*/
}
.MainMenu_MenuIcon 
{
	background-color:#FFFFFF;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak 
{
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	background-color:#FFFFFF;
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
font-size:11px;
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow 
{

	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	font-weight: normal;
	color: #ffffff;
}
.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size:11px;
	/*cursor: pointer; */
	cursor: hand;
	font-weight: normal;
}
.StandardButton 
{
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu_Header 
{
	
}
.Head 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height:30px;
	background-color:#00519B;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;	
	height:30px;
	background-color:#00519B;
	color: #ffffff;
}
.SubItemSelected
{
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color:#ffffff; 
	height:30px;
	background-color:#00519B;
}
.SubItemBreadCrumb
{
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	height:30px;
	background-color:#00519B;
}
.MenuContainer
{
	/*background-color: transparent;*/
	height: 37px;
	border-bottom: #036D41 0px solid;
	padding-left:0px;
}
.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color:#00519B;
	text-align: center;
 height:30px;
}
.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;	
	font-family:verdana; 
	font-size:11px; 
	font-weight: bold; 
	background-image:none;
	background-color:#00519B; /* fixed firefox problem, do not use transparent here */
}
.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
}
.RootItem TD
{
	font-family:Verdana;
	font-weight: bold; 
	font-size:12px;
	color:#4584AD;
	padding-left:10px;
	 background-repeat:no-repeat;
	 background-image:url(MenuImg.gif);
    height:40px;
    width:210px;
}
.RootItemBreadCrumb TD
{
	font-family:Verdana;
	font-weight: bold; 
	font-size:12px;
	color:#4584AD;
	padding-left:10px;
	 background-repeat:no-repeat;
	 background-image:url(MenuImg.gif);
    height:40px;
    width:210px;
}
.RootItemActive TD
{
	font-family:Verdana;
	font-weight: bold; 
	font-size:12px;
	color:#4584AD;
	padding-left:10px;
		 background-repeat:no-repeat;
	 background-image:url(MenuImg.gif);
    height:40px;
    width:210px;
}
.RootItemSelected TD
{
	font-family:Verdana;
	font-weight: bold; 
	font-size:12px;
	color:#4584AD;
    padding-left:10px;
   background-repeat:no-repeat;
	 background-image:url(MenuImg.gif);
    height:40px;
    width:210px;
}
.bot_nav_bottom
{
	font-family:Arial;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}
A.bot_nav_bottom:link {
  	font-family:Arial;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}
A.bot_nav_bottom:visited  {
	font-family:Arial;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}
A.bot_nav_bottom:active   {
	font-family:Arial;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}
A.bot_nav_bottom:hover    {
	font-family:Arial;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
   font-weight:bold;
}

.bot_nav_bottom1
{
	font-family:Arial;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;
}
A.bot_nav_bottom1:link {
  	font-family:Arial;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;
}
A.bot_nav_bottom1:visited  {
	font-family:Arial;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;
}
A.bot_nav_bottom1:active   {
	font-family:Arial;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;
}
A.bot_nav_bottom1:hover    {
	font-family:Arial;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;
}


