* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

DIV#page {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #333;
	border-top: 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

DIV#head {
	background: url('../_img/head.png') no-repeat top left;
	height: 140px;
	position: relative;
	border-bottom: 3px solid #333;
}

DIV#head A#head_link {
	display: block;
	position: absolute;
	left: 60px;
	top: 0px;
	width: 490px;
	height: 80px;
}

DIV#head A#head_link SPAN {
	display: none;
}

DIV#head A#twitter_link {
	position: absolute;
	bottom: 26px;
	right: 10px;
}

DIV#head UL#menu {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

DIV#head UL#menu LI {
	float: left;
	list-style-type: none;
	list-style-image: none !important;
}

DIV#head UL#menu LI A {
	background: url('../_img/menu_bg.png') repeat;
	font-weight: bold;
	text-decoration: none;
	color: white;
	width: 120px;
	text-align: center;
	border-right: 1px solid #666;
	padding-top: 4px;
	height: 20px;
	display: block;
	font-size: 14px;
}

DIV#head UL#menu LI A:hover {
	opacity: 0.9;
	background-color: #F10E82;
	background-image: none;
}

UL#project_menu {
	margin-bottom: 4px;
}

UL#project_menu LI A {
	border: 0 !important;
}

UL#project_menu LI.active A {
	border-bottom: 2px solid #F10E82 !important;
}

DIV#userinfo {
	position: absolute;
	right: 50px;
	top: 10px;
	background: url('../_img/menu_bg.png') repeat top left;
	border: 1px solid #666;
	padding: 2px;
	width: 220px;
	color: white;
}

DIV#userinfo INPUT.input_text {
	font-size: 10px;
	padding: 1px;
}

DIV#userinfo A {
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
}

DIV#userinfo A:hover {
	color: #F10E82;
}

DIV#page DIV#body {
	padding-top: 5px;
}

DIV#footer {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}

DIV#footer UL {
	margin-top: 4px;
}

DIV#footer UL LI {
	padding: 0 5px;
}

DIV#footer UL LI A {
	color: #ccc;
}

DIV#footer UL LI A:hover {
	color: #666;
	text-decoration: underline;
}


/* ***************** LISTEN **************** */

ul {
	margin-left: 16px;
}


ul li {
	list-style-image: url(images/bullet.png);
}

ul li.active {
	font-weight: bold;
}


/* ***************** BOXEN **************** */

