/* $Rev$ */
body
{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;	
}

#diagnostics-link,
#diagnostics
{
	font-size: 0.8em;
	margin-left: 20px;	
}

#diagnostics
{
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 5px 20px;
}


#precheck table,
#bulk-change-table
{
	border: solid 1px #000;
	font-weight: bold;
}

#precheck table tr.ok td,
#bulk-change-table tr.ok td
{
	background-color: #C7F2C8;
	color: #33A333;
}

#precheck table tr.problem td,
#bulk-change-table tr.problem td
{
	background-color: #FFDFDF;
	color: #A30000;
}

#header
{
	height: 46px;
	text-align: center;
	background-repeat: repeat-x;
}

#header div.left-button,
#header div.right-button
{
	position: absolute;
	padding: .85em .6em 0 .6em;	
}

#header div.left-button
{
	top: 0px;
	left: 0px;
}

#header div.right-button
{
	top: 0px;
	right: 0px;
}

#header a
{
	font-weight: bold;
	text-decoration: none;
}


#header div.pageTitle
{
	position: relative;
	top: .5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#contentarea
{
	min-height: 374px;
}

div.logo-container
{
	padding: 0.2em 1em;
}

div.listing-container
{
	padding: 0.6em 1em;
}

div.listing-container a
{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

div.image-list
{
	text-align: center;	
}

/** HTML PAGES **/
#page-container
{
	/*margin-right: 1em;*/
}

/** CONTACT PAGE **/
#form-contact fieldset
{
	border: 0;
	margin: .2em;
	padding: 0;
}

#form-contact div.row
{
	display: block;
	margin: .5em;
	position: relative;
}

#form-contact label
{
	position: absolute;
	color: #666666;
	font-weight: bold;
	top: .35em;
	left: .35em;
	width: 3.5em;
	text-align: right;
}

#form-contact input[type="text"]
{
	width: 75%;
	height: 1em;
	margin-top: .17em;
	padding-left: 3.9em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
}

#submit-container
{
	text-align: center;	
}

#form-contact input[type="submit"]
{
	font-size: 22px;
}

#form-contact textarea
{
	width: 96%;
	height: 6em;
}

#contact-data
{
	margin-top: 20px;
	text-align: center;	
}

#contact-data > div
{
	clear: both;
	margin: 10px;
}

#contact-data .label
{
	display: none;
	font-weight: bold;	
}

#contact-data a
{
	text-decoration: underline;
}

#contact-data .info
{
	display: inline;
}

#messages-contact
{
	margin: 20px;	
}

#messages-contact .error
{
	color: #A30000;
	background-color: #FFDFDF;
	border:1px solid #DD7777;
	padding: 10px;
}

#messages-contact .status
{
	color: #33A333;
	background-color: #FFFFFF;
	border:1px solid #C7F2C8;
	padding: 10px;
}

#footer .bug-link
{
	font-size: 1.3em;
	font-weight: bold;
}

#footer
{
	text-align: center;
	font-size: .75em;
}