/* Position the rows of text, the title and tagline; and the log in links */

html
{
	padding: 0px;
	margin: 0px;
}


body
{
	padding: 0px;
	margin: 0px;
}

div.row span.left
{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.row span.right
{
	float: right;
	text-align: right;
	padding-right: 5px;
}

div.row span.long
{
	width: 65%;
}

div.row span.short
{
	width: 33%;
}

div.row span.full
{
	width: 100%;
}

div#header
{
	background-color: #600;
	
	padding: 0px;
	margin: 0px;
	
	padding-left: 5px;

	
	border: 1px solid black;
}

/* Set the header sizes */
div#header h1
{
	font-size: 6em;
	padding: 0px;
	margin: 0px;
	display: inline;
	color: white;
}

div#header h2
{
	font-size: 1em;
	padding:0px;
	margin:0px;
	display: inline;
	color: #a66;
}

div#header h3
{
	font-size: 1em;
	color: white;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

/* Set the login link colors */


div.signin_links span, div.signin_links a:link
{
	color: #fff;
}

div.signin_links, div.signin_links a:visited
{
	color: #fff;
}

div.spacer
{
	clear: both;
}

/* Menu bar style */

#header #menubar
{
	width: 100%;
	height: 26px;
	background-color: #600;
}

#header #menubar ul
{
	margin-top: 20px;
	margin-left: 0px;
	
	padding-left: 5px;
}

#header #menubar li
{
	display: inline;
	color: white;
	float: left;
	padding-top:  5px;
	padding-bottom:  5px;
}

#header #menubar li.unavailable
{
	display: inline;
	background-color: #600;
	color: #999;
	float: left;
	padding: 5px;
}

#header #menubar a.admin:link,
#header #menubar a.admin:visited
{
	display: inline;
	background-color: #600;
	color: white;
	float: left;
	padding: 5px;
}


#header #menubar a:link,
#header #menubar a:visited
{
	color: white;
	background-color: #600;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#header #menubar a:hover
{
	color: white;
	background-color: #006;
	text-decoration: none;
}

/* 
Search form in header 
*/

div.header_form_row
{
	clear:both;
}

div#header form
{
	width:185px;
	float:right;
}

div.header_form_row span.header_label
{
	float: left;
	width: 100px;
	margin-top: 3px;	
	text-align: right;
	
	font-size: 1em;
	display: inline;
	color: #a66;
	
}

div.header_form_row span.header_formw
{
	float: right;
	text-align: left;
}

div.header_form_row span.header_formw input
{
	width: 80px;
	height: 15px;
}

.header_form_inputbutton
{
	border: 1px solid #999;
	background-color: #ddd;
	margin-bottom:2px;	
}

.header_form_textinput
{
	border: 1px solid #999;
	background-color: #ddd;
	margin-bottom: 2px;
}
