/* Bug Reporting and Tracking CSS. Adapted from Gotcha Ticket CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	background-color: #ffffff;
}

/* styles for Header_bug.html */
div.header {
	position: absolute; 
	width:600px; 
	height:56px; 
	z-index:3; 
	left: 177px; 
	top: 35px;
}

/* styles for Logo.html */
div.logo {
	position: absolute; 
	width:200px; 
	height:115px; 
	z-index:1; 
	left: 0px; 
	top: 0px;
}

/* styles for Footer.html */
div.footer {
	position:absolute; 
	z-index:10; 
	left: 10px; 
	top: 460px;
}

table.footer {
	width:168px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* styles for Menu.html */
div.menu {
	position: absolute; 
	width:125px;
	left: 10px; 
	top: 110px; 
	background-color: #FFFFFF;
}

div.menu a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;	
}

a.menu:link	{color: #000000; text-decoration: none;}
a.menu:visited {color: #999999;	text-decoration: none;}
a.menu:hover {color: #FFCC00; text-decoration: none;}
a.menu:active {color:#cc0000; text-decoration: none;}

/* Content */
/* styles for PHP files -- use echo '<div class="content"> ...code... </div> */
div.content {
	background-image: url(../images/cover_1_alpha25.jpg);
	background-repeat: no-repeat;
	position:absolute; 
	width: 494px; 
	height: 755px; 
	left: 155px; 
	top: 104px;
	z-index:1;	/* needed to put content over site logo */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2em, 2em, 2em, 2em;
}

p.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	color: black;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	color: black;
}

.project_info {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CD0101;	
	z-index:100;
}

.BuRT_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
}
.BuRT_header_red {
	font-size: 50px;
	color: #CD0101;
}

.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.form_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.button {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: x-small;
}

.form_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.form_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style:italic
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	font-weight: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	font-weight: normal;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 400px;
	font-weight: normal;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color:#000000; 
	text-decoration: none; 
}
a:visited  {color:#0000FF; text-decoration: underline;}
a:hover    {color:gold; text-decoration: none;}
a:active   {color:red; text-decoration: none;}

a.content:link		{color:#000000}
a.content:visited	{color:#999999}
a.content:hover		{color:#0033FF}
a.content:active	{color:red}

div.vendor {
	position:absolute;
	width: 149px;
	height: 84px;
	z-index: auto; /* not sure if this is needed or desirable */
	left: 15px;
	/*top: 500px;*/
	top: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000066;
}
