﻿body 
{
	margin-top: 10px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

h1 
{
	font-size: 14px;
	margin: 0;
}

h2 
{
	font-size: 11px;
	margin: 0;
}




.masterContent {
background: transparent url("img/bgstrip.gif") top left repeat-y;
}

img {
border: 0;
}

.aAdminButton 
{
	background-color: #000;
	color: #fff;
	border: 1px solid: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

.aAdminButton:link, .aAdminButton:visited 
{
	
	width: 99px;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	background-color: #104070;
	line-height: 16px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.aAdminButton:active, .aAdminButton:hover 
{
	width: 99px;
	line-height: 16px;
	display: block;
	background-color: #7189A3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ebebeb;
	border: 1px solid #fff;
}

.aAdminButtonLong 
{
	background-color: #000;
	color: #fff;
	border: 1px solid: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

.aAdminButtonLong:link, .aAdminButtonLong:visited 
{
	
	width: 130px;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	background-color: #104070;
	line-height: 16px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.aAdminButtonLong:active, .aAdminButtonLong:hover 
{
	width: 130px;
	line-height: 16px;
	display: block;
	background-color: #7189A3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ebebeb;
	border: 1px solid #fff;
}

.aAdminButtonExtraLong:link, .aAdminButtonExtraLong:visited 
{
	
	width: 160px;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	background-color: #104070;
	line-height: 16px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.aAdminButtonExtraLong:active, .aAdminButtonExtraLong:hover 
{
	width: 160px;
	line-height: 16px;
	display: block;
	background-color: #7189A3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ebebeb;
	border: 1px solid #fff;
}

/* input boxes */

input 
{
   font-size: 11px;
}

.DropDown 
{
	font-size: 11px;
	font-family: Arial, Tahoma;
}



.inputLong
{

   width: 210px;

}

.inputMedium
{
	
	width: 160px;

}

.inputShort
{  
    width: 140px; 

}
.inputShorter 
{

	width: 45px;

}

.inputVeryShort
{

    width: 20px;

}

a:link, a:visited 
{
color: #104070;
text-decoration: none;

}

a:hover, a:active 
{
color: #7189A3;
text-decoration: underline;

} 