.box, .box_clean {
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

.box_header {}

h2.box_header {}

.box_header span {}

.box_header2 {
	padding: 5px;
	font-weight: bold;
}

.box_content { }

.border {
	border: 1px solid #aaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wxl {
	width: 970px;
}

.wl {
	width: 700px;
}

.wm {
	width: 345px;
}

.ws {
	width: 260px;
}

.gl {
	padding-left: 5px;
}

h1.gl, p.gl {
		padding-left: 5px;
	}

.gr {
	padding-right: 5px;
}

	h1.gr, p.gr {
		padding-right: 5px;
	}

.gb {
	padding-bottom: 5px;
}

	h1.gb, p.gb {
		padding-bottom: 5px;
	}

.gt {
	padding-top: 5px;
}

h1.gt, .gt {
	padding-top: 5px;
}

.gn {
	padding: 0;
}

.fl {
	float: left !important;
	clear: none !important;
}

.fr {
	float: right;
}


/* **************************** INFO, SUCCESS, ERROR BOXEN *************************** */

.error_message, .success_message, .info_message, .telluser_error {
	background: #FF5555;
	padding: 4px;
	margin: 2px 0;
	border: 1px solid #FFAAAA;
	color: #FBFBFB;
	display: block;
}

.error_message A, .success_message A, .info_message A, .telluser_error A {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.success_message, .telluser_ok {
	background: #FFFABF;
	border: 1px solid #D00B6C;
	padding: 4px;
	color: #D00B6C;
	font-weight: bold;
}

.info_message {
	background: #407ea7;
	border: 1px solid #8fafda;
}

.error_message a, .success_message a, .info_message a {
	color: #ACC687;
}

.error_message, .success_message, .info_message, .telluser_error, .success_message, .telluser_ok, .info_message {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

INPUT.error {
	background-color: #fee;
	border: 1px solid #aaa;
}


/* ************************** HTML AND ALL OF THE OTHER STUFF ************************* */

a {
	color: #589B0D;
	text-decoration: none;
	outline: none;
}

.box a {
	border-bottom: 1px dotted #589B0D;
}

.box a:hover {
	border-bottom: 1px dotted #F10E82;
}

a:hover, a:active, #bottom_container_info a {
	color: #F10E82;
}

a.clean, a.clean:hover {
	border: 0;
}

h1, h2, h3 {
	color: #F10E82;
	margin-bottom: 5px;
	font-weight: bold;
}

h1, h1 span {
	font-size: 16px;
}

h2, h2 span {
	font-size: 14px;
}

h3, h3 span {
	font-size: 13px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.clear {
	clear: both;
}

.line {
	border-top: 1px dashed #A0A0A0;
}

.inline {
	display: inline;
}

input, textarea, select {
	font-size: 11px;
	padding: 2px;
}

.box p {
	line-height: 16px;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

FORM.clean, INPUT.clean {
	padding: 0;
	margin: 0;
}

TABLE TR.zebra TD {
	background-color: #ddd;
}

.selected {
	font-weight: bold
}


input.valid {
	background-color: #B3FFAF;
	border: 1px solid #aaa;
	padding: 2px;
}

UL.clean {
	padding: 0;
	margin: 0;
}

UL.clean LI {
	list-style-image: none;
	list-style-type: none;
}

UL.inline LI {
	display: inline;
}


/* general */


UL.page_browser {
	padding: 0;
	margin: 0;
}

UL.page_browser LI {
	list-style-type: none;
	display: inline;
}

UL.page_browser LI.info {
	color: #999;
}

UL.page_browser LI A {
	padding: 2px;
	color: #666;

}

UL.page_browser LI A:hover {
	background-color: #fcc;
	color: #F10E82 !important;
	text-decoration: none;
}

UL.page_browser LI.active {
	font-weight: bold;
	color: black;
}



/* ***************** CUSTOM STYLES **************** */

.c1 {
	color: #F10E82;
}

.c2 {
	color: #589B0D;
}

.c3 {
	color: #ACC687;
}

.bg_fade {
	background: url(images/bg_fade.png) left top repeat-x #C6C8C6;
}

.bg_fade2 {
	background: url(images/bg_fade.png) left -50px repeat-x #D1D3D1;
}

.bg_c1 {
	background: #D1D3D1;
}

.fine {
	font-size: smaller;
	color: #555;
}

INPUT.big {
	font-size: 16px;
	padding: 4px;
}

INPUT.big_button {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 20px;
}

INPUT.small_button {
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
}

LABEL.big {
	font-size: 16px;
	padding: 4px;
}




/* perflog table */
TABLE.perflog {
	margin: 0 auto;
	margin-top: 4px;
	border-collapse: collapse;
	font-size: 12px;
	margin-top: 20px;
}

TABLE.perflog TR TD {
	background-color: #FFFCDF;
	border: 1px solid #aaa;
	padding: 2px;
}

TABLE.perflog TR :first-child {
	width: 200px;
}

TABLE.perflog TR :last-child {
	width: 100px;
	text-align: right;
}

TABLE.perflog TR TH {
	text-align: left !important;
	background-image: none;
	background-color: #7F95FF;
	border: 1px solid black;
	font-size: 14px;
	color: white;
}


TABLE.form TR TH {
	text-align: left;
	vertical-align: top;
	background: url('../_img/th_bg.png') repeat-x black;
	padding: 2px;
	color: white;
	border: 1px solid #666;
}

TABLE.form .contact_star {
	color: red;
	vertical-align: top;
	padding: 0;
	font-weight: bold;
}


TABLE.styled {
	width: 100%;
	border-collapse: collapse;
}

TABLE.styled TR TH {
	font-size: 10px;
	background: url('../_img/th_bg.png') repeat-x black;
	color: white;
	padding: 2px 4px;
}

TABLE.styled TR TD {
	border-bottom: 1px dashed #ddd;
	font-size: 10px;
	color: #333;
	vertical-align: top;
	font-size: 10px;
	padding: 2px 4px;
}

TABLE.styled TR TD SPAN {
	font-size: 10px;
}

TABLE.styled TR.lastline TD {
	background: url('../_img/th_lastline_bg.png');
	border-top: 1px solid black;
	border-bottom: 0;
}

TABLE.styled TR TD A {
	font-size: 10px;
	color: #333 !important;
	text-decoration: underline !important;
}

TABLE.styled TR.zebra TD {
	background-color: #eee;
}

TABLE.styled TR.marked TD {
	background-color: #FF8FCB;
}

TABLE.styled TR.marked:hover TD {
	background-color: #FF6FBF;
}

TABLE.styled TD.actions img {
	padding-left: 4px;
}

TABLE.hover TR:hover TD {
	background-color: #fee;
}




/* PROJECT FIELD */

#field {
	position: relative;
	width: 900px;
	height: 450px;
	text-align: left;
	margin: 0;
	border: 1px solid #333;
}

#field_info {
	margin-top: 5px;
	text-align: right;
}

#field_info .price_cat, .legend {
	background: url(images/price_cat.png) left top no-repeat;
	padding: 0 20px;
	height: 16px;
	float: left;
	display: block;
	font-size: 10px;
}

.price_cat.cat1 { background-position: left 0; }
.price_cat.cat2 { background-position: left -16px !important; }
.price_cat.cat3 { background-position: left -32px !important; }
.price_cat.cat4 { background-position: left -48px !important; }
.price_cat.cat5 { background-position: left -64px !important; }
.price_cat.cat6 { background-position: left -96px !important; }
.price_cat.cat7 { background-position: left -112px !important; }
.price_cat.cat8 { background-position: left -128px !important; }
.price_cat.cat0 { background-position: left -80px !important; }

#tile_info_overlay {
	position: absolute;
	display: none;
	z-index: 2000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../_img/menu_bg.png);
}

