﻿/* 
 * stylesheet for CBE report applications
 * created 1/2008, whinkle@berkeley.edu
 */

/* general styles */

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #496479;
	margin: 0px;
}

h2
{
	font-size: 16pt;
}

h3 
{
	font-size: 12pt;
	font-weight: bolder;
}

h4
{
	font-size: 12pt;
	font-weight: normal;
}

form 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: inherit;
	color: inherit;
}

.form-label
{
	font-weight: bold;
	font-size: 10pt;
}

.message
{
	color: #B34700;
	font-size: 8pt;
	font-weight: normal;
}

.copyright
{
	color: black;
	font-size: 7.5pt;
	font-weight: normal;
}

/* these styles are for the content of backupmenubar.asp */
#menu-bar 
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	background-color: #eeeeee;
	color: #496479;
}

#menu-bar a
{
	font-size: 8pt;
	text-decoration: none;
	color: #496479;
}

#menu-bar a:visited
{
	color: #496479;
}

#menu-bar a:active
{
	color: #000000;
}

#menu-bar table
{
	background-color: inherit;
	border: 0;
	width: 100%;
	height: 100%;
}

#menu-bar table td
{
	padding: 8px;	
}

/*
 * These styles are for the content of reportheader.asp 
 *  where body id="report-header"
 */
#report-header
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:95px; 
	background-color: #eeeeee;
}

#report-header table
{
	background-color: inherit;
}

/* login page styles */

table.login-form-container
{
	margin-left: 7%;
	margin-top: 50px;
}

/* survey select page styles */
table.select-form-container
{
	margin-left: 7%;
	margin-top: 50px;
}

#help-area
{
	float: right;
	margin-top: 50px;
	margin-right: 5%;
	width: 20%;
	background-color: #eeffee;
	padding: 10px;
	border: silver .5pt solid;
}

#banner
{
	padding: 0px;
	margin: 0px;
}