@charset "iso-8859-2";

body {
	background: #f0f0f0;
	color: #414141;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

body#tinymce {
    background: #fff;	
}

#header {
	width: 1000px;
	height: 57px;
	margin: 0 auto;
}

#user_menu {
	float: right;
	margin: 18px 14px 0 0;
}

#user_menu p {
	float: left;
}

#user_menu p * {
	float: left;
	margin-right: 10px;
}

#user_menu p span {
	display: block;
	padding: 0 10px 0 0;
	background: url('../images/user_menu_border.jpg') no-repeat right;
	font-size: 11px;
	line-height: 25px;
}

#user_menu p a.button {
	display: block;
	width: 93px;
	height: 19px;
	padding: 6px 0 0 0;
	background: url('../images/button.jpg') no-repeat;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

#user_menu ul.lang {
	position: relative;
	z-index: 100;
	float: left;
	display: block;
	width: 83px;
	height: 23px;
	margin: 0;
	background: url('../images/lang.jpg') no-repeat;
	font-size: 11px;
	list-style: none;
}

#user_menu ul.lang:hover li {
	display: block;
}

#user_menu ul.lang li {
	padding: 5px 5px 2px 5px;
	display: none;
	background: #dadada;
}

#user_menu ul.lang li.current {
	display: block;
	background: url('../images/lang.jpg') no-repeat;
}

#user_menu ul.lang:hover li.first {
	background: url('../images/lang.jpg') no-repeat;
}

#user_menu ul.lang:hover li.current {
	background: #dadada;
}

#user_menu ul.lang a {
	color: #414141;
	line-height: 15px;
	text-decoration: none;
}

#banner {
	width: 100%;
	height: 110px;
	padding: 11px 0 10px;
	background: #fff;
display:none;
  
}

#banner .banner_border {
	width: 918px;
	height: 106px;
	margin: 0 auto;
	padding: 2px 2px 2px 19px;
	background: url('../images/banner.jpg') no-repeat;
}

#menu {
	width: 100%;
	height: 64px;
	background: url('../images/menu.jpg') repeat-x;
}

#menu.breadcrumb {
	height: 63px;
	overflow: hidden;
}

#menu ul {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	height: 64px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 2px;
	background: url('../images/menu_border.jpg') no-repeat left;
}

#menu ul li.first {
	background: none;
}

#menu ul li a {
	display: block;
	height: 24px;
	padding: 36px 15px 0 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #fff;
	color: #001592;
}

#menu ul li.menu_account a {
	background-image: url('../images/menu_account.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_clubs a {
	background-image: url('../images/menu_clubs.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_companies a {
	background-image: url('../images/menu_companies.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_home a {
	background-image: url('../images/menu_home.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_invitations a {
	background-image: url('../images/menu_invitations.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_messages a {
	background-image: url('../images/menu_messages.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_profile a {
	background-image: url('../images/menu_profile.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_register a {
	background-image: url('../images/menu_register.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_whatsthis a {
	background-image: url('../images/menu_whatsthis.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul li.menu_account a:hover, #menu ul li.menu_clubs a:hover, #menu ul li.menu_companies a:hover, #menu ul li.menu_home a:hover, #menu ul li.menu_invitations a:hover, #menu ul li.menu_messages a:hover, #menu ul li.menu_profile a:hover, #menu ul li.menu_register a:hover, #menu ul li.menu_whatsthis a:hover {
	background-position: bottom;
}


/*#menu ul li.menu_account a.hover, #menu ul li.menu_clubs a.hover, #menu ul li.menu_companies a.hover, #menu ul li.menu_home a.hover, #menu ul li.menu_invitations a.hover, #menu ul li.menu_messages a.hover, #menu ul li.menu_profile a.hover, #menu ul li.menu_register a.hover, #menu ul li.menu_whatsthis a.hover {
	background-position: bottom;
    background-color: #fff;
	color: #001592;
}*/

#content_holder {
	width: 100%;
	background: url('../images/content.jpg') repeat-x top;
}

#content {
	width: 970px;
	margin: 0 auto;
	padding: 45px 15px 0 15px;
	text-align: justify;
}

#breadcrumb {
	width: 100%;
	height: 29px;
	margin: 1px 0 0 0;
	background: url('../images/breadcrumb.jpg') repeat-x;
	border-top: 4px solid #b60d26;
}

#breadcrumb p {
	width: 978px;
	margin: 0 auto;
	padding: 0 0 0 22px;
	color: #000;
	font-size: 11px;
	line-height: 24px;
}

#breadcrumb p a {
	color: #001592;
}

#left {
	float: left;
	width: 632px;
}

#left_270 {
	float: left;
	width: 270px;
}

#left_629 {
	float: left;
	width: 629px;
}

#right {
	float: right;
	width: 325px;
}

#right_688 {
	float: right;
	width: 688px;
}

#right_320 {
	float: right;
	width: 320px;
}

#footer_holder {
	width: 100%;
	height: 74px;
	margin: 20px 0 0 0;
	background: #969696;
	border-top: 1px solid #fff;
}

#footer {
	width: 1000px;
	height: 74px;
	margin: 0 auto;
	background: url('../images/glocoboo.jpg') no-repeat 20px 50%;
}

