body
{
	background: url(images/background.png) repeat-x;
	font-family: georgia;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #000;
}
a:hover
{
	text-decoration: none;
}
.header
{
	height: 150px;
}
.logo
{
	background: url(images/logo.png);
	float: left;
	height: 147px;
	width: 380px;
}
.home_rotation
{
	margin: -10px;
}
.quick_links
{
	color: #ffffff;
	float: right;
	margin-right: 25px;
	position: relative;
}
.quick_links p
{
	display: inline;
	margin: 0;
}
.quick_links a
{
	color: #ffffff;
	font-family: georgia;
	font-size: 12px;
	position: relative;
}
.main_wrapper
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	width: 916px;
}
.top_menu_bar
{
	background: url(images/menubar_top.png) repeat-y;
	font-weight: bold;
	height: 42px;
	width: 916px;
}
.top_menu_bar a:hover
{
	background: #fff;
	khtml-border-radius-topleft: 10px;
	khtml-border-radius-topright: 10px;
	moz-border-radius-topleft: 10px;
	moz-border-radius-topright: 10px;
	webkit-border-top-left-radius: 10px;
	webkit-border-top-right-radius: 10px;
}
.top_menu_bar .active
{
	background: #fff;
	khtml-border-radius-topleft: 10px;
	khtml-border-radius-topright: 10px;
	moz-border-radius-topleft: 10px;
	moz-border-radius-topright: 10px;
	webkit-border-top-left-radius: 10px;
	webkit-border-top-right-radius: 10px;
}
.middle
{
	background: url(images/middle_slice.png) repeat-y;
	width: 916px;
}
.content
{
	margin-left: 4px;
	overflow: hidden;
	padding: 10px;
	width: 882px;
}
.bottom_menu_bar
{
	background: url(images/menubar_bottom.png) repeat-y bottom;
	height: 50px;
	text-align: right;
	width: 916px;
}
.bottom_menu_bar span
{
	color: #000000;
	font-size: 12px;
	padding-right: 25px;
	position: relative;
	top: 12px;
}
.bottom_menu_bar p
{
	color: #000000;
	margin-top: 0;
	padding-right: 25px;
	position: relative;
	top: 12px;
}
.textfield
{
	font-family: arial;
	font-size: 10px;
	height: 12px;
	margin-bottom: 6px;
}
.textarea
{
	font-family: arial;
	font-size: 10px;
	margin-bottom: 6px;
}
.left_menu
{
	background: #17b8db;
	display: block;
	float: left;
	left: -10px;
	padding-bottom: 10px;
	position: relative;
	top: -10px;
	width: 189px;
}
.left_menu ul
{
	list-style: none;
	padding: 0px;
}
.left_menu ul li
{
	list-style: none;
}
.left_menu ul li a
{
	border-bottom: solid 1px #000;
	color: #000;
	display: block;
	font-size: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 8px;
	position: relative;
	text-decoration: none;
}
.left_menu ul li a.active
{
	background: #123456;
	color: #fff;
	font-weight: bold;
}
.left_menu ul li ul a
{
	background: #6DD2E8;
	padding-left: 15px;
}
.left_menu ul li ul li ul a
{
	background: #C7EDF6;
	padding-left: 30px;
}
.left_menu ul li a:hover
{
	background: #81e5fb;
	color: #000;
}
.left_menu_bottom
{
	background: url(images/left_menu_bottom.png) repeat-x;
	height: 50px;
	margin-bottom: -10px;
	width: 189px;
}
.inside_content_left_menu
{
	margin-left: 197px;
	position: relative;
}
.login_message
{
	color: red;
	font-size: 12px;
}
.bug_table #header
{
}
.bug_table tr td
{
	border-bottom: 1px solid #000;
}
.bug_table
{
	border: 1px solid #000;
	width: 660px;
}
.bug_comments_box
{
	border: 1px solid #000;
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 660px;
}
.bug_comment
{
	border: 1px solid #000;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 620px;
}
.bug_comment_top
{
	background: #eee;
	border-bottom: solid 1px #000;
	display: block;
	height: 10px;
	margin-left: -10px;
	margin-top: -10px;
	padding: 10px;
	position: relative;
	width: 620px;
}
.dropdown
{
	display: block;
	height: 20px;
	position: relative;
}
.dropdown a
{
	border-right: solid #fff 0px;
	display: block;
	height: 27px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown ul li a
{
	background: #17b8db;
	border-right: 0px;
	border-top: 1px solid #000;
	height: auto;
	margin-left: 0px;
	padding-bottom: 6px;
	padding-top: 6px;

	text-align: left;
	width: 180px;
}
.dropdown ul li a:hover
{
	background: #fff;
	khtml-border-radius-topleft: 0px;
	khtml-border-radius-topright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	webkit-border-top-left-radius: 0px;
	webkit-border-top-right-radius: 0px;
}
ul.dropdown
{
	float: left;
	margin-left: 10px;
	position: relative;
	z-index: 597;
}
ul.dropdown li
{
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
}
ul.dropdown li.hover,
ul.dropdown li:hover
{
	cursor: default;
	position: relative;
	z-index: 599;
}
ul.dropdown ul
{
	border: 1px solid #000;
	border-top: 0px;
	left: 0;
	margin-left: 0px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 598;
}
ul.dropdown ul li
{
	float: none;
}
ul.dropdown ul li ul
{
	float: none;
	margin-top: 10px;
}
ul.dropdown ul ul
{
	left: 99%;
	top: 1px;
}
ul.dropdown li:hover > ul
{
	visibility: visible;
}
ul.dropdown li ul:hover > ul
{
	visibility: visible;
}
.list_table
{
	background: #17b8db;
	border: 1px solid #000;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	moz-border-radius-bottomleft: 10px;
	moz-border-radius-bottomright: 10px;
	moz-border-radius-topleft: 10px;
	moz-border-radius-topright: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	webkit-border-bottom-left-radius: 10px;
	webkit-border-bottom-right-radius: 10px;
	webkit-border-top-left-radius: 10px;
	webkit-border-top-right-radius: 10px;
	width: 95%;
}
.list_table td
{
	padding-bottom: 7px;
	padding-top: 7px;
}
.list_table_header td
{
	background: #17b8db;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
}
.list_table_data td
{
	background: #eee;
	border-bottom: 1px solid #000;
	text-align: center;
}
