body {
	background-color:#c0cbcf;
	background-color:#ff962f;
    background-color:#0170c6;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS" , sans-serif, verdana;
	color:black;
	font-size:normal;
    font: normal "Trebuchet MS"
}

a img {
    border:0px;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#0170c6;
}

a:hover { 
	color:orange;
}

#nav_div a:hover, #pre_header a:hover {
    color:white;
}

#action_links a {
    font-size:xx-small;
}

.home h1 {
    color:#0170c6;
    font-size:xx-large;
}

.home h2 {
    font-size:medium;
	color:#4aa600;
    color:orange;
    font-family:arial;
}
.home h3 {
    font-size:small;
    font-weight:bold;
    font-family:arial;
    padding-top:0px;
    color:#4aa600;
}

.home .float_date {
    font-size:large;
    line-height:14px;
    text-align:center;
    background-color:#f5f5f5;
    padding:2px;
    margin-right:5px;
	color:#0170c6;
    float:left;
}

.home .blog div a {
    color:black;
    font-weight:normal;
    font-size:small;
    font-family:arial;
}

.home .blog div a:hover {
    color:black;
    font-weight:normal;
    text-decoration:underline;
    font-size:small;
    font-family:arial;
}

.home #main {
    font-size:medium;
    font-family:arial;
}

h1 {
	font-size:large;
	color:#4aa600;
}

.registration h1 {
    font-size:large;
    color:#0170c6;
}

h2 {
    color:#0170c6;
    font-size:x-large
}

.blue {
    font-weight:bold;
	color:#0170c6;
}

.current {
	border-bottom:2px solid #AAAAAA;
	font-weight:bold;
}
.result_table {
	border-collapse:collapse;
	width:100%;
}
.result_table td {
	padding-left:10px;
	border-bottom:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	border-left:2px solid #DDDDDD;
}
.result_table_header {
	text-align:center;
	font-weight:bold;
	color:#AAAAAA;
	background-color: #DDDDDD;
}
.result_table_header img {
	border:0px;
	vertical-align:middle;
}

#skyscraper {
}

#flash {
    color:green;
}

#top_ad {
    text-align:center;
    background-color:black;
}

iframe {
	padding:0px;
}
.container_table {
    margin:0px;
    border:0px;
    padding:0px;
    width:100%;
    border-collapse:collapse;
}
.container_table tr {
    margin:0px;
    padding:0px;
}
.container_table .cell {
    vertical-align:top;
    margin:0px;
    padding:0px;
}
.container_table #ad {
	text-align:center;
	padding-top:10px;
    padding-left:10px;
}

#container {
    border-right:5px solid black;
	border-bottom:2px solid black;
}

#pre_header {
	/*border-top:2px solid #555555;
	background-image:url('/static/images/panel_nav.gif');
	background-repeat:repeat-x;
	background-color:#0170c6;*/
    font-size:small;
	background-color:#0170c6;
    background-color:white;
    padding-right:20px;
    height:14px;
	padding-top:10px;
	padding-bottom:4px;
    border-bottom:6px solid #0170c6;
	border-bottom:7px solid #4aa600;
	color:white;
}

#pre_header a {
    color:white;
    font-weight:normal;
    font-size:x-small;
    padding:5px;
    padding-right:7px;padding-left:7px;
    width:100%;
}

#pre_header ul {
	display:inline;
}

#pre_header ul li {
    border:1px solid black;
    border-bottom:0px;
    text-align:center;
	list-style:none;
    background-color:#0170c6;
    background-color:#4aa600;
    margin:0px;
	display:inline;
    padding:0px;
    padding:3px;
    padding-right:0px;padding-left:0px;
}

#pre_header ul li:hover, #nav_div ul li:hover {
    background-color:#000000;
}

#header {
	background-color:white;
	height:110px;
	color:black;
    padding-left:30px;
    border-top:1px solid black;
    border-bottom:1px solid black;
}

#header a {
	text-decoration:none;
	font-weight:bold;
	color:#0170c6;
}

#header img {
    border:0px;
	vertical-align:middle;
}

#nav_div {
    background-color:white;
    font-size:small;
    font-weight:bold;
	border-top:7px solid #4aa600;
    border-top:7px solid #ff6e00;
    padding-top:2px;
    padding-bottom:2px;
	color:white;
}

