/* ----------------------------------------------------------

	Site:		Porthole
	Type:		Main CSS

	Author: 	orion
------------------------------------------------------------- */

/* @group reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

ul, ol {
	list-style: none;	
}

input[type="text"] {
	border:1px solid #4283B2;
	background-image:url(/static/imgs/text_input_bg.png);
	background-repeat: repeat-x;
}

input[type="password"] {
	border:1px solid #4283B2;
	background-image:url(/static/imgs/text_input_bg.png);
	background-repeat: repeat-x;
}

input[type="submit"],
input[type="button"] {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	height:21px;
	font-size:9px;
}

input[type="button"] {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	height:21px;
	font-size:9px;
}
	

/* @end reset */

/* group general*/

h3{
	font-size: 20px;
}

.cikkblock h3 {
	font-size: 12px !important;
	color: #546572;
	margin-top: 5px;
}

h2 {
	text-transform: uppercase;
}

a{
	text-decoration: none;
	color:#4283B2;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color:#4283B2;
}

.clr {
	clear: both;	    
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.dspn {
	display: none;
}

body{
	/*font-family:tahoma;*/
	background-image: url(/static/imgs/body_head_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	background-color:#FFFFFF;
}

input, textarea, select {
	color:#546572;
}

.dspnone{
	display: none;
}

.shadow{
	-moz-box-shadow: 0px 0px 5px #CFCFCF; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 5px #CFCFCF; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 5px #CFCFCF; /* Opera 10.5, IE 9.0 */
}

.border{
    border: 1px solid #C0C0C0;
}

.rounded{
	-moz-border-radius: 12px; /* FF1+ */
  	-webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */    
}
.inside{
	background:transparent url(/static/imgs/inside.png) no-repeat scroll 0 0;
	color:white;
	display:block;
	font-size:12px;
	height:33px;
	padding:10px 0 0 16px;
	position:absolute;
	width:85px;
}

.dark {
	background-color:#EAEBEB;
}


/* @end general */

/* group containers */

.container {
	width: 980px;
	margin: 0 auto;
}

.w170 {
	width:170px;
	float: left;
}

.w190 {
	width:190px;
	float: left;
}

.w200 {
	width:200px;
	float: left;
}

.w260 {
	width:260px;
	float: left;
}

.w305 {
	width:305px;
	float: left;
}

.w310 {
	width:310px;
	float: left;
}

.w330 {
	width:330px;
	float: left;
}

.w350 {
	width:350px;
	float: left;
}


.w610 {
	width:610px;
	float: left;
}

/* @end containers */

/* group header */

.home_link {
	display:block;
	position:absolute;
	top:25px;
	width:329px;	
	float:left;
	height:45px;
}

.header_reg {
	width: 234px;
	float: left;
}

.header_top form {
	float: left;
}

.header_email {
	float: left;
	width:174px;
	height:68px;
}

.header_password {
	float: left;
	width:230px;
	height:68px;
}

.registration_btn {
	background-image: url(/static/imgs/regisztracio_btn_bg.png);
	background-repeat: no-repeat;
	width: 79px;
	height:15px;
	font-size:9px;
	display: block;
	color: #FFFFFF;
	padding: 3px 0 3px 8px;
	float:left;
	margin-top: 48px;
	margin-right: 20px;
}

.facebook_connect_btn {
	background-image: url(/static/imgs/facebook_connect_btn_bg.png);
	background-repeat: no-repeat;
	width: 107px;
	height:25px;
	display: block;
	float:left; 
	margin-top: 46px;
	margin-right: 20px;
}

.header_top {
	width:647px;
	height:73px;
	float: right;
}

.header_top label {
	color:#546572;
	font-size:10px;
	position:relative;
	top:32px;
}

.header_top input {
	border: solid 1px #4283b2;
	position:relative;
	width:160px;
}

.header_top #login_pwd,
.header_top #login_email {
	position:relative;
	top:33px;
}

.header_top .password_label {
	position:relative;
	top:31px;
}

.header_top .login_sbmt {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;	
	border: none 0px #000;
	background-position: 1px 1px;
	top:13px;
	left:170px;
}

.login_info {
	float:right;
	font-size:10px;
	margin-right:76px;
	position:relative;
	top:58px;
	width:500px;
	text-align:right;
}

.login_info a.kilepes {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-repeat:no-repeat;
	bottom:17px;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	left:505px;
	padding:3px 1px 1px 10px;
	position:relative;
	width:61px;	
	text-align:left;
}

.login_sbmt:hover {
	cursor: pointer;
	/*text-decoration: underline;*/
}

.header_top_search {
	float:right;
	height:58px;
	width:647px;
	text-align:right;
	padding-right:10px;
}

#top_search {
	width:160px;
}

