@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #1a1a1a;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #a4cd39;
}

img{
border: 0;
}

h1{
color: white;
}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

strong, b{
color: #a4cd39;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 992px;
margin: 0 auto;
background: black url(images/template_images/left_column_background.gif) top left repeat-y;
}

#header{
width: 992px;
height: 121px;
position: relative;
}

#header_logo{
position: absolute;
top: 0px;
left: 0px;
}

#header_menu{
height: 59px;
width: 704px;
position: absolute;
top: 0px;
left: 236px;
margin: 0;
padding: 0;
border: 1px solid #4e4d4d;
border-width: 0 0 1px 0;
list-style: none;
}

#header_menu li{
display: inline;
float: left;
width: 110px;
height: 41px;
}

#header_menu li a{
display: block;
width: 110px;
height: 41px;
line-height: 41px;
background: #181818;
color: white;
text-decoration: none;
}

#header_menu li a:hover{
color: #a4cd39;
}

#home, #install, #faq, #release_notes, #changelog{
margin-right: 8px;
}

#search{
position: absolute;
right: 52px;
bottom: 25px;
padding-left: 25px;
}

#search_button{
position: absolute;
left: 0px;
bottom: 0px;
cursor: pointer;
_cursor: hand;
}

#left_column_container{
width: 236px;
background: #a4cd39;
float: left;
padding-bottom: 100px;
padding-top: 50px;
}

#left_column{
width: 80%;
margin: 0 auto;
text-align: left;
}

#right_column{
width: 654px;
float: right;
display: inline;
margin-right: 52px;
color: white;
text-align: left;
padding-bottom: 25px;
}

#right_column ul li{
padding-bottom: 5px;
}

#right_column a{
color: #a4cd39;	
}

#spacer{
width: 992px;
height: 0px;
overflow: hidden;
clear: both;
}

#footer{
width: 992px;
height: 100px;
background: black;
margin: 0 auto;
margin-top: 11px;
position: relative;
}

#walden_badge{
position: absolute;
bottom: 22px;
left: 25px;
color: #4e4d4d;
font-size: 10px;
}

#powered_by_intrasite{
position: absolute;
bottom: 21px;
right: 51px;
}

#footer_walden_logo{
position: absolute;
bottom: 21px;
right: 233px;
}


/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/* Styling for the bug reporting system */
.left_table_column{
text-align: right;
}

.bug_table{
margin-top: 20px;
width: 70%;
display: block;
}

.bug_table tr{
width: 100%;
}

.text_input{
width: 98%;
}

h2 .error{
color: red;
}

.bug_content{
width: 90%;
padding: 10px 5% 10px 5%;
background: white;
color: black;
font-family: "Courier New", Courier, monospace;
}

.left_30{
width: 40%;
}

.bug_display_row{
width: 654px;
height: 20px;
position: relative;
}

.bug_container{
width: 654px;
height: 100px;
position: relative;
margin-bottom: 10px;
}

.bug_approve_link{
display: block;
position: absolute;
bottom: 5px;
right: 10px;
color: white;
}

.bug_display_description{
position: absolute;
top: 20px;
left: 10px;
width: 634px;
height: 60px;
}

.bug_delete_link{
display: block;
position: absolute;
bottom: 5px;
right: 100px;
color: white;
}

.bug_display_id{
height: 20px;
width: 40px;
line-height: 20px;
position: absolute;
top: 0px;
left: 10px;
}

.bug_display_priority{
height: 20px;
width: 20px;
line-height: 20px;
position: absolute;
top: 0px;
left: 60px;
}

.bug_display_priority_header{
height: 20px;
width: 20px;
line-height: 20px;
position: absolute;
top: 0px;
left: 40px;
}

.bug_display_summary{
height: 20px;
width: 400px;
line-height: 20px;
position: absolute;
top: 0px;
left: 110px;
}

.bug_display_link{
height: 20px;
width: 60px;
line-height: 20px;
position: absolute;
top: 0px;
right: 10px;
text-align: right;
color: white;
}

.odd{
background: #181818;
}

.indent{
display: block;
padding-left: 50px;
}

.code{
font-family: "Courier New", Courier, monospace;
}

/************ BUG REPORT PAGE STYLING *****/
.bug_report_link{
display: block;
color: white;
background: #1a1a1a;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
padding: 10px;
font-size: 18px;
width: 400px;
text-decoration: none;
}