body, td, p {
	font-family:Tahoma,Arial;
	font-size:11px;
	margin: 0;
}

.input {
	font-size: 10px;
	width:135px;
}

.select {
	font-size: 11px;
    width: 107px;
}

.form {
border-style:none;
width:280px;
padding:0px;
background-color:#fdfbf3;
}

.red {
color:#DC4B30;
}

a:link, a:visited, a:active {
	color:#231F20;
	text-decoration:underline;
}

a:hover	{
 	color:#1F7FD8;
	text-decoration:none;
}

/* Calendar */

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 9px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar_button
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    cursor:pointer;
	    width:15px;
	height:18px;
	    padding-bottom:0px;
	    padding-top:5px;
	    margin-bottom:0px;
	
}

.calendar td
{
  font-size:9px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
 width:15px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
width:15px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:15px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:15px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}


.header
{
	background-color:#757495;
	background-image:url(images/title_bg.gif);
	color:white;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:left;
	padding:4px;
	vertical-align:middle;
	height:15px;
}

.headerbutton
{
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;
}