.header_top_search .search_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	font-size:9px;
	height:22px;
	width:60px;
	background-position: 1px 2px;
	margin-left:3px;
	padding:2px 1px 1px 0;
}

.header_top_search .search_btn:hover {
	cursor: pointer;
}
.box_kereses_talalatok .lapozo {
	text-align: center;
	margin: 0 auto;
}
.box_kereses_talalatok .lapozo li {
	display: inline;
	margin: 5px;
}

.box_kereses_talalatok {
	margin-bottom: 20px;
}

.box_kereses_talalatok h2 {
	color: #546572;
	display: block;
}

.box_kereses_talalatok h3 {
	color: #546572;
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
}

.kereses_talalatok {
	margin-top: 15px;
}

.kereses_talalat {
	margin-bottom: 20px;
}

.kereses_talalat h3 {
	margin-bottom: 10px;
	line-height: 20p;
}

.kereses_talalat h3,
.kereses_talalat h3 a {
	color:#4283B2;
	font-family:tahoma;
	font-size:18px;
	font-weight:normal;
}
.kereses_talalat p {
	margin-bottom: 5px;
}

.header_bg {
	background:transparent url(/static/imgs/body_head_bg.png) no-repeat scroll -159px 0px;
	height:164px;
}

.top_menu {
	background-image:url(/static/imgs/top_menu_bg.png);
	background-repeat:no-repeat;
	width: 980px;
	height: 33px;
	clear:right;
	padding-left:9px;
}

.top_menu li {
	float:left;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px 15px 0 15px;
	background-image:url(/static/imgs/top_menu_sep_bg.png);
	background-repeat:no-repeat;
	background-position:right 0;
	display:block;
	height:23px;
	text-transform: uppercase;
}

.header_top_search input {
	border:1px solid #4283B2;
	margin-top: 7px;
	width:160px;
}



.top_menu li a {
	color: #FFFFFF;
	font-size: 13px;
}

.popup_menu {
	z-index:100; 
	height: 28px; 
	position: absolute; 
	display: none;
	margin-top:8px;
	margin-left: -40px;
}

.top_menu .popup_menu li {
	background-color:#DC7302;
	height:19px;
	padding: 7px 20px 3px 20px;
}

.top_menu_item .popup_menu .first_child {
	background-color:transparent;
	background-image:url(/static/imgs/popup_menu_first_child_bg.png);
	height:19px;
	background-position:16px 0;
	padding-left: 0px;
}

.top_menu_item  .popup_menu .last_child {
	background-image: url(/static/imgs/popup_menu_last_child_bg.png);
	background-color:transparent;
	height:19px;
	background-position:0 0;
	padding-left: 0px;
}

.main_left {
	width: 610px;
	float:left;
}

.main_right {
	width: 370px;
	float: left;
}

.you_are_here {
	font-size: 10px;
	color: #000;
	width: 610px;
	padding: 4px 0 10px 10px;
}

.you_are_here a {
	font-size: 10px;
	color: #000;
}

.accentuated_news {
	padding-left: 10px;
	background-image: url(/static/imgs/heading_border_bg.png);
	background-repeat: repeat-x;
	background-position: 1px 30px;
}

.accentuated_news h2 {
	font-size: 15px;
	color:#546572;
	display: block;
	margin-bottom:29px;
	/*border-bottom: solid 1px #546572;*/
}

.accentuated_news h3,
.accentuated_news h3 a {
	font-size: 18px;
	color: #4283B2;
	font-family: tahoma;
	font-weight:normal;
}

.accentuated_news h3 {
	margin-bottom: 10px;
	line-height: 20px;
}

.accentuated_news p {
	font-size: 12px;
	color: #546572;
	line-height: 17px;
	margin-bottom:20px;
}

.cikkbody {
	color:#546572;
	font-size:12px;
	line-height:17px;
	padding:0 0 20px;
}

.article_page .cikkinfo {
	color:#546572;
}

.cikkinfo .date {
	color:#E5AF45;
	font-family:tahoma;
	font-size:11px;
/*	padding-bottom:10px;*/
}

.accentuated_news p a {
	color: #E5AF45;
}

.accentuated_news .leadheadwrp {
}

.accentuated_news_more .leadheadwrp {
	width: 270px;
}

.article_data li {
	float:left;
	padding-right: 3px;
	font-family:tahoma;
}

.article_data {
	width:100%;
	font-family:tahoma;
	padding-bottom:10px;
	font-size: 11px;
	color: #e5af45;
	font-family:tahoma;
}

.article_column {
	font-size: 11px;
	color: #6298bf;
	font-family:tahoma;
}

.wborder {
	border: solid 4px #c0c5c9;
}