#image_zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	z-index: 3000;
	background: url(../_img/menu_bg.png);
	font-weight: bold;
	color: #fff;
}

#image_zoom img {
	border: 1px solid #000;
	cursor: pointer;
	margin: 10px;
}

#tile_info {
	position: relative;
	display: none;
	background: #fff;
	width: 90%;
	height: 90%;
	margin: 2% 5%;
	padding: 5px;
	z-index: 2500;
	border: 1px solid #333;
	background: url(images/bg_fade.png) left bottom repeat-x #EFF1F1;
}

#tile_info_header {
	height: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	text-align: left;
}

#tile_info_close {
	float: right;
}

#tile_info_content {
	overflow: auto;
}

#tile_info_image {
	background: #fff !important;
	width: 149px;
	height: 149px;
	border: 1px solid #333;
	text-align: center;
	float: left;
}

#tile_info #admin_functions {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 470px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 4px;
}

#tile_info #admin_functions H6 {
	border-bottom: 1px solid #aaa;
}


.tile, #buyatile, .tile_special {
	width: 6px;
	height: 6px;
	position: absolute;
	display: block;
	border: 1px dashed #88AA88 !important;
	text-decoration: none !important;
	text-align: center;
	background: url(images/button-overlay.png) repeat-x;
}

.tile_special {
	background-image: none;
}

#buyatile, .tbuynow {
	background-color: #AAFFAA;
	z-index: 100;
}

.tile img {
	border: none;
}

.tile:hover {
	text-decoration: none !important;
	border: 1px solid #8A8 !important;
}

.tpaid		{ background-color: #55FF55; }
.tblocked	{ background-color: #FF5555; }
.treserved	{ background-color: #FFFF55; }

.tdisableforbuy, .tdisableforbuy:hover {
	background-color: #333 !important;
}

#buyatile {
	display: none;
}

#remove_selection, #buy_selection {
	display: none;
}

.tbuynow span {
	position: relative;
	background: #f0f0f0;
	border: 1px solid #333;
	padding: 5px;
	width: 175px;
	display: block;
	cursor: default;
	background: url(images/bg_fade.png) left -50px repeat-x #D1D3D1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index:100;
}

.buyinfo > img {
	cursor: pointer;
	padding: 4px;
}

SPAN.blocked {
	background: url(images/bullet_red.png) no-repeat 0 1px;
	padding-left: 10px;
}

SPAN.reserved {
	background: url(images/bullet_yellow.png) no-repeat 0 1px;
	padding-left: 10px;
}

SPAN.paid {
	background: url(images/bullet_green.png) no-repeat 0 1px;
	padding-left: 10px;
}

SPAN.outdated {
	background: url(images/bullet_grey.png) no-repeat 0 1px;
	padding-left: 10px;
}

.tile_special {
	border: none !important;
}

.related {
	background: url(images/related.gif) left top;
}

.blocked {
	background: url(images/blocked.gif) left top;
}

.notusable {
	background: url(images/blocked.gif) left top;
}

.legend {
	background-repeat: no-repeat;
}

INPUT.color {
	border-width: 1px;
}


/* ***************** SLIDER **************** */
#slider {
	width: 700px;
	height: 400px;
	background: #fff url('orbit/loading.gif') no-repeat center center;
	overflow: hidden;
}


/* ***************** BUTTONS **************** */
.nice-button, .nice-button:visited {
	background: #222 url(images/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.nice-button:hover {
	background-color: #111;
	color: #fff;
}

.nice-button:active {
	top: 1px;
}

.small.nice-button, .small.nice-button:visited {
	font-size: 11px;
	padding: 0;
}

.nice-button, .nice-button:visited, .medium.nice-button, .medium.nice-button:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.nice-button, .large.nice-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.green.nice-button, .green.nice-button:visited {
	background-color: #91bd09;
}

.green.nice-button:hover {
	background-color: #749a02;
}

.blue.nice-button, .blue.nice-button:visited {
	background-color: #2daebf;
}

.blue.nice-button:hover {
	background-color: #007d9a;
}

.red.nice-button, .red.nice-button:visited {
	background-color: #e33100;
}

.red.nice-button:hover {
	background-color: #872300;
}

.pink.nice-button, .pink.nice-button:visited {
	background-color: #F10E82;
}

.pink.nice-button:hover {
	background-color: #a9014b;
}

.orange.nice-button, .orange.nice-button:visited {
	background-color: #ff5c00;
}

.orange.nice-button:hover {
	background-color: #d45500;
}

.yellow.nice-button, .yellow.nice-button:visited {
	background-color: #ffb515;
}

.yellow.nice-button:hover {
	background-color: #fc9200;
}
