body {
background: url(images/background.png) repeat-x;
font-family: georgia;
font-size: 12px;
padding: 0px;
margin: 0px;
}

a{
color: #000;
}

a:hover{
text-decoration: none;
}

.header{
height: 150px;
}

.logo{
height: 147px;
width: 380px;
float: left;
background: url(images/logo.png);
}

.home_rotation{
margin: -10px;
}

.quick_links{
position: relative;
float: right;
margin-right: 25px;
color: #ffffff;
}

.quick_links p{
margin: 0;
display: inline;
}

.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{
width: 916px;
height: 42px;
background: url(images/menubar_top.png) repeat-y;
font-weight: bold;
}

.top_menu_bar a:hover{
-webkit-border-top-left-radius: 10px;
-khtml-border-radius-topleft: 10px;	
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-radius-topright: 10px;	
-moz-border-radius-topright: 10px;
background: #fff;
}

.top_menu_bar .active{
-webkit-border-top-left-radius: 10px;
-khtml-border-radius-topleft: 10px;	
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-radius-topright: 10px;	
-moz-border-radius-topright: 10px;
background: #fff;
}

.middle{
width: 916px;
background: url(images/middle_slice.png) repeat-y;
}

.content{
padding: 10px;
margin-left: 4px;
width: 882px;
overflow: hidden;
}

.bottom_menu_bar{
width: 916px;
height: 50px;
background: url(images/menubar_bottom.png) repeat-y bottom;
text-align: right;
}

.bottom_menu_bar span{
position: relative; 
top: 12px;
color: #000000;
font-size: 12px; 
padding-right: 25px;
}

.bottom_menu_bar p{
position: relative; 
top: 12px;
color: #000000;
margin-top: 0;
padding-right: 25px;
}

.textfield{
height: 12px;
font-family: arial;
font-size: 10px;
margin-bottom: 6px;
}

.textarea{
font-family: arial;
font-size: 10px;
margin-bottom: 6px;
}

.left_menu{
display: block;
position: relative;
float: left;
left: -10px;
top: -10px;
width: 189px;
padding-bottom: 10px;
background: #17b8db;
margin-top: -10px;

}

.left_menu ul{
list-style: none;
padding: 0px;
}

.left_menu ul li{
list-style: none;
}

/*CURRENT PAGE PARENT LEVEL*/
.left_menu ul li a{
display: block;
position: relative;
padding-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: solid 1px #000;
color: #000;
font-size: 12px;
text-decoration: none;
}

/*CURRENT PAGE*/
.left_menu ul li a.active{
font-weight: bold;
background: #123456;
color: #fff;
}

/* CURRENT PAGE SAME LEVEL*/
.left_menu ul li ul a{
padding-left: 15px;
background: #6DD2E8;
}

/* CURRENT PAGE SUBPAGES*/
.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{
height: 50px;
margin-bottom: -10px;
background: url(images/left_menu_bottom.png) repeat-x;
width: 189px;
}

.inside_content_left_menu{
position: relative;
margin-left: 197px;
}

.login_message{
font-size: 12px;
color: red;
}

.bug_table #header{
}

.bug_table tr td{
border-bottom: 1px solid #000;
}

.bug_table{
width: 660px;
border: 1px solid #000;
}

.bug_comments_box{
width: 660px;
margin-top: 10px;
padding-bottom: 10px;
float: right;
border: 1px solid #000;
}

.bug_comment{
margin-top: 10px;
margin-left: 10px;
width: 620px;
padding: 10px;
border: 1px solid #000;
}

.bug_comment_top{
background: #eee;
width: 620px;
height: 10px;
padding: 10px;
display: block;
position: relative;
margin-left: -10px;
margin-top: -10px;
border-bottom: solid 1px #000;
}

.dropdown{
display: block;
position: relative;
height: 20px;
}

.dropdown a{
display: block;
height: 27px;
padding-left: 20px;
margin-left: 10px;
padding-top: 15px;
border-right: solid #fff 0px;
text-align: center;
text-decoration: none;
padding-right: 20px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.dropdown ul li a{
background: #17b8db;
height: auto;
border-top: 1px solid #000; 
border-right: 0px;
padding-top: 6px;
padding-bottom: 6px;
text-align: left;
margin-left: 0px;
width: 180px;
}

.dropdown ul li a:hover{
background: #fff;
-webkit-border-top-left-radius: 0px;
-khtml-border-radius-topleft: 0px;	
-moz-border-radius-topleft: 0px;
-webkit-border-top-right-radius: 0px;
-khtml-border-radius-topright: 0px;	
-moz-border-radius-topright: 0px;
}

ul.dropdown{
 position: relative;
 z-index: 597;
 float: left;
 margin-left: 10px;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle; 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 margin-left: 0px;
 left: 0;
 z-index: 598;
 border: 1px solid #000;
 border-top: 0px;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul li ul {
 margin-top: 10px;
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li ul:hover > ul {
 visibility: visible;
}