body
	{
	background-color:#ffffff;
	line-height: 16px;
	}

td
	{
	font-family:Verdana,sans-serif;
	color:#333333;
	font-size:12px;
	vertical-align:top;
	align:left;
	}

h1
	{
	font-size:14px;
	font-weight:bold;
	}

h2
	{
	font-size:12px;
	font-weight:bold;
	}

a
	{
	color:#333333;
	}

a.nav
	{
	color:#333333;
	text-decoration:none;
	}

a.navHi
	{
	color:#005A91;
	text-decoration:none;
	}

td.nav
	{
	padding-bottom:1px;
	}

td.navTopLevel
	{
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	}


td.line
	{
	background-color:#666666;
	height:1px;
	}

td.lineBright
	{
	background-color:#cccccc;
	height:1px;
	}



.boxTitle
	{
	background-color:#666666;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	}
.boxText
	{
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	}
.boxBorder
	{
	background-color:#666666;
	width:1px;
	}
.boxLine
	{
	height:1px;
	background-color:#666666;
	}
	
.small{ font-size:10px;}
.large{ font-size:20px;}
#badge{ background-image:url(../../../images/badge.gif); background-repeat:no-repeat; width:412px; height:206px;}
#fading{width:412px;}

/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #1263B0;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px 5px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#CCE3F1;
		color:#000;
		padding-left:5px;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
