img
{
	border-style: none;
}

h1
{
    margin-top: 0px;
    padding-top: 10px;
	color: #1574b0;
}
h2
{
    margin-top: 0px;
    padding-top: 10px;
	color: #1574b0;
}
h3
{
	color: #1574b0;
	margin-bottom: 0px;
}
h4
{
	color: #1574b0;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(img/arrow_s.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: 15px;	
}
h5
{
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(img/arrow_s.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: 15px;	
}
h5:hover
{
	color: #1574b0;
}
.container
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

.loadingImg
{
    /*set the div in the center of the screen*/
    position:absolute;
    top:50%;
    left:50%;
    width:66px;
    z-index: 10;
}

.bottom 
{
	padding-top: 5px;
	text-align: center;
	font-style: italic;
	font-size: x-small;
}

.bottom a 
{
	color: black;
}
.menu_dk
{
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.menu_category
{
	padding-top: 20px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.menu_item
{
	background-image: url(img/arrow_s.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: 15px;
	padding: 0px 0 0px 0;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 13px;
}

.menu_item a
{
	color: #1574b0;
	text-decoration: none;
}

.menu_item a:hover
{
	color: #000000;
}

.tdmenu
{
	vertical-align: top;
	padding-left: 10px;
	width: 150px;
}

.tdcontent
{
	vertical-align: top;
	padding-right: 20px;
}

.mainContent
{
    padding-left: 15px;
    padding-right: 15px;
}

.sponsor
{
	text-align: center;
	clear: both;
	margin: 0;
	padding: 8px;
}

.sponsor img
{
	padding: 0 5px 0 5px;
	vertical-align: bottom;
	border-style: none;
}

.footer
{
	clear: both;
	margin: 0;
	padding: 8px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
}

.leftnav p
{
	margin: 0 0 16px 0;
}
.content h2
{
	margin: 0 0 8px 0;
}

.explain li
{
	font-style: italic;
}
.newshl
{
	font-weight: bold;
	border-bottom: dashed 1px #1574b0;
	background-image: url(img/arrow_s.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.newslink
{
	text-decoration: none;
	color: #000000;
}

.newslink:hover
{
	color: #1574b0;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #b0d28c;
}

.explain_popup
{
    background-color: #f0f0f0;
    border: solid 1px black;
    width: 350px;
    font-weight: normal;
    padding: 10px;
}

.explain_popup h3
{
    padding: 0px;
    margin: 0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #c8c8c8;
	padding: 4px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