#footer ul {
	float: right;
	margin: 32px 24px 0 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
}

#footer ul li.current a {
	color: #001592;
	font-weight: bold;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

span.left_box_top {
	display: block;
	width: 632px;
	height: 20px;
	background: url('../images/left_box_top.jpg') no-repeat;
	overflow: hidden;
}

.left_box {
	width: 576px;
	padding: 5px 28px;
	background: url('../images/left_box.jpg') repeat-y;
}

span.left_box_bottom {
	display: block;
	width: 632px;
	height: 15px;
	background: url('../images/left_box_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.right_box_top {
	display: block;
	width: 325px;
	height: 20px;
	background: url('../images/right_box_top.jpg') no-repeat;
	overflow: hidden;
}

.right_box {
	width: 269px;
	padding: 5px 28px;
	background: url('../images/right_box.jpg') repeat-y;
}

span.right_box_bottom {
	display: block;
	width: 325px;
	height: 15px;
	background: url('../images/right_box_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_270_top {
	display: block;
	width: 270px;
	height: 10px;
	background: url('../images/box_270_top.jpg') no-repeat;
	overflow: hidden;
}

.box_270 {
	width: 214px;
	padding: 15px 28px;
	background: url('../images/box_270.jpg') repeat-y;
}

span.box_270_bottom {
	display: block;
	width: 270px;
	height: 10px;
	background: url('../images/box_270_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_629_top {
	display: block;
	width: 629px;
	height: 10px;
	background: url('../images/box_629_top.jpg') no-repeat;
	overflow: hidden;
}

.box_629 {
	width: 573px;
	padding: 15px 28px;
	background: url('../images/box_629.jpg') repeat-y;
}

span.box_629_bottom {
	display: block;
	width: 629px;
	height: 10px;
	background: url('../images/box_629_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_320_top {
	display: block;
	width: 320px;
	height: 10px;
	background: url('../images/box_320_top.jpg') no-repeat;
	overflow: hidden;
}

.box_320 {
	width: 264px;
	padding: 15px 28px;
	background: url('../images/box_320.jpg') repeat-y;
}

span.box_320_bottom {
	display: block;
	width: 320px;
	height: 10px;
	margin: 0 0 2px 0;
	background: url('../images/box_320_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_688_top {
	display: block;
	width: 688px;
	height: 10px;
	background: url('../images/box_688_top.jpg') no-repeat;
	overflow: hidden;
}

.box_688 {
	width: 632px;
	padding: 15px 28px;
	background: url('../images/box_688.jpg') repeat-y;
}

span.box_688_bottom {
	display: block;
	width: 688px;
	height: 10px;
	background: url('../images/box_688_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_954_top {
	display: block;
	width: 954px;
	height: 10px;
	margin: 0 auto;
	background: url('../images/box_954_top.jpg') no-repeat;
	overflow: hidden;
}

.box_954 {
	width: 912px;
	margin: 0 auto;
	padding: 15px 21px;
	background: url('../images/box_954.jpg') repeat-y;
}

span.box_954_bottom {
	display: block;
	width: 954px;
	height: 10px;
	margin: 0 auto;
	background: url('../images/box_954_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_472_top {
	display: block;
	width: 472px;
	height: 10px;
	margin: 0 auto;
	background: url('../images/box_472_top.jpg') no-repeat;
	overflow: hidden;
}

.box_472 {
	width: 438px;
	margin: 0 auto;
	padding: 15px 17px;
	background: url('../images/box_472.jpg') repeat-y;
	height:150px;
	overflow:hidden;
}

span.box_472_bottom {
	display: block;
	width: 472px;
	height: 10px;
	margin: 0 auto 10px auto;
	background: url('../images/box_472_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.box_650_top {
	display: block;
	width: 650px;
	height: 10px;
	margin: 2px 0 0 0;
	background: url('../images/box_650_top.jpg') no-repeat;
	overflow: hidden;
	clear: both;
}

.box_650 {
	width: 626px;
	padding: 5px 12px;
	background: url('../images/box_650.jpg') repeat-y;
}

span.box_650_bottom {
	display: block;
	width: 650px;
	height: 10px;
	margin: 0 0 10px 0;
	background: url('../images/box_650_bottom.jpg') no-repeat;
	overflow: hidden;
}

span.graybox_899_top {
	display: block;
	width: 899px;
	height: 10px;
	margin: 0 auto;
	background: url('../images/graybox_899_top.jpg') no-repeat;
	overflow: hidden;
}

.graybox_899 {
	width: 883px;
	margin: 0 auto;
	padding: 0 8px;
	background: url('../images/graybox_899.jpg') repeat-y;
}

span.graybox_899_bottom {
	display: block;
	width: 899px;
	height: 10px;
	margin: 0 auto 10px auto;
	background: url('../images/graybox_899_bottom.jpg') no-repeat;
	overflow: hidden;
}

.tip_box {
	width: 269px;
	min-height: 130px;
	background: url('../images/lightbulb.jpg') no-repeat center;
}

.right_box.banner {
	width: 308px;
	padding: 10px 8px 10px 9px;
	background: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.h2height {
	line-height: 18px;
}

.h3height {
	line-height: 16px;
}

table.messages {
	width: 579px;
}

table.messages td.sender {
	width: 152px;
	height: 26px;
	padding: 4px 0 0 34px;
	background: url('../images/td_sender.jpg') no-repeat top;
	vertical-align: top;
}

table.messages td.subject {
	width: 233px;
	height: 26px;
	padding: 4px 0 0 8px;
	background: url('../images/td_subject.jpg') no-repeat top;
	vertical-align: top;
}

table.messages td.date {
	width: 144px;
	height: 26px;
	padding: 4px 0 0 8px;
	background: url('../images/td_date.jpg') no-repeat top;
	vertical-align: top;
}

table.applicants {
	width: 579px;
	margin: 0 0 8px 0;
}

table.applicants td.name {
	width: 254px;
	height: 26px;
	padding: 4px 0 0 8px;
	background: url('../images/td_name.jpg') no-repeat top;
	vertical-align: top;
}

table.applicants td.date {
	width: 157px;
	height: 26px;
	padding: 4px 0 0 8px;
	background: url('../images/td_date2.jpg') no-repeat top;
	vertical-align: top;
}

table.applicants td.options {
	width: 144px;
	height: 26px;
	padding: 4px 0 0 8px;
	background: url('../images/td_options.jpg') no-repeat top;
	font-size: 11px;
	vertical-align: top;
}

table.applicants td.options a {
	color: #001592;
}

.messagebox {
	width: 219px;
	height: 29px;
	margin: 0 0 15px 7px;
	padding: 15px 15px 15px 45px;
	background: url('../images/messagebox.jpg') no-repeat;
	
}

.messagebox_small {
	width: 166px;
	height: 33px;
	margin: 0 0 15px 0;
	padding: 5px 15px 5px 45px;
	background: url('../images/messagebox_small.jpg') no-repeat;
}

.bubble {
	background: url('../images/bubble.jpg') no-repeat 100% 50%;
}

.correct {
	background: url('../images/correct.jpg') no-repeat 100% 50%;
}

.cloud {
	background: url('../images/cloud.jpg') no-repeat 100% 50%;
}

#content .center {
	text-align: center;
}

#content .nomargin {
	margin: 0;
}

#content .nomarginbottom {
	margin-bottom: 0;
}

#content .minimargintop {
	margin-top: 2px;
}

#content .margintop {
	margin-top: 15px;
}

#content .marginbottom {
	margin-bottom: 15px;
}

#content .smallmarginbottom {
	margin-bottom: 5px;
}

#content .marginauto {
	margin-right: auto;
	margin-left: auto;
}

#content .h2height {
	line-height: 18px;
}

