/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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; 
	color: #000000; 
	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;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	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: 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(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/*****************************************************************************/


body{
behavior:url("DesktopModules/SnapsisDNN/csshover.htc");
height:100%;
color:#000000;
}
/* The following two selectors attempt to
make the content area fill the screen */
html{height:100%}
html>body #PortalContainer {height:auto}/*for mozilla */
/* This selector is the main container for the List of links */
.TabList {
float:left;
horizontal-align:center;
}
/* The next two selectors cause the list to
be displayed in a horizontal line without bullets */
.TabList ul {
clear:both;
margin:0;
padding:10px 10px 0;
list-style:none;
display: inline;
}
.TabList li {
float:left;
margin:0;
display: inline;
padding:0 0 0 10px;
}
/* the font is set in the
anchor elements which are in each list element */
.TabList li a {
font-family:Tahoma,San-Serif;
font-size:10pt;
voice-family: "\"}\""; voice-family:inherit;
line-height:normal;
}
/* This selector sets the style for the SelectList Menu Type */
select.TabList {
border-left: #003366 1px solid;
border-right: #003366 1px solid;
border-top: #003366 1px solid;
border-bottom: #003366 1px solid;
background-color: #FFFFFF;
color:#000000;
font-weight:bold;
font-size:80%;
}
/* IE-PC doesn't see these
child selectors but CSS2 compliant browsers can make use of them
#ParentTabs > ul a {width:auto;}
#ChildTabsLevel1 > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float:none;}
#ChildTabsLevel1 a {float:none;}
/* End IE5-Mac hack */
/*The container tab for the
Parent Tabs is mostly used for positioning */
#ParentTabsContainer {
position:relative;
top:1px;
z-index:5;
height:20px;
vertical-align:top;
clear:both;
padding-top: 25px;
padding-right:25px;
padding-left: 5px;
}
/* The rest of the selectors for the ParentTabs id
define the elements within the ParentTabs div.
The tabs are made a fixed width here, but could be made to only
grow big enough to wrap around the text by setting width:100% */
#ParentTabs a {
float:left;
display:block;
width:75px;
text-align:center;
padding:5px 10px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#000000;
background:url("TabRightLevel0.gif") no-repeat right top;
}
#ParentTabs a:hover {
text-decoration:none;
background-position:100% -150px;
color:#FFFFFF;
}
#ParentTabs li {
background:url("TabLeftLevel0.gif") no-repeat left top;
border-bottom: black 0px solid;
}
#ParentTabs li:hover {
background-position:0 -150px;
}
#ParentTabs .SelectedTab {
background-position:0 -150px;
border-width:0;
}
#ParentTabs .SelectedTab a {
background-position:100% -150px;
padding-bottom:5px;
color:#666644;
}
/*The container tab for the
Child Tabs is mostly used for positioning */
#ChildTabsContainer {
background-color:#336699;
padding-top:5px;
padding-bottom:5px;
border-top: black 1px solid;
vertical-align:middle;
text-align:center;
height: 20px;
padding-left: 300px;
}
#ChildTabsLevel1 a {
padding-left:5px;
padding-right:5px;
text-decoration:none;
font-weight:bold;
/* font-size:80%; */
color:#CCCCCC;
}
#ChildTabsLevel1 .SelectedTab a {
color:#FFFFFF;
}
#ChildTabsLevel1 a:hover {
color:#FFFFFF;
text-decoration:none;
}
#ChildTabsLevel1 .LinkLeft {
position:relative;
float:left;
height:20px;
border: 1px ;
padding-right:1px;
padding-left:1px;
background:url("BreadCrumbPipe.gif") no-repeat left bottom;