.accentuated_news .wborder {
	float: left;
	margin-right:5px;
}

.main_left .community_sharing h2 {
	border: none;
	color: #546572;
	font-size: 11px;
	font-family:tahoma;
	margin-bottom:5px;
	font-weight: bold;
}

.main_left .community_sharing li {
	float: left;
	padding-right: 4px;
}

.main_left .community_sharing li img{ 
	
}

.accentuated_news_more {
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(/static/imgs/heading_border_bg.png);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	padding-top:18px;
	clear:both;
}

.accentuated_news_more_head {
	
}

.accentuated_news_more_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:20px;
}

.accentuated_news_more h3,
.accentuated_news_more h3 a {
	color:#4283B2;
	font-family:tahoma;
	font-size:14px;
	width:330px;
	font-weight:normal;
}

.accentuated_news_more p {
	color:#546572;
	font-size:11px;
	line-height:16px;
	margin-bottom:12px;
}

.accentuated_news_more h3 {
	margin-bottom:10px;
}

.accentuated_news_more p a {
	color:#E5AF45;
}

.no_title {
	background-position:1px 31px;
	margin-top: 30px;
}

.center_add {
	text-align:center;
	width:620px;
	border-top: solid 1px #c0c5c9;
	border-bottom: solid 1px #c0c5c9;
	clear:both;
}

.center_add img {
	margin: 20px 70px;
	width:468px;
	height: 60px;
}

.main_top_add {
	text-align:center;
	width:980px;
	border-top: solid 1px #c0c5c9;
	border-bottom: solid 1px #c0c5c9;
	clear:both;
}

.news_more_head {
	border-bottom: solid 1px #c0c5c9;
}

.news_more_head  h2{
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:20px;
	margin-top: 20px;
}

/* right add */

.right_add {
	padding: 0 10px 20px 20px;
}

/* news_more */

.news_more {
/*	background-image:url(/static/imgs/heading_border_bg.png);
	background-position:center bottom;
	background-repeat:repeat-x; */
	padding-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	padding-top:18px;
}

.news_more li.news_item {
	width: 183px;
	float: left;
	margin-right: 10px;
	border-bottom: 1px solid #C0C5C9;
	margin-bottom: 20px;
}

.accentuated_news_more li a img.wborder,
.news_more li a img.wborder {
	float: left;
	margin-right: 6px;
}

.news_more_head {

}

.news_more_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
}

.news_more h3,
.news_more h3 a {
	color:#4283B2;
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
}

.news_more p {
	color:#546572;
	font-size:13px;
	line-height:16px;
	margin-bottom:10px;
	/*min-height:100px;
	height:auto !important;
	height:100px;*/

}

.news_more h3 {
	margin-bottom:5px;
}

.news_more p a {
	color:#E5AF45;
}

.porthole_magazine_head {
	border-bottom: solid 1px #c0c5c9;
	width:300px;
}

.porthole_print_magazines {
	width: 300px;
}

.porthole_magazine_head h2{
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
	margin-top:20px;
}

.port_search_head {
	border-bottom: solid 1px #c0c5c9;
	margin-left:10px;
}


.port_search_head h2{
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
	margin-top:20px;
}

.port_search {
	padding: 10px 10px 20px 10px;
	color:#546572;
}

.port_search #search {
	border:1px solid #4283B2;
	margin-top: 20px;
	width:199px;
}

.port_search .search_btn {
	background-color:transparent;
	background-image:url("/static/imgs/yellow_btn_bg.png");
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	font-size:9px;
	height:21px;
	margin-left: 5px;
	width:60px;
}

.port_search .search_btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

.port_search form {
	margin: 0 0 20px 0;
}

.port_search_list input[type="text"] {
	width: 200px;
}

/* port_search_list */

.port_search_list_head h3 {
	background-color: #c0c5c9;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.port_search_list_head {
	background-color: #c0c5c9;
	padding:2px 3px 3px 8px;
}

.port_search_list, .port_search_items {
	border-left:1px solid #C0C5C9;
	border-right:1px solid #C0C5C9;
	border-bottom:1px solid #C0C5C9;
	/*padding:5px 4px 5px 5px;*/
	
}

.port_search_items .list {
	padding:5px 4px 5px 5px;
}

.port_search_list {
	padding:5px 4px 5px 5px;
}

.port_search_items li a {
	font-weight: bold;
}

.port_search_items .color li {
	padding:0px 5px 0px 10px;
}

.port_search_items li {
	clear: both;
}

/* user_search */

.user_search {
	color: #546572;
}

.user_search_list .toright {
    float: right;
}

.user_search .light {
	background-color: #FFFFFF;
}

.user_search .dark {
	background-color: #EAEBEB;
}

