/* ------------ BODY ------------ */

body.gs_body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a.gs_body {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.gs_body:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

/* ------------ TABLE BORDER ------------ */

td.gs_tbl_top_left {
	background-color: #FFFFFF;
	height: 1px;
	width: 1px;
}

td.gs_tbl_top {
	background-color: #ffffff;
	height: 1px;
}

td.gs_tbl_top_right {
	background-color: #FFFFFF;
	height: 1px;
	width: 1px;
}

td.gs_tbl_left {
	background-color: #ffffff;
	width: 1px;
}

td.gs_tbl_right {
	background-color: #ffffff;
	width: 1px;
}

td.gs_tbl_bottom_left {
	background-color: #FFFFFF;
	height: 1px;
	width: 1px;
}

td.gs_tbl_bottom {
	background-color: #ffffff;
	height: 1px;
}

td.gs_tbl_bottom_right {
	background-color: #FFFFFF;
	height: 1px;
	width: 1px;
}

/* ------------ BUTTON ------------ */

a.gs_button {
	width: 90px;
	height: 20px;
	padding-top: 6px;
	margin: 0px 2px 0px 2px;
	display: block;
	float: right;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.gs_button:hover {
	color: #000000;
	text-decoration: underline;
}

/* ------------ GENERAL ------------ */

td.gs_topic {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border: 1px dashed silver;
	background-color: #ffffff;
}

td.gs_left {
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	background-color: #ffffff;
	font-weight: normal;
}

a.gs_left {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

a.gs_left:hover {
	text-decoration: underline;
}

td.gs_right {
	padding: 4px 4px 4px 4px;
	background-color: #ffffff;
}

a.gs_right {
	text-decoration: none;
	color: #000000;
}

a.gs_right:hover {
	text-decoration: underline;
}

td.gs_bottom {
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	background-color: #ffffff;
	font-weight: bold;
	border: 0px dashed silver;
	color: black;
}

a.gs_bottom {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

a.gs_bottom:hover {
	text-decoration: underline;
}

.gs_desc {
	padding-top: 2px;
	font-size: 10px;
	font-weight: normal;
}

/* ------------ ENTRIES ------------ */

.gs_quote_section {
	border: 0px dashed silver;
	background-color: #c0c0c0;
	margin: 5px 0px 5px 0px;
}

.gs_quote_section_top {
	padding: 4px;
	font-size: 11px;
	color: black;
	border: 1px dashed silver;
	background-color: #ffffff;
}

.gs_quote_section_main {
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	font-size: 11px;
}

td.gs_entry {
	font-size: 11px;
	background-color: #ffffff;
	border: 0px dashed silver;
	color: black;
}

a.gs_entry {
	text-decoration: none;
	color: #000000;
}

a.gs_entry:hover {
	text-decoration: underline;
}

/* ------------ OTHER ------------ */

form {
	margin: 0px;
	dashed: 1px;
}

ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

li {
	padding: 0px 0px 5px 0px;
}

label {
	cursor: pointer;
}

input.gs_bbcode_notice {
	border: 0px solid #000000;
	background-color: #EBEBEB;
}

input,select,textarea {
	padding: 1px 1px 1px 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px dashed silver;
	background-color: #ffffff;
}

input.gs_checkbox {
	background-color: #EBEBEB;
	border: 0px;
}