/* For jqDock*/
html {overflow-x:hidden; overflow-y:auto;} /*remove horizontal scroll bar in IE6!*/
html, body {width:100%; height:100%; margin:0; padding:0; border:0 none;}
body {padding:0; margin:0; border:0 none; font-family:arial; font-size:12px; color:#333333; background-color:#333333;}
a, a:link, a:visited, a:hover, a:active {color:#0000ff; text-decoration:none; outline:0 none;}
img {vertical-align:bottom; border:0 none;}
div, pre {margin:0; padding:0;}
pre {font-size:11px; color:#0000cc; border:1px solid #cccccc; width:100%; overflow-x:auto; overflow-y:hidden; padding-bottom:17px;}
pre span {color:#808080;}
div.codex {padding:4px 8px 10px 8px;display:none;}
div.excowrap {padding-top:3px;}
a.exco, a.exco:link, a.exco:visited, a.exco:hover, a.exco:active {display:block; background:#e8e8ff url(arrows.gif) no-repeat 99% 0; color:#333333; padding:1px 8px;}
a.exco:hover {background-color:#ccccff; background-position: 99% -20px;}
#description {background-color:#ffffff; width:620px; margin:0 auto; padding:5px 0;}
#descInner {margin:0 15px 0 10px;}
#descHead {text-align:right;}
#descHead span {float:left;font-size:10px;}
#description a.descFile:hover {text-decoration:underline;}
/* For jqDock*/
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
}
.font12DropShadow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
	filter: DropShadow(Color=#999, OffX=1, OffY=1, Positive=2);
}
.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
}
.font16DropShadow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
	filter: DropShadow(Color=#999, OffX=1, OffY=1, Positive=2);
}
.font16Norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #111111;
	font-weight: normal;
}
.font16TableTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #33CCFF;
	font-weight: bold;
}
.font24Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
	text-decoration: underline;
}
.font12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.font16black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.font20 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bolder;
	color:#000000;
}
.font24black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.picborder {
	vertical-align: text-bottom;
	border: 4px double #555555;
	overflow: hidden;
	padding: 2px;
}
.tableborder {
	padding: 0;
	vertical-align: text-bottom;
	overflow: hidden;
	border: 2px solid #000000;
}
.buttontitle {
	color: #FF0;
	font-family: "Comic Sans MS", cursive;
}
a:link {
	text-decoration: underline;
	color: #111111;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:visited {
	text-decoration: underline;
	color: #111111;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:hover {
	text-decoration: underline;
	color: #FF5500;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.fingers {
  cursor: pointer;
  cursor: hand;
}




.mainDiv
{
  width:100%;
}
.menutitle{
cursor:pointer;
background-color:#000000;
color:#000000;
}
.topItem
{
	width:100%;
	height:28px;
	cursor:hand;
	text-decoration: underline;
	color: white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px; 
}
.dropMenu
{
}
.subMenu
{
	display:none;
	cursor: hand;
}
.subItem
{
	padding-left:5px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
	cursor:pointer;
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
