body
{
}

.pagemaster
{
    background:url(images/bg_cur2.jpg);
	background-color:Black;
}

.skinmaster
{
    border:4px solid #ddd;
}

.Normal
{
    color:black;
    font-family:Arial, Sans-Serif;
    font-weight:normal;
    font-size:12px;
}

.heading
{
    background-color:black;
    border-bottom:3px solid black;
}

.menubar
{
    background-color:#ffffff;
}

a:link, a:visited, a:active
{
    color:#0174d1;
    text-decoration:none;
    font-size:12px;
}
a:hover
{
    color:Red;
    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-color:#dad8d8;
    color:#f00;
    text-decoration:none;
    font-family:Arial, sans-serif;
    padding:6px;
   
}
a.user:hover
{
   background-color:#ddd;
    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: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	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: #e9d565;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: red;
	font-family: Tahoma, Arial, Helvetica;
	padding:2px 5px 2px 5px;
	font-size: 9pt;
	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:#ffffff;
    height:30px;
}
