/* CSS Document */

/* margin: TOPpx RIGHTpx BOTTOMpx LEFTpx */

body {
	background-color: #87454A;

}

.titletext {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px;
color: #87454A;	 
font-weight: bold;
}

.smallcaps {
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px;
color: #87454A;	 
font-variant:small-caps;
font-weight: bold;
}

.pgtext {
font-family: Arial, Helvetica, sans-serif; 
color: #444444; 
font-size: 12px; 
font-weight: normal;
}

.pgtext_italic {
font-family: Arial, Helvetica, sans-serif; 
color: #444444; 
font-size: 11px;
font-style: italic; 
}

.pgtext_tiny {
font-family: Arial, Helvetica, sans-serif; 
color: #444444; 
font-size: 10px;
/* font-style: italic; */ 
}

.pgtext_small {
font-family: Arial, Helvetica, sans-serif; 
color: #444444; 
font-size: 11px;
}

.pgtext_small_bold {
font-family: Arial, Helvetica, sans-serif; 
color: #444444; 
font-size: 11px;
font-weight: bold
}

.pgtext_bold {
  font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}

.pgtext_red_bold {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #87454A;	
}

.pgtext_red {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #87454A;	
}

.pgtext_red_italic {
font-family: Arial, Helvetica, sans-serif; 
color: #87454A;	
font-size: 11px;
font-style: italic; 
}

.schedule_regular {
  font-family: Arial, Helvetica, sans-serif;
	color: #87454A;
	font-size: 11px;
}

.schedule_italic {
  font-family: Arial, Helvetica, sans-serif;
	color: #87454A;
	font-size: 11px;
	font-style: italic; 
}

.schedule_bold {
  font-family: Arial, Helvetica, sans-serif;
	color: #87454A;
	font-weight: bold;
	font-size: 11px;
}
.schedule_bold2 {
  font-family: Arial, Helvetica, sans-serif;
	color: #87454A;
	font-weight: bold;
	font-size: 12px;
}
.schedule_title {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #87454A;	 
font-weight: bold;
}


A:link {color: #87454A; 	font-weight: bold; text-decoration: none;}
A:visited {color: #87454A; 	font-weight: bold; text-decoration: none;}
A:active {color: #87454A; 	font-weight: bold; text-decoration: none;}
A:hover {color: #87454A; 	font-weight: bold; text-decoration: underline;}

A.underline:link {color: #87454A; 	font-weight: none; text-decoration: underline;}

A.namelink:link {color: #87454A; text-decoration: none;}
A.namelink:visited {color: #87454A; text-decoration: none;}
A.namelink:active {color: #87454A; text-decoration: none;}
A.namelink:hover {text-decoration: none;}


ul {
	list-style-type: inherit;
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
   
}

/* new stuff for payment form */
#payment-form fieldset {
/*  clear: both;  */
  width: 90%;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 20px 0px 10px 10px;
  margin: 15px 10px 25px 0px;
}

#payment-form fieldset legend {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 1.1em;
  font-weight: strong;
  color: #444444; 
  text-align: left; 
  padding: 0px 10px 0px 10px;
}


#payment-form label {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	/* display: block; */
  float: left;
	text-align: left;
  margin: 0px 0px 0px 0px;
	width: 220px;
	padding-left: 10px;
  padding-top: 0px;
	padding-right: 10px;
	font-size: 0.8em;
}

#payment-form input {
  float: left;
  text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	width: 50px;
    font-family: Helvetica, sans-serif; 
  /* font-size: 1.4em; */  
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#payment-form select {
  float: left;
  text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 150px;
    font-family: Helvetica, sans-serif; 
  /* font-size: 1.4em; */  
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#payment-form .input_text {
  width: 200px;
  text-align: left;
  }
#payment-form .input_text2 {
  width: 150px;
  text-align: left;
   }

#payment-form .input_text3 {
  width: 135px;
  text-align: left;
   }
   
#payment-form .dol { 
  float: left;
  position:relative;
  left:-5px;
  font-family: Helvetica, sans-serif; 
  font-size: 1em;
   }  

#payment-form .box {
	float: left;
	margin:0 auto;
	width:200px; 
	font-size: 1.2em;
	
	/* background:#ccc; */
	/* position:relative; */
	margin: 0px 0px 10px 50px;
	
} 

#payment-form input:focus {
	border: 1px solid #900;
}

#payment-form input.submit-button {
	position:relative;
	display: block;
	text-align: center;
	width: 150px;
	border: 2px solid #000000;
	margin-left: 200px; 
	margin-top: 30px;
	margin-bottom: 30px
}

#col1 {
	position:relative;
	float: left;
	left: 0px;
	width:200px;
	text-align: left;
	margin: 5px 0 0 5px;
}

#col2 {
	position:relative;
	float: left;
	left:10px;
	width:200px;
	text-align: left;
	margin: 5px 0 0 5px;
}

/*  idTabs ~ Sean Catchpole  */
/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:500px;
  border:1px solid #222;
  margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

div.scroll {
height: 350px;
/* width: 300px;  */
overflow: auto;
border-bottom: 1px solid #87454A;  
/* background-color: #ccc;  */
padding: 8px;
}

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

