/*****************/
/* GENERAL       */
/*****************/
BODY {
	background-image: url(/images/interface/background.gif);
	margin: 0;
	font: 13px  Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	color: #303030;
}

ACRONYM {
	cursor: help;
	border-bottom: #000 1px dotted
}

A {
	color: #2C7135;
}

A:visited {
	color: #26622E;
}

A:hover {
	color: #296932;
}

A.external {
    background: url(/images/interface/external_link.png) no-repeat center right;
    padding-right: 13px;
}

A.acronym {
	text-decoration: none;
	border-bottom: 1px dashed #205227;
}

A.header_tab, A.header_tab:visited, A.header_tab:hover {
	color: #FFF;
	font-size: 10px;
}

H1.box_header A, H1.box_header A:visited, H1.box_header A:hover {
	color: #FFF;
	border: 0;
}

A.actions, A.actions:visited, A.actions:hover {
	font-size: 0.9em;
}

A.featured {
	font-weight: bold;
}

/*****************/
/* IMAGES        */
/*****************/
IMG {
	border: 0;
}

IMG.profile_avatar {
	opacity: 0.9;
}

IMG.profile_avatar:hover {
	opacity: 1;
}

IMG.menu_item {
	padding-left: 1em;
	border: 0;
}

IMG.property {
	margin-bottom: 0.25em;
	margin-left: 2px;
}

IMG.hr {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 5px;
}

IMG.news_image {
	float: left;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	right: 50%;
	top: 50%;
	border: 1px dashed gray;
	display: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	display: block;
	right: 10%; /*position where enlarged image should offset horizontally */
	top: -110%;
}



/*****************/
/* LISTS         */
/*****************/
UL.faq {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0.5em;
	list-style: none;
}

