body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/bg.jpg) repeat-x top left;
	font-family: Verdana, Helvetica, sans;
	color: #006aad;
	font-size: 12px;
}

h1 {
	width: 805px;
	padding: 20px;
	padding-top: 0;
	font-family: Arial;
	letter-spacing: 1px;
	color: #e183f1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
h2 {
	font-size: 13px;
	margin-top: 0;
}

ul li {
	list-style-type: disc;
}

a:link, a:visited {
	color: #2e8bdb;
	text-decoration: none;
}
a:hover, a:active {
	color: #4eabfb;
	text-decoration: underline;
}

img {
	border: none;
}
form {
	display: inline;
}

ul.results {
	list-style-image: url(../img/point.png);
}
ul.results.noimg {
	list-style-image: none;
	list-style-type: disc;
}

div#container {
	position: relative;
	width: 878px;
	margin: auto;
}

#menu {
	position: relative;
	height: 31px;
	overflow: hidden;
	color: #20202a;
	background: url(../img/bg_menu.jpg) repeat-x -2px 0;
}

#menu ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	display: block;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 5px;
	background: url(../img/sep.gif) no-repeat top right;
}
#menu li.last {
	background: none;
	padding-right: 0;
}
#menu a:link, #menu a:visited {
	color: #c34ec0;
}
#menu a:hover, #menu a:active {
	color: #e36ee0;
}

#vignette {
	position: relative;
	width: 878px;
	height: 113px;
	overflow: hidden;
	background: url(../img/bg_vignette.jpg) no-repeat right 0;
}

#menu-user {
	position: absolute;
	top: 5px;
	right: 0;
	height: 34px;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}
#menu-user a:link, #menu-user a:visited, #menu-user a:hover, #menu-user a:active {
	text-decoration: none;
}

div#page {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	line-height: 18px;
}

.form {
	font-family: "Courier New", monospace;
	font-size: 13px;
	color: #004a8d;
	border: solid 1px #c6ebfb;
	background: transparent;
}
.small .form {
	font-size: 11px;
}
textarea.form {
	overflow: auto;
	overflow-x: hidden;
}

.affi-link {
	width: 300px;
	color: #eb80e8;
	font-size: 11px;
}

input.submit, input.submit-no, input.submit-x, input.submit-e {
	font-family: Helvetica, Arial;
	letter-spacing: 1px;
	color: #82a7ee;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
}
input.submit {
	background-image: url(../img/ok.png);
}
input.submit-no {
	padding: 0;
}
.small input.submit-no {
	font-size: 12px;
}
input.submit-x {
	padding-left: 18px;
	background-image: url(../img/del.png);
}
input.submit-e {
	padding-left: 18px;
	background-image: url(../img/edit.png);
}

.box-left {
	float: left;
}
.box-right {
	float: right;
}

.green {
	color: #008000;
}
.green a:link, .green a:visited {
	color: #008000;
	text-decoration: underline;
}
.green a:hover, .green a:active {
	color: #008000;
	text-decoration: underline;
}
a.green:link, a.green:visited {
	color: #008000;
}
a.green:hover, a.green:active {
	color: #008000;
}

.pink {
	color: #d888d9;
}

.red {
	color: #ff0a8c;
}
.red a:link, .red a:visited, a.red:link, a.red:visited  {
	color: #ff0a8c;
	text-decoration: underline;
}
.red a:hover, .red a:active, a.red:hover, a.red:active {
	color: #ff2aac;
	text-decoration: underline;
}
.gray {
	color: #a0a0e0;
}
.gray a:link, .gray a:visited, a.gray:link, a.gray:visited  {
	color: #a0a0e0;
	text-decoration: underline;
}
.gray a:hover, .gray a:active, a.gray:hover, a.gray:active {
	color: #a0a0e0;
	text-decoration: underline;
}

.marker {
	border-bottom: solid 1px #E9A8ED;
}

.small {
	font-size: 11px;
	line-height: 14px;
}

ul.small {
	margin: 0;
	padding-left: 10px;
	line-height: 16px;
}
ul.small li {
	list-style-image: none;
	list-style-type: none;
}

.center {
	width: 100%;
	text-align: center;
}

.results {
	line-height: 17px;
}

