﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, arial, sans-serif;
  font-size:90%;
  background-color:#000;
}

#background {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }


#wrap {
  position: relative;
  width: 952px;
  margin: 0 auto 30px auto;
  text-align: left;
  background: url(/App_Themes/main/images/transpBlack.png);
	z-index: 6000;
	color:#ffffff;
}

#header {
  position: relative;
  width: 952px;
  height: 200px;
  background: #000 url(/App_Themes/main/images/header.jpg) no-repeat;
  color: #fff;
  padding: 0;
  margin: 0;
  border-bottom:solid 1px #fff;
}
#header h1#logo-text a {
  position: absolute;
  margin: 0;
  padding: 0;
  font: bold 25px 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  color: #fff;
  top: 36px;
  left: 650px;
}
#header #hotline {
  position: absolute;
  margin: 0;
  padding: 0;
  font: bold 25px 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  color: #ff6601;
  letter-spacing: -0.5px;
  top: 64px;
  left: 650px;
}

#header #logo-image {
  position: absolute;
  top: 40px;
  left: 30px;
}

/* Navigation */
#nav {
  clear: both;
  padding: 0;
  margin: 0;
  width: 952px;
  height: 50px;
  background: #ff6601;
}
#nav ul {
  float: left;
  list-style: none;
  margin: 5px 0 0 0;
  height: 45px;
  padding: 0 0 0 40px;
}
#nav ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
}
#nav ul li a {
  float: left;
  margin: 0;
  color: #fff;
  padding: 0 15px 0 5px;
  font: bold 15px/45px 'Trebuchet MS' , 'Helvetica Neue' , Arial, sans-serif;
  text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
  color: #cb175d;
  color: #000;
}

#nav ul li.current {
  background: url(/App_Themes/main/images/tabl.gif) no-repeat;
}
#nav ul li a.currentLink {
  color: #ffffff;
  background: url(/App_Themes/main/images/tabr.gif) no-repeat right top;
}

#divider
{
  background: #fff;
  height:1px;
}

/* Main Column */
#main {
  float: left;
  width: 535px;
  padding: 0;
  margin: 0 0 0 40px;
  display: inline;
  min-height: 480px;
}
#main h1 {
  font: bold 2.6em 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  color: #ff6601;
  padding: 10px 0 2px 0;
  margin-left: 0;
  margin-bottom: 4px;
  letter-spacing: -2px;
  border-bottom: 1px solid #cecece;
}
#main h2 a {
  color: #cb175d;
  text-decoration: none;
}
#main ul li {
  list-style-type: square;
}

#main a
{
  color: #ff6601;
  text-decoration: none;
}

#main a:hover {
  color: #fff;
  background-color:#ff6601;
}

#sidebar {
  float: right;
  width: 285px;
  padding: 0;
  margin: 0 45px 0 0;
  display: inline;
}
#sidebar h2 {
  color: #ff6601;
  font: bold 1.5em 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  text-transform: none;
  letter-spacing: -0.5px;
  padding: 15px 0 5px 0;
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #cecece;
}

#sidebar h3 {
  color: #43569f;
  font: bold 1.2em 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  text-transform: none;
  letter-spacing: -0.5px;
  padding: 15px 0 5px 0;
  margin: 10px 0 5px 0;
}

/* footer */
#footer {
  clear: both;
  width: 952px;
  margin: 0;
  padding: 5px 0 4px 0;
  background: #000;
  font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  font-size: 0.95em;
  color: #777;
  text-align: center;
  letter-spacing: .2px;
}
#footer p {
  padding: 10px 0;
}

#footer a
{
  color: #555;
  text-decoration: none;
}

#footer a:hover {
  color: #555;
  border-bottom: 1px dotted #555;
  text-decoration: none;
}

/* display and additional classes */
.no-border{
border: none;}
.clearer{
clear: both;}

/* feedback */
.feedbackFieldset{
padding: 5px;
margin: 5px 0 30px 0;
border: solid 1px #cecece;}
.feedbackErrors{
color: #fff;
margin-bottom: 8px;}
.feedbackWarnings{
color: #fff;
margin-bottom: 8px;}
.feedbackInformation{
color: #fff;
margin-bottom: 8px;}
.feedbackIcon{
width: 4%;
float: left;
padding-right: 3%;}
.feedbackText{
width: 93%;
float: left;
font-family: Verdana;
font-size: 10px;}

.vsContainer{
margin:5px 0 15px 0;}
.vsSummary{
padding: 5px 5px 5px 30px;
border: solid 1px #cecece;
background: url(/App_Themes/main/images/error.gif) no-repeat 5px 5px;
min-height:30px;}
.vsSummary li{
color: #fff;
font-family: Verdana;
font-size: 10px;}

/* Form Styles */
.formRow{
width: 100%;
margin-bottom: 4px;
float: left;}
.formLabel{
float: left;
width: 150px;}
.formField{
float: left;
width: 300px;}
.formDivider{
font-weight: bold;
font-size: 110%;
border-bottom: 1px dotted #d4cc74;
margin-bottom: 4px;
margin-top: 10px;}
.buttonRow{
margin-left: 150px;}

.formLabelShort{
float: left;
width: 60px;}
.formFieldShort{
float: left;
width: 170px;}
.buttonRowShort{
margin-left: 60px;}

/* form elements */
input, select, textarea{
margin: 5px 0;
padding: 2px;
font: normal 1em Verdana, Tahoma, sans-serif;
}
option{
padding-right: 0.5em;
}

.button
{
  background-color:#ff6601;
  color:#fff;
  width:100px;
}
