/* CSS Document */

a, a:visited, a:active{
	color:#336699;
	text-decoration:none;
	cursor:pointer;
}

a img
{
	border:1px solid #000;
}
a img.no-border
{
	border:0px;
}
body {
	background-color:#EFEFE7;
}

td
{
font-family:tahoma;
font-size: 12px;
color:#404040;
}
.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 18px;
	font-weight: bold;
}
.title
{
	font-family:tahoma;
	color:#666666;
	font-size: 13px;
	font-weight: bold;

}
.topnav
{
	font-family:tahoma;
	color:#F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:tahoma;
	/*color:#ffffff;*/
	font-size: 11px;
	line-height: 18px;
}
.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.footer
{
	background-color:#FFF;
	color:#666;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #336699;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #000000;
width:160px;
height:25px;
line-height:25px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.question{
		font-weight:bold;	/* Bold font */		
		color: #FF0000;		/* The questions is in red */
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
.answer{
	/* Layout properties - You can change these */
	
	border: 0px solid #555555;
	padding:3px;
	background-color:#FFF;
	
	/* This one should not be changed */
	display:none;	
}

.sidebar{
padding-left:10px;
padding-right:10px;
font-size:9px;
}

.sidebar-separator {
	border-bottom:1px #CCC dotted;
}

#tooltip{
position: absolute;
width: 150px;
border: 1px solid #CCC;
padding: 8px;
background-color: #F8F8F8;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
font-size:12px;
}