.clear {
	clear: both;
}

.txt-point {
	background: url(../img/sq.png) no-repeat top left;
	padding-left: 15px;
	font-weight: bold;
}

.link-submit {
	background: url(../img/ok.png) no-repeat 0 -2px;
	padding-left: 25px;
	font-weight: bold;
}

.table-form td {
	padding: 0;
	vertical-align: top;
}
.table-form td.label {
	text-align: right;
}

div.form-error {
	color: #ff0a8c;
	padding-left: 8px;
	background: url(../img/admin/errdwn.png) 0 5px no-repeat;
}
div.form-error a:link, div.form-error a:visited {
	color: #ff0a8c;
	text-decoration: underline;
}
div.form-error a:hover, div.form-error a:active {
	color: #ff2aac;
	text-decoration: underline;
}

#affi-cats {
	padding: 20px;
	padding-top: 15px;
	background: url(../img/bar.jpg) repeat-x top left;
}

#reg-info {
	width: 400px;
	float: left;
}
#login-form {
	width: 380px;
	float: right;
}

#user-panel {
	width: 220px;
	float: left;
	padding: 5px;
	padding-top: 0;
	padding-left: 0;
}
.mark, .mark a:link, .mark a:visited, .mark a:hover, .mark a:active {
	font-weight: bold;
}
#user-content {
	width: 580px;
	float: right;
	text-align: left;
	padding: 5px;
	padding-top: 0;
}

#gg-flash-banner {
	margin: auto;
	width: 400px;
	height: 50px;
	border: solid 1px #d6f1ff;
}

#ask-box {
	float: right;
}

.table-main {
	width: 100%;
	border-bottom: solid 1px #85b9e6;
	border-right: solid 1px #85b9e6;
}
.table-main th {
	font-weight: normal;
	font-size: 10px;
	color: #a0a0e0;
	border-top: solid 1px #85b9e6;
	border-left: solid 1px #85b9e6;
}
.table-main td {
	border-top: solid 1px #85b9e6;
	border-left: solid 1px #85b9e6;
}
.table-main#boxes {
	width: 100%;
}
.table-main#boxes td {
	padding: 6px;
	vertical-align: middle;
}

img.img-border {
	padding: 2px;
	border: solid 1px #c7d1dd;
}

p.affi-border {
	width: 50%;
	margin: 5px;
	padding: 5px;
	background-color: #f7fdfd;
	border: solid 1px #c7d1dd;
}

.gg-color-box {
	display: inline;
}

#ezo-img {
	margin-top: 10px;
}
#ezo-img td {
	width: 33%;
}
#ezo-img td img {
	float: left;
	margin: 5px;
	margin-top: 0;
	padding: 2px;
	border: solid 1px #c7d1dd;
}

div#ad-bottom {
	width: 100%;
	clear: both;
	text-align: center;
	border-top: solid 1px #d6f1ff;
	margin-top: 10px;
}

#toplists {
	clear: both;
	width: 100%;
	font-size: 10px;
	margin-top: 30px;
	color: #e898e9;
}
#toplists a:link, #toplists a:visited {
	color: #d888d9;
	font-weight: bold;
}
#toplists a:hover, #toplists a:active {
	color: #e898e9;
	font-weight: bold;
}

#foot {
	clear: both;
	margin-top: 5px;
	border-top: solid 1px #d6f1ff;
	font-family: Arial;
	font-size: 11px;
	color: #1c68a2;
}
#foot a:link, #foot a:visited {
	color: #1c68a2;
}
#foot a:hover, #foot a:active {
	color: #3c88c2;
}

#vignette a, #menu a, #account-menu a, #toplists a, #foot a {
	text-decoration: none;
}

#pagination {
	margin-top: 10px;
	font-size: 11px;
}

#fb_widget{
	float: left;
	width: 232px;
	height: 420px; 
	background: url(../img/fb_slider.png);
	display: block;
	left: -205px;
	padding: 0;
	position: fixed;
	top: 170px;
	z-index: 100;
	overflow: hidden;
}
#fb_widget-in{
	color: #FFF;
	padding: 10px 5px 0 0;
}
#fb_widget-txt{
	font-size: 9px;
	color: #fff;
	margin: 3px;
}
