﻿/* Top Elements */
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  background: #000;
  font: 12px/170% Verdana;
  color: #000000;
  text-align: center;
}
a, a:link, a:visited, a:active, a:hover{
    color:#000;
    text-decoration:none;
}
#wrap {
  position: relative;
  width: 952px;
  background: #FFF url(/app_themes/main/images/wrap.gif) repeat-y center top;
  margin: 0 auto 30px auto;
  text-align: left;
}
#header {
  position: relative;
  width: 952px;
  height: 338px;
  background: #fff url(/app_themes/main/images/header.jpg) no-repeat;
  color: #fff;
  padding: 0;
  margin: 0;
}
#header h1#logo-text a {
  position: absolute;
  margin: 0;
  padding: 0;
  font: bold 50px 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  letter-spacing: -5px;
  text-decoration: none;
  color: #cb175d;
  top: 180px;
  left: 500px;
}
#header #slogan {
  position: absolute;
  margin: 0;
  padding: 0;
  font: bold 15px 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  color: #cb175d;
  letter-spacing: -0.5px;
  top: 10px;
  left: 550px;
}
#header #brandimage {
  position: absolute;
  top: 147px;
  left: 640px;
}

/* Navigation */
#nav {
  clear: both;
  padding: 0;
  margin: 0;
  width: 952px;
  height: 50px;
  background: #cb175d url(/app_themes/main/images/nav.gif) no-repeat;
}
#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: transparent url(/app_themes/main/images/tabl.gif) no-repeat;
}
#nav ul li a.currentLink {
  color: #000000;
  background: transparent url(/app_themes/main/images/tabr.gif) no-repeat right top;
}
/* Main Column */
#main {
  float: left;
  width: 528px;
  padding: 0;
  margin: 0 0 0 40px;
  display: inline;
  min-height: 830px;
}
#main h1 {
  font: bold 2.9em 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
  color: #cb175d;
  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;
}

#sidebar {
  float: right;
  width: 292px;
  padding: 0;
  margin: 0 45px 0 0;
  display: inline;
}
#sidebar h2 {
  color: #cb175d;
  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: 30px 0 25px 0;
  background: #000 url(/app_themes/main/images/footer.gif) no-repeat left top;
  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: #000;
margin-bottom: 8px;}
.feedbackWarnings{
color: #000;
margin-bottom: 8px;}
.feedbackInformation{
color: #000;
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 55px;
border: solid 1px #cecece;
background: url(/App_Themes/main/images/error.gif) no-repeat 5px 5px;
min-height:30px;}
.vsSummary li{
color: #000;
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: 5px;
font: normal 1em Verdana, Tahoma, sans-serif;
}
option{
padding-right: 0.5em;
}

.button
{
  background-color:#cb175d;
  color:#fff;
  width:100px;
}
