a:link, a:visited
{
	color: #e5e5b8;
	text-decoration: underline;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 8pt;
	line-height: 18pt;
}

h1, h2, h3
{
	margin: 1em 0px;
	font-size: 12pt;
	font-weight: normal;
}

h5
{
	margin: 10px 0px;
	font-size: 8pt;
	font-weight: normal;
}

input, select, textarea
{
	background-color: #cccccc;
}

td
{
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
}

ul
{
	list-style: square;
}

.bottom_menu
{
	display: none;
	padding-top: 5px;
	background-image: url(/assets/global/images/feature/bottom_menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
}

.content_frame
{
	position: relative;
	float: left;
	margin-left: 4px;
	width: 768px;
}

.green_box
{
    width: 750px;
    color: #000000;
    padding: 5px;
    background-color: #ccffcc;
    border: solid 1px #cccccc;
    font-family: Monospace;
	text-align: center;
}

.grey_box
{
	width: 750px;
	background-color: #1a1a1a;
	border: solid 1px #cccccc;
}

.orange_box
{
	width: 750px;
	color: #000000;
	padding: 5px;
	background-color: #ffcc99;
	border: solid 1px #cccccc;
	font-family: Monospace;
}

.page
{
	width: 980px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
}

.side_menu
{
	display: none;
	float: left;
	width: 190px;
	margin-top: 35px;
	margin-right: 18px;
	background-color: #333333;
}

.side_menu_item_bottom
{
	display: none;
	background-image: url(/assets/global/images/feature/side_menu_item_bottom.gif);
	padding-left: 5px;
	height: 60px;
}

.side_menu_item_top
{
	display: none;
	background-image: url(/assets/global/images/feature/side_menu_item_top.gif);
	text-align: center;
	padding-left: 5px;
	height: 30px;
}

.side_menu_item
{
	display: none;
	background-image: url(/assets/global/images/feature/side_menu_item.gif);
	font-size: 8pt;
	padding-left: 5px;
	height: 30px;
}

.tab_button
{
	width: 100px;
	float: left;
	text-align: center;
	padding: 2px;
	background-color: #1a1a1a;
	border: solid 1px #666666;
	border-left: none;
	border-bottom: none;
}

.tab_button_
{
	width: 100px;
	float: left;
	text-align: center;
	padding: 2px;
	color: #000000;
	background-color: #cccccc;
	border: solid 1px #666666;
	border-bottom: none;
}

.table_heading
{
	background-color: #666666;
	text-align: center;
}

.top_menu
{
	display: none;
	height: 150px;
	background-image: url(/assets/global/images/feature/top_menu_bg.gif);
}