/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster_SIFixedWidth {
	width: 100%;
	height: 100%;
	background-image: url(bgTile.jpg);
	background-repeat: repeat;
	border: none; 
}

.skinmaster_SIFixedWidth {
	width: 800px;
	height: 100%;	
	background-color: #ffffff; 
	overflow: hidden;
	border: solid 1px #6793BA;
}

.menuBG_SIFixedWidth {
	background-image: url(menuBarTile.jpg);
	background-image: repeat-x;
}

.top_SIFixedWidth {
	width: 100%;
	height: 100%;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}

.leftpane_SIFixedWidth {
	width: 200px;
	height: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentpane_SIFixedWidth {
	width: 100%;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightpane_SIFixedWidth {
	width: 200px;
	height: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.bottom_SIFixedWidth {
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
}

.copyright {
	color: #2D65A0;
	font-size: 8pt;
	font-weight: bold;
}
.user, a.user:Link, a.user:Active, a.user:Visited {
	color: #2D65A0;
	font-size: 8pt;
	font-weight: bold; 	
}
a.user:hover {
	color: #F68121;
	font-size: 8pt;
	font-weight: bold; 	
}
.login, a.login:Link, a.login:Active, a.login:Visited {
	color: #2D65A0;
	font-size: 8pt;
	font-weight: bold; 	
}
a.login:hover {
	color: #F68121;	
	font-size: 8pt;
	font-weight: bold; 	
}

a,a:visited {
	color: #7F9FD2;
}
a:hover {
	color: #F68121;	
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:40px;
	background-color: transparent;
}

.main_dnnmenu_item  { /*TD if menu option for using tables is on*/
	height: 40px;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 3px 3px 3px 1px;    
}

.main_dnnmenu_itemhover {  
	height: 40px;
	color: #ffffff;
	background-color: #76ADD4;
    text-valign: middle;	 
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	width: 100px;
	height: 40px;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	text-align: center;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	        
    padding: 10px 12px 3px 5px;   /*explicitly set padding for root menu items*/ 
    text-valign: middle;
}

.main_dnnmenu_rootitemHover {
	width: 100px;
	height: 40px;
	cursor: pointer; 
	cursor: hand; 
	color: #F78421;
	text-align: center;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 10px 12px 3px 5px;   /*explicitly set padding for root menu items*/ 
    text-valign: middle;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #548AB0;
	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: #4D78B9 1px solid; 
	border-bottom: #4D78B9 1px solid; 
	border-top: #4D78B9 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #FFFFFF none; 
  color: black;
  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;
}

/*Always show a border around image links (Mozilla version) */
/* Solid blue border for unvisited, dashed purple border for visited */
:link img { 
	-moz-outline: 0px solid #27539C; 
}
:visited img {
	-moz-outline: 0px solid #7F9FD2; 
 } 
:focus img {
	-moz-outline: 0px solid #F68121; 
 } /* Don't mask UA style */
:active img {
	-moz-outline: 0px solid #7F9FD2; 
 } 
 
 */Always show a border around image links (IE version) 
/* This version breaks many site layouts! Use the Mozilla version if you can. */
:link img {
	border: 0px solid #27539C; 
}
:visited img {
	border: 0px solid #7F9FD2; 
 }
:active img {
	border: 0px solid #F68121; 
 }



