﻿.masterheader
{
	width:			100%;
	padding:		5px;	
	background:     #FFF;
}

.logo
{
	border: 0px;
}

.logoleft
{
	text-align: left;
	width:		20%;
}

.logotext1
{
	vertical-align: top;
	text-align:     center;
	font-size:      28pt;
	font-style:     normal;
	font-weight:    bold;
	font-variant:   small-caps;
	color:          #009;
}

.logotext2
{
	vertical-align: top;
	text-align:     center;
	font-size:      16pt;
	font-style:     italic;
	font-weight:    bold;
	font-variant:   small-caps;
	color:			#009;
}

.logoright
{
	text-align: right;
	width:		20%;
}

.bo
{
	text-align:		center;
	vertical-align: middle;
}

.links
{
	height:			40px;
	text-align:		center;
	padding:		5px;
	vertical-align: bottom;
}

.adminmenu
{
	width:			100%;
	table-layout:   fixed;
	background:		#EEE;
	border-top:		solid 1px #DDD;
	border-bottom:	solid 1px #DDD;
	border-collapse: collapse;
}

.menuheader
{
	font-size:		10pt;
	color:			#00F;	
	cursor:			pointer;
	background:		#EEE;
	border-right:	solid 1px #DDD;
	text-align:     center;
}

.menuheader a
{
	display:	block;
	width:		90px;
	height:		20px;
	padding:    3px 0px 1px 0px;
}

.menuitem
{
	background: #EEE;
	font-size:  9pt;
	text-align: left;
	border:     solid 1px #DDD;
}

.menuitem a
{
	display:	block;
	width:		170px;
	height:		18px;
	padding:	3px 0px 1px 3px;
}

.menuheader a:hover, .menuitem a:hover
{
	color:				#EEE;
	background:			#00F;
	text-decoration:	none;
}
