/******************************
	Defaults
*******************************/

html, body
{
	min-height: 100%;
	width: 100%;
	height: 100%;
	font-size:9pt;
}

html>body, html>body #content
{
	height: auto;
}

body
{
	margin: 0px;
}

body
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	background-color:White;
	font-size:9pt;
}

table
{
	border-collapse:collapse;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
	background-color:White;	
}

textarea
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

input
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

select
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;	
}

span
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

div
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

td
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:9pt;
}



/******************************
	Calendar
*******************************/
.calendarHeader td
{
	background-color:#E0DFE3;
	height:23px;
}


/******************************
	Miscellaneous
*******************************/

.dialog
{
	font-size:9pt;
}

.dialog td, input, button, div, textarea, span
{
	font-size:9pt;
}

.dialog button
{
	width:72px;
	height:25px;
}

input.dialog
{
	width:72px;
	height:25px;
	margin-left:4px;
}

button.dialog
{
	width:72px;
	height:25px;
	margin-left:4px;
	font-size:8pt;
}

.moverButton 
{ 
	height:23px;
	font-size:8pt;
	width:78px; 
	margin-left:5px; 
	margin-right:5px; 
}
      
.dialogButton 
{ 
	font-size:8pt;
	width:70px; 
	height:23px;
	margin-top:10px; 
}


/******************************
	Page Titles
*******************************/

.subTitle
{
	font-family: franklin gothic book, century gothic, Trebuchet MS, Verdana, Tahoma, Arial;
	color:#BA8842;
	/* color:#336799; */
	font-size:14pt;
	font-weight:bold;
	border-bottom:solid 2px #336799;
}

.subTitleNoBorder
{
	font-family: franklin gothic book, century gothic, Trebuchet MS, Verdana, Tahoma, Arial;
	color:#BA8842;
	font-size:14pt;
	font-weight:bold;
}


/******************************
	Toolbar
*******************************/

.toolbar
{
	/* background-color:#e4ebfa; */
	background-image:url(../images/menu/dkbluegradient.gif);
	background-repeat:repeat-x;
	height:26px;
	font-size:9pt;
	/*
	border-left: 0 solid #eeeeee;
	border-right: 0 solid #aaaaaa;
	border-top: 1 solid #ffffff;
	border-bottom: 1 solid #aaaaaa;
	*/
}

.toolbar select
{
	font-size:9pt;
	margin-bottom:1px;
	margin-left:3px;
}

span.toolbarButton
{
	font-size:9pt;
	height:20px;
	margin-left:1px;
	margin-right:1px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:4px;
	padding-left:2px;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

.toolbarButtonTitle
{
	margin-left:4px;
}

.toolbarButton span
{
	font-size:9pt;
}

span.buttonOver
{
	color:Black;
	background-color:bisque;
}

.toolbarText
{
	margin-left:8px;
	margin-bottom:1px;
	color:White;
	font-weight:bold;
	font-size:9pt;
}

.toolbar a
{
	font-size:9pt;
	position:relative;
	top:-2px;
	margin-left:1px;
	color:White;
	font-weight:bold;
}



/* ie-specific
div
{
	scrollbar-base-color: #E0DFE3; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-arrow-color: #6666aa;
}
*/