html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 12px arial;
	background-color: #eaf2f4;
}

#dropRight{
	width: 5px;
	background: url(images/bodyDrop_right.gif) repeat-y;
}
#dropLeft{
	width: 5px;
	background: url(images/bodyDrop_left.gif) repeat-y;
}
#dropBottom{
	height: 5px;
	background: url(images/bodyDrop_bottom.gif) repeat-x;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #33322c;
}
a:hover{
	text-decoration: none;
	color: #41626b;
}

#container{
	width: 100%;
}

#navBar{
    height: 26px;
	background: url(images/nav_bg.gif) repeat-x;
	padding-left: 10px;
}
#navBar ul{
	margin: 0px;
	padding: 0px;
}
#navBar li{
	font: bold 11px verdana, arial;
	list-style-type: none;	
	margin-right: 15px;
	float: left;
	padding-top: 5px;
}

#footer{
	font: 9px verdana;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

#link_print{
	width: 27px;
	height: 14px;
	background: url(images/print.gif) no-repeat;
	cursor: hand;
}

form{
    padding:0px;
    margin: 0px;
}

.agentCalendar .title td{
	padding: 5px;
	color: #fff;
	background-color: #41626b;
	font-weight: bold;
}
.agentCalendar .nextPrev{
	color: #fff;
	font-weight: bold;
}
.agentCalendar td{
	font: 12px arial;
}
.agentCalendar .days{
	font: 12px arial;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
	position:relative;
}

.clearance{
	clear: both;
	font-size: 0px;
	padding: 0px;
	margin: 0px;	
}