body, p, td, a, span, div, select, input, textarea, option
{
	font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #27251d;
}

ul        { line-height: 16px; list-style: square outside; margin: 0px 0px 0px 15px; padding: 0px 0px 15px 0px; color: #000000; }
li        { line-height: 16px; color:#000000; }
body      { line-height: 16px; position: absolute; padding: 0px; margin: 2px; margin-right: 16px; background: #FFFFFF }
a         { line-height: 16px; text-decoration: underline; color: #000033; }
a:hover   { line-height: 16px; text-decoration: underline;  }
p         { }
img       { border: 0; }
form	  { margin: 0px; }

.tab_bar
{
	margin: 		0;
	margin-left: 	2px;
	padding-left: 	0px;
	padding-bottom: 20px;
	border-bottom: 	1px solid #CCCCCC;
}
.tab_page
{
	border-left: 	1px solid #9494AE;
	border-right: 	1px solid #9494AE;
	border-bottom: 	1px solid #9494AE;
	padding: 		10px 5px 6px 7px;
	background-color: #F9F9F9;
}
.tab_button
{
	font:            		Menu;
	border-bottom:   		0;
	padding:         		2px 8px 1px 8px;
	border-style:			solid;
	border-width:			1px;
	border-color:    		#cccccc;
	background-color:		#F9F9F9;
	border-bottom-color:	#9494ae;
	margin:					0px 0px 0px -1px;
	float: 					left;
	z-index: 				2;
	white-space:     		nowrap;
	text-decoration:		none;
	color:					#999999;
}
.tab_link
{
	font:            		Menu;
	text-decoration:		none;
}
.tab_link:hover
{
	font:            		Menu;
	text-decoration:		none;
}
.tab_icon
{
	border-bottom:   		0;
	padding:         		4px 6px 5px 7px;
	float: 					right;
	z-index: 				2;
}
#tab_selected
{
	border-color:    		#9494ae;
	border-bottom-color:    #ffffff;
	z-index: 				3;
	margin:					-2px 0px 0px -1px;
	padding:         		4px 8px 1px 8px;
	color:					#999999;
}

.SelectedPagerNumber { color:#9494ae; font-weight: bold; text-decoration: none; }

.PagerNumber { color:#9494ae; text-decoration: none; }
.PagerNumber:hover { color:#9494ae; text-decoration: none; }
.PagerNumber:link { color:#9494ae; text-decoration: none; }
.PagerNumber:active { color:#9494ae; text-decoration: none; }
.PagerNumber:visited { color:#9494ae; text-decoration: none; }


input.day
{
	width: 25px;
}
input.month
{
	width: 25px;
}
input.year
{
	width: 40px;
}

h1
{
	line-height: 0px;
	display: none;
	position: absolute;
	left: -9000px;
}