/* global tags */
body
{
	font-family: arial, verdana;
	background-color: #ffffff;
	color: #000000;
}

h1
{
	font-family: tahoma, arial, verdana;
	font-size: 30px;
	color: #660000;
}

h2
{
	font-family: "Comic Sans MS", tahoma, arial, verdana;
	font-size: 24px;
	color: #990000;
}

option
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}

img
{
	border: 0px solid #FFFFFF;
}

a:link
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:active
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

/* site-wide */
.table_menu
{
	width: 100%;
	border-width: 0px;
}
.button_sel
{
	border: 3px outset #000000;
	font-size: 14px;
	background-color: #cccccc;
}

.button_no_sel
{
	border-width: 0px;
	font-size: 14px;
	font-weight: bold;
}

.opt_sel
{
	background-color: #ffff33;
	color: #000000;
	font-weight: bold;
}

.opt_no_sel
{
	background-color: #ffffff;
	color: #000000;
}

.loud
{
	color: #000000;
	font-size: 16px;
	font-family: tahoma, arial, verdana;
	font-weight: bold;
}

.alert
{
	color: #CC0000;
	font-weight: bold;
}

.data_table
{
	width: 100%;
	background-color: #888877;
}

.dt_text
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
}

.dt_value
{
	font-size: 14px;
	font-family: tahoma, arial, verdana;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.dt_valuex4
{
	font-size: 14px;
	font-family: tahoma, arial, verdana;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 25%;
}

.dt_sep_head
{
	background-color: #990000;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.dt_cap
{
	background-color: #ffffcc;
	font-size: 12px;
	font-weight: bold;
}

.dt_list_hdr
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.dt_list_value
{
	font-size: 14px;
	font-family: tahoma, arial, verdana;
	background-color: #ffffff;
	border: 1px solid #5b7a5b;
}

.dt_filler
{
	visibility: hidden;
}

.dt_block
{
	width: 100px;
}

.dt_thumbnail
{
	width: 110px;
	height: 101px;
	overflow: hidden;
	text-align: center;
}

/* top div */
#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 195px;
	width: 100%;
	border-bottom: 1px solid #000000;
}

#top_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 146px;
	width: 145px;
	border-bottom: 1px solid #000000;
}

#top_api
{
	position: absolute;
	margin-top: 0px;
	top: 146px;
	left: 0px;
	width: 145px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	
}

#top_header
{
	position: absolute;
	top: 0px;
	left: 145px;
	width: 100%;
	height: 146px;
	border-bottom: 1px solid #000000;
	text-align: left;
}

#top_title
{
	position: absolute;
	top: 0px;
	left: 145px;
	width: 575px;
	text-align: center;	
}

#top_menu
{
	position: absolute;
	top: 146px;
	left: 145px;
	margin-top: 1px;
	width: 855px;
	text-align: center;
}

/* left div */
#left
{
	position: absolute;
	top: 195px;
	left: 0px;
	width: 146px;
	text-align: center;
}

#left_sel_api
{
	position: relative;
	margin-top: 10px;
	margin-left: 3px;
}

#left_nav
{
	position: relative;
	margin-top: 15px;
	text-align: center;
}

#left_info
{
	position: relative;
	margin-top: 20px;
	margin-left: 2px;
	font-size: 14px;
}

#sel_api
{
	width: 140px;
}

/* main div */
#main
{
	position: absolute;
	left: 146px;
	top: 195px;
	text-align: center;
	width: 855px;
}

.data_block
{
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
	border: 1px solid #000000;
}