a.bluebutton {
	float: left;
	display: block;
	width: auto;
	height: 23px;
	background: url('../images/bluebutton_left.jpg') no-repeat left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
}

a.bluebutton.buttonright {
	float: right;
}

a.bluebutton.buttonarrow {
	padding-left: 6px;
	background: url('../images/bluebutton_left_arrow.jpg') no-repeat left;
}

a.bluebutton span {
	display: block;
	height: 23px;
	padding: 0 15px;
	background: url('../images/bluebutton_right.jpg') no-repeat right;
}

a.numborder {
	float: left;
	display: block;
	width: auto;
	height: 18px;
	margin: 0 1px;
	background: url('../images/numborder_left.jpg') no-repeat left top;
	color: #c50000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}

a.numborder2 {
	float: left;
	display: block;
	width: 22px;
	height: 18px;
	margin: 0 1px;
	background: url('../images/numborder_left.jpg') no-repeat left top;
	color: #c50000;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
}

a.numborder span, a.numborder2 span {
	display: block;
	height: 18px;
	padding: 0 9px;
	background: url('../images/numborder_right.jpg') no-repeat right top;
}

a.numborder:hover, a.actual {
	background-position: bottom left;
	color: #fff;
}

a.numborder:hover span, a.actual span {
	background-position: bottom right;
}
a.numborder2:hover, a.actual {
	background-position: bottom left;
	color: #fff;
}

a.numborder2:hover span, a.actual span {
	background-position: bottom right;
}

.graybox_640 {
	width: 640px;
	margin: 0 0 10px 0;
	background: url('../images/graybox_640_middle.jpg') repeat-y;
}

.graybox_640_content {
	width: 610px;
	min-height: 90px;
	padding: 15px 15px 5px 15px;
	background: url('../images/graybox_640_top.jpg') no-repeat top;
}

span.graybox_640_bottom {
	display: block;
	width: 640px;
	height: 10px;
	background: url('../images/graybox_640_bottom.jpg');
	overflow: hidden;
}

.graybox_640 img {
	float: left;
	border: 2px solid #fff;
}

.graybox_640 .graybox_right {
	float: right;
	width: 475px;
	font-size: 11px;
}

.graybox_640 .graybox_header {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
}

.graybox_451 {
	width: 451px;
	margin: 0 5px 10px 0;
	background: url('../images/graybox_451_middle.jpg') repeat-y;
	float: left;
}

.graybox_451_content {
	width: 421px;
	height: 125px;
	padding: 15px 15px 5px 15px;
	background: url('../images/graybox_451_top.jpg') no-repeat top;
}

span.graybox_451_bottom {
	display: block;
	width: 451px;
	height: 10px;
	background: url('../images/graybox_451_bottom.jpg');
	overflow: hidden;
}

.graybox_451 img {
	float: left;
	border: 2px solid #fff;
}

.graybox_451 .graybox_right {
	float: right;
	width: 275px;
}

.graybox_279 {
	width: 279px;
	margin: 0 0 10px 0;
	background: url('../images/graybox_279_middle.jpg') repeat-y;
}

.graybox_279_content {
	width: 249px;
	min-height: 69px;
	padding: 15px 15px 5px 15px;
	background: url('../images/graybox_279_top.jpg') no-repeat top;
}

span.graybox_279_bottom {
	display: block;
	width: 279px;
	height: 10px;
	background: url('../images/graybox_279_bottom.jpg');
	overflow: hidden;
}

.graybox_279 img {
	float: left;
	border: 1px solid #dbdbdb;
}

.graybox_279 .graybox_right {
	float: right;
	width: 140px;
}

.box_640 {
	width: 640px;
	margin: 0 0 10px 0;
}

.box_640_content {
	width: 610px;
	padding: 15px;
}

.box_640 img {
	float: left;
	border: 2px solid #fff;
}

.box_right {
	float: right;
	width: 475px;
	font-size: 11px;
}

.box_header {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
}

textarea.message {
	width: 622px;
	height: 92px;
	padding: 5px;
	background: url('../images/textarea_message.jpg') no-repeat;
	border: 0;
}

textarea.smallmessage {
	width: 204px;
	height: 122px;
	padding: 5px;
	background: url('../images/textarea_smallmessage.jpg') no-repeat;
	border: 0;
}

.twocol_451 {
	width: 451px;
	margin: 0 0 5px 0;
}

.twocol_472 {
	width: 472px;
}

.twocol_279 {
	width: 279px;
	margin: 0 0 5px 0;
}

.twocol_472.floatleft {
	margin-left: 5px;
}

.twocol_472.floatright {
	margin-right: 5px;
}

.italic {
	font-style: italic;
}

ul.tabs {
	width: 632px;
	margin: 0;
	list-style: none;
}

ul.tabs.paddingleft {
	width: 600px;
	padding-left: 32px;
	display:block;
}

ul.tabs li {
	float: left;
	width: auto;
	height: 28px;
	margin: 0 3px 0 0;
	background: url('../images/tab_left.jpg') no-repeat left top;
}

ul.tabs li a {
	display: block;
	height: 28px;
	padding: 0 10px;
	background: url('../images/tab_right.jpg') no-repeat right top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}

ul.tabs li.current {
	background: url('../images/tab_left.jpg') no-repeat left bottom;
}

ul.tabs li.current a {
	background: url('../images/tab_right.jpg') no-repeat right bottom;
	color: #001592;
	font-weight: normal;
}

span.profile_box_top {
	position: relative;
	top: -5px;
	display: block;
	width: 632px;
	height: 20px;
	margin: 0 auto;
	background: url('../images/profile_box_top.png') no-repeat;
	overflow: hidden;
}

.profile_box {
	position: relative;
	top: -5px;
	width: 582px;
	margin: 0 auto;
	padding: 5px 25px;
	background: url('../images/profile_box.jpg') repeat-y;
	line-height: 18px;
}

span.profile_box_bottom {
	position: relative;
	top: -5px;
	display: block;
	width: 632px;
	height: 20px;
	margin: 0 auto;
	background: url('../images/profile_box_bottom.jpg') no-repeat;
	overflow: hidden;
}

table.default {
	background: #e5e5e5;
	font-size: 11px;
}

table.default thead {
	background: #fff;
}

table.default th {
	padding: 5px 8px;
	background: #001592;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

table.default td {
	padding: 5px 8px;
	background: #fff;
}

table.default td.gray {
	background: #f5f5f5;
}

img.clubimg {
	float: left;
}

.box_right_300 {
	float: right;
	width: 300px;
	line-height: 18px;
}

table.nostyle td {
	padding: 0 5px;
}

table.nostyle tr.groupend td {
	padding-bottom: 10px;
}

.images {
	text-align: left;
}

.images img {
	border:3px solid #DBDBDB;
	margin:11px;
}

.images a {
	position: relative; 
}

.images span {
display:block;
left:0;
margin-left:14px;
position:absolute;
text-align:center;
width:116px;
bottom: -5px;
color:#414141;
height: 18px;
overflow: hidden;
}

img.grayborder {
	border: 1px solid #d1d1d1;
}

.imgleft {
	float: left;
	margin: 0 20px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 20px;
}


.twocol_220 {
	width: 220px;
	margin: 0 0 20px 0;
}

#company_search_form label {
	float: left;
	display: block;
	width: 58px;
	line-height: 18px;
}

input#company_search_city, input#params_sector_id {
	float: left;
	width: 150px;
	height: 16px;
	padding: 2px 4px 0 4px;
	background: #f5f5f5;
	border: 1px solid #dadada;
}

