﻿body { 
  background: #1F394D url('../images/bgGradient.png');
  background-repeat: repeat-x;
  margin: 0; 
}

h3 {
  font-size: 1.2em;
}
h4 {
  font-size: .9em;
}



#schedulePane { 
  background: url('../images/wrapperBg-trans.png'); 
  background-repeat: no-repeat;
  height: 622px;
  margin: 0 auto;
  position: relative;
  width: 865px; 
}

#logo {
  position: absolute;
  top: 34px;
  left: 30px;
  width: 419px; 
}

#navigation {
  position: absolute;
  top: 191px;
  left: 30px;
  width: 155px;
}

#navigation img {
  padding-bottom: 10px;
}

#tabs {
  position: absolute;
  top: 180px;
  left: 198px; 
  width: 670px;
  height: 50px; 
}

#tabs a {
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding: 140px 0 0 0;
  width: 163px;
  z-index: 200;
}

#content {
  position: absolute;
  text-align: center;
  background-color: #CCFFFF;
  background-color: #CCCC99;
  background-color: #CC6633;
  background-color: #99CC99;         
  top: 230px; 
  left: 198px;
  width: 615px;
  height: 350px; 
  padding: 10px;
  border-width:0px 2px 2px 2px;
  border-color:black;
  border-style:solid;
  border-bottom-right-radius:10px
}

#verify_content {
  position: absolute;
  text-align: center;
  background-color: #999999; 
  top: 210px; 
  left: 125px;
  width: 615px;
  height: 350px; 
  padding: 10px;
}


table { 
  border: 6px solid #1f394d; 
  border-collapse: collapse; 
  padding: 0 0 20px 0; 
  width: 95%; 
}

td, th { 
  border: 6px solid #1f394d; 
  padding: 6px; 
}

form {
  margin: 20px;
}



#tabs a#signtext.active {
   background: url('../images/signtextTabActive.png') no-repeat;
}

#tabs a#signtext.inactive {
   background: url('../images/signtextTabInactive.png') no-repeat;
}
#tabs a#setup.active {
   background: url('../images/setupTabActive.png') no-repeat;
}

#tabs a#setup.inactive {
   background: url('../images/setupTabInactive.png') no-repeat;
}

#tabs a#order.active {
   background: url('../images/orderTabActive.png') no-repeat;
}

#tabs a#order.inactive {
   background: url('../images/orderTabInactive.png') no-repeat;
}


#tabs a#contact.active {
   background: url('../images/contactTabActive.png') no-repeat;
}

#tabs a#contact.inactive {
   background: url('../images/contactTabInactive.png') no-repeat;
}





#navigation a {
	display: block; float:left;
	height:0; margin: 0 0 10px 0;
	overflow:hidden; padding: 100px 0 0 0;
	width:155px; z-index:200;
}


#navigation a#signtext {
   background: url('../images/signtextBtn.png') no-repeat;
}

#navigation a#setup_1 {
   background: url('../images/setupBtn.png') no-repeat;
}

#navigation a#contact_1 {
   background: url('../images/contactBtn.png') no-repeat;
}


INPUT.font_select{width: 200px; border-width : 0; border-bottom: 2px; border-style:solid; margin:0; background-color:white; color:black}
INPUT.color_select_1{width: 70px; border-width: 1px; font-size: 8pt}
INPUT.gen_text{
   width: 200px;
   margin-left:10;
   padding-left:5;
   font-size:12pt;
   font-family:Arial;
   color:black;
   text-align:left
   }
legend {
   border:1px blue solid;
   padding:0.2em 0.5em	
}

label.l1 {
   float:left;
   width:150px;
   text-align:right;
   margin-right:5px
}


label.l2 {
   float:left;
   width:100px;
   text-align:right;
   margin-right:5px
}