.user_search  .name {
	width: 25%;
	font-weight: bold;
}

.user_search  .nick {
	color: #4283B2;
	font-weight: bold;
	width: 15%;
}

.user_search  .type {
	width: 15%;
}

.user_search  .boat_name {
	width: 20%;
}

.user_search  .port {
	width: 25%;
}

.user_search  .port a, .user_search .name a {
	font-weight: bold;
	color:#4283B2;
}

.user_search  td {
	padding-left: 10px;
	color: #546572;
}

.user_search  tr {
	width: 100%;
}

.user_search  th {
	text-align: left;
	font-weight: bold;
	color: #546572;
	padding: 10px 0 20px 10px;
}

.user_search_list input[type="button"].ok_sbmt,
.user_search_list input[type="submit"].ok_sbmt {
	background-image: url(/static/imgs/ok_btn_bg.png);
	padding:2px 4px;
	margin:0 5px;
}

#loading {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.user_search_list .ok_sbmt:hover {
	cursor: pointer;
}


.user_search_list  .login_sbmt {
	width:60px;
	margin:0 5px;
}

.user_search_items {
	border-bottom:1px solid #C0C5C9;
	border-left:1px solid #C0C5C9;
	border-right:1px solid #C0C5C9;
	line-height: 17px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.user_search_list {
	border-left:1px solid #C0C5C9;
	border-right:1px solid #C0C5C9;
	padding:5px 4px 5px 5px;		
}

.user_search_list input[type="text"]  {
	width:200px;
}

.user_search_list  select {
	border:1px solid #A0C1D8;
	font-family:tahoma;
	font-size:11px;
	height:19px;
	width:80px;
	color: #546572;
	float:left;
    margin-left: 10px;
}

.user_search_list li {
	float: left;
	font-weight: bold;
	color:#4283B2;
}

.user_search_list li.selected {
	color: #546572;
}

.user_search_list input {
	float: left;
}

.user_search_list  ul{
	float:left;
	padding:2px 5px;
}

/*post_items */

.post_items {
	border:1px solid #C0C5C9;
	padding-bottom: 5px;
	margin-bottom:10px;
}

.post_items .user_post td {
	color:#546572;
	font-weight:normal;
	padding: 5px 5px 5px 10px ;
}

.user_post td {
	vertical-align:top;
}

.user_post .dark  {
	background-color:#EAEBEB;
}

.user_post td.name  {
	color:#4283B2;
	font-weight:bold;
}

.user_post .name span  {
	color:#546572;
	font-weight:normal;
	display: inline;
}

.user_post td.place {
	width: 30%;
}

.user_post td.place a {
	color:#4283B2;
	font-weight:bold;
}

.user_post td.post {
	width: 50%;
}



/* twitter_box */

.twitter_box_head {
	width:170px;
	padding: 0 10px 0 10px;
	color:#546572;
	border-bottom:1px solid #C0C5C9;
	margin-left: 10px;
}

.twitter_box_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	text-transform: uppercase;
}


/*
.twitter_box {
	background-color: #eaebeb;
	border:1px solid #C0C5C9;
	margin-top: 15px;
	color:#546572;
	font-size:11px;
	width:168px;
	margin-left: 10px;
	padding: 0 10px;
	margin-bottom:20px;
}

.twitter_box p {
	padding: 10px 0;
	border-bottom:1px solid #C0C5C9;
}

.twitter_box a {
	font-family:tahoma;
	color:#6298BF;
}

.twitter_box span {
	font-family:tahoma;
	color:#E5AF45;
	font-weight: bold;
}

*/

/* twitter api override */

.twitter_box {
	margin: 15px 0 20px 10px;
	width: 190px;
	height: 442px;
}


.twtr-timeline {
	-moz-border-radius: 0px !important;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-bd {
	padding: 0px !important;
	border: 1px solid #C0C5C9;
}

.twtr-avatar {
	display: none !important;
}

.twtr-tweet-text {
	margin-left: 0px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #C0C5C9;
}


.twtr-tweet .twtr-tweet-wrap .twtr-tweet-text a.twtr-user {
	color: #e5af45 !important;
}


/* partnereink */

.partner_box_head {
	width:150px;
	padding-left: 10px;
	color:#546572;
	border-bottom:1px solid #C0C5C9;
	margin-left: 10px;
}

.partner_box_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
}

.partner_box {
	padding:15px 0 20px 10px;
	width:160px;
}

.partner_box .goAdverticum {
	margin-bottom: 10px;
}

/* blog ajanlo */
.blog_box_wrap {
	clear: both;
}

.blog_box {
	width: 370px;
}

.blog_box_head {
	padding: 0 10px 0 10px;
	color:#546572;
	margin-left: 10px;
}

