
/*----------- body --------------------*/
body
{	 
	font-family: verdana;
	background-color: #C8C8C8;
	background-image: url(images/page_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
	text-align: center;
	margin: 0px;
	width: 100%;
}

table
{
	border-collapse: collapse;
}
		
hr
{
	height: 1px;
}		

.sitecontainer
{
	border: 1px solid #5A0C02;	
	height: 100%;
	width: 780px;
	background-color: #ffffff;
} 

.top
{
	background-color: #ffffff;	
	border-bottom: 1px solid #5A0C02;	
}

.SiteNameHeader
{
	background-color: #5A0C02;
	background-image: url(images/logo_name.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
	width: 528px;
	height: 122px;
	text-align: right;
	padding: 0px 10px 10px 0px;
	font-family: times new roman;
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	vertical-align: bottom;
}

/*---------------------- menu ----------------------------------*/
.menuHolder
{
	background-color: #5A0C02;
	background-image: url(images/menu_footer_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #5A0C02;
	background-position: top center;			
}

.menu td
{
 	border-left: 1px solid #5A0C02;
 	padding: 5 15 5 15;
 	font: 10px verdana; 
}
 
.menu a:visited
{	
	font: normal 11px verdana ;
	color: #ffffff;
	text-decoration: none;	
}

.menu a:active
{	
	font: normal 11px verdana ;
	color: #ffffff;
	text-decoration: none;	
}

.menu a:hover
{	
	font: normal 11px verdana ;	
	color: #C19236;	
	text-decoration: underline;	
}

.menu a
{	
	font: normal 11px verdana ;
	color: #ffffff;
	text-decoration: none;		
}
 
/*----------- sidemenu --------------------*/ 

.sidemenuHolder
{
	background-color: #D6D6B2;
	background-image: url(images/sidemenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
	border-right: 1px solid #5A0C02;			
	width: 150px;
	height: 100%;
} 
 
.aboveMenu
{
	width: 150px;
 	background-color: #E6E6CC;
	background-repeat: no-repeat;
	background-position: bottom center;	
}
 /*
.sidemenu td
{
 	border-bottom: 1px solid #5A0C02;
 	background-color: #E6E6CC;
 	padding: 10px;
 	font: 10px verdana; 
 	width: 160px;
}
 */
.sidemenu a:visited
{	
	font: normal 11px verdana ;
	color: #000000;
	text-decoration: none;	
}

.sidemenu a:active
{	
	font: normal 11px verdana ;
	color: #000000;
	text-decoration: none;	
}

.sidemenu a:hover
{	
	font: normal 11px verdana ;	
	color: #C19236;
	text-decoration: underline;	
}

.sidemenu a
{	
	font: normal 11px verdana ;
	color: #000000;
	text-decoration: none;		
} 
 
/*------------------------ content --------------------------------*/
.content
{
	font-family: verdana;	
	font-size: 10px;
	line-height: 14px;	
	background-color: #ffffff;	
	width: 100%;
}

.content td
{
	font-size: 12px;
	padding: 5px;	
}

h1
{
	font: bold 18px times new roman;		
	margin-bottom: -4px;		
}

/*------------------------ grid view --------------------------------*/

.GridViewStyle
{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #5A0C02;	
	padding: 1px;
}

.GridViewStyle td
{	
	font-size: 12px;		
	padding: 5px;				
}

.GridAltRowStyle
{
	background-color: #F5F5EB;
	padding: 5px;		
	border-top: 1px solid #D6D6B2;	
	border-bottom: 1px solid #D6D6B2;	
}

.GridAltRowStyle td
{
	border-top: 1px solid #D6D6B2;
	border-bottom: 1px solid #D6D6B2;
}

.GridAltRowStyle td table tr td
{
	border: 0px;
}

.GridFooterStyle
{
	padding: 5px;	
}

.GridPagerStyle
{
	border-top: 1px solid #BDBD84;	
	background-color: #D6D6B0;
	background-image: url(images/gridHeader_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;		
}

.GridPagerStyle td
{
	color: #000000;
	font-size: 10px;
	padding: 6px;
	font-weight: bold;
	text-align: right;		
}

.GridPagerStyle td table tr td
{	
	color: #000000;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-align: right;	
}


.GridPagerStyle a
{	
	color: #000000;
	font-size: 10px;
	font-weight: bold;		
}

.GridPagerStyle a:visited
{	
	color: #000000;
	font-size: 10px;
	font-weight: bold;		
}

.GridPagerStyle a:hover
{	
	color: #C19236;
	font-size: 10px;
	font-weight: bold;		
}

.GridPagerStyle a:active
{	
	color: #000000;
	font-size: 10px;
	font-weight: bold;		
}

.GridHeaderStyle
{
	background-color: #D6D6B0;
	background-image: url(images/gridHeader_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;		
	border-bottom: 1px solid #BDBD84;	
	font-weight: bold;
	
}

.GridHeaderStyle th
{
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
	text-align: left;			
	padding: 5px;
}

.GridHeaderStyle a
{	
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;		
}

.GridHeaderStyle a:visited
{	
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;		
}

.GridHeaderStyle a:hover
{	
	color: #C19236;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;		
}

.GridHeaderStyle a:active
{	
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;		
}

.modifiedBy
{
	width: 200px;	
	border: 1px solid #000000;
}

.modifiedBy td
{
	background-color: #ffffff;	
	text-align: left;	
}

/*------------------------ links --------------------------------*/
.ClickImage
{
	cursor: pointer;
}

a:visited
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;	
}

a:active
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;	
}

a:hover
{	
	font: bold 11px verdana ;	
	color: #5A0C02;
	text-decoration: underline;	
}

a
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;		
}

/*------------------------ links --------------------------------*/

a:visited
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;	
}

a:active
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;	
}

a:hover
{	
	font: bold 11px verdana ;	
	color: #555555;
	text-decoration: underline;	
}

a, .a
{	
	font: bold 11px verdana ;
	color: #C19236;
	text-decoration: underline;		
}

/*---------------------- controls ----------------------------------*/

.control
{
	width: 248px;
	background-color: #ffffff;		
	border: solid 1px #5A0C02;	
}

.control .controlheader
{
	background-color: #D6D6B2;	
	background-image: url(images/controlHeader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 8px 5px 8px 5px;			
	font-family: Times New Roman;		
	border: 1px solid #5A0C02;	
}

td.eventControl
{
	padding: 0px;
	text-align: center;
}



/*------------------------ footer links --------------------------------*/

.footerHolder
 {
 	background-color: #5A0C02;
	background-image: url(images/menu_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;	
	border-bottom: 1px solid #5A0C02;	
	border-top: 1px solid #5A0C02;	
 }

.footer td
{
 color: #ffffff;
 font: normal 9px verdana ;	
 padding: 5px;
}

.footer a:visited
{	
	font: normal 9px verdana ;
	color: #ffffff;
	text-decoration: none;	
}

.footer a:active
{	
	font: normal 9px verdana ;
	color: #ffffff;
	text-decoration: none;	
}

.footer a:hover
{	
	font: normal 9px verdana ;	
	color: #C19236;
	text-decoration: none;	
}

.footer a
{	
	font: normal 9px verdana ;
	color: #ffffff;
	text-decoration: none;		
}

/*-----------------------  calendar styles -------------------------------*/
.CalendarWidget
{
	background-color: #5A0C02;
	border: solid 1px #5A0C02;
}

.CalendarWidget td
{
	
	border: solid 1px #5A0C02;
}

.CalendarSelectedDayStyle
{
	border: solid 1px #5A0C02;
	background-color: #5A0C02;
}

.CalendarSelectorStyle
{
	border: solid 1px #5A0C02;
}

.CalendarTodayDayStyle
{
	background-color: #5A0C02;
}

.CalendarOtherMonthDayStyle
{
	background-color: #d5d6b0;
	border: solid 1px #5A0C02;
}

.CalendarNextPrevStyle
{
	color: #ffffff;	
	font-size: 9px;
	font-weight: bold;	
}

.CalendarDayHeaderStyle
{
	background-color: #ADB15C;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	border: solid 1px #5A0C02;
}

.CalendarTitleStyle
{
	color: #ffffff;	
	font-size: 9px;
	font-weight: bold;	
	border: 0px;
}

.CalendarTitleStyle td
{
	border: 0px;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px;
}

.CalendarDayStyle
{
	background-color: #ffffff;	
}

/*-----------------------  Sub headers and buttons -------------------------------*/
.SubHeaderBgColor
{
	background-color: Gray
}

.Office-Header
{
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #e6e6e6;
}

.popupDiv
{
	cursor:pointer;
	width:400px;
	display:none;
	position:absolute;
	overflowY:scroll;
	border: solid 1px #000;
	padding: 20px;
	background-color: #ffffff;
	z-index: 91;
	filter: alpha(opacity=93);
	opacity:0.93;
	-moz-opacity:0.93;	
}