select#company_search_country, select#params_sector_id  {
	float: left;
	width: 158px;
	height: 20px;
	padding: 2px;
	background: #f5f5f5;
	border: 1px solid #dadada;
}

#company_search_form input.disabled, #company_search_form select.disabled {
	background: #fafafa;
	border-color: #ececec;
}

#club_search_form label {
	float: left;
	display: block;
	width: 200px;
	line-height: 20px;
	font-size: 20px
}

#club_search_form p {
	padding: 0 0 0 20px;	
}

input#club_search{
	float: left;
	width: 200px;
	height: 20px;
	padding: 2px 4px 0 4px;
	background: #f5f5f5;
	border: 1px solid #dadada;
	font-size: 16px
}


#login_form p {
	height: 20px;
	margin: 0 0 10px 0;
}

#login_form label {
	float: left;
	display: block;
	width: 89px;
}

input#login_name, input#login_pass {
	float: left;
	width: 167px;
	height: 18px;
	padding: 2px 4px 0 4px;
	background: url('../images/login_input.jpg') no-repeat;
	border: 0;
}

input.standalone {
  margin: 2px 20px 0 20px;
}

.small {
	font-size: 11px;
}

a.bigbutton {
	display: block;
	width: 186px;
	height: 44px;
	padding: 0 20px;
	background: url('../images/bigbutton.jpg') no-repeat;
	color: #001592;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 44px;
}

