
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #1E2D43;
}

.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #000000 2px solid; 
	BORDER-TOP: #1E2D43 1px solid; 
	BORDER-LEFT: #000000 2px solid; 
	BORDER-BOTTOM: #1E2D43 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(Images/gradient_DkBlue.jpg); 
}

.skingradientLight {
	BACKGROUND-IMAGE: url(Images/gradient_LtBlue.jpg); 
	HEIGHT:30px;
}

.UnderMenu 
{
	background-color:#D5E7FF;
	border-top: solid 1px #1E2D43;
	border-bottom: solid 1px #1E2D43;
	gheight:25px;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}




/* THE PANES */

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: #E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	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 menu styles */

/* box that holds the menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
	padding:0px;
	margin:0px;
}


/* bar that holds the menu? */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	width: 100%;
	padding:0px;
	margin:0px;
	
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	background-color:Transparent;
	font-weight: bold; 
}


/* applies to items in submenus only */
.MainMenu_MenuItem {
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	background-color:Transparent;
	font-weight: bold; 
	border: #5B7393 1px solid;
	padding: 0px 8px 1px 2px;
}


/* hover state in submenus */
.MainMenu_MenuItemSel {
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #005588;
	background: #D5E7FF;
	border-left: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	padding: 0px 8px 1px 2px;
}


/* submenu container */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background: #5B7393;
	padding: 2px;
	
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	font-weight: bold; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=150, Strength=4); 
}


/* idle state for root menu items */
.MainMenu_Idle {
	margin: 2px 0px 0px 0px;
	height: 20px;	
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	background-color:Transparent;
	font-weight: bold; 
}


/* hover state for root menu items */
.MainMenu_Selected {
	background-color:Transparent;
	padding: 1px 3px 3px 0px;
	
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	background-color:Transparent;
	font-weight: bold; 
}


/* the active root menu item */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #ffffff;
	background: url(menu_item_over.gif) no-repeat;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/* won't use for now */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}





/* container for module menus */
.ModuleTitle_MenuContainer {
	color: #ffffff;
}

/* bar for module menus */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}

/* menu items */
.ModuleTitle_MenuItem {
	font-family:Sans-Serif;
	font-size: 14px; 
	color: #ffffff;
	background-color:Transparent;
	font-weight: bold; 
	border: #5B7393 1px solid;
	padding: 0px 8px 1px 2px;
}


/* submenu container */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background: #5B7393;
	padding: 2px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	font-weight: normal;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=150, Strength=4); 
}


/* hover state */
.ModuleTitle_MenuItemSel {
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #005588;
	background: #D5E7FF;
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
	padding: 0px 8px 1px 2px;
}


/* won't use for now */
.ModuleTitle_MenuBreak, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}







.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: Arial;
    font-size:  12pt;
    font-weight:    bold;
    color: #333333;
}




/* anchor */


A:link {
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A:visited  {
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A:active   {
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A:hover    {
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: underline;
}



/* SkinObject */

.SkinObject {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:link {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:visited  {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:active   {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:hover    {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: underline;
}



/* SkinObjectLight */

.SkinObjectLight {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObjectLight:link {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObjectLight:visited  {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObjectLight:active   {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObjectLight:hover    {
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;    
    color:Yellow;
    text-decoration: underline;
}

/* SkinObjectDark */

.SkinObjectDark {
    font-weight: bold;
    font-size: 10pt;
    color: #005588;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObjectDark:link {
    text-decoration:    none;
    font-size: 10pt;
    color: #005588;
}

A.SkinObjectDark:visited  {
    text-decoration:    none;
    font-size: 10pt;
    color: #005588;
}

A.SkinObjectDark:active   {
    text-decoration:    none;
    font-size: 10pt;
    color: #005588;
}

A.SkinObjectDark:hover    {
    text-decoration:    none;
    font-size: 10pt;
    color: #003355;
    text-decoration: underline;
}




.NormalTextBox 
{
	background-image:url('images/txbx.gif');
	background-repeat:no-repeat;
}






