/* Standard font specs used throughout */
.table_front { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial; font-weight: bold }
.standard_smallsize { color: #4091E5; font-size: 10px; font-family: Verdana, Arial }
.standard_normalsize { color: #4091E5; font-size: 13px; font-family: Verdana, Arial }
.interview_question { color: #CCCCCC; font-size: 13px; font-family: Verdana, Arial }
.interview_answer { color: #FF9900; font-size: 13px; font-family: Verdana, Arial }
.quote { color: gray; font-size: 13px; font-family: Verdana, Arial }
.footer { color: black; font-size: 10px; font-family: Verdana, Arial }
.alt_color { color: #5D777C; font-size: 10px; font-family: Verdana, Arial }

/* Background colors for tables used throughout */
.table_header { background-color: #222222  }
.table_backgr { background-color: #000000 }
.table_backgr_alt { background-color: #000000 }

/* CSS version of body tag */
BODY { 
  background-color: #000000; 
  font-family: Verdana, Arial; 
  color: #3299CC; 
  font-size: 12px; 
  scrollbar-face-color: black; 
  scrollbar-highlight-color: white; 
  scrollbar-shadow-color: orange; 
  scrollbar-3dlight-color: orange; 
  scrollbar-arrow-color: white; 
  scrollbar-track-color: black; 
  scrollbar-darkshadow-color: black 
}

a:link { color: #4CB912; text-decoration: none }
a:visited { color: #a8a8a8; text-decoration:none }
a.footer:link { color: black; text-decoration: none }
a.footer:visited { color: black; text-decoration:none }
a.footer:hover { color: white; text-decoration: none }
a:hover { text-decoration:none; color:#D47D00 }
a.active { text-decoration:none }

/* Drop-down boxes */
select { font-family: Verdana, Arial; font-size: 11px; color: #000000; background-color: #CCCCCC }

/* Text input */
input.sbox { margin-bottom: 3px; color: white; background: #222222; border: #26a solid 1px }

.buttondesign{
 background-color: #D47D00;
 color: #000000;
 font-family:Arial;
 font-weight:bold;
 border:1px solid #dbdbdb;
 padding:4px;
 width:200px;
 height:35px;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
}