

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
.ContentPane2Pane {
	width: 350px;
	}
.ContentPane  { 
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: black;
  background-color: white;
  height: 100%;
}
.LeftPane2Pane {
	width:200px; 
	padding: 10px 5px 10px 5px;
	}
.RightPane2pane {
	Width: 200px; 
	padding: 10px 5px 10px 5px;
	}
.TopPane {
	width: 200px;
	}
.SkinObject {
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.RightPane {
	padding: 10px;
	}
A.SkinObject:link {
    text-decoration:    none;
    color:#333333;
	 font-size: 10px;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#333333;
	 font-size: 10px;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#333333;
	 font-size: 10px;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#319ACE;
	 font-size: 10px;
}

/* style for module titles */
.Head   {
    font-family: verdana;
    font-size:  12px;
    font-weight: normal;
    color: #333333;
}
TD{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
	color: #333333;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
	color: #333333;
}
.body_text{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

A:link  {
    text-decoration: underline;
    color:  #333333;
	font-size: 12px;
}

A:visited   {
    text-decoration: underline;
    color:  #333333;
	 font-size: 12px;
}

A:active    {
    text-decoration: underline;
    color:  #333333;
	 font-size: 12px;
}

A:hover {
    text-decoration:    underline;
    color:  #333333;
	 font-size: 12px;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #EEF7FB;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.breadcrumb{
	padding-left:10px;
}
.LogoPane{
	background-color: white;
	padding-left: 10px;
}


