/* vim:ft=css
 *
 * (C)Copyright Scott Wunsch, 2001-2002
 * You may redistribute the contents of this file only under the terms of
 * the GNU GPL, a copy of which may be found at:
 *   http://www.losurs.org/COPYING
 */

/* =================================================== The page in general == */
Div.leftmargin {
	position: absolute;
	top: 0px; left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* line-height: 0; Removed 01-Feb-06 for being invalid CSS */
}

.hidden {
	visibility: hidden;
}

Img {
	border-style: none; 
}

/* ============================ All the details of the actual content area == */

Div.homepage {
	margin-left: 215px;
	margin-right: 0px;
}

/* this one uses the box model hack to keep IE5.X happy
 * (http://www.tantek.com/CSS/Examples/boxmodelhack.html)
 * Div.content {
 * 	position: absolute;
 * 	top: 0px;
 * 	margin-left: 0px;
 * 	margin-right: 20%;
 * 	color: black;
 * 	margin-bottom: 3em;
 * 	padding-top: 14px;
 * 	width: 535px;
 * 	voice-family: "\"}\""; 
 * 	voice-family: inherit;
 * }
 * html>body Div.content {
 * 	width: auto;
 * } */
Div.content {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	color: black;
	margin-bottom: 3em;
	padding-top: 14px;
	width: 550px;
}

Div.indent {
	padding-left: 2em;
}
Div.indent P {
    margin-top: 0em;
    text-align: left;
    font-size: 75%;
    color: #999999;
    font-family: verdana, helvetica, sans-serif;
}

/* ---------------------------------------------- Various paragraph styles -- */
Div.content P.attribution {
	font-size: 80%;
	font-style: italic;
}
Div.content P.breadcrumbs {
    margin-top: 1.0em;
	margin-bottom: 0em;
	margin-left: 0px;
    text-align: right;
    font-size: 70%;
    color: #606060;
    font-style: italic;
    font-family: verdana, helvetica, sans-serif;
}
Div.content P.timestamp {
	margin-top: 0.3em;
	margin-bottom: 3.0em;
   	margin-left: 0px;
   	text-align: right;
   	font-size: 65%;
   	color: #999999;
   	font-style: italic;
   	font-family: verdana, helvetica, sans-serif;
}
P.error {
	font-weight: bolder;
	color: #F00;
}
P.right {
	text-align: right;
}
P.centred {
	text-align: center;
}

Img.float {
	float: right;
	padding-left: 1em;
}

/* -------------------------------------------------- Text and link styles -- */
Div.content Strong {
	color: #026;
}
Sup, Sub {
	font-size: 70%;
}

/* -------------------------------------- Tables (alternating row colours) -- */
Table {
	border: none;
}
TR {
	vertical-align: top;
}
Div.content TR.even {
	background: #DCE0ED;
}
Div.content TR.odd {
	background: #EEEEF3;
}

TD.numeric {
	text-align: right;
}

/* --------------------------------------------- Forms in the content area -- */
Div.content Input[type=text], Div.content Input[type=password],
Div.content TextArea {
	border: thin solid #448;
	background: #EDF3FF;
	font-family: monospace;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}
Div.content Input[type=text]:focus, Div.content Input[type=password]:focus,
Div.content TextArea:focus {
	background: white;
	border: thin solid black;
}

Div.content Input[type=radio], Div.content Input[type=checkbox] {
	border: thin solid #777;
	background: #EDF3FF;
}
Div.content Input[type=radio]:hover, Div.content Input[type=checkbox]:hover {
	border: 2px solid black;
	background: white;
}

Div.content P.buttons {
	text-align: center;
	word-spacing: 1em;
}
Div.content Input[type=submit], Div.content Input[type=button],
Div.content Input[type=reset] {
	background: #3D5192;
	color: #EEF;
	font: inherit;
	border: 2px outset #3D5192;
	padding-left: 1ex;
	padding-right: 1ex;
	word-spacing: 0;
}
Div.content Input[type=submit]:hover, Div.content Input[type=button]:hover,
Div.content Input[type=reset]:hover {
	background: #4D61A2;
	border: 2px outset #4D61A2;
	color: white;
}
Div.content Input[type=submit]:active, Div.content Input[type=button]:active,
Div.content Input[type=reset]:active {
	border: 2px inset #4D61A2;
}