#send_invite_form label {
	display: block;
	margin: 0 0 4px 5px;
}

input#send_invite_name, input#send_invite_email {
	width: 211px;
	height: 19px;
	margin: 0 0 15px 0;
	padding: 3px 4px 0 4px;
	background: url('../images/invite_input.jpg') no-repeat;
	border: 0;
}

textarea#send_invite_message {
	width: 902px;
	height: 152px;
	margin: 0 0 15px 0;
	padding: 5px;
	background: url('../images/invite_textarea.jpg') no-repeat;
	border: 0;
}

#blank_form label {
	clear: both;
	float: left;
	display: block;
	width: 145px;
	margin: 0 0 10px 0;
	
font-size:12px;
color:#001592 !important;
font-style:normal;
font-weight:bold;
}

#blank_form span.note {
	clear: both;
	float: left;
	width: 200px;
	margin: 0 0 10px 145px;
	color: #6e6e6e;
	font-size: 10px;
}

#blank_form p.button {
	margin-right: 35px;
}


#blank_form select {
	float: left;
}

input#blank_name, input#blank_email, input#blank_url {
	float: left;
	width: 167px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 2px 4px 0 4px;
	background: url('../images/blank_input.jpg') no-repeat;
	border: 0;
}


input.kerekitett {
	float: left;
	width: 167px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 2px 4px 0 4px;
	background: url('../images/blank_input.jpg') no-repeat;
	border: 0;
}



#blank_form select {
	width: 167px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 2px 4px 0 4px;
	border: 1px solid #DADADA;
	background: #F5F5F5;
}

#blank_form div {
  display: block;	
  float: left;
  margin-top: 2px;
}

#blank_form textarea {
	float: left;
	width: 385px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url('../images/blank_textarea.jpg') no-repeat;
	border: 0;
}

.message_header {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dadada;
}

.message_header img {
	float: left;
}

.message_header_center {
	float: left;
	width: 400px;
	margin: 0 10px;
}

.message_header_right {
	float: left;
}

.message_header_right a {
	text-decoration: none;
}

.message_header_right a strong {
	color: #001592;
	font-weight: normal;
}

.form-error-msg {
	clear:both;
	color:#FF0000;
	display:block;
	float:none !important;
	margin-bottom:4px !important;
	padding-left:5px;
}

.editable {
	position: relative;
}
		
.editable a.edit_link {
	margin-top: 3px;
	background:transparent url(../images/gomb.jpg) no-repeat scroll left top;
	display:block;
	font-size:9px;
	height:21px;
	line-height:18px;
	padding-top:2px;
	position:absolute;
	right:0;
	text-align:left;
	text-decoration:none;
	width:112px;
	padding-left: 23px;
}

#logo .editable a.edit_link, #logo.editable a.edit_link {
	bottom:-26px;
	position:absolute;
	right:-20px;
}

#logoimg {
	margin-bottom: 10px;
	}

a.edit_link:hover {
	background:transparent url(../images/gomb.jpg) no-repeat scroll left bottom;
	text-decoration: none;
	color: #fff;
	}

.hover a.edit_link {
  display:block;
}

.edit_form {
  background: #F4F4F4;
  padding:5px 25px;
  margin: 0 0 15px 0;
  border: 1px solid #DBDBDB;
}

.edit_form input, .edit_form select{
  	border: 1px solid #DBDBDB;
  	background: #fff;
}

.edit_form label {
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:0 2px 2px;
	padding:0;
	width:110px;
}

.edit_form div{
    margin-top: 6px;
}

h4 {
color:#DF0000;
margin-bottom: 5px;
font-size: 13px;
}

.line {
  height: 1px;
  overflow: hidden;
  width: 100%;
  display: block;
  clear: both;
  background: #DBDBDB;
  margin-bottom:10px;
margin-top:15px;
}
.videos {
  text-align: center;
}
.videos embed {
  border:3px solid #DBDBDB;
}

