﻿body
{
    background-color:White;
}

.pagemaster
{
    background-color:#c0c0c0;
}

.skinmaster
{
    
}

.Normal
{
    color:#666;
    font-family:Arial, Sans-Serif;
    font-weight:normal;
    font-size:12px;
}

.heading
{
    background-color:White;
    border-bottom:3px solid red;
}

.menubar
{
    background: url(menubg.jpg) top repeat-x;
    border:2px solid #fff;
}

a:link, a:visited, a:active
{
    color:#01a8ff;
    text-decoration:none;
    font-size:12px;
}
a:hover
{
    color:#01a8ff;
    text-decoration:underline;
}

.commandbutton, a.commandbutton:link, a.commandbutton:active, a:commandbutton:visited
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
    color:Red;
    text-decoration:none;
}
a.commandbutton:hover
{
    color:Black;
    text-decoration:underline;
}

.user, a.user, a.user:link, a.user:visited, a.user:active
{
    background:url(menuselbg.jpg) no-repeat;
    width:73px;
    color:#666;
    text-decoration:none;
    font-family:Arial, sans-serif;
    padding:6px;
   
}
a.user:hover
{
    background:url(menuselbg.jpg) no-repeat;
    width:73px;
    color:#000;
    text-decoration:none;
    font-family:Arial, sans-serif;
    padding:6px; 
}

.login, a.login, a.login:link, a.login:visited, a.login:active
{
    background:url(menuselbg.jpg) no-repeat;
    width:73px;
    color:#666;
    text-decoration:none;
    font-family:Arial, sans-serif;
    padding:6px;
   
}
a.login:hover
{
   background:url(menuselbg.jpg) no-repeat;
    color:#000;
    text-decoration:none;
    font-family:Arial, sans-serif;
    padding:6px; 
}

.bottomcss, a.bottomcss:link, a.bottomcss:visited, a.bottomcss:active
{
    color:White;
    font-family:Arial, Sans-Serif;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
}
a.bottomcss:hover
{
    color:Red;
    text-decoration:underline;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #666;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	padding:2px 5px 2px 5px;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.TabRootMenuItem
{
}

.TabRootMenuItemSel
{
    
}

.MainMenu_MenuIcon
{
	display:none;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border:none;
	background-color: #d8e4f2;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #666;
	font-family: Arial, Helvetica;
	padding:2px 5px 2px 5px;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}

.separator
{
    background-color:#d8e4f2;
    height:30px;
}