/* 
	PLEASE NOTE: This is the default branding (only used when no affiliate), do not put any definitions here that should affect all affiliates.
 */

html {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-attachment: fixed;
	background-color: #555555;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #474747;
}

/* Common classes */

h1, td h1, h2, td h2, h3, td h3, h4, td h4, h5, td h5, h6, td h6, dl dt, td dl dt {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #474747;
}

h1, td h1 {
	font-size: 24px
}

h2, td h2 {
	font-size: 22px;
}

h3, td h3 {
	font-size: 14px;
}

h4, td h4 {
	font-size: 12px;
}

h5, td h5 {
	font-size: 11px;
}

h6, td h6 {
	font-size: 10px;
}

body, p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

p {
	line-height:15px;
}

dl dt, td dl dt {
	font-size: 12px;
	font-weight: bold;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em
}
q {
	font-style: italic;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}

img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
	border: none;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left !important; }
.textRight { text-align: right !important; }
.textCenter { text-align: center !important; }
.textJustify { text-align: justify !important; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.left{float:left;}
.right{float:right;}
/* End of common classes */

.background_dawn {
	background-image: url(../img/core/backgrounds/dawn.jpg);
}

.background_dawn_1366 {
	background-image: url(../img/core/backgrounds/dawn_1366.jpg);
}

.background_day {
	background-image: url(../img/core/backgrounds/day.jpg);
}

.background_day_1366 {
	background-image: url(../img/core/backgrounds/day_1366.jpg);
}

.background_dusk {
	background-image: url(../img/core/backgrounds/dusk.jpg);
}

.background_dusk_1366 {
	background-image: url(../img/core/backgrounds/dusk_1366.jpg);
}

.background_night {
	background-image: url(../img/core/backgrounds/night.jpg);
}

.background_night_1366 {
	background-image: url(../img/core/backgrounds/night_1366.jpg);
}

#all_content {
	text-align: center; /* ie fix for centering */
}

#all_content div {
	text-align: left;
}

#site_wrapper {
	text-align: left; /* ie fix for centering */
}

#affiliate_top_bar_default {
	display: none;
	background: #fff;
}

.topframe_not_logged_in {
  position: relative;
  width: 990px;
  height: 88px;
}

.topframe_logged_in {
  position: relative;
  width: 990px;
  height: 138px;
}


/* ========  TOP == User infobox == version icon == Members infobox ========== */

.red_arial_small {
 color: #000000;
 font-family: arial;
 font-size: 10px;
}

.black_arial_small {
 color: #cccccc;
 font-family: arial;
 font-weight: bold;
 font-size: 10px;
}

/* TOP - Dropdown menu font    */

.top_sub_menu {
 font-size: 10px;
 font-family: arial;
 font-weight: bolder;
 cursor: pointer;
}


/* MENUBAR POSITION */

.menubar_frame {
  /*z-index: 1;*/
  position: absolute;
  top: -70px;
  margin-left: -10px;
  width: 1000px;
}

.language_select
{
  font-family: arial;
  font-size: 10px;
  color: #ffffff;
  width: 110px;
  background-color: black;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}

.login_edit
{
  font-family: arial;
  font-size: 12px;
  color: #000000;
  width: 200px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #000000 #666666 #666666 #000000;
  border-style: solid;
  padding-left: 3px;
}


.login_header {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #eead00;
}
.login_orange {
  text-decoration: none;
  color: #eead00;
}
.login_gray {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #d2d2d2;
}
.login_no_reg_required {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #888888;
}
.login_username_password {
  font-size: 10px;
  text-decoration: none;
  color: #ffffff;
}

.ui-helper-reset li {
	list-style-position: inside;
	list-style-type: disc;
}