.club_box {
  float: left;
  margin-left: 13px;
  text-align: left!important;
}

.friend_box img {
border:2px solid #FFFFFF;
float:left;
margin:17px 10px 0 4px;
}

.friend_box_right{
float:right;
margin-right:10px;
width:170px;
}

.friend_box {
background:#F0F0F0 none repeat scroll 0 0;
border:1px solid #DADADA;
float:left;
margin-left:6px;
margin-bottom:6px;
width:279px;
height: 109px;
}

.button a {
background:#969696 none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
font-weight:normal;
height:15px;
line-height:23px;
margin-left:10px;
margin-top:15px;
padding:5px 7px 4px;
text-align:center;
text-decoration:none;
width:53px;
font-size: 11px;
}

#MB_frame h3 {
  color:#DF0000;
font-size:18px;
font-weight:normal;
margin:0 0 20px;
font-family:arial,helvetica,sans-serif;
}

#MB_frame b {
color:#001592 !important;
font-style:normal;
font-weight:bold;
}

#MB_frame #sf_admin_edit_form {
color:#414141 !important;
font-family:arial,helvetica,sans-serif;
font-size:12px;
}


#MB_frame #sf_admin_edit_form label{
  display:block;
float:left;
font-size:12px;
width:100px;
color:#001592 !important;
font-style:normal;
font-weight:bold;
}

#MB_frame #sf_admin_edit_form {
margin-top: 10px;
margin-left: 10px;
}

#MB_frame #sf_admin_edit_form input, #MB_frame #sf_admin_edit_form textarea{
border: 1px solid #dadada;
}


#MB_frame #sf_admin_edit_form div{
 clear:both;
 margin-top: 10px;
}

#content h3.blue a:hover {
 color: #c60001;
 text-decoration: none!important;
}

.pagination_desc {
 margin-bottom: 12px;
}

#products img {
border:3px solid #DBDBDB;
margin-bottom:15px;
margin-right:10px;
float:left;
}

.sf_admin_checklist li{
	display:block;
   float:left;
   width:170px;
}

.sf_admin_checklist{
	display:block;
   clear:both;
}

.sf_admin_checklist li label{
  float: none;
}


.graybox_580 {
    width: 580px;
    margin: 0 0 10px 0;
    background: url('../images/graybox_580_middle.jpg') repeat-y;
}

.graybox_580_content {
    width: 550px;
    min-height: 90px;
    padding: 15px 15px 5px 15px;
    background: url('../images/graybox_580_top.jpg') no-repeat top;
}

span.graybox_580_bottom {
    display: block;
    width: 580px;
    height: 10px;
    background: url('../images/graybox_580_bottom.jpg');
    overflow: hidden;
}

.graybox_580 img {
    float: left;
    border: 2px solid #fff;
}

.graybox_580 .graybox_right {
    float: right;
    width: 415px;
    font-size: 11px;
}

.graybox_580 .graybox_header {
    margin: 0 0 5px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
}

table.forum {
    width: 580px;
    background: #e5e5e5;
    font-size: 12px;
}

table.forum thead {
    background: #fff;
}

table.forum th {
    padding: 5px 8px;
    background: #001592;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

table.forum td {
    padding: 5px 8px;
    background: #fff;
    text-align: center;
}

table.forum tr.gray td {
    background: #f5f5f5;
}

p.topics {
    margin: 5px 0 0 0;
    padding: 0 5px 0 0;
    text-align: right;
}

.fizetos {
	background-color:#F0F0F0;
	border: 1px solid #DADADA;
	padding: 11px;
	margin-bottom:10px;
	width: 330px;
}

table.params tr td{
padding: 0px !important;	
	}
	
	
.tr_credit {
color:#00DF00;
font-weight: bold;
}

.tr_charge {
color:#DF0000;
font-weight: bold;
}

#content h3.smallblue {
color:#001592;
font-size:14px;
font-weight:bold;
margin:0 0 2px;
}

#transactionStatus { width: 650px; height: 37px; margin: 5px auto 10px auto; background: url('../images/csik.jpg') no-repeat left top; }
#transactionStatus ul { width: 642px; height: 30px; margin: 2px auto 2px auto; padding: 0 0 0 0;}
#transactionStatus ul li { list-style: none; display: block; float: left; width: 214px; text-align: center; padding-top: 11px; color: #fff; }
#transactionStatus ul li.active { color: #001592; }

#transactionStatus.active2 { background-position: 0 -37px; }
#transactionStatus.active3 { background-position: 0 -74px; }


.msgError{
  clear:both;
  color:#ff0000;
  display:block;
  font-family:sans-serif;
  font-size:14px;
  font-weight:bold;
  letter-spacing:5px;
  margin:15px 0 !important;
  padding:0 0 0 8px;
  text-transform:uppercase;
}

.msgWarning{
  border-left:30px solid #ff0000;
  clear:both;
  color:#ff0000;
  display:block;
  font-family:sans-serif;
  font-size:14px;
  font-weight:bold;
  letter-spacing:5px;
  margin:15px 0 !important;
  padding:0 0 0 8px;
  text-transform:uppercase;
}

