/* 
================================
Skin styles for DotNetNuke
================================
*/   

html, body {	
	padding:0;
	margin:0;
	height: 100%; 
}

#logo 
{
	width:12.5em;
}
#header
{
	background-color:#E2E2E2;
}
.headercontent
{
	width:100%;
	text-align:center;
	
}
#image
{		
	text-align:center;	
}

#userlogin
{	
	
	text-align:right;
}

#nav
{	
	background-image: url(./images/gradient_DkBlue.jpg);
	height:1.5em;
	
}
#language
{
	text-align:right;
}
.leftpane
{
	width:13em;
	background-color: #EFEFEF;		
	border-right-color: #95A5F3;
	border-right-width: thick;
	border-right-style: solid;	
	margin:0;
	height: 100%;	
}

.bottompane
{	
	clear:both;	
	text-align:center;
	background-color: #E2E2E2;
	border-top-style:double;	
	border-top-color: #95A5F3;
}

.contentpane
{
	background-color:white;	
	border-style:none;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	border-spacing:0;
}

#Path
{
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
}
#master
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;	
	padding:0;
	margin:0;
	min-width:990px;
}

.main_dnnmenu_container {
	background-color: green; 
}
.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; 
	color: #000000; 
	font-size: 100%; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
       padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 80%; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial; 
    white-space: nowrap; /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	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;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(./images/gradient_LtBlue.jpg);
}
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  120%;
   font-weight: normal;
   color: #333333;
   min-width:100%;
}

.MML-Default-Link
{
	color: rgb(102, 102, 102);
	font-family:Verdana ;
    font-size: 9pt;
	font-weight:bold;
	width: 100%;
	text-decoration:underline;
}

a.MML-Default-Link:Link
{
	color: rgb(102, 102, 102);
	text-decoration:underline;
}

a.MML-Default-Link:Visited
{
	color: rgb(102, 102, 102);
	text-decoration:underline;
}

a.MML-Default-Link:Hover
{
	color: rgb(251, 140, 4);
	text-decoration:uderline;
}

.MML-Default-ImageTag
{
	vertical-align:middle ;
	border: none;
}

.MML-Default-ImageLink
{
	
}

a.MML-Default-ImageLink:Link
{
}

a.MML-Default-ImageLink:Visited
{
}

a.MML-Default-ImageLink:Hover
{
}

.MML-Default-Description 
{
	font-family: Verdana;
	font-size:8pt;
	color: rgb(102, 102, 102);
}

.MML-Default-ReadMore
{
	font-weight:bold;
}








