/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h5,h6
{
	color: #6a6a6a;
}

h4
{
	color: #AF0A0A;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
	background-color: 	#ECE5B6;
background-image:url('images/grid_bg.jpg');
 background-repeat: repeat-x  repeat-y;
}
a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 2.5em 1.0em 2.5em 1.0em;
	border: solid  #AF0A0A;
}

/* Header */

#header
{
	font-family: "Trebuchet MS", sans-serif;
  padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	background: #fafafa  url('images/certainlosers.gif') center center no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 8em;
	background: #fafafa url('images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}
 
#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
		font-size: 0.8em;
}

#menu li a:hover
{
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}


/* DAWMenu */

#dawmenu
{
	height: 8em;
	background: #url('images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}

#dawmenu a:hover
{
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}

#dawmenu table
{
	padding: 1.5em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
    border-spacing: 10pt 10pt;
    }

#dawmenu table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#dawmenu table td a
{
	border-left: dotted 1px #848484;
    text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.3em;
	margin-right: 0.8em;
		margin-top: 0.8em;
    	font-size: 0.8em;
}

#dawmenu table tr.rowA
{
	color: inherit;
}

#dawmenu table tr.rowB
{
	color: inherit;
}

.dotted 
{ height: 0; 
  border-style: dotted; 
  border-width: 1px 0 0 0; 
  border-color: #AF0A0A; 
  	padding-top: 0.2em;
  	padding-bottom: 0.2em;
}

/* Content */

#content
{
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 0.3em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.2em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.3em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

#onlyContent
{
	margin: 0em 0em 0em 1em;
	padding: 0.3em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
	font-size: 0.8em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
	background: #fff url('images/a3.gif') top left repeat-x;
}

.clear
{
	clear: both;
		background: #fff url('images/a3.gif') top left repeat-x;
}


.reversed
{
	color: #AF0A0A;
}


.info {
     font-weight:bold;
     border: 1px solid;
    margin: 10px 0px;
   text-align: center;
        padding:15px 10px 15px 80px;
    background-repeat: no-repeat;
    background-position: 10px center;
	text-decoration: none;

}
.info {
    color: #AF0A0A;
    background-color: #ffffff;
     text-align: center;
}
.info a
{
	text-decoration: none;
	color: #6a6a6a;
}

.info2 {
     font-weight:bold;
     border: 1px solid;
    margin: 10px 0px;
   text-align: center;
        padding:15px 10px 15px 80px;
    background-repeat: no-repeat;
    background-position: 10px center;
	text-decoration: none;

}
.info2 {
    color: #AF0A0A;
    background-color: #ffffff;
     text-align: center;
}
.info2 a
{
	text-decoration: none;
	color: #6a6a6a;
}

.shaded
    {
    color: #6a6a6a;
    background-color: #F0E8A0; 
       
}

.indexscore
  {
  font-family: 'Arial Black', Gadget, sans-serif;
  font-size: 2.0em;
  text-align: center;
  color: #AF0A0A;
}
.indexdifference
  {
  font-size: 1.0em;
  text-align: center;
  color: #AF0A0A;
}

table.tight {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.tight th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tight td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
		font-size: 0.8em;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.tight2 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #FFFFCC;
}
table.tight2 th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #FFFFCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tight2 td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #FFFFCC;
		font-size: 0.8em;
	-moz-border-radius: 0px 0px 0px 0px;
}
 
#tdimage {background-image: url('images/tdbg.png');}
#tdimageborder {
  background-image: url('images/tdbg.png');
  	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #fafafa #fafafa #fafafa #fafafa;
}
#tdimage {background-image: url('images/tdbg.png');}
#tdimageborder2 {
background-image:url('images/grid_bg.jpg');
 background-repeat: repeat-x  repeat-y;
  	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #fafafa #fafafa #fafafa #fafafa;
}



/*  Menu CSS http://www.cssplay.co.uk/menus/final_drop.html*/


.info2 {background: #fafafa url('images/a2.gif') top left repeat-x;}

.menu2 {margin-left: 18em; height: 8em;	padding: 0em 0.8.5em 0em 0.8em;  position:relative; z-index:100; border-right:1px solid #000; font-family:arial, sans-serif; 	font-weight:normal; 	background: #fafafa url('images/a2.gif') top left repeat-x;}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {margin-left: 18em; width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {padding-top:3em;margin:0;list-style-type:none;}
.menu2 ul ul {width:149px; padding-top:0px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu2 positon */
.menu2 li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:138px; height:30px; border:1px solid #000; border-width:1px 1px 1px 1px;  padding-left:10px; line-height:29px;   text-align:center; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {background:#F0E8A0 url(images/grey-arrow.gif) no-repeat 130px center; font-size:12px;text-decoration:none; color:#7a7a7a;}
/* style the second level hover */
.menu2 ul ul a.drop:hover{background:#b2ab9b; url(images/blue-arrow.gif) no-repeat 130px center;font-size:12px;text-decoration:none; color:#fff;}
.menu2 ul ul :hover > a.drop {background:#b2ab9b; url(images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#f8f4d0;}
/* style the third level hover */
.menu2 ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu2 ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu2 */
.menu2 ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu2 for a left flyout */
.menu2 ul ul ul.right {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {background:#F0E8A0; color:#7a7a7a; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px; text-align:left;}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{color:#fff; background:#b2ab9b;}
.menu2 :hover > a, .menu2 ul ul :hover > a {color:#fff; background:#b2ab9b;}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ visibility:visible;}

#simple_content1 {font-size:1.5em}
#simple_content2 {font-size:1.2em}


input.chk1 {
	border: thin solid #FF0000;
}
input.chk2 {
	background-color: #CCCCFF;
	border: 1px dotted #9900FF;
}
input.chk3 {
	background-color: #6699CC;
	padding: 5px;
	border: 1px solid #6666CC;
}


table#main {
    background-color:CC3333;
    border-left: 5px solid #CC3333;
    border-right: 5px solid #CC3333;
    border-bottom: 5px solid #CC3333;    
    border-top: 5px solid #CC3333;
    border-spacing: 0pt 0pt;
    width: 90%;

}

table#main td {
    padding: 4px;
    border: solid #000 0px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
    font-size: 11px;
}

.toprow {
    text-align: center;
    background-color: #CC3333;
    font-weight:bold;
    font-size: 11px;
    color:white;
}

.framerow {
    font-style: italic;
    text-align: center;
    background-color: #CC3333;
}

.odd {
    color: #000000;
    font-style: normal;
    text-align: center;
    background-color: #9191FF;
    font-size: 11px;
}

.even {
    color: #000000;    
    font-style: normal;
    text-align: center;
    background-color: #C8C8FF;
    font-size: 11px;
}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;

}

.rightcol {
    font-weight: bold;
    text-align: left;
    width: 150px;

}

table.email {
    background-color:cacaca;
    border-left: 5px solid #cacaca;
    border-right: 5px solid #cacaca;
    border-bottom: 5px solid #cacaca;    
    border-top: 5px solid #cacaca;
    border-spacing: 4pt 4pt;
    width: 90%;

}
	
.big{ width: 2em; height: 2em; }