﻿body
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 13px;
	margin: 0px auto 0px auto;
	background: url(../Images/bg_gradient.jpg);
	background-repeat: repeat-x;
	text-align:center;
}



/*begin creating the tabs */
.menu {

	font-size: 12px;
	padding:5px;


}

/* set tab1 as top level container table, then target TDs inside*/
.menuItem td 
{

}

/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {

}

/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited  {

	color:#0077C0;
	text-decoration: none;
	margin-left:10px;

}

.menuPopupItem a:link, .menuPopupItem a:visited
{
	color:#0077C0;

	
}

.menuPopupItem a:hover
{
	color:#0077C0;
	text-decoration:underline;

	
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup 
{


}

/* make drop down menu item style */
.menuPopupItem {	


}





/*#breadcrumb a
{
	font-size: 16px;
	color: #798790;
	text-indent:0px;
}*/
#breadcrumb 
{
	font-size: 15px;
	color: #798790;
	margin-left:15px;
}

/*Text Styles*/
.normalwhite
{
	color:#FFFFFF;
	font-size:12px;
}
.normalblack
{}

.normalgold
{
	color:#F2B510;
}



.calendarTitle
{

}
