﻿	
	body {
		text-align: center;
		padding: 0px;
		margin: 5px;
	}
	
	a {
	color: #00467f;
	text-decoration: none;
}
	
	#frame {
		width: 772px;
		border: 1px solid #ccc;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #adb8cc;
	}
	
		#AdminFrame {
		width: 900px;
		border: 1px solid #ccc;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #adb8cc;
	}
	
	#main {
		width: 560px;
		float: left;
		background: #fff;
	}
	#AdminMain {
		width: 880px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	#AdminHeader
{
	height: 200px;
	background-image: url(img/Globe200px.png);
	background-repeat: no-repeat;
	border-bottom: solid 1px #adb8cc;
	background-position:right;
}	
	#header
{
	height: 200px;
	background-image: url(img/Globe200px.png);
	background-repeat: no-repeat ;
	background-position:right;
	

	border-bottom: solid 1px #adb8cc;
}
	
	#logo {
		padding: 20px;
		padding-top: 130px;
		
		height: 50px;
	}

	#AdminLogo {
		padding: 20px;
		padding-top: 100px;
		
		height: 50px;
	}
		
	
	.logoText {
		font-size: 125%;
		font-weight: bold;
		color: #000;
	}
	
	.straplineText {
		font-size: 100%;
		font-weight: normal;
		color: #000;
	}
	
	
	#menuColumn
{
	width: 210px;
	height: 538px;
	float: left;
	background: #adb8cc;
}

	#invmenuColumn
{
	width: 210px;
	height: 553px;
	float: left;
	background: #adb8cc;
}
	#menu 
	{
		width: 200px;
		margin: 5px;
		margin-top: 200px;
	}
	
	#menu a {
		display: block;
		color: #fff;
		font-weight: bold;
		padding: 3px;
	}
	
	#menu a:hover
{
	color: #333;
	background: #cdcdcd;
}
	
	#submenu a {
		font-size: 11px;
		font-weight: normal; 
		border-bottom: none;
		
	}
	
	#content 
	{
		height:285px;
		margin: 20px 30px 30px 30px;
	}
	
    #invcontent 
	{
		height:300px;
		margin: 20px 30px 30px 30px;
	}
	
	#footer {
		margin-top: 10px;
	}
	
	#footer a {
		padding: 5px;
		background: #fff;
		color: #999;
	}
	
	.sectionSelected {
		background: #999;
		color: #adb8cc;
	}
	
	.pageSelected {
		text-decoration: underline;
	}
	
	/*Email Popup Styles*/
	
	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*Calendar Styles*/
	.calEvent {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.calEvent h1 {
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	
	.calEvent p {
		margin: 0;
	}
	
	.calEvent h2 {
		font-size: 110%;
		font-weight: normal;
		margin: 0;
	}
	
	
	.formLabel
{
	 margin-right: 2px;
	 margin-left: 8px;
	 font-weight: bold;
	 width: 90px;
	  display:inline-block;
}


.SelectButton
{
	background: transparent url( 'Img/ruButtonMedium.gif' ) no-repeat;
	border: 0px;
	height: 21px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #808080;
	font-weight: bold;
}


.radBtnLong
{
	background: transparent url('Img/radUploadBtnLong.gif') no-repeat;
	border: 0px;
	height: 21px;
	width: 100px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: white;
	font-weight: bold;
}

.radBtn120
{
	background: transparent url('Img/radUploadBtn120.jpg') no-repeat;
	border: 0px;
	height: 21px;
	width: 120px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: white;
	font-weight: bold;
}

.radBtnXLong
{
	background: transparent url('Img/radUploadBtnXLong.gif') no-repeat;
	border: 0px;
	height: 21px;
	width: 200px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: white;
	font-weight: bold;
}
	.simpleForm {
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.simpleForm label {
		margin-top: 4px;
		float: left;
		width: 100px;
		font-weight: bold;
	}
	
	.simpleForm h4 {
		margin-top: 0;
		border-bottom: 1px solid #efefef;
		display: block;
	}
	
	.simpleFormRow {
		padding-bottom: 4px;
	}
	
	.Warning
	{
		color:Red;
		font-style:italic;
		}
		
		