.msgInfo{
	border-left:30px solid #2693CC;
	clear:both;
	color:#2693CC;
	display:block;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:5px;
	margin:15px 0 !important;
	padding:0 0 0 8px;
	text-transform:uppercase;
}

.auto_complete ul li span {
  color: #DF0000;
}

#rating {
	margin-bottom: 5px;
	}


#regStatus { width: 573px; height: 37px; margin: 5px auto 10px auto; background: url('../images/nyilak.jpg') no-repeat left top; }
#regStatus ul { width: 570px; height: 30px; margin: 2px auto 2px auto; padding: 0 0 0 0;}
#regStatus ul li { list-style: none; display: block; float: left; width: 190px; text-align: center; padding-top: 11px; color: #fff; }
#regStatus ul li.active { color: #001592; }

#regStatus.active2 { background-position: 0 -37px; }
#regStatus.active3 { background-position: 0 -74px; }

#sf_guard_auth_form input[type=submit] {
  color: #ffffff!important;
}

#menu form {
	width: 955px;
	margin: 0 auto;
	padding: 0 0 0 45px;
}

#menu form div {
	float: left;
}

#menu form label {
	margin: 1px 10px 0 0;
	color: #fff;
	font-weight: bold;
	line-height: 64px;
	float:left; 
}

#menu form label.remember {
	color: #b3bae5;
	font-weight: normal;
	margin-top: 2px;
	float:left;
}

#menu form input.textinput {
	width: 135px;
	height: 18px;
	margin: 23px 20px 0 0;
	padding: 1px 3px 0 3px;
	border: 1px solid #818edd;
}

#menu form input.submit {
	width: 79px;
	height: 25px;
	margin: 21px 30px 0 0;
	padding: 0;
	background: url('../images/submit.gif') no-repeat;
	border: 0!important;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

#menu form #remember {
	margin: 27px 10px 0 0;
	float: left;
	}

#menu form input.checkbox {
	margin: 0 10px 0 0;
}

#menu .forgot {
	padding: 27px 0 0 30px;
}

#menu .forgot a {
	color: #b3bae5;
}

#right label {
	clear: left;
	float: left;
	display: block;
	width: 103px;
	margin: 0 0 10px 0;
}

#right input {
	float: left;
	width: 149px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 2px 3px 0 3px;
	background: url('../images/input.gif') no-repeat;
	border: 0;
}

#right input.error {
	background: url('../images/input_error.gif') no-repeat;
}

#right form input.submit {
	float: right;
	width: 77px;
	height: 23px;
	margin: 0 4px 0 0;
	padding: 0;
	background: url('../images/submit_white.gif') no-repeat;
	border: 0!important;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#webtown {
	float: right;
	margin: 28px 20px 0 0;
}


.error_message {
	position: relative;
	float: left;
  color: #454545 !important;
}

.error_message p {
	position: absolute;
  z-index: 10;
	top: -13px;
	left: 20px;
	display: none;
	width: 172px;
	height: 54px;
	padding: 20px 15px 10px 17px !important;
	background: url('../images/error_bubble_k.png') no-repeat;
}

.error_message p b {
	color:#DF0000;
	margin-bottom: 0;
	font-weight: bold;
	display:block;
}

.error_message:hover p {
	display: block;
}

.sf_admin_checklist input {
  float:left; 
}

ul.sf_admin_checklist li label {
  float:left; 
  clear: none!important;
  margin-left: 10px!important;
}

.credit {
    padding: 2px 0 0 150px;
}

.gray_lightbulb {
    min-height: 280px;
    background: url('../images/gray_lightbulb.gif') no-repeat 500px 20px;
}

.forgotpass {
    padding: 4px 0 0 20px;
    font-size: 10px;
    text-decoration: underline;
}

.box_320.smallpadding {
    padding-top: 7px;
    padding-bottom: 2px;
}

#login_form .form_error {
     color: #df0000;
    text-align:right;
}

.register_big {
    display: block;
    width: 272px;
    height: 81px;
    background: url('../images/register_big.gif') no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 81px;
}

#lang_loading {
	margin-bottom:0;
	margin-left:27px;
	margin-right:0;
	margin-top:6px;
}
.message_board_settings
{
  margin-top:20px;
}
p.topics {
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	text-align: right;
}

span.mainsmall_box_top {
	display: block;
	width: 268px;
	height: 20px;
	background: url('../images/mainsmall_box_top.jpg') no-repeat;
	overflow: hidden;
}

.mainsmall_box {
	width: 224px;
	padding: 5px 22px;
	background: url('../images/mainsmall_box.jpg') repeat-y;
}

span.mainsmall_box_bottom {
	display: block;
	width: 268px;
	height: 15px;
	background: url('../images/mainsmall_box_bottom.jpg') no-repeat;
	overflow: hidden;
}

.mainsmall_box .tip_box {
	width: 224px;
}

a.h2side {
	position: relative;
	top: -40px;
	float: right;
	height: 0;
	color: #6e6e6e;
}

a.h2side2 {
	color: #6e6e6e;
}

.messagebox_small_2 {
	width: 226px;
  background-image:url("../images/top.png");
  background-repeat:no-repeat;
  background-position:top left;
}