#nav_div ul {
	display:inline;
}

#nav_div ul li {
    border:1px solid black;
    border-top:0px;
	background-color:#4aa600;
    background-color:#ff6e00;
    margin:0px;
    padding:0px;
    padding:5px;
	display:inline;
}

#nav_div a {
    padding:5px;
    width:100%;
    font-weight:normal;
	text-decoration:none;
	color:white;
}

#footer {
	font-size:x-small;
	color:white;
	text-align:center;
	background-color:black;
}

#footer a {
	color:#AAAAAA;
}

#footer a:hover {
	color:#FF0000;
}

#footer ul {
	display:inline;
}

#footer ul li {
	list-style:none;
	display:inline;
}



.current_page_link {
	before: url('/static/images/current.png');
	color:black;
}

#content_div {
	font-size:small;
	min-height:400px;
	padding:10px;
	padding-left:25px;
	padding-right:29px;
	background-color:#FFFFFF;
}

#content_div form {
	color:gray;
}

#content_div form p {
	color:black;
}

#content_div form table {
	width:500px;
}

#content_div form table td {
	vertical-align:top;
	width:250px;
}

#content_div .f_submit_button {
	background-image:url('/static/button_back.png');
	background-repeat:no-repeat;
	width:197px;
	height:30px;
	margin:2px;
	padding:2px;
	font-family:arial;
	font-size:x-small;
	color:#333333;
	border:0px;
}

#content_div div {
	margin:5px;
}

#left_blur {
	width:8px;
	height:100px;
	background-image:url('/static/images/leftblur.png');
	background-repeat:repeat-y;
}

.tos {
	background-image:url('/static/images/panel2.gif');
	background-repeat:repeat-x;
	padding:10px;
	text-align:justify;
	font-size:x-small;
	overflow:auto;
	height:300px;
}

.tos h1 {
	color:#4aa600;
    font-size:medium;
}

#matches td {
    vertical-align:top;
}

#search_forms {
    width:150px;
    font-size:small;
    border-right:1px solid #AAAAAA;
    padding:0px;
    text-align:right;
}

#search_forms h3 {
	color:#0170c6;
}
#search_forms input, #search_forms select {
    font-size:small;
    border:1px solid black;
    text-align:right;
}
#search_forms select {
    width:140px;
}

#search_forms .submit_button {
    background-color:black;
    color:white;
    border:1px solid black;
}
#search_forms form {
	padding-right:2px;
}
#search_forms label {
}

#admin_alert {
    text-align:center;
    background-color:white;
    border:5px solid red;
    margin:10px;
    padding:10px;
    color:red;
    font-weight:bold;
}
#admin_notice {
    text-align:center;
    background-color:white;
    border:5px solid green;
    margin:10px;
    padding:10px;
    color:green;
    font-weight:bold;
}

#profile_overview {
	/*border-top:2px solid navy;
	border-bottom:2px solid navy;*/
	background-color:#0170c6;
	background-color:#dddddd;
	color:#DDDDDD;
	color:black;
}

#blog_box {
	padding:5px;
	padding-left:10px;
	/*border:1px solid #0170c6;*/
	/*border-top:2px solid #0170c6;*/
	color:#0170c6;
	/*border-bottom:2px solid navy;*/
}

#profile_overview .box {
	padding:0px;
	margin:0px;
	/*background-color:#AAAAAA;
	background-image:url('/static/images/panel6.gif');
	background-repeat:repeat-x;*/
}

#profile_overview .box .header {
	margin:0px;
	margin-bottom:3px;
	text-align:center;
	padding:4px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	background-color:black;
	color:white;
}
#profile_overview form {
	margin-top:4px;
	margin:0px;
}

.ZippoGeneratedForm {

}

.ZippoGeneratedForm h1 {
    font-size:large;
    color:#0170c6;
}

.FormError {
    color:red;
    font-weight:bold;
}

.FormLabel {
    color:green;
}

.FormErrorLabel {
    color:green;
    font-weight:bold;
}

.profile_options ul {
    display:inline;
}

.profile_options ul li {
    display:inline;
}

.profile_options img {
    border:0px;
}
.profile_options ul li img {
	vertical-align:middle;
}
.profile_options {
    background-color:#ffffff;
}
.profile_options form {
    display:inline;
}