.blog_box_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	text-transform:uppercase;
}

.blog_box_title {
	color: #FFFFFF;
	background-color: #c0c5c9;
	padding: 3px 10px 3px 10px;
	margin-left: 10px;
	font-weight: bold;
}

.blog_box_data {
	padding: 10px 5px 20px 20px;
	width:345px;
	overflow: hidden;
}

.blog_box_data img {
	float: left;
	padding-right: 10px;
}

.blog_box_data h2 {
	font-size: 14px;
	color: #dc9202;
}

.blog_box_data h2 a {
	font-size: 14px;
	color: #dc9202;
}

.blog_box_data p {
	color:#546572;
	line-height: 17px;
	font-size:12px;
}

.blog_box li {
	display: block;
}

/* aprohirdetes  */

.want_ad_box_head {
	padding: 0 10px 0 10px;
	color:#546572;
	margin-left: 10px;
	border-bottom:1px solid #C0C5C9;
	clear:both;
}

.want_ad_box_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
}

.want_ad_box {
	padding: 10px;
}

/* community_sharing */

.community_sharing {
	padding-bottom: 10px;
}


/* article page */

.article_page p {
	color:#546572;
	font-size: 12px;
/*	padding: 0 0 20px 0;*/
	line-height: 17px;
}

.article_page h1 {
	color: #4283b2;
	font-size: 18px;
	font-weight: normal;
	
}

.article_page .wborder {
	float:left;
	margin-right:5px;
}

.article_center_add {
	border-bottom:1px solid #C0C5C9;
	border-top:1px solid #C0C5C9;
	clear:both;
	width:610px;
	margin-bottom: 20px;
}

.article_center_add img {
	height:60px;
	margin:20px 70px;
	width:468px;
}

.article_page p a {
	color:#E5AF45;
}

.article_page {
	margin-top: 20px;
}

.article_page p, .article_page h2, .article_page ul, .article_page ol, .article_page .wborder {
/*	margin-left: 10px;*/
}

/* kommentbox */

.kommentbox a {
	color: #4283B2;
}

.kommentbox .lapozo {
	float: right;
}
.kommentbox .hozzaszolasok li {
	padding: 0px;
}

.kommentbox .hozzaszolasok li .adatsor {
	line-height: 20px;
	height: 20px;
	background-color: #dddddd;
	padding-left: 5px;
}

.kommentbox .hozzaszolasok li .adatsor dd.user {
	font-weight: bold;
	color: #4283B2;
}

.kommentbox .hozzaszolasok li .adatsor dd.ido {
	float: right;
}

.kommentbox .hozzaszolasok li .komment {
	padding: 10px;
}


/*.kommentbox .lapozo a {
	background-color:transparent;
	background-image:url("/static/imgs/yellow_btn_bg.png");
	background-repeat:no-repeat;
}*/


/*  race_calendar */

.race_calendar_head h2{
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:20px;
}


.race_calendar {
	background-image:url(/static/imgs/heading_border_bg.png);
	background-position:1px 0;
	background-repeat:repeat-x;
	margin-left:10px;
	padding:20px 5px 0;
}

.race_calendar_table_head {
	width: 336px;
}

.race_calendar_table_head  td{
	background-color: #4283b2;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.race_calendar_table {
	width: 100%;
	margin:0 0 20px;
}

.race_calendar_table .first {
	
}

.race_calendar_table .sec {
	
}

.race_calendar_table .third {
	
}

.race_calendar  td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
	padding-left:4px !important;
	padding-right:4px !important;
	border-bottom:1px solid #FFFFFF;
	text-align: center;
}

.color_light {
	background-color:#e3f2fd;
}

.color_dark {
	background-color:#c4daea;
}

.race_calendar .sec {
	border-left:solid 1px #4283b2;
	border-right:solid 1px #4283b2;
	font-weight: bold;
}

.race_calendar a {
	color:#000000;
}

/* facebook_box */

.facebook_box {
	margin-bottom: 10px;
}

.facebook_box .likebox {
	width: 300px;
	float: left;
	padding-left:10px;
}

.facebook_box .comments {
	width: 280px;
	float: left;

}

/* regisztracio */

.registration {
	padding-left:10px;
	color:#546572;
	font-size: 12px;
	line-height: 17px;
	position: relative;
}

.registration a {
	color:#4283b2;
	font-size: 12px;
}

.registration h2 {
	color:#4283B2;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 30px 10px;
}

.registration p {
	color:#546572;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 30px;
}

.registration .error {
	margin: 0 5px 10px;
	font-weight: bold;
}

.registration label {
	width: 170px;
	display:inline-block;
	font-weight:bold;
}

