/* $Id: default.css 4788 2010-02-12 14:58:35Z sebastian $ */

@CHARSET "UTF-8";

html {
	background-color:#FFFFFF;
	background-image:url('images/bg_gray.png');
	background-repeat:repeat-x;
	background-position:0px 90px;
}

body {
	background-color:#FFFFFF;
	background-image:url('images/bg_gray.png');
	background-repeat:repeat-x;
	background-position:0px 90px;
	padding:0 0 10px 0;
	margin:0;
}

img {
	border:0px;
}

div#header {
	height:90px;
	background-color:white;
	border-bottom:thick #002835 solid;
	font-size:small;
}

div#top {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:960px;
}

div#bottom {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	padding:0;
}

div.menu, div#account {
	background-color:white;
	margin:5px 5px 10px 5px;
	font-size:small;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:thin gray solid;
}
div.menu {
	padding:0;
}
div#account {
	padding:5px;
	font-size:x-small;
}

div#content {
	min-height:500px;
	background-color:white;
	background-image:url(images/bg_path.png);
	background-repeat:repeat-x;
	padding:10px;
	margin:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:thin gray solid;
}

div#footer {
	float:right;
	padding-right:5px;
	font-size:x-small;
	color:#666666;
}

table.compare {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:0 auto;
}
table.compare th, table.compare.td{white-space:nowrap;}
table.compare th{
	text-align:left;
	font-weight:normal;
}
table.compare td{text-align:center;}
table.compare th.separator, table.compare td.separator{
	border-bottom:1px dashed #CCCCCC;
	font-weight:bold;
	font-style:italic;
	padding-top:10px;
}
td.alternate{background-color:#FAFAFA;}
td.bigger{font-size:16px;font-weight:bold;}
.green{color:green;}

