/* 
------- TEMPLATE CSS INFORMATION ------
Skin: 			FX0308
Colors: 		#1f4063 #4e749b #595959
Date Created:	2007-4-21 0:00:00
Created by: 	Hongyu International

------- STYLESHEET HISTORY --------
Modified on:
Modified by:
Modifications:
------------------------------------------------------------------------*/

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #1f4063;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 3px 0;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #666666;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}   

/*-----------------------------------------*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding: 0px;
	padding-bottom: 0px;
	
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #EDECEC; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #FFFFFF solid;
	padding: 4px;
	background-color: #57585C;
}

.MainMenu_MenuItemSel {
	background-color: #EDECEC; 
	cursor: hand; 
	color: #57585C; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #FFFFFF solid;
	padding: 4px;
}
	
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #CCCCCC; 
	border: 1px #CCCCCC solid;
	padding: 1px;
	width: 1px;
	height: 1px;
}

.rootmenuitem {	
	background-color: transparent;
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	
	height: 22px;
	display:table-cell;
}

.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #598737; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	
	height: 22px;
	display:table-cell;	
}

.rootmenuitembreadcrumb {
	background-color: transparent;
	cursor: hand; 
	color: #598737; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px;  
	font-weight: bold;
	text-transform: uppercase;
	border: 0px #999999 solid;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	
	height: 22px;
	display:table-cell;
}

.submenuitembreadcrumb{
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #CCCCCC solid;
	background-color: transparent;
	padding: 1px;
}

.submenu {
	z-index: 1000;
	background-color: #EEEEEE; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-top:4px;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}


.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_RootMenuArrow {
	display:none;
}


/* NAVIGATION */

.HeadCell
{
	border: 0px solid #CCCCCC;
	cursor: hand;
    padding: 3px 0px 3px 18px;
}

.HeadCellO
{
	border: 0px solid #CCCCCC;
	cursor: hand;
    padding: 3px 0px 3px 18px;
}

.HeadCellFont
{
	font-size: 9px;
	cursor: hand;
    color: #03ABE2;
    text-decoration: none;
}

.HeadCellFontO
{
	font-size: 9px;
	cursor: hand;
    color: #3366cc;
    text-decoration: none;
}

.ItemCell
{      
	border: 0px;
	cursor: hand;
    padding: 3px 0px 3px 18px;
       
}

.ItemCellO
{      
	border: 0px solid #CCCCCC;
	cursor: hand;
    padding: 3px 0px 3px 18px;
}

.ItemCellFont
{
        font-size: 9px;
		color: #85B701;
        text-decoration: none;
}

.ItemCellFontO
{
	font-size: 9px;
	color: #AFD843;	
    text-decoration: none;
}

