@CHARSET "UTF-8";

@import url('tooltip.css');

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../img/bg_body_carbon.png) 50% 0 repeat-x;
	font-family: Geneva, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}

img {
	vertical-align: middle;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
}

div#main {
	margin: auto;
	width: 970px;
}

div#header {
	height: 80px;
	position: relative;
}

a#logo {
	width: 178px;
	height: 41px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	background: url(../img/logo.png) 0 0 no-repeat;
}

a#logo span {
	display: none;
}

/**
* Login form
*/
div#logform {
	float: right;
	width: 344px;
	height: 76px;
	background: url(../img/bg_logform.png) 0 0 no-repeat;
	position: relative;
}

div#logform input#logform_username {
	width: 121px;
	height: 14px;
	padding: 7px 0px 5px 10px;
	margin: 0;
	font-size: 12px;
	border: 0;
	position: absolute;
	top: 27px;
	left: 14px;
	background: #fff;
	color: #c2c2c2;
}

div#logform input#logform_password {
	width: 121px;
	height: 14px;
	padding: 7px 0 5px 10px;
	margin: 0;
	font-size: 12px;
	border: 0;
	position: absolute;
	top: 27px;
	left: 154px;
	background: #fff;
	color: #c2c2c2;
}

div#logform button {
	position: absolute;
	top: 26px;
	left: 290px;
	width: 44px;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	border: 0;
	background: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 0;
}

div#logform div {
	padding-top: 58px;
	padding-left: 14px;
}

/**
* Member area
*/
div#memberarea {
	float: right;
	width: 330px;
	height: 56px;
	padding: 20px 0 0 14px;
	background: url(../img/bg_memberarea.png) 0 0 no-repeat;
	position: relative;
}

/**
* Horizontal menu
*/
div#menu {
	height: 44px;
}

div#menu ul.menu li {
	display: inline;
	padding: 0;
}

div#menu ul.menu li a {
	float: left;
	display: block;
	padding: 0 20px 0 20px;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #FFF;
	text-decoration: none;
}

div#menu ul.menu li a:hover {
	color: #3BB4E7;
}

div#menu ul.menu li.menuSelected a {
	background-image: url('../img/horzMenuSelected.png');
	background-position: 0px -176px;
	background-repeat: repeat-x;
	color: #FFF;
}

div#menu ul.menu li.menuSelected a:hover {
	color: #FFF;
}

/**
* Content
*/
div#content {
	width: 930px;
	padding: 20px 20px;
	padding-bottom: 104px;
	margin-top: 12px;
	background: url(../img/bg_content.png) 0 0 no-repeat;
}

div#footer {
	text-align: center;
	padding: 10px;
	height: 12px;
	margin-top: -52px;
}

div#footer a {
	margin: 10px;
	color: #999;
}

div#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/**
* Headers
*/
h1 {
	color: #4193ef;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #e2e9f0;
	padding: 6px 0;
	margin: 0px 0px 12px 0px;
}

h2 {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px;
}

.line {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	border-bottom: 1px solid #e2e9f0;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

/**
* Forms
**/
.formH2 {
	text-align: right;
	padding: 0px 256px 0px 0px;
}

.formTable {
	margin: 12px 0px;
	width: 450px;
}

.formTable tr {
	margin: 8px 0px;
}

.formTable label {
	display: block;
	height: 24px;
	text-align: right;
	line-height: 18px;
	padding-right: 8px;
	width: 230px;
	line-height: 18px;
}

.formTable input.textbox {
	border: 1px solid #A7C2DB;
	margin: 1px 0px;
	width: 250px;
}

.formTable checkbox {
	width: auto;
	display: inline;
}

.formButtons {
	padding-right: 256px;
	height: 36px;
}

.formButtons button {
	float: right;
	margin-left: 16px;
}

.formTable span.required {
	color: #f00;
	margin-left: 10px;
}

/**
* Button
**/
button {
	width: 172px;
	text-align: center;
	padding-left: 30px;
	height: 25px;
	line-height: 22px !important;
	line-height: 25px;
	background-color: #6CA8EC;
	border: 0px;
	color: #007DBB;
	background-image: url('../img/buttons.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0px 4px;
}

button:hover {
	background-position: -172px 0px;
}

button[disabled="disabled"],button.disabled {
	color: #ccc;
	cursor: default;
}

button[disabled="disabled"]:hover,button.disabled:hover {
	
}

/*ADD*/
button.button_add {
	background-position: 0px -25px;
}

button.button_add:hover {
	background-position: -172px -25px;
}

/*DELETE*/
button.button_delete {
	background-position: 0px -50px;
}

button.button_delete:hover {
	background-position: -172px -50px;
}

/*MODIFY*/
button.button_modify {
	background-position: 0px -125px;
}

button.button_modify:hover {
	background-position: -172px -125px;
}

/*PREVIOUS*/
button.button_previous {
	background-position: 0px -100px;
}

button.button_previous:hover {
	background-position: -172px -100px;
}

/*NEXT*/
button.button_next {
	background-position: 0px -75px;
}

button.button_next:hover {
	background-position: -172px -75px;
}

/*NEXT*/
button.button_login {
	background-position: 0px -150px;
}

button.button_login:hover {
	background-position: -172px -150px;
}

h2 {
	color: #4193ef;
	font-size: 18px;
	padding: 6px 0;
	margin-bottom: 8px;
}

h6 {
	color: #2d88ef;
	font-weight: bold;
	font-size: 14px;
}

/**
* Generic forms
*/
input,textarea,select {
	border: 1px solid #a7c2db;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 12px;
}

input {
	padding: 5px 0 1px 5px;
	height: 16px;
}

input[type=checkbox],input[type=radio] {
	border: inherit;
	border: 0;
	background: inherit;
	background: none;
	height: inherit;
}

label {
	cursor: pointer;
}

p {
	margin: 10px 0;
}

a,a:visited {
	color: #4193ef;
	text-decoration: none;
}

a:hover {
	color: #85beff;
}

a:active {
	color: red;
}

ul {
	margin-left: 24px;
}

li {
	padding: 2px;
	list-style-image: url(../img/homeLiBlue.png);
}

/*
*FORMAT BOXES
*/
.formatBox {
	width: 350px;
	height: 108px;
	background-color: #CCC;
	background-image: url("../img/formatBG.gif");
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 10px;
}

.faqFormatDesc {
	float: left;
	padding-left: 8px;
	width: 520px;
}

.faqFormatBlock {
	margin: 10px 0px;
	height: 108px;
	position: relative;
}

.faqFormatDemo {
	text-align: right;
	margin-top:-10px;
	margin-bottom:10px;
}

.formatBoxTitle {
	color: #08C;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 0px 0px 8px;
	height: 19px;
}

.formatBox img {
	position: absolute;
	bottom: 0;
	width: 105px;
	height: 83px;
	width: 105px;
}

.formatBoxContent {
	padding-left: 114px;
}

.formatBoxContent .formatBoxContentDesc {
	margin-bottom: 8px;
}

.formatBoxContent .formatBoxContentItem {
	margin: 2px 0px;
}

/*******/ /*STEPS*/ /*******/
#step_bar {
	height: 34px;
	margin: 10px 0px;
}

#step_bar .step {
	line-height: 24px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('../img/stepBG.png');
	background-position: 100% 0px;
	float: left;
	margin: 0px 4px 0px 0px;
}

