﻿
body
{
	color: #EBEBEB;
	background: black;
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	line-height: 13px;
}

a:link, a:visited
{
	color: #f9b90c;
}

h1, h2, h3
{
	font-weight: 700;
}

h1
{
	margin: 16px 0px;
	font-size: 1.9em;
	line-height: 1.2em;
}

h2
{
	margin-top: 1.8em;
	margin-bottom: 0.75em;
	font-size: 1.5em;
}

h3
{
	margin-top: 1.8em;
	margin-bottom: 0.75em;
	font-size: 1.15em;
}

p
{
	margin: 1.0em 0em;
}

table
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
}

th, td
{
	vertical-align: middle;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
}

th
{
	font-weight: 700;
}

ul, ol
{
	padding: 0 0 0 40px;
}

ol.lower
{
	list-style-type: lower-alpha;
}

li
{
	margin-bottom: 0.5em;
}

/*****************************************************************************/
/* header */
.house_container
{
	position: absolute;
	left: 13px;
	top: 7px;
	width: 22px;
	height: 23px;
	background: url('/images/house.png') bottom;
}

.house_container .tooltip
{
	display: none;
}

.house_container:hover
{
	background-position: 0 0;
	cursor: pointer;
}

.house_container:hover .tooltip
{
	display: block;
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 100;
	background: #fffcd1;
	border: 1px solid #444;
	color: #444;
	padding: 1px 5px;
	white-space: nowrap;
}

.house_link
{
	display: block;
	left: 13px;
	top: 7px;
	width: 22px;
	height: 23px;
}

.wide_logo
{
	position: absolute;
	left: 47px;
	top: 0px;
}

/*****************************************************************************/
/* content */
.noscript_hidden {
	visibility: hidden;
}

.content_container
{
	position: absolute;
	top: 50px;
	width: 100%;
}

.separator
{
	position: absolute;
	left: 0px;
	top: 36px;
	width: 100%;
	height: 2px;
	background: #f9b90c;
	background: -moz-linear-gradient(top, #f9b90c 0%, #9d8d4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b90c), color-stop(100%,#9d8d4e));
	background: -webkit-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);
	background: -o-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);
	background: -ms-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);
	background: linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b90c', endColorstr='#9d8d4e',GradientType=0 );
}

.language_selector
{
	float:right; 
	margin-top:5px;
	margin-right:20px;
}

/*****************************************************************************/
/* text */
/* Use the following pixel sizes for body text: 5, 6, 8, 10, 13, 16, 20, 25, 31, 39, 48, 60, 76*/
.body_text_13 {
	line-height: 1.5em;
}

.body_text_16 {
	font-size: 16px;
	line-height: 16px;
}

.body_text_10 {
	font-size: 10px;
	line-height: 10px;
}

.body_text_gray {
	color: #6E6E6E;
}

.body_text_blue 
{
	color: Blue;
}


.mkm_button {
	display:block;
	width:80px;
	height:22px;
	float:right;
	line-height:22px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background:url('/images/button80x22.png') 50%;
	background-repeat:no-repeat;
	z-index: 10000
}

.mkm_button:link, .mkm_button:hover, .mkm_button:visited {
	color: black;
}

.mkm_button:hover {
	background-position: 0 0;
}

.mkm_button:active {
	color:#F9B90C;
	background-position: bottom;
}

.makeone_button {
	display:block;
	width:90px;
	height:22px;
	line-height:22px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background:url('/images/button90x22.png') 100%;
	background-repeat:no-repeat;
	z-index: 10000;
	font-weight: bold;
	
}

.makeone_button:link, .makeone_button:hover, .makeone_button:visited {
	color: black;
}

.makeone_button:hover {
	background-position: 0 0;
}

.makeone_button:active {
	color:#F9B90C;
	background-position: bottom;
}
