﻿/*
	general
*/

a
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

body
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECECEC;
}

div
{
	overflow: hidden;
}

h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #ff6d06 /*#0085CF;*/
}

h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #ff6d06 /*#0085CF;*/
}

h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ff6d06 /*#0085CF;*/
}

img
{
	border-style: none;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}

#layout
{
	overflow: visible;
	width: 960px;
	position: relative;
	padding-top: 127px;
	margin-left: auto;
	margin-right: auto;
}

/*
	header
*/

#header
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 110px;
	padding-top: 17px;
	background-image: url('/i/img/smile.png'); 
	background-position: right top;
	background-repeat: no-repeat;
}

#headerLogo
{
	height: 53px;
	padding-top: 10px;
}

#navTabs
{
	overflow: visible;
	height: 27px; /*27*/
	padding-top: 19px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #999999;
}

#navTabs #activeTab
{
	float: left;
	display: inline;
	height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: White;
}

#navTabs a
{
	float: left;
	display: inline;
	height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #999999;
	color: White;
	background-color: #0085CF;
}

/*
	content
*/

#content
{
	padding: 20px;
	border-color: #999999; /* #FF6D06 #CB5702 */
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: White;
}

/*
	footer
*/

#footer
{
	margin-top: 5px;
	font-size: x-small;
	color: Gray;
	text-align: center;
	margin-bottom: 10px;
}