/* =========================================================== */
/* TYPE STYLES
/*
/* version 1.0 - S Brian Smith, June 2008


/* base-line settings */
/* =========================================================== */
body {
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#f5f5ff;
}


/* headlines */
/* =========================================================== */
h1 {
	font:2.25em arial;
	font-weight:normal;
	margin:0 0 4px -1px;
	padding:0;
	color:white;
}
h2 {
	font:1.5em arial;
	font-weight:normal;
	margin:2px 0;
	padding:0;
	color:white;
}
h3 {
	font:bold 1.25em arial;
	margin:-10px 0 0 0;
	padding:0;
 color:white;

}
h4 {
	font:bold 1.5em arial;
	letter-spacing:-.05em;
	margin:0;
	padding:0;
 color:white;
}


/* content */
/* =========================================================== */
p, li {
	margin:2px 0 6px 0;
	padding:0 0 4px 0;
	line-height:1.5em;
}
.tight {
	font-size:.9em;
	letter-spacing:-.05em;
	line-height:1.25em;
}
small, .bug {
	font-size:.8em;
	line-height:1.25em;
}
.red {
	color:#B7EC16;
}
.green {
	color:#e0ece0;
}

.notifyText
{
	color:#B7EC16;
}


/* links */
/* =========================================================== */
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:active {
	color:#fff;
	text-decoration:underline;
}


/* lists */
/* =========================================================== */
ul {
	margin:0 20px;
	padding-left:1em;
	list-style:disc;
}
ol {
	margin:0 20px;
	padding-left:1em;
}


/* exceptions to the rules */
/* =========================================================== */
.KBfoot {
	line-height:1.5em;
	color:#999;
	text-align:right;
}
.KBfoot a:link, .KBfoot a:visited {
	color:#999;
	text-decoration:none;
}
.KBfoot a:hover {
	color:#999;
	text-decoration:underline;
}
.KBfoot a:active {
	color:#999;
	text-decoration:underline;
}

.techniqueRadioButtonList td
{
  padding: 0px 10px 0px 10px;    
}

.titleCheckBoxList td
{
  font-size:smaller
}
	
.FaqDiv { padding:10px 20px 10px 10px; text-align:left;background-color:Transparent; overflow:scroll; height:355px;}
.FaqDiv ol {}
.FaqDiv .padli {padding:0px 0px 10px 0px}
.FaqDiv img {margin:0px 0px 0px 0px;  padding:0px 0px 0px 0px;}
.FaqDiv h1 {
	font-size:1.6em; font-weight:bold; font-family:arial; 
	margin:16px 0 6px 15px;text-align:left;
	}


/* Tabs */

.tabnav {margin:0; padding-left:5px; height:20px;}
.tabnav li {margin:0; padding:0; display:inline; list-style-type:none;}
.tabnav a:link, .tabnav a:visited {
	float:left; background:#BABABA; border:1px solid BABABA; 
	padding:2px 10px 2px 10px; margin-right:4px;
	font-size:10px; line-height:14px; font-weight:bold; color:#242424;
	text-decoration:none;
	}
.tabnav a:link.active, .tabnav a:visited.active, .tabnav a:hover.active {border-bottom: 1px solid #454545; background: #454545; color: #fff; border: 1px solid #454545;} /* active tab styles */
.tabnav a:hover {background:#fff;}


/* -- tweaked table styles -- */
#ScoreTable {width: 500px; margin: 0; padding: 0;}
#ScoreTable td {border: none; border-right: 1px solid white; text-align:center; vertical-align:middle; margin: 0; padding: 5px;}
#ScoreTable td.tabs {padding: 0; border-right: none; background-color:Transparent;}
#ScoreTable td.ScoreHeader {background-color: #454545; color:White; padding-top: 12px; border-right: none;}

.trGameScoresAlt {background-color: #6699CC;}
.trGameScores {background-color: #BABABA;}

/* End Profile Tab a1c3d4*/

