/*
 *  * Quick mash-up of CSS for the TG quick start page.
 *   */

html, body {
  color:#000000;
  background-color:#FFFFFF;
  font:11px Arial,Helvetica,sans-serif;
  margin:0;
  padding:0;
}
.flash {
    position:absolute;
    left:600px;
    }

a:link { 
    color:#49668e;
    }
a:visited { 
    color:#49668e;
    }
a:hover { 
    color:#49668e;
    }
a:active { 
    color:#49668e;
    }

#header {
  height: 110px;
  width: 100%;
  font: 10pt Arial,Helvetica,sans-serif;
  background: #ffffff URL('../img/dpweb/newtoplogo.png') no-repeat;
}

.dropdownpopupclass {
    visibility:hidden;
    position:absolute;
    top: 121px;
    background-color: #e2e2e4;
    font: 10pt Arial,Helvetica,sans-serif;
    width:187px;
    border-style:solid;
    border-width:0px 1px 1px 1px;
    border-color:#000000;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.textfieldquote { 
    border-style:solid;
    border-width: 1px 1px 1px 1px;
    background-color:#eeeeee;
    border-color: #167b3f;
    color: #167b3f;
}


.headerlogin {
    background-color:#e6e6e6;
    border-style:solid;
    border-width: 1px 0px 0px 1px;
    border-color:#abb0b4;
    color:#49668e;
}


.customlogin {
    background-color:#e76824;
    color:#ffffff;

}

.headerloginsubmit {
    background-color:#e6e6e6;
    color:#abb0b4;
}


.labels {
    cursor:pointer;
}

.noBgcolor { 
    
}

.orangeBox {
    background-color:#e76824;
    color:#ffffff;
}

.imagefix {
	padding:0; margin:0;display:block;
}

.navbg {
	line-height:0px;
    height: 41px;
	padding-top:0px;
}

.secondpageundermain {
    background: #ffffff URL('../img/dpweb/secondpageundermainbg.png') repeat-x;
    height: 58px;
    color:#e76824;
    width:100%;
}

.readmorebutton {
    background-color:#e76824;
    height: 30px;
    width:100px;
    font: 10pt Arial,Helvetica,sans-serif;
    color:#ffffff;
}



.specialboxorange {
    background-color:#e76824;
    color:#ffffff;
    height:100%;
    width:15px;
    font-size:10pt;
}

.specialboxorangefill {
    background-color:#e76824;
    color:#ffffff;
    height:100%;
    font: 10pt Arial,Helvetica,sans-serif;
    width:100%;
    
}

.specialboxblue {
    background-color:#49668e;
    height:100%;
    color:#ffffff;
    width:100%;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.bluefont {
    color:#49668e;
    font: normal 10pt Arial,Helvetica,sans-serif;
}

.orangefont {
    color:#e76824;
    font-size:10pt;
}

.orangefontfooter {
    color:#e76824;
    font-size:10px;
}

.greyfont {
    color:#333f4b;
    font: 8pt Arial,Helvetica,sans-serif;
}

a.link, a, a.active {
  color: #369369;
  text-decoration:none;
}


#main_content {
  color: #000000;
  font-size: 127%;
  background-color: #ffffff;
  width: 1112px;
  margin: 0 auto 0 auto;
}

#sidebar {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 150%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#footer {
  color: #e76824;
  background-color: #ffffff;
  padding: 10px;
  font-size: 80%;
  text-align: center;
  width: 1112px;
  margin: 0 auto 1em auto;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eeeeee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c99c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eefeef URL('../images/info.png') left center no-repeat;
  border: 1px solid #ccecce;
}

.fielderror {
    color: #ff0000;
    font-weight: bold;
}


.tblnavarrowimg {
	line-height:0px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.dropdownmenu {
	font-size:12px;
	font-family:arial;
	font-weight:bold;
}

