html
{
	height: 100%;
	margin: 0em;
	padding: 0em;
	width: 100%;
	background-image: url('../Images/background.jpg');
}

p, form 
{
	padding: 0px;
	margin: 0px;
}
	
body { 
	height: 100%;	
}
					
body, td, th
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

body a, td a, th a 
{
	text-decoration:none;
	color: #14496E;
}

body a:hover, td a:hover, th a:hover
{
	text-decoration: underline;
}

body, form, h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

#tdMenu 
{
	background-image: url('../Images/menu_bg.jpg');
	color: White;
	font-size: 13px;
	font-weight: bold; padding-left: 10px;
}

#tdMenu div 
{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: dotted 1px white;
}

#tdMenu a 
{
	color: white;
}

#divLayout
{
	background-image: url('../Images/main_bg.jpg');		
	background-repeat: repeat-y;
	height: 100%;
	position: relative;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#divBody 
{
	background-image: url('../Images/body_bg.jpg');		
	background-repeat: repeat-y;
	width: 1080px;
	text-align: center;

}

#tblBody
{
	width: 752px;	
}

#tblBody td 
{
	padding-left: 1px;
}

.Border_Black {
  border: 1px solid #000000;
}


.Calendar_Title { 
  background: #0B0B5C; 
  color: #FFFFFF;
}

.Calendar_TR { 
  background: #D4D4FF;
}

.Calendar_TD {
  background: #FFFFFF;
}

