﻿body 
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	color: white;
	background-color: black;
	margin-right: 10%;
}

b
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

td
{	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	color: white;
}

h3
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	color: white;
	background-color: black;
	margin-right: 10%;
	margin-left: 20px;
}

p
{
	color: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: white;
	font-size: 9pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 3px;
}

a       
{ 
	color: white;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	color: white;
	font-size: 9pt;
	text-decoration: underline;
	border: none;
}

/*a:hover      
{ 
	color: white;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 9pt;
	text-decoration: underline;
	border: none;
}*/


/*-----------------------panels-------------------------------*/
.headerpanel
{
	background-image: url("images/graphics/banner.jpg");
	position: absolute;
	width: 800px;
	height: 188px;
	border-style: solid;
	border-color: white;
	border-width: thin;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	visibility: visible;
}

.marqueepanel
{
	position: absolute;
	font-size: large;
	font-weight:bold;
	width: 800px;
	height: 24px;
	border-style: solid;
	border-color: white;
	border-width: thin;
	margin-left: -400px;
	top: 200px;
	left: 50%;
	visibility: visible;
	color: white;
}

.marqueepanelfont
{
    font-size: large;
	font-weight:bold;
}

.menupanel
{
	position: absolute;
	width: 800px;
	height: 24px;
	border-style: solid;
	border-color: white;
	border-width: thin;
	margin-left: -400px;
	top: 228px;
	left: 50%;
	visibility: visible;
	color: white;	
	text-align: center;
	vertical-align: middle;
}

#menupanel 
{ text-align: center; }
#menupanel ul 
{ float: left; list-style: none; display: inline; text-align: center; list-style-type: none; margin: 0px; padding: 0px; font-size: 11px; }
#menupanel ul li 
{ float: left; list-style: none; display: inline; text-align: center; margin: 0px; padding: 0px; }
#menupanel ul li a 
{ float: left; list-style: none; display: inline; text-align: center; border-right: 2px solid #000000; color: #FFFFFF; padding: 6px 10px 5px 10px; text-decoration: none; font-weight: bold; }
#menupanel ul li.selected a 
{ background: #000; color: #FFF; text-align: center; }
#menupanel ul li a:hover 
{ background: #FFFFFF; color: #000000; text-decoration: none; text-align: center; }

.menuitemspanel
{
	position: absolute;
	width: 700px;
	height: 24px;
	margin-left: -350px;
	top: 0px;
	left: 50%;
	visibility: visible;
	color: white;	
}

.contentpanel
{
	position: absolute;
	width: 800px;
	height: 350px;
	border-style: solid;
	border-color: white;
	border-width: thin;
	margin-left: -400px;
	padding-bottom: 40px;
	top: 256px;
	left: 50%;
	color: white;	
	overflow: auto;
	/*scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: gray;
	scrollbar-darkshadow-color: dark gray;
	scrollbar-shadow-color: gray;
	scrollbar-arrow-color: white;
	scrollbar-track-color: gray;*/
}

.calendar 
.ajax__calendar_container
{
    position: absolute;
	top: 20px;
	left: 20px;
	color: Gray;
}

.calendarpanel
{
    position: absolute;
	width: 170px;
	height: 147px;
	background-color: gray;
	top: 20px;
	left: 50px;
}


.scheduledetailspanel
{
    position: absolute;
	width: 500px;
	height: 300px;
	background-color: black;
	top: 20px;
	left: 300px;
}