.registration input {
	border:1px solid #4283B2;
	margin-bottom: 3px;
	background-image: url(/static/imgs/reg_input_bg.png);
	background-repeat: repeat-x;
	width: 160px;
	margin-right: 4px;
}

.registration_next  input[type="text"] {
	bottom:10px;
	position:relative;
}

.main_left .registration form input[type="checkbox"] {
	margin-left: 4px;
	width: 14px;
	background-image: none;
	border: 0px;
}

.registration select {
	border:1px solid #4283B2;
	margin-bottom: 3px;
	width: 163px;
	display:inline-block;
	margin-right: 3px;
}

.registration .registration_hide {
	left:375px;
	position:relative;
	width:200px;
	font-style:italic;
	top: 28px;
}

.reg_rules {
	font-style: italic;
	margin-bottom:15px;
}

.registration .registration_next_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;
	float: left;
	left:230px;
	position:relative;
}

.registration .registration_cancel_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;
	float: left;
	left:102px;
	position:relative;
}

.registration  input[type="submit"].registration_cancel_btn {
	padding: 4px 2px 4px 0px;
}


.registration  input[type="submit"].registration_next_btn {
	padding: 4px 2px 4px 1px;
}

.registration .registration_next_btn:hover {
	cursor: pointer;
}

.registration .registration_cancel_btn:hover {
	cursor: pointer;
}

.registration .captcha_text {
	font-weight: normal;
}

.registration_next .captcha_text {
	bottom:10px;
	margin-bottom:5px;
	position:relative;
	width:160px;
}

.registration_next {
	margin-left: 70px;
}

.reg_form {
	margin-top: -30px;
}

/* sitemap */

.sitemap {
	color:#546572;
	margin-left:10px;
	padding:20px 10px 0 10px;
	width:170px;
	line-height: 18px;	
	margin-bottom: 20px;
}

.sitemap li {
	
}

.sitemap .sitemap_seclist li {
	
}

.sitemap a {
	color:#4283B2;
}

.sitemap_head {
	border-bottom:1px solid #C0C5C9;
}

.sitemap_head h2 {
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
	color: #546572;
}

.sitemap_seclist {
	margin-left: 20px;
}

/* bekuldes */

.bekuldes { 
	color:#546572;
	font-size:13px;
	line-height:16px;
	margin-bottom:20px;
	padding: 20px 10px 10px 10px;
}

.bekuldes .bekuldes_szoveg {
	margin-bottom: 10px;
}

.bekuldes input {
	border:1px solid #4283B2;
	margin-right: 20px;
	width: 200px;
}

.bekuldes textarea {
	border:1px solid #4283B2;
	margin-top: 20px;
	width: 100%;
}
 
.bekuldes .send_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;
	margin: 15px 0 0 260px;
}

.bekuldes .send_btn:hover {
	cursor: pointer;
}

/* klubtagsag */

.forwarding .send_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;
	margin: 15px 0 0 171px;
}

.forwarding .send_btn:hover {
	cursor: pointer;
}

.sikeres_kuldes,
.kocsma_test .errors,
.bekuldes .errors,
.klubtagsag .errors {
	margin: 10px 15px;
	color: #546572;
}

.kocsma_test .errors p,
.bekuldes .errors p,
.klubtagsag .errors p {
	font-weight: bold;
	margin-bottom: 10px;
}

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

.sikeres_kuldes p.bold {
	font-weight: bold;
}
.club_member {
	color:#546572;
	font-size:13px;
	line-height:16px;
	margin-bottom:20px;
	padding: 20px 10px 10px 10px;
}

.club_member span {
	font-weight: bold;
}

.forwarding {
	color:#546572;
	font-size:13px;
	line-height:16px;
	margin-bottom:20px;
	padding: 0px 10px 10px 10px;
}

.forwarding input{
	position:relative;
	width:300px;
	border:1px solid #4283B2;
	margin-bottom: 3px;
}

.forwarding label{
	display:inline-block;
	font-weight:bold;
	width:170px;
}

/* kocsmateszt */

.kocsma_test_head {
	border-bottom:1px solid #C0C5C9;
}

.kocsma_test_head h2 {
	color:#546572;
	display:block;
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
}

.kocsma_test {
	padding: 20px 10px 20px 10px;
	color:#546572;
	font-size:12px;
	line-height:17px;
}

.kocsma_test input[type="text"] {
	border:1px solid #4283B2;
	width:200px;
	margin-bottom: 3px;
}

.kocsma_test textarea {
	border:1px solid #4283B2;
	width:100%;
	margin-bottom: 3px;
	height:80px;
	color:#546572;
}

.kocsma_test label {
	display: block;
	font-weight: bold;
	margin-top:10px;
}

