﻿/* menu related */
.BaseMenuHolder
{
	/*colorable class*/
	font-weight: bold;
	background-color: #808080; /*filter:progid:DXImagetransform.Microsoft.Gradient(startColorStr='#E0EEB5', endColorStr='#CAEE10', gradientType='0');*/
	text-align: left;
	cursor: hand;
	float: left;
}

.BaseMenuItem
{
	font-weight: bold;
	color: #f6f6f6;
	cursor: hand;
	border-left: solid 1px #606060;
	border-right: solid 1px #606060;
	font-size: 11px;
}
.BaseMenu
{
	font-weight: bold;
	color: black;
	cursor: hand;
	border: 1px  solid Black ;
}
.MenuItem
{
	font-weight: bold;
	color: black;
	width: 200px;
	text-align: left;
	cursor: hand;
	border-style: dotted;
	border-width: 1px;
	font-size: 11px;
	padding: 0;
}
.MenuItem:visited
{
	text-decoration: none;
	cursor: hand;
}
.MenuItem:hover, .BaseMenuItem:hover
{
	/*colorable class*/
	cursor: hand;
	padding: 0;
	font-weight: bold;
	width: 100%; /*filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#AAAAAA', endColorStr='#00AACC', gradientType='0');*/
}

/****************************************************************************************/
/*								Admin Page Container                					*/
/****************************************************************************************/

.ContainerAdmin
{
	/*colorable class*/
	border: solid 1px black;
	background-color: #505050;
	width: 100%;
	height: auto; /*firefox:should be auto*/
	min-height: 100%; /*firefox:should be auto*/
	float: left; /*firefox:should be floating since the contents are floating*/
}

.AdminPageHeader,.AdminPageHeader a,.AdminPageHeader a:visited
{
       /*colorable class*/
    font-family:Haettenschweiler;
    font-weight: lighter;
    font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	
}
.AdminPageHeader .SearchSectionInHeader
{    
    float: right; 
    width: 30%; 
    margin-right: 30px;        
}
.AdminPageHeader .SiteCaptionSectionInHeader
{
    float: left; 
    width: 30%; 
    margin-left: 30px;    
}

