/* Main Stuff */

BODY {
  margin: 0px;
  padding: 0;
  height: 100%;
  font: 10pt Arial;
}

BODY, P, TD, TH, LI {
  font: 10pt Arial;
}

TH { font-weight: bold; }

A {
  color: #203080;
}

H1 { font: 16pt Arial; margin-top: 0px; border-bottom: 1px solid #404040;}
H2 { font: 14pt Arial; margin-top: 0px; font-weight: normal; }

INPUT, SELECT, TEXTAREA {
  font: 7pt Verdana;
  background-color: #f0f0e0;
  border: 1px solid #606060;
}


/* Styles */

.n { font-size: 10pt; }

.s { font-size: 8pt; }
.sbg { font-size: 10pt; }
.bg { font-size: 12pt; }
.h { font-size: 14pt; }
.hh, .hg { font-size: 16pt; }
.mbg { font-size: 20pt; }
.vbg { font-size: 32pt; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.m { margin: 5px; }
.mm { margin: 10px; }
.mb { margin-bottom: 5px; }

.fancy { font-family: 'BlueHighway Bold','Century Gothic','Gill Sans',Arial; }

A.hvr { text-decoration: none; }
A.hvr:hover { text-decoration: underline; }

.nu { text-decoration: none; }

.ctr { text-align: center; }
.lft { text-align: left; }
.rgt { text-align: right; }
.nr { white-space: nowrap; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

.bdr { border: 1px solid #202020; }
.ltbdr { border: 1px solid #a0a0a0; }
.lbdr { border-left: 1px solid black; }
.rbdr { border-right: 1px solid black; }
.tbdr { border-top: 1px solid black; }
.bbdr { border-bottom: 1px solid black; }
.nbdr { border: 0px; }

.nb { font-weight: normal; }
.np { padding: 0px; }
.nbdr { border: none; background: none; }

.p { padding: 5px; }
.pp { padding: 10px; }
.ppp { padding: 15px; }

.sp { line-height: 150%; }
.ssp { line-height: 175%; }

.clear { clear: both; }

/* Colors */

.w { color: #ffffff; }
.wbg { background-color: #ffffff; }

.bl { color: #0020a0; }
.dblue, .dkbl { color: #18678b; }

.y { color: #F7C516; }
.ly { color: #FDEEBB; }
.ybg { background-color: #F7C516; }
.lybg2 { background-color: #FDEEBB; }
.lybg { background-color: #F5F0CC; }
.dybg { background-color: #DAAA15; }

.gn { color: #008000; }

.lg { color: #e0e0e0; }
.dg { color: #404040; }

.lb { color: #9BDEFB; }
.lbl { color: #27799a; }
.bbg { background-color: #47A6D4; }
.lbbg { background-color: #ABD6EB; }
.dbbg { background-color: #2280AC; }

.lgbg { background-color: #e0e0e0; }
.gbg { background-color: #a0a0a0; }
.dgbg { background-color: #404040; }

.ltbg { background-color: #f0f0e0; }
.tbg { background-color: #c0c0a0; }

.hbg {
  background-color: #2280AC;
  background-image: url(/images/headingbackground.gif);
  background-repeat: repeat-x;
}

.r { color: #c00000; }
.blk { color: #101010; }

/* Special Cases */

A.menu {
  display: block;
  padding: 8px 8px;
  text-decoration: none;
}
A.menu:hover {
  background-color: #F7C516;
  color: #000000;
}
A.submenu {
  padding: 6px 20px;
}

.hidden { display: none; }
.float { position: absolute; }


.headerBlock, #headerCover {
  display: none;
  position: absolute;
  margin-top: 20px;
  width: 375px;
  height: 90px;
}

.headerBlock {
  display: none;
}

.tangrad {
  background-color: #e0e0c0;
  background-image: url(/images/tangrad.gif);
  background-repeat: repeat-x;
}

.tangrad3 {
   background-color: #e0e0d0;
   background-image: url(/images/tangrad3.jpg);
   background-repeat: repeat-x;
}

.bgbtn {
  background: none;
  border: none;
  background-image: url(/images/roundbutton.gif);
  background-repeat: no-repeat;
  width: 120px;
  height: 26px;
  font: bold 8pt Verdana,sans;
  color: #ffffff;
}

.lightgrad {
   background-image: url(/images/lightgrad.png);
   background-repeat: repeat-x;
}

.lightgrad2 {
   background-image: url(/images/lightgrad2.png);
   background-repeat: repeat-x;
}

.lightgrad3 {
   background-image: url(/images/lightgrad3.png);
   background-repeat: repeat-x;
}


#headerCover {
  background-color: #f0f0e0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  z-index: 99;
}

.highlight {
  padding: 15px;
  margin: 5px;
  background-color: #fff0a5;
  border: 1px solid #fed22f;
  -moz-border-radius: 7px;
}

A.button, A.buttonsm, INPUT.button, INPUT.buttonsm {
  display: inline-block;
  text-align: center;
  border: 1px solid #557;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12pt;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background: url(/blasts/img/gloss.png) no-repeat scroll center center #329cc8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: auto;
}

INPUT.button {
  padding-top: 1px;
  background-position: center -5px;
}

A.buttonsm, INPUT.buttonsm {
  font-size: 9pt;
  background-position: center -10px ;
}

INPUT.buttonsm { height: 25px; line-height: 1em; padding-top: 1px; }

.round {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.icon { border: none; margin-right: 4px; vertical-align: middle;}

.searchbox {
    background: url(/images/search.png) no-repeat top left;
    width: 196px;
    height: 25px;
}

.searchbox > INPUT {
  font-family: 'Arial',sans-serif,sans;
  font-size: 8pt;
  line-height: 1em;
  border: none;
  background: none;
  width: 160px;
  margin: 0;
  margin-left: 25px;
  margin-top: 3px;
}

.err {
  border: 1px solid #c11;
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  color: #c11;
  background-color: #fee;
  text-align: center;
  margin: 5px 0;
  display: none;
}

.shadow  { position:relative; display:block; color:#fff; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:2px; content: attr(title); color:#555;  }

div.error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}

h2.bluebox, h2.bluebox a, h2.blueboxgrad, h2.bluboxgrad a {
	background-color: #2280ac;
	text-align: center;
	font-family: 'BlueHighway Bold','Century Gothic','Gill Sans',Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin: 0;
}

h2.blueboxgrad {
  background: url(/images/headingbackground.gif) left top repeat-x;
}

.blueborder {
	background: #fff;
	border: 5px solid #47a6d4;
	padding: 10px 15px;
}

/******** Homepage countdown  **********/

#countdown_dashboard {
	height: 90px;
	color: #555555;
	text-align: center;
	width: 505px;
	margin: 30px auto 0;
}

.dash {
	width: 80px;
	height: 85px;
	background: transparent url('/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 53px;
	margin-top: 13px;
	height: 53px;
	font-weight: bold;
	float: left;
	width: 40px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	line-height:46px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#countdown_dashboard .bottom {
	vertical-align: baseline;
}