.kocsma_test .kuldes_btn {
	background-color:transparent;
	background-image:url(/static/imgs/yellow_btn_bg.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	width:61px;
	margin: 20px auto;
}

.kocsma_test .kuldes_btn:hover {
	cursor: pointer;
	text-decoration: underline;	
}

/* kikoto kereso lista */

.port_search_list_frame {
	margin-right: 5px;
}

.port_search_list_mount {
	margin-left: 5px;
}

.port_search_items .fright {
	background-image:url(/static/imgs/stars.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
}

.port_search_item input[type="submit"] {
	margin-left:15px;
}

.port_search_items a {
	color: #4283B2;
}

.port_search_items  {
	line-height: 17px;
}

.port_search_new_item  a{
	color: #4283B2;
	line-height: 17px;
	background-image:url(/static/imgs/port_search_new_item_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:22px;
	font-weight: bold;
	padding-left:5px;
}

.port_search_new_item {
	margin-bottom: 15px;
	margin-top:3px;
}

/*  */

.port_place_post a{
	font-size: 12px;
	font-weight: normal;
	font-family:Helvetica;
}

.port_place_post .send_btn {
	background-color:transparent;
	background-image:url("/static/imgs/yellow_btn_bg.png");
	background-position:1px 1px;
	background-repeat:no-repeat;
	border:0 none #000000;
	color:#FFFFFF;
	display:block;
	font-size:9px;
	height:21px;
	margin:2px 0 0 0;
	width:61px;
}

#port_place_post_text {
	border: solid 1px #c0c5c9;
	width: 460px;
	overflow:auto;
	margin-bottom:3px;
}

.port_place_post_user {
	width: 145px;
	float:left;
}

.port_place_post input[type="submit"] {
	width: 59px;
	margin-right:10px;
	cursor: pointer;
}

.port_place_post input[type="checkbox"] {
	bottom:2px;
	position:relative;
}

.port_place_post span {
	bottom:5px;
	font-size:10px;
	position:relative;
}

.port_place_post .user_name {
	font-size: 14px;
	font-weight: bold;
}

.port_place_post {
	margin: 20px 0;
}



/* port_search_article */

.port_search_article h3 {
	color:#4283B2;
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
	float: left;
	width:70%;
	padding-bottom: 20px;
}

.balatoni_kikotok {
/*	background-image: url(/static/imgs/balatoni_kikotok_bg.png);
	display:block;*/
	float:right;
	width: 170px;
	height: 46px;
	background-repeat: no-repeat;
	position: relative;
}

.balatoni_kikotok span {
	background-image: url(/static/imgs/balatoni_kikotok_bg.png);
	display:block;
	float:right;
	width: 170px;
	height: 46px;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left: 0;
}



.port_search_map {
	text-align: center;
	margin-top: 20px;
}

.port_search_article {

	line-height: 17px;
}

.port_search_article {
	color:#546572;
	font-weight:bold;
	margin-left:10px;
}

.port_search_article iframe {
	margin-top:20px; 
}

.port_search_article span {
	color:#546572;
	font-weight: normal;
}

.port_search_article a {
	color:#4283B2;
	font-weight:bold;
}

.port_search_data ul {
	width: 275px;
	margin-left: 5px;
}

.port_search_data li {
	min-height: 23px;
	height:auto !important;
	height:23px;

}
.user_search_list_head {
	background-color:#C0C5C9;
	padding:2px 2px 4px 8px;
}

.user_search_list_head h3 {
	
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding: 0;
	float: none;
	width:100%;
}

.port_search_data  .community_sharing h2 {
	float: left;
}

.port_search_data  .community_sharing {
	clear: both;
}

.port_search_data  .fleft .community_sharing  ul {
	float: left;
	width: 143px;
	float: right;
}

.port_search_data{
	margin-top: 10px;
	padding-bottom: 10px;
}

.port_search_data .fleft .stars  {
	background-image:url("/static/imgs/stars.png");
	background-position:0 -95px;
	background-repeat:no-repeat;
	height:15px;
	width:70px;
	float: right;
}

.near_port_search_items th {
	font-weight:bold;
	text-align: left;
	padding-left: 10px;
	border-bottom:1px solid #C0C5C9;
}

.near_port_search_items td {
	font-weight:normal;
	text-align: left;
	padding-left: 10px;
}

.near_port_search_items table {
	width: 100%;
	border-left:1px solid #C0C5C9;
	border-right:1px solid #C0C5C9;
	border-bottom:1px solid #C0C5C9;
	padding-bottom:5px;
}

.near_port_search_items .name {
	width: 40%;
}

.near_port_search_items .distance {
	width: 15%;
}

.near_port_search_items .rank {
	width: 15%;
}

.near_port_search_items .location {
	width: 15%;
}

.near_port_search_items .rank {
	width: 15%;
}

.near_port_search_items .center {
	text-align: center;
}
.near_port_search_items .stars {
	background-image:url("/static/imgs/stars.png");
	background-position:0 -95px;
	background-repeat:no-repeat;
	height:15px;
	width:70px;
	display:block;
}

.near_port_search_head h3{
	color:#4283B2;
	float:left;
	font-family:tahoma;
	font-size:14px;
	font-weight:normal;
	padding-bottom:20px;
	width:100%;
	padding-left:10px;
}

.near_port_search_head {
	color:#546572;
	font-weight:bold;
}

.port_search iframe {
	margin-top: 20px;
}

/* print cimlap */

.print_frontpage {
	margin: 20px 10px; 
}
	
/* footer */

.footer {
	background-color: #1f3a59;
	height: 47px;
	clear: both;
	margin-bottom: 30px;
}

.footer ul {
	margin-left: 10px;
}

.footer li {
	float:left;
	padding: 3px 10px 10px 15px;
	background-image: url(/static/imgs/footer_list_bg.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.footer a {
	color: #FFFFFF;
	font-size:10px;
}

.rights_reserved {
	color: #dc9102;
	float: right;
	font-size: 10px;
	margin-right:10px;
	margin-top:5px;
}

.boat_type li,
.base_port li{
	border: 1px solid #4283B2;
	cursor: pointer;
}

/* terkep css */

#marker_info {
	display:none;
	position:absolute;
	padding:0;
	width:400px;
	height:231px;
	background: url(/static/imgs/map/info_box_sprite.png) no-repeat 0 0;
}

#marker_info .head {
	margin: 5px 5px 5px 10px;
	border-bottom: 1px solid #FFF;
	height: 24px;
}

#marker_info h3 {
	float: left;
	padding-top: 5px;
}

#marker_info .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px;
	background: url(/static/imgs/map/info_box_sprite.png) no-repeat -415px 0;
	
}