UL.faq LI.question {
	padding-left: 16px;
	background-image: url(/images/interface/element_question.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

UL.features {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0.5em;
	list-style: none;
}

UL.features LI {
	padding-left: 14px;
	background-image: url(/images/icons/10/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

UL.faq LI.answer {
	padding-left: 16px;
	padding-bottom: 1em;
	background-image: url(/images/interface/element_answer.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	white-space: normal;
}

UL.payment_list {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL.payment_list LI {
	padding-left: 18px;
	background-image: url(/images/icons/16/mini/moneymix.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

UL.attachment_list {
	margin-top: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL.attachment_list LI {
	padding-left: 18px;
	background-image: url(/images/icons/16/mini/disk.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

UL.tag_list {
	margin-top: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL.tag_list LI {
	padding-left: 18px;
	background-image: url(/images/icons/16/mini/folderfile.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
}

UL.skill_list {
	margin-top: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL.skill_list LI {
	margin-left: 0.3em;
	padding-left: 18px;
	background-image: url(/images/icons/16/mini/folder.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space: nowrap;
}

UL {
	margin-top: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL LI {
	margin-left: 0.3em;
	padding-left: 14px;
	background-image: url(/images/icons/16/mini/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

UL LI.nobullet {
	margin-left: 0.3em;
	padding-left: 14px;
	background-image: url(/images/interface/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/*****************/
/* FORMS         */
/*****************/
FORM {
	margin: 0;
}

FIELDSET {
	border: 0;
	padding-bottom: 0;
}


.ibtnlite {
	font-weight: bold;
	border-bottom: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	cursor: pointer;
	color: #404040;
	font-size: 0.9em;
	background: White url(/images/interface/button_lite_background.gif) repeat-x top;
}

.ibtnfancy {
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    padding: 0.2em 0.25em 0.2em 0.25em;
    border: 1px solid;
    border-color: #94ABBA #193C55 #193C55 #94ABBA;
    background: #9392D5 url(/images/interface/button_fancy_background.gif) repeat-x top;
}

.ilogin {
	border: 1px solid #999999;
	width: 70px;
	height: 14px;
	max-width: 150px;
	font-size: 12px;
	background: #FBFBFB url(/images/icons/12/user1.gif) no-repeat center left;
	padding-left: 18px;
	margin: 2px;
}

.ipass {
	border: 1px solid #999999;
	width: 70px;
	height: 14px;
	max-width: 150px;
	font-size: 12px;
	background: #FBFBFB url(/images/icons/12/lock.gif) no-repeat center left;
	padding-left: 18px;
	margin: 2px;
}

.iselect {
	font-size: 12px;
	width: 16em;
}

.iselect_wide {
	font-size: 12px;
}


.idate {
	font-size: 12px;
}

.icash {
	color: #FF6600;
	width: 4em;
	border: 1px solid #999999;
	text-align: right;
}

.itext {
	font-size: 12px;
	width: 16em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextsmall {
	font-size: 12px;
	width: 8em;
	max-width: 140px;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextlong {
	font-size: 12px;
	width: 40em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextarea {
	font-size: 12px;
	width: 40em;
	height: 30em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextareabig {
	font-size: 12px;
	width: 45em;
	height: 25em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextareasmall {
	font-size: 12px;
	width: 40em;
	height: 15em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextareaverysmall {
	font-size: 12px;
	width: 20em;
	max-width: 140px;
	height: 15em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
}

.itextarearight {
	height: 10em;
	border: 1px solid #999999;
	background-color: #FBFBFB;
	width: 95%;
}

.label_login {
	float: left;
	width: 7ex;
	text-align: right;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.label {
	float: left;
	max-width: 18em;
	width: 12em;
	text-align: right;
	vertical-align: middle;
	margin: 0 0.3em 0 0;
	padding-right: 0.4em;
	white-space: nowrap;
	line-height: 1.2em;
}

.labelfortext {
	border-right: 1px solid #CBCBCB;
}

.form {
	border: 1px solid #EFEFEF;
	padding-bottom: 0.5em;
}

.form_error {
	background: url(/images/interface/error.gif) no-repeat 0px 50%;
}

.form_field_separator {
	padding-top: 1em;
	vertical-align: middle;
}

.frozen_element {
	line-height: 1.3em;
	vertical-align: middle;
	border: 1px solid red;
}

.form_frozen {
	margin-left: 12.6em;
	background-color: #FBFBFB;
	padding-left: 3px;
}

.form_error SPAN {
	padding-left: 18px;
	color: red;
	font-size: 11px;
}

.form_note {
	font-size: 80%;
	color: #838383;
	margin-left: 16.1em;
}

.form_required {
	font-weight: bold;
}

.form_required_element INPUT {
	background-color: #FFE5E5;
}

.form_header {
	max-width: 100%;
	padding: 2px 2px 2px 4px;
	margin-top: 0.5em;
	vertical-align: middle;
	background: #EFEFEF url(/images/interface/element_kubik.gif) no-repeat 99% 50%;
}

.form_offset {
	margin-left: 12.8em;
}

.disabled_option {
	font-weight: bold;
	font-size: 1.1em;
	color: #999;
}

.form_main_skill {
	margin-left: 1em;
}


/*****************/
/* TABLES        */
/*****************/
TABLE.listing {
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}

TABLE.listing TD {
	padding: 4px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

TABLE.noborder TD {
	border: 0;
}


TD.leftborder {
	border-left: 1px solid #e5e5e5;
}


TABLE.details {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 1em;
	border: 1px dashed #D3D3D3;
	background-color: #F4F4F4;
}

TABLE.details TD {
	border: 0;
	font-size: 90%;
	vertical-align: text-top;
}


TD.photo {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

TR.featured {
	background: #FFFBEF url(/images/interface/featured_background.gif) repeat-x;
}

TR.profi TD {
	border-bottom: 1px solid #EAC670;
	border-top: 1px solid #EAC670;
}

TR.profi TD.profi_left {
	border-left: 1px solid #EAC670;
}

TR.profi TD.profi_right {
	border-right: 1px solid #EAC670;
}

TR.featured A.bigger {
	font-weight: bold;
}

TR.featured TD.featured {
	font-weight: bold;
}

TD.caption {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 16px;
	white-space: nowrap;
}

TD.caption IMG {
	vertical-align: middle;
}

TD.short {
	width: 24px;
}

TABLE.listing THEAD {
	background: #e5e5e5 url(/images/interface/table_listing_background.gif) repeat-x center;
	margin-bottom: 0;
	border-left: #e5e5e5;
	border-right: #e5e5e5;
}

TABLE.listing TH {
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
	font-size: 90%;
}

.even {
	background-color: #F2F2F2;
	border-top: 1px solid #e5e5e5;
}

.odd {
	background-color: #FEFEFE;
	border-top: 1px solid #e5e5e5;
}

TR.active {
	background-color: #E9E9E9;
}

TR.bid_winner {
	background: #FFFBEF url(/images/interface/featured_background.gif) repeat-x;
	border: 1px solid #FFD78C;
}

TABLE.filter {
	border: 1px dashed #CFCFCF;
	background-color: #F8F8F8;
}


/*****************/
/* BOXES         */
/*****************/
H1.box_header {
	background: #4AB273 url(/images/interface/box_header_background.gif) repeat-x;
	border-left: 1px solid #0F8A41;
	border-right: 1px solid #0F8A41;
	font: 1em Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	padding-left: 1ex;
	height: 24px;
	line-height: 24px;
	margin: 0 1px 0 1px;
	color: #FFF;
	vertical-align: middle;
}

H1 .box_header_right {
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	background: url(/images/interface/box_header_right_background.gif) no-repeat;
}


H2,H3 {
	color: #4A4A4A;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	font-size: 120%;
}

H2.subheader {
	font-size: 130%;
	font-weight: bold;
	padding-left: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
	border-bottom: 1px solid #8F8F8F;
	text-align: right;
	color: #555;
}

H2 {
	font-size: 1.3em;
}

H3 {
	font-size: 1.1em;
}

.box_content {
	padding: 3px 3px 0.5em 3px;
	margin-top: 0;
	margin-bottom: 0.1em;
}

.box_text {
	padding: 0 2px 0 2px;
}

.smaller {
	font-size: 0.85em;
}

.bigger {
	font-size: 1.1em;
}

.padded_text {
	padding: 2px 2px 2px 20px;
}

.warning_box {
	border: 1px solid #FFCC00;
	background: #ffffcc url(/images/icons/16/lamp.gif) no-repeat 2px 50%;
	padding: 3px;
}

.warning_box SPAN {
	padding: 2px 2px 2px 20px;
}

.error_box {
	border: 1px solid #FF4444;
	background: #FFB9B9 url(/images/icons/16/error.gif) no-repeat 2px 50%;
	padding: 3px;
}

.error_box SPAN {
	padding: 2px 2px 2px 18px;
}

.info_box {
	border: 1px solid #259552;
	background: #D8F7E6 url(/images/icons/16/info.gif) no-repeat 2px 50%;
	padding: 3px;
}

.info_block {
	border: 1px solid #259552;
	background: #D8F7E6;
	padding: 3px;
}


.info_box SPAN {
	padding: 2px 2px 2px 20px;
}

.quote_box {
	background: url(/images/interface/quote.gif) no-repeat 0 4px;
	padding: 3px;
}

.quote_box SPAN {
	padding: 2px 2px 2px 30px;
}

.faq_box {
	background: url(/images/icons/16/mini/info.gif) no-repeat 2px 50%;
	padding: 1px;
}

.faq_box SPAN {
	padding: 1px 2px 1px 17px;
}

.more_box {
	background: url(/images/icons/16/mini/news.gif) no-repeat 2px 50%;
	padding: 2px;
	text-align: right;
	width: 100%;
}

.more_box SPAN {
	padding: 2px 2px 2px 16px;
	font-size: 0.9em;
}

.plus_box {
	background: url(/images/icons/16/mini/plus.gif) no-repeat 2px 40%;
	padding: 2px;
	text-align: right;
	width: 100%;
}

.plus_box SPAN {
	padding: 2px 2px 2px 16px;
	font-size: 0.9em;
}

.comment_box {
	background: url(/images/icons/16/mini/comment.gif) no-repeat 2px 50%;
	padding: 2px;
	margin: 0;
}

.comment_box SPAN {
	padding: 2px 0 2px 16px;
	font-size: 0.9em;
}

/*****************/
/* MISC          */
/*****************/

.cash {
	color: #FF9900;
	white-space: nowrap;
	font-weight: bolder;
	font-size: 1.1em;
}

.daystodeliver {
	white-space: nowrap;
	font-size: 1.1em;
}

.cash_smaller {
	color: #FF9900;
	white-space: nowrap;
	font-size: 0.8em;
}

.nowrap {
	white-space: nowrap;
}

.content_background {
	background: #FFF url(/images/interface/content_background.gif) repeat-y;
	padding-left: 5px;
	color: #1E1E1E;
}

PRE {
	padding: 1em;
	margin: 0.5em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

P {
	margin: 0.25em 0 0.25em 0;
	line-height: 1.2em;
	text-decoration: inherit;
}

.date {
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
	margin-bottom: 1px;
	font-weight: bold;
}

CODE {
  font-size: 1em;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.slogan {
	font: 9px Verdana, monospace;
	float: right;
	padding-right: 56px;
}

.highlighted {
	background-color: #F1D9A1;
	padding-left: 2px;
	padding-right: 2px;
}

.good {
	color: #009B4F;
}

.bad {
	color: #FF2020;
	font-weight: bold;
}

.fieldsetlike {
	border: 1px solid #999999;
	margin-top: 1em;
	padding: 1em;
	width: 50%;
}

.fieldsetlike H3 {
	margin-top: -2.1em;
	margin-bottom: 1.5em;
	position: absolute;
	font-size: 1.1em;
}

.fieldsetlike H3 SPAN {
	background-color: White;
	padding: 0 3px 3px 3px;
	font-weight: bold;
}

SPAN.removed {
	color: #FF6347;
}

SPAN.profi, A.profi {
	color: #E36F18;
}

.profi_border {
	border: 1px solid #EAC670;
	padding: 1px 2px 1px 2px;
}

.small_title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2em;
}

.rating {
    font: 16px Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-weight: bolder;
	color: #eb8d00;
	background: url(/images/interface/rating_bg.gif) no-repeat;
	width: 21px;
	height: 21px;
	padding-left: 11px;
	padding-top: 3px;
}

/*****************/
/* PAGED OUTPUT  */
/*****************/
.pages {
    padding: 1em 1em 2em 1em;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #0F8A41;
    font-weight: bold;
    background: #4AB273;
    color: #fff;
}

.pages a {
    border: 1px solid #4AB273;
    text-decoration: none;
}

.pages a:hover {
    border-color: #0F8A41;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

/*****************/
/* AUTOCOMPLETE  */
/*****************/
div.auto_complete {
   width: 200px;
   background: #fff;
 }
 INPUT.iauto_complete {
 	width: 150px;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #FBFBFB;
 }

 div.auto_complete ul {
   border: 1px solid Black;
   margin: 0;
   padding: 0;
   width: 100%;
	list-style: none none;
	font-size: 10px;
	width: 200px;
 }

 div.auto_complete ul li {
   margin: 0;
   padding: 2px;
	color: Black;
	background-image: none;
	background-color: White;
 }

 div.auto_complete ul li.selected {
   background-color: #0a246a;
	color: White;
 }

 div.auto_complete ul strong.highlight {
   margin: 0;
   padding: 0;
 }

/*****************/
/* REDIRECT      */
/*****************/
#redirectwrap {
	background: #fafafa;
	border: 1px solid #8CD49F;
	text-align: left;
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

#redirectwrap h4 {
	background: #e5e5e5 url(/images/interface/table_listing_background.gif) repeat-x center;
	white-space: nowrap;
	border-left: #e5e5e5;
	border-right: #e5e5e5;
	border-bottom: 1px solid #8CD49F;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

#redirectwrap p {
	margin: 0;
	padding: 3px;
}

#redirectwrap p.redirectfoot{
	background: #f0f0f0;
	border-top: 1px solid #8CD49F;
	text-align: center;
}

#register {
	background: #E4EBF3 url(/images/interface/background_register.gif) repeat-x bottom;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 0.5em;
}

#tooltip {
	background: #FFFFFF;
	border: 1px solid #8CD49F;
	color: #333333;
	font: menu;
	font-size: 90%;
	margin: 0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
}

/*****************/
/* LAYOUT        */
/*****************/

#main {
	background-color: #FFFFFF; /*border: 1px solid Red;*/
	border-left: 1px solid #8CD49F;
	border-right: 1px solid #8CD49F;
	margin-left: 50px;
	margin-right: 50px;
}

#menu {
	height: 19px;
	width: 100%;
	background: #A59EDE url(/images/interface/menu_background.gif) repeat-x;
}

#submenu {
	background-image: url(/images/interface/submenu_background.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
	line-height: 18px;
}

#lcolumnholder {
	background-image: url(/images/interface/column_1of2_background.gif);
	background-repeat: repeat-y;
	margin-top: 1px;
	height: 100%;
}

#lcolumn1of2 {
	background-image: url(/images/interface/column_1of2_background.gif);
	border-right: 1px solid #8CD79C;
	background-repeat: repeat-y;
	float: left;
	margin: 0;
	width: 174px;
}

#lcolumn2of2 {
	margin-left: 175px;
	height: 100%;
}

#rcolumnholder {
	background-image: url(/images/interface/column_2of2_background.gif);
	background-repeat: repeat-y;
	background-position: 100%;
	margin-top: 1px;
	height: 100%;
}

#rcolumn2of2 {
	border-left: 1px solid #8CD79C;
	background-color: #F7F3F7;
	width: 174px;
	float: right;
	height: 100%;
}

#rcolumn1of2 {
	margin-right: 175px;
	height: 100%;
}


#footer_outer {
	border-bottom: 1px solid #8CD49F;
	border-top: 1px solid #8CD49F;
	clear: both;
	color: #333333;
	margin: 0;
	width: 100%;
	height: 80px;
	background: #FCFCFC;
}

#footer_inner {
	top: 50%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	font-size: 80%;
	color: #5E5E5E;
}



/* float divs hack */
/* hide from MacIE \*/
* html #lcolumn1of2 {
	margin-right: -3px;
}

* html #lcolumn2of2 {
	margin-left: 0;
}

* html #rcolumn1of2 {
	margin-right: 0;
}

* html #rcolumn2of2 {
	margin-left: -2px;
}


/* end hide */