body {
	background-color: #BBBBBB; /*202020*/
	
    font-family: 'Arial', serif;

	color: #111;
	font-size: 13px;
    line-height: 18px;
	margin:0;
	padding:0;
}


.table-header{
	background: #616161 url(/images/header.gif) repeat-x;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

img {
	border: 0;
}

.plusOne {
    background: #AAAAAA;
}

.takeOne {
    background: #777777;
}

.takeTwo {
    background: #555555;
}

td {
	padding: 2px 5px;
}

td, th {
	font-size: inherit;
	color: inherit;
}

table {
    text-align: left;
}

.table {
	background-color: #999999;
	border-collapse: collapse;
}

.table td {
	border: 1px solid #888888;
}

.table th {
    padding: 11px 20px;
    background: #666; 
    font-size: 22px;
    border-right: 1px solid #666;
}

.table table td {
	border: 0;
}

.sub {text-align: center;font-weight: bold;background-color: #888888;border-color:#999999;}
.final {
	background-color: #888888;
    	text-align: center;
	padding: 5px;
}
.final table {
    margin-left:auto;
    margin-right:auto;
}
.error {font-weight: bold;color: red;}


div.table { background-color: #999999; /*border: 2px solid #111111; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ text-align: left; margin: 0px; margin-bottom: 5px; padding: 5px;
border: 1px solid #888888;
}
div.table h1 { padding: 8px; margin: -5px; margin-bottom: 5px; background: #666666; text-transform: uppercase; font-weight: bold; font-size: inherit; }
input[type=text], input[type=password], textarea, select, input[type=email], input[type=url] {font-family: 'Franklin Gothic Medium', sans-serif;font-size: inherit;border: 1px solid #333333;color: #000000; background: #FFFFFF url(/images/text.png) repeat-x;}
input[type=text]:focus, input[type=password]:focus, textarea:focus { border-color: orange; }
input[type=submit], input[type=button], input[type=reset] { -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #CCCCCC;color: black;font-size: inherit;font-family: Arial;padding: 1px 8px; font-weight: bold;cursor: pointer; border: 1px solid #000000; }
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background-color: #DDDDDD; }

.highlight { }
.highlight:hover { background-color: #888888; cursor: pointer; }

fieldset {
  border: 1px dashed white;
  background: #888888;
  padding: 10px;
}

legend {
  font-size: 16px;
  color: inherit;
  background: inherit;
  padding: 5px;
}

.true {
    background: #99CC99;
    border: 1px solid green;
    border-radius: 4px;
    padding: 5px;
    color: black;
    margin-bottom: 20px;
}

.false {
    background: #FF6666;
    border: 1px solid #FF0000;
    border-radius: 4px;
    padding: 5px;
    color: black;
    margin-bottom: 20px;
}

div.notice {
	background-color: orange;
	border: 1px solid #111111;
	border-radius: 5px;
	color: black;
	text-align: left;
	padding: 5px;
    margin-bottom:15px;
}

hr {
    color: black;
    background-color: black;
    border: 0;
    height: 1px;
}

label {
  cursor: pointer;
}

.red {
    color: #CC0000;
}
.green {
    color: #006600;
}
