/* 
================================
Skin Name: Zm30c-Default
Design Date: July 21, 2007
Description: Bright-look Skin for Zm30gcc Portal
Author & Copyright: fangkuncumt@gmail.com 
================================
*/   

/* PGAE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(images/bg.gif);
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFE;
	border-right: #DEDEDE 1px solid; 
	border-top: #DEDEDE 1px solid; 
	border-left: #DEDEDE 1px solid; 
	border-bottom: #DEDEDE 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
/* NAV BAR (MENU BACKGROUND) STYLES */
.skinheader {
}
.skingradient {
	background-image: url(images/menu_bg.jpg); 
	height:30px;
}
.manageheader {
	background-image: url(images/manage_menu_bg.jpg); 
	height:30px;
}
.contentheader {
	background-image: url(images/content_menu_bg.jpg); 
	height:30px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
/* MENU STYLES */
.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: #2C467E; 
	font-style: normal; 
	font-size: 14px;
	font-weight: bold;
	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: #2C467E; 
	font-style: bold; 
	font-size: 15px;
	font-weight: bold;
	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 {  
	color:#009900;
	background-color: #CCDFFF; 
	text-decoration: none;
}

.main_dnnmenu_itemhover td {  
	color:#009900;
	background-color: #CCDFFF; 
	text-decoration: none;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F3F7FF;  
	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/menu_bg.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
/* 
====================
PANE STYLES
A Correspondence to "class" in HTML
====================
*/
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 300px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* MAIN STYLES */
body
{
	background-image: url(images/bg.gif)
	font-size: 9pt;
	SCROLLBAR-HIGHLIGHT-COLOR: #e1e1e1;
	SCROLLBAR-SHADOW-COLOR: #8c8c8d;
	SCROLLBAR-ARROW-COLOR: #8c8c8d;
	SCROLLBAR-TRACK-COLOR: #efefef;
	SCROLLBAR-DARKSHADOW-COLOR: #efefef;
	SCROLLBAR-BASE-COLOR: #efefef;
}
TD
{
	font-size: 9pt;
}
hr { color:black; height:1px; noshade:noshade; }
/* LINK STYLES*/
:link, :active, :visited
{
	font-size: 9pt;
	color: #005FA9;
	font-style: normal;
	font-family: "ËÎÌå";
	font-variant: normal;
	text-decoration: none;
} 
:hover
{
	font-size: 9pt;
	color: #FF0000;
	font-style: normal;
	font-family: "ËÎÌå";
	font-variant: normal;
	text-decoration: underline;
}

/********************************************************************/
.manage:link,.manage:visited,.manage:active {
	FONT-SIZE: 10pt; COLOR: #999999; TEXT-DECORATION: underline
}
.manage:hover {
	FONT-SIZE: 10pt; COLOR: #333333; TEXT-DECORATION: none
}
/********************************************************************/
.search:link,.search:visited,.search:active,.search:hover{
	FONT-SIZE: 10pt; COLOR: #0000FF; TEXT-DECORATION: underline
}