#step_bar .stepNumber {
	height: 41px;
	width: 31px; /*43px - 12px = 31px*/
	padding-left: 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../img/stepArrow.png');
	background-position: 0px -42px;
}

#step_bar .stepLabel {
	line-height: 32px;
	height: 32px;
	float: left;
	font-weight: bold;
}

/*ACTIVE STEP*/
#step_bar .step_active .stepNumber {
	background-position: 0px 0px;
	width: 24px;
	padding: 0px 0px 0px 10px;
	color: #FFF;
}

#step_bar .step_active .stepLabel {
	padding: 0px 4px 0px 0px;
}

#step_bar .step_active a {
	color: #4193EF;
}

/*INACTIVE STEP*/
#step_bar .step_inactive .stepNumber {
	background-image: url('../img/stepArrow.png');
	background-position: 0px -42px;
	color: #CCC;
}

#step_bar .step_inactive .stepLabel {
	color: #CCC;
	padding: 0px 4px 0px 0px;
}

/*INACTIVE PASSED*/
#step_bar .step_passed .stepNumber {
	background-image: url('../img/stepArrow.png');
	background-position: 0px -42px;
	color: #333;
}

#step_bar .step_passed .stepLabel {
	color: #333;
	padding: 0px 4px 0px 0px;
}

/***********/ /*SUBSTEPS**/ /***********/
#substep_bar {
	height: 22px;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px;
}

#substep_bar .step {
	line-height: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url('../img/substepBG.png');
	background-position: 100% 0px;
	float: left;
	margin: 0px 12px 0px 0px;
}

#substep_bar .stepNumber {
	height: 22px;
	width: 16px; /*28px - 12px*/
	color: #FFF;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../img/substepNumber.png');
}

#substep_bar .stepLabel {
	line-height: 22px;
	height: 22px;
	padding: 0px 4px 0px 0px;
	float: left;
	font-weight: bold;
	float: left;
}

/*ACTIVE STEP*/
#substep_bar .step_active .stepNumber {
	background-position: 0px -22px;
}

#substep_bar .step_active .stepLabel {
	color: #3AF;
}

/*INACTIVE STEP*/
#substep_bar .step_inactive .stepNumber {
	background-position: 0px 0px;
}

#substep_bar .step_inactive .stepLabel {
	color: #CCC;
	padding: 0px 4px 0px 0px;
}

/*INACTIVE PASSED*/
#substep_bar .step_passed .stepNumber {
	background-position: 0px 0px;
}

#substep_bar .step_passed .stepLabel {
	color: #333;
	padding: 0px 4px 0px 0px;
}

/*AREA COLORIZATION*/
h6.area_advertiser {
	color: #F80;
}

.area_advertiser h1 {
	color: #F80;
}

.area_advertiser h2 {
	color: #FF8800;
}

.area_advertiser a {
	color: #F80;
}

.area_advertiser a:hover {
	color: #FA3;
}

.menu_advertiser li {
	list-style-image: url('../../sponsoreo/img/homeLiOrange.png');
}

h6.area_publisher {
	color: #0A0;
}

.area_publisher h1 {
	color: #0A0;
}

.area_publisher h2 {
	color: #00AA00;
}

.area_publisher a {
	color: #0A0;
}

.area_publisher a:hover {
	color: #3C3;
}

.menu_publisher li {
	list-style-image: url('../../sponsoreo/img/homeLiGreen.png');
}

/*BrochureButton*/
a.brochureButton {
	display: block;
	color: #FFF;
	background-color: #3197DA;
	width: 326px;
	height: 30px;
	line-height: 30px;
	margin: 12px auto;
	text-align: center;
	font-size: 14px;
	padding: 0px 24px 0px 0px;
	background-image: url(../../../img/brochure/button.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	font-weight: bold;
}

a.brochureButton:hover {
	background-position:0px -30px;
}