.messagebox_small_2  .inbox {
	margin: 0 0 5px 0;
	padding: 5px 15px 5px 15px;
  background-image:url("../images/bottom.png");
  background-repeat:no-repeat;
  background-position:bottom left;
}


/*.messagebox_small_2 {
	width: 196px;
	height: 33px;
	margin: 0 0 5px 0;
	padding: 5px 15px 5px 15px;
	background: url('../images/messagebox_small_2.jpg') no-repeat;
}*/

#main_left {
	float: left;
	width: 268px;
}

#main_center {
	float: left;
	width: 396px;
	padding: 4px 0 0 20px;
}

#main_right {
	float: right;
	width: 268px;
}

span.sender {
	float: left;
	display: block;
	height: 18px;
	padding-left: 20px;
  background-image: url('../images/sender.gif');
  background-repeat:no-repeat;
  background-position: 2px 0;}

span.date {
	float: right;
	display: block;
	height: 18px;
	padding-left: 16px;
  background-image: url('../images/date.gif');
  background-repeat:no-repeat;
  background-position: 2px 0;
}

span.subject {
	clear: both;
	display: block;
}

.add_post {
	margin: 0 0 15px 0;
	padding: 5px;
	background: #ebebeb;
}

.add_post img {
	float: left;
	border: 1px solid #dcdcdc;
}

.add_post_right {
float: right;
width: 280px;
min-height: 50px;
background: #fff;
border: 1px solid #dcdcdc;
}

.add_post_right textarea {
float: left;
width: 218px;
height: 34px;
padding: 8px;
background: none;
border: 0;
font-size: 12px;
}

.add_submit {
float: left !important;
height: 28px !important;
margin: 11px 0 0 11px !important;
padding: 0 5px !important;
background: url('../images/add_submit.gif') repeat-x !important;
border: 0 !important;
color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
cursor: pointer !important;
}
input[type=submit] {
	color:#FFFFFF;
	font-weight:bold;
	line-height:23px;
	text-align:center;
	background:#0019B1 none repeat scroll 0 0;
	border: 1px solid #000f6a;
	height:23px;
	padding:0 15px 2px 15px;
	margin-top:15px;
}

.post {
	margin: 0 0 15px 0;
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.post.last {
	border: 0;
}

.post p {
	margin-bottom: 5px;
}

.post img {
	float: left;
	border: 1px solid #dcdcdc;
}

.post_right {
	float: right;
	width: 270px;
	padding: 0 5px;
}

.p_date {
	float: left;
	display: block;
	width: 130px;
	margin: 0 0 5px 0;
	color: #001bbb;
	font-size: 11px;
}

.p_actions {
	float: left;
	display: block;
	margin: 0 0 5px 0;
}

.p_add {
	margin-right: 5px;
	padding: 0 0 0 15px;
	background: url('../images/add.gif') no-repeat left;
	color: #001bbb;
	font-size: 11px;
	text-decoration: none;
}

.p_del {
	padding: 0 0 0 15px;
	background: url('../images/del.gif') no-repeat left;
	color: #001bbb;
	font-size: 11px;
	text-decoration: none;
}

.add_comment {
	position: relative;
	padding: 2px;
	background: #ebebeb;
}

.comment {
	position: relative;
	margin: 0 0 2px 0;
	padding: 2px;
	background: #ebebeb;
}

.post .add_comment img {
	border: 0;
}

.post .comment img {
	border: 0;
}

.comment_right {
	float: right;
	width: 200px;
	padding: 2px 5px;
	font-size: 11px;
}

.comment p {
	margin-bottom: 5px;
}

.add_comment textarea {
	width: 144px;
	height: 28px;
	padding: 4px;
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #959595;
	font-size: 11px;
	float:left;
}

.c_date {
	float: left;
	color: #aeaeae;
	font-size: 10px;
}

.c_del {
	float: right;
}

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

.arrow_gray {
	position: absolute;
	top: -10px;
	left: 15px;
	display: block;
  border-color: transparent transparent #ebebeb transparent;
  border-style: solid;
  border-width: 5px;
  width:0;
  height:0;
}

.arrow_white {
	position: absolute;
	bottom: 0;
	left: 15px;
	display: block;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 5px;
  width:0;
  height:0;
}
span.box_396_top {
	display: block;
	width: 396px;
	height: 10px;
	margin: 0 auto;
	background: url('../images/box_396_top.jpg') no-repeat;
	overflow: hidden;
}

.box_396 {
	width: 362px;
	margin: 0 auto;
	padding: 11px 17px;
	background: url('../images/box_396.jpg') repeat-y;
}

span.box_396_bottom {
	display: block;
	width: 396px;
	height: 10px;
	margin: 0 auto 10px auto;
	background: url('../images/box_396_bottom.jpg') no-repeat;
	overflow: hidden;
}

/* sajat */
.p_author a {
	float: left;
	display: block;
	width: 130px;
	margin: 0 0 5px 0;
	color: #001bbb;
	font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
}

.addcomment_submit {
float: left !important;
height: 28px !important;
margin: 11px 0 0 11px !important;
padding: 0 5px !important;
background: url('../images/add_submit.gif') repeat-x !important;
border: 0 !important;
color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
cursor: pointer !important;
}

