body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	color: #444444;
	background: #CCCCCC;
	cursor: default;
	position: relative;
}
h1 {
	font-size:1.6em;
	margin: 0 0 0 0;
}
h2 {
	font-size:1.4em;
	margin: 1em 0 0 0;
	border-bottom: solid #AAAAAA 1px;
}
h3 {
	font-size:1.2em;
	margin: 1em 0 0.35em 0;
}
h4 {
	font-size:1.0em;
	margin: 0.5em 0 0 0;
}
h5 {
	margin: 0.25em 0 0 0;
}
p {
	margin: 0.5em 0 0.5em 0;
	text-align: left;
}
br {
	clear: both;
}
samp {
	font-size: 14px; /*strange discrepancy between FireFox/IE when using ems)*/
	font-weight: bold;
}
p.disclaimer {
	font-size: 0.8em;
}
p.nb {
	font-size: 1em;
	font-style: italic;
}
p.cc_license {
	margin-top: 3em;
}
fieldset {
	border: solid #666666 1px;
	padding: 1em;
}
textarea {
	padding: 2px;
}
legend {
	color: #444444;
}
a {
	color: #0033CC;
	border-bottom: dotted 1px #6699FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	border-bottom: dotted 1px #CC0000;
	text-decoration: none;
}
a.download_now {
	font-size: 1.25em;
	font-weight: bold;
}
img {
	border: 0;
	margin: 0 0.25em 0 0.25em;
}
dl {

}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}
code {
	background-color: #ddEEFF;
	border: solid 1px #999999;
	font-size: 1.2em;
	padding: 1em 0.25em 1em 0.25em;
	display: block;
	white-space: pre;
}
/*error/success messages for users*/
.error {
	font-weight: bold;
	color: #AA0000;
}
.error ul {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 2em;
}
.warning {
	color: #D7B40F;
}
.success {
	font-weight: bold;
	color: green;
}
/*end error/success messages for users*/
.container {
	width: 65em;
	background-color: white;
	margin: 1em auto 0 auto;
	border: solid #999999 1px;
	border-collapse: collapse;
	empty-cells: show;
}
.container td {
	padding: 0;
	border-bottom: solid #999999 1px;
}
.heading {
	float: left;
}
.hd_mfp {
	font-weight: normal;
	margin: 0 0 0 .2em;
	font-size: 4em;
}
.hd_slg {
	font-style: italic;
	margin: -0.75em 0 0 1em;
}
div.cal_holder {
	margin: 0.25em;
	float: right;
}
div.cal_container {
	width: 220px;
	height: 190px;
	margin: 0.25em;
}
/*************THE TOPBAR STYLES**********************/
div#topbar {
	vertical-align: bottom;
}
img#tbimg {
	float: right;
}
/*************THE LEFTBAR STYLES**********************/
td#leftmenu {
	width: 12em;
	vertical-align: top;
}
div#leftbar {
	padding: 1em 0.25em 0 0.25em;
}
div#leftbar a {
	text-decoration: none;
}
div#leftbar ul {
	list-style: none;
	padding: 0.25em 0 0 0.5em;
	margin: 0;
}
div#leftbar ul li {
	padding: 0.1em;
	margin: 0;
}
/*************MainContent Styles**********************/
table.container td#content {
	border-left: solid #999999 1px;
	padding: 1em;
	height: 100%;
	vertical-align: top;
}
/**************calendar div holder style*************/
.cal_holder {
  height: 200px;
  width: 200px;
}
/**************Main Menu CSS*************************/
.main_menu {
	padding: 0;
	margin: 0;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	
	background-color: #77FF99;
	cursor: pointer;
	border: 0;
}
.main_menu td {
	position: relative;
	margin: 0;
	border: 0;
	border-top: solid #999999 1px;
	width: 2em;
	font-weight: bold;
}
.main_menu td:hover {
	background-color: #33AA55;
}
.main_menu td.filler {
	width: auto;
	text-align: right;
}
.main_menu td.filler:hover {
	background-color: inherit;
	cursor: default;
}
.main_menu ul {
	display: none;
	position: absolute;
	z-index: 1;
	
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #E8FFE8;
	border: solid #AAAAAA 1px;
	width: 16em;
	font-weight: normal;
	/*left: -1px; /*should equal border width*/
}
.main_menu li {
	
}
.main_menu a {
	display: block;
	color: inherit;
	border: 0;
	padding: 0.25em 1em 0 1em;
}
.main_menu ul a {
	padding: 0.25em 1em 0.25em 1em;
	border-bottom: solid #CCCCCC 1px;
}
.main_menu a:hover {
	color: inherit;
}
.main_menu li:hover {
	background-color: #33AA55;
}
.main_menu ul li {
	position: relative;
}
.main_menu ul ul {
	left: 16em; /*should equal width above*/
	top: -1px;
}	
.main_menu li:hover > ul {
	display: block;
}
/*code highlighting styles*/
.highlight {
	font-weight: bold;
	color: #0000FF;
}
.htmlcomment {
	color: green;
}
.jscomment {
	color: #FF8000;
}
/*end code highlighting styles*/

/*language list styles*/
.lang_list span {
	background: url(/media/flags/flag_sprite.png);
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin: 0 2px 0 0;
}

#fluk {background-position: 0px 0;}
#flnl {background-position: 105px 0;}
#fles {background-position: 90px 0;}
#flpt {background-position: 75px 0;}
#flde {background-position: 60px 0;}
#flit {background-position: 45px 0;}
#flfr {background-position: 30px 0;}
#flcn {background-position: 15px 0;}
#fltw {background-position: 0px 45px;}
#flhk {background-position: 105px 45px;}
#flpl {background-position: 90px 45px;}
#flru {background-position: 75px 45px;}
#flvn {background-position: 60px 45px;}
#fltr {background-position: 45px 45px;}
#fldk {background-position: 30px 45px;}
#flfi {background-position: 15px 45px;}
#fljp {background-position: 0px 30px;}

