/*
 * standard.css - Standard Poseidon stylesheet.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the 
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*{{{ Elements*/
a:link
{
	color: #660000;
	text-decoration: underline;
}

a:visited
{
	color: #660000;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
}
 
blockquote
{
	background: #E7F5FF;
	border: 1px dotted #000000;
	color: #000000;
	font-size: 10px;
	line-height: normal;
	padding: 3px;
}
 
body
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

input
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre
{
	font-size: 10px;
	line-height: normal;
}

select
{
	border: 1px solid #000000;	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}
/*}}}*/
/*{{{ Classes*/
/*{{{ Comment classes*/
.commentTitle
{
	background: #f5f5f5;
	border-top: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}

	.commentTitle a:link
	{
		color: #000000;
		text-decoration: none;
	}
	
	.commentTitle a:visited
	{
		color: #000000;
		text-decoration: none;
	}

.commentBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.commentByline
{
	border-bottom: 1px dashed #afafaf;
	color: #afafaf;
	font-size: 9px;
}

	.commentByline a:link
	{
		color: #afafaf;
		text-decoration: none;
	}
	
	.commentByline a:visited
	{
		color: #afafaf;
		text-decoration: none;
	}

	.commentByline a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}

.commentReplies
{
	font-size: 9px;
	line-height: normal;
	margin-bottom: 5px;
}

.commentToolbar
{
	background: #f5f5f5;
	color: #000000;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
/*}}}*/
/*{{{ Content classes*/
.contentTitle
{
	border-bottom: 1px solid #ff9900;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 3px;
}

	.contentTitle a:link
	{
		color: #660000;
		text-decoration: none;
	}
	
	.contentTitle a:visited
	{
		color: #660000;
		text-decoration: none;
	}

.contentBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	background-image: url("/images/highway-bg.jpg");
	background-repeat: repeat-y;
	background-position: 55%;
	background-attachment: fixed;
	color: #660000;
	font-size: 12px;
}

.contentByline
{
	color: #afafaf;
	font-size: 9px;
}

	.contentByline a:link
	{
		color: #afafaf;
		text-decoration: none;
	}
	
	.contentByline a:visited
	{
		color: #afafaf;
		text-decoration: none;
	}

	.contentByline a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}
	
.contentToolbar
{
	background: #f5f5f5;
	color: #000000;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
/*}}}*/
/*{{{ Form classes*/
.button
{
	background: #efefef;
	border: 1px solid #afafaf;
	color: #000000;
	cursor: pointer;
}

	.button:hover
	{
		background: #f5f5f5;
		border: 1px solid #000000;
	}

.checkbox
{
	margin-bottom: 0px;
}
	
.formHeader
{
	background: #f9f9f9;
	color: #000000;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.formField
{
	line-height: normal;
}

.formSubmit
{
	text-align: right;
}

.formTip
{
	font-size: 10px;
	line-height: normal;
}

.text
{
	border: 1px solid #afafaf;
}

	.text:hover
	{
		border: 1px solid #000000;
	}
	
.longText
{
	border: 1px solid #afafaf;
	width: 300px;
}

	.longText:hover
	{
		border: 1px solid #000000;
	}
/*}}}*/
/*{{{ Generic table classes*/
.genericTable
{
	padding: 0px;
	width: 100%;
}

.genericTableTitle
{
	border-bottom: 1px solid #afafaf;
	font-weight: bold;
}

.genericTableHeader
{
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 2px;
}

.genericTableCell
{
	background: #f9f9f9;
	padding: 2px;
}
/*}}}*/
/*{{{ Miscellaneous classes*/
.copyright
{
	border-top: 1px solid #ff9900;
	color: #afafaf;
	font-size: 9px;
	line-height: normal;
	margin-top: 5px;
	text-align: right;
}

	.copyright a:link
	{
		color: #afafaf;
		text-decoration: underline;
	}
	
	.copyright a:visited
	{
		color: #afafaf;
		text-decoration: underline;
	}
	
	.copyright a:hover
	{
		color: #ff9900;
	}

.header
{
	border-bottom: 1px solid #ff9900;
	font-weight: bold;
	margin-top: 25px;
	width: 250px;
}
	
.imageLeft
{
	border: 1px solid #000000;
	float: left;
	padding: 1px;
	margin: 5px;
	margin-left: 1px;
}
	
.imageRight
{
	border: 1px solid #000000;
	float: right;
	padding: 1px;
	margin: 5px;
	margin-right: 1px;
}
	
.infoBox
{
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	display: none;
	font-size: 9px;
	line-height: normal;
	max-width: 250px;
	padding: 2px;
	position: absolute;
	text-align: justify;
	z-index: 1;
}

.infoLink
{
	border-bottom: 1px dotted #006699;
}
	
.logo
{
	text-align: center;
	height: 100%;
	left: 10px;
	line-height: 14px;
	position: absolute;
	top: 10px;
	width: 170px;
}

.mainbar
{
	left: 270px;
	padding: 3px;
	position: absolute;
	width: 500px;	
}

.mainBody
{
}

.pagerLeft
{
	float: left;
	position: relative; 
}

	.pagerLeft a:link
	{
		color: #000000;
	}
		
	.pagerLeft a:visited
	{
		color: #000000;
	}
	
	.pagerLeft a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}

.pagerRight
{
	float: right;
	position: relative;
}

	.pagerRight a:link
	{
		color: #000000;
	}
		
	.pagerRight a:visited
	{
		color: #000000;
	}

	.pagerRight a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}
.small
{
	font-size: 8px;
}
/*}}}*/
/*{{{ Sidebar menu classes*/
.sidebar
{
	height: 100%;
	left: 50px;
	line-height: 14px;
	position: absolute;
	top: 200px;
	width: 170px;
}

	.sidebar a:link
	{
		color: #000000;
	}
	
	.sidebar a:visited
	{
		color: #000000;
	}
	
	.sidebar a:hover
	{
		color: #ff9900;
	}

.sidebox
{
}

.sideboxtitle
{
	color: #660000;
	font-weight: bold;
	margin-bottom: 5px;
}
/*}}}*/
/*}}}*/