#marker_info .inner {
	padding: 0 0 10px 0;
	height: 185px;
	clear: both;
	margin: 0 10px;
	border-bottom: 1px solid #FFF;
}

#marker_info .left {
	width: 223px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #FFF;
	height: 186px;
	overflow: hidden;
}

#marker_info .right {
	width: 140px;
}

#marker_info .right .pic {
	width: 140px;
	height: 143px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

#marker_info .right ul {
	margin-top: 5px;
}

#marker_info .right li {
	font-size:10px;
	text-transform:uppercase;
}

#marker_info .pic_big {
	width: 380px;
	text-align: center;
}

#marker_info .foot {
	width: 380px;
	height: 15px;
	background: url(/static/imgs/map/info_box_sprite.png) no-repeat 0 -378px;
	padding: 5px 10px;
	font-size: 10px;
}

/**/

/* profil */

.profil {
	width: 600px;
	float: left;
}

.profil .profil_bal_oszlop {
	width: 600px;
	float: left;
}

.profil .profil_jobb_oszlop {
	width: 230px;
	float: right;
	font-style: italic;
	margin-top: 25px;
}

.profil .profil_sor {
	float: left;
	clear: both;
	line-height: 20px;
	margin-bottom: 2px;
}

.profil .profil_bal_oszlop .profil_sor {
	clear: left;
}

.profil .profil_sor .profil_sor_baloldal {
	float: left;
	width: 170px;
	font-weight: bold;
}

.profil .profil_sor .profil_sor_jobboldal {
	float: left;
	width: 200px;
}

.profil .uj_kiscsoport_kezdodik {
	margin-top: 18px;
}

.profil h2 span {
	font-weight: bold;
}

.profil .hibauzenet {
	margin: 10px 20px 20px;
	font-weight: bold;
}

/* /profil */

.community_sharing ul a {
    opacity: 0.4;
    width: 16px;
    height: 16px;
    display: block;
    filter: alpha(opacity = 40);

}

.community_sharing ul a:hover {
    opacity: 1;
    filter: alpha(opacity = 100);

}

a.share-iwiw {background: url(../imgs/community_sharing_iwiw.png) no-repeat 0 0; }
a.share-twitter {background: url(../imgs/community_sharing_twitter.png) no-repeat 0 0; } 
a.share-facebook {background: url(../imgs/community_sharing_facebook.png) no-repeat 0 0; }
a.share-google {background: url(../imgs/community_sharing_google.png) no-repeat 0 0; } 
a.share-email {background: url(../imgs/community_sharing_email.png) no-repeat 0 0; } 
a.share-print {background: url(../imgs/community_sharing_print.png) no-repeat 0 0; } 
a.share-tumblr {background: url(../imgs/community_sharing_tumblr.png) no-repeat 0 0; } 