/* Játék gyűjtő oldal */

.winner-counter{
	font-size:18px;
	display:inline-block;
	color:#d2032e;
}
.gameplay-nav {
	margin:10px 0px;
	font-family:HelveticaNeueLTPro-MdEx;
}
.gameplay-nav nav{
	display:inline-block;
}
.gameplay-nav nav a{
	font-size:16px;
	color:#000000;
	padding:0px 5px;
}
.apply-game{
	background:#d2032e;
	width: 152px;
	height:32px;
	text-align:center;
}
.apply-game a{
	border: medium none;
    color: #fff;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    width: 152px;
	display:block;
}
.h-475{
	height:475px;
}
.inactive-games-head{
	margin: 10px 0px;
}
.inactive-game-box header h2{
	background: none repeat scroll 0 0 #c6c6c6;
    color: #fff;
    font-size: 10px;
    height: 28px;
    line-height: 14px;
    padding: 5px;
    text-transform: uppercase;
}
.inactive-game-box figure.news-box-grey-bubble {
    height: 23px;
    left: -15px;
    position: relative;
    top: -15px;
    width: 23px;
}
.news-pre-news-subtitle-grey{
	color: #c6c6c6;
}

/* Játék oldal */

.gameplay-page h3{
	color: #8c8c8c;
    font-family: HelveticaNeueLTPro-Th;
    font-size: 29px;
    text-transform: uppercase;
}
.gameplay-page h2{
	color: #000;
    font-family: HelveticaNeueLTPro-Lt;
    font-size: 37px;
    text-transform: uppercase;
}
.gameplay-image{
	float:left;
	width:160px;
}

.section-gameplay{
	float:left;
}
.game-text{
	font-family: HelveticaNeueLTPro-MdEx;
    font-size: 11.5px;
    text-transform: uppercase;
	color: #000000;
	display:block;
}
.game-date{
	font-family: HelveticaNeueLTPro-MdEx;
    font-size: 11.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
	color: #d2032e;
	display:block;
}
.game-desc{
	font-family: HelveticaNeueLTPro-MdEx;
    font-size: 12px;
	line-height: 15px;
	padding-bottom: 15px;
    width: 140px;
}
.game-rules a{
	font-size:16px;
	color:#000;
	font-family:HelveticaNeueLTPro-MdEx;
}

.question-separator{
	height:1px;
	border:none;
	background:#d2032e;
}
.question-row-block{
	font-size:13px;
	color:#000;
	font-family:HelveticaNeueLTPro-MdEx;
	margin-top:15px;
	
}
.answer-row{
	height:27px;
	line-height:27px;
	background:#d2032e;
	margin-bottom:5px;
}
.answer-row input[type=radio]{
	position:relative;
	top:-3px;
}
.answer-text{
	color: #fff;
    display: inline-block;
    font-family: HelveticaNeueLTPro-MdEx;
    font-size: 12px;
    margin-left: 10px;
    text-transform: uppercase;
}

.player-datas{
	margin-top:40px;
}
.player-datas-row{
	margin-bottom:5px;
}
.player-datas-row span{
	display:inline-block;
	width:165px;
	font-family: HelveticaNeueLTPro-MdEx;
    font-size: 12px;
	color:#8c8c8c;
}
.player-datas-row input[type="text"]{
	width:273px;
	height:20px;
	padding:3px 5px;
	border:none;
	color:#FFF;
	background:#d2032e;
	font-family: HelveticaNeueLTPro-MdEx;
}
.player-datas-row p{
	font-family: HelveticaNeueLTPro-MdEx;
    font-size: 12px;
	color:#8c8c8c;
	margin:10px 0px;
}
#gameplay-rules{
	display:inline-block;
}
#gameplay-rules-text{
	font-size: 11px;
    position: relative;
    top: 2px;
    width: 94%;
}
.submit-quiz{
	background: none repeat scroll 0 0 #d2032e;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: HelveticaNeueLTPro-MdEx;
    height: 35px;
    margin: 30px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}.club-item {
	margin-bottom: 20px;
}

.club-item h2 {
	font-size: 15px;
	padding-bottom: 10px;
}

.club-item p {
	font-size: 13px;
}

.club-item .fb-likebutton {
	padding-top: 10px;
}

.club-image {
	display: block;
	float: left;
	height: 180px;
	margin-right: 10px;
	width: 260px;
	overflow: hidden;
}

.club-image img {
	width: 260px;
}#medicalRecords {
	padding: 0 0 20px 0;
}

#medicalRecords h2 {
	font-size: 20px;
    font-weight: normal;
    padding: 20px 0 15px;
    text-transform: uppercase;
}

#medicalRecords form {
	margin: 0 auto;
	width: 400px;
}

#medicalRecords form input {
	border: 1px solid #333;
	color: #333;
	font-family: HelveticaNeueLTPro-Ex;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
	padding: 0 10px;
	width: 380px;
}

#medicalRecords form input.button {
	background-color: #820039;
	color: #fff;
	width: 400px;
}

.medicalRecordsError {
	color: darkred;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.medicalRecordsMSG {
	color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.medical-records {
	width: 100%;
}

.medical-records td {
	border-bottom: 1px dotted #777;
	padding: 5px 10px;
}

.medical-records th {
	border-bottom: 1px solid #777;
	padding: 5px 10px 2px 10px;
}

.medical-records th:first-child {
	text-align: left;
}

.medical-records th:last-child {
	text-align: left;
	width: 140px;
}

.medical-records td:last-child {
	width: 140px;
}

.medical-records td a.getFile {
    background-color: #820039;
    display: block;
    padding: 5px 10px;
    color: #fff;
    width: 120px;
}#popup_blanket {
	background-color: #111111;
	height: 100%;
    left: 0;
    opacity: 0.65;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9001	
}

.popup_box {
	background-color: #EEEEEE;
    height: 300px;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
    position: fixed;
	top: 50%;
    width: 300px;
    z-index: 9002;
}

.popup_content {
	height: 300px;
	position: relative;
	width: 300px;
}

.popup_close {
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	position: absolute; 
	right: 0;
	top: 0;
	width: 24px;
}table#reg_table tr td {
    padding-bottom: 5px;
    font-size: 11px;
}

table#reg_table tr td.error {
    text-align: center;
    color: red;
}

.clear {
    clear: both;
}

.search_list_item {
    float: left;
    background-color: #F5F5F5;
    width: 83%;
    margin-bottom: 15px;
}

.search_list_item h3 {
    margin: 5px;
    padding: 0px 10px;
}

.search_list_item p {
    margin: 5px 5px 10px 15px;
}

.search_list_date {
    float: right;
    text-align: right;
    padding-top: 5px;
    width: 15%;
}

/* cms debug menu */
#cms_debug_panel {
    position: fixed;
    right: -640px;
    top: 0px;
    width: 670px;
    height: 1000px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

#cms_debug_panel #cms_debug_left {
    position: relative;
    float: left;
    width: 30px;
    height: 100%;
    background: url('moduls/_fs/images/cms_right_shadow.png') transparent right top repeat-y;
}

#cms_debug_left #cms_debug_buttons {
    margin-top: 50px;
    float: right;
    height: 105px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url('moduls/_fs/images/cms_debug_open.png') #eee right top no-repeat;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-family: Tahoma;
}

#cms_debug_panel #cms_debug_right {
    position: relative;
    float: right;
    width: 640px;
    height: 100%;
    background: #efeff2;
}

#cms_debug_right #cms_debug_accordion h3 {
    font-size: 12px;
    font-weight: bold;
}

#cms_debug_right #cms_debug_accordion div {
    font-size: 12px;
    padding: 0px;
}

#cms_debug_accordion div {
    overflow-x: hidden;
}

#cms_debug_accordion div a {
    margin-bottom: 1px;
    width: 245px;
}

#cms_debug_right #cms_debug_accordion .dataTables_info {
    float: left;
    width: 200px;
    padding: 4px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate {
    float: right;
    width: 200px;
    text-align: right;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate a {
    width: auto;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate a span {
    cursor: pointer;
}

#cms_debug_right #cms_debug_accordion .dataTables_length {
    float: left;
    width: auto;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_filter {
    float: right;
    width: auto;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .DataTables_sort_wrapper {
    cursor: pointer;
}

#cms_debug_right #cms_debug_accordion .DataTables_sort_wrapper span {
    float: right;
}

.dataTables_wrapper .fg-toolbar {
    overflow: hidden;
}

#DataTables_sort_wrapper {
    overflow: hidden;
}

#db_layer table tr td {
    font-size: 11px;
}

.db_error {
    color: red;
    font-weight: bold;
}

#cms_dump_tabs ul {
    overflow: hidden;
}

.tooltip_div {
    position: relative;
}

.tooltip_icon {
    background: url('moduls/_fs/images/info_small_hot.png') left top no-repeat;
    cursor: help;
    display: block;
    float: left;
    height: 16px;
    margin-right: 3px;
    width: 16px;
}

.tooltip {
    background: url("javascripts/jquery/css/default-theme/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
    -webkit-border--radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: none;
    font-size: 12px;
    left: 0;
    margin-left: -446px;
    margin-top: -212px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 3;
}

.glossary_link {
    cursor: help;
    font-style: italic;
    font-weight: bold;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}#mobileContent {
    margin: 5px;
}

#deviceContainer {
    margin: 40px auto;
    width: 266px;
}

#menuPointSelect {
    background-color: #333;
    border: 0px;
    color: white;
    font-family: 'Segoe WP', 'Verdana';
    font-size: 26px;
    height: 40px;
    padding: 5px 0 0 0;
    width: 100%;
}

#mobileDevice {
    background: url('../images/mobile_device_128_norm.png') left top no-repeat;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    padding-top: 130px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

#mobileDevice:hover {
    background: url('../images/mobile_device_128_hot.png') left top no-repeat;
}

#normalDevice {
    background: url('../images/laptop_norm.png') left top no-repeat;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin-left: 10px;
    padding-top: 130px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

#normalDevice:hover {
    background: url('../images/laptop_hot.png') left top no-repeat;
}/* POPUP */

#popup_bg {
	background: #000;
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
  
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4000;
}

#popup_box {
	background-color: #fff;
	left: 50%;
	margin-left: -335px;
	margin-top: -150px;
	position: fixed;
	top: 50%;
	width: 670px;
	z-index: 4001;
}

#popup_box2 {
	background-color: #fff;
	left: 50%;
	margin-left: -320px;
	margin-top: -150px;
	position: fixed;
	top: 50%;
	width: 640px;
	z-index: 4001;
}

#popup_box h2,
#popup_box2 h2 {
	background-color: #d2032e;
	color: #ffffff;
	font-size: 21px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
}

#popup_box p,
#popup_box2 p {
	color: #333;
	font-size: 17px;
	padding: 30px;
}

#popup_content {
	position: relative;
}

#popup_close {
	background-color: #fff;
	border: 0;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	color: #012e40;
	cursor: pointer;
	font-size: 23px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	right: -13px;
	text-align: center;
	top: -13px;
	width: 30px;
}

#password_text {
	display: none;
}

#popup_content .title {
	color: #333;
	float: left;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	margin-left: 30px;
	width: 170px;
}

#popup_content .textfield {
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 408px;
}

#popup_content .row {
	margin-top: 8px;
	min-height: 38px;
	position: relative;
}

#popup_content .row #log-button {
	background-color: #104484;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-family: HelveticaNeueLTPro-Ex;
	font-size: 20px;
	height: 38px;
	left: auto;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	right: 40px;
	text-transform: uppercase;
	top: 0;
}

#popup_content .row #regist-button {
	background-color: #d2032e;
	color: #fff;
    cursor: pointer;
	border: 0;
	font-family: HelveticaNeueLTPro-Ex;
	font-size: 20px;
	height: 38px;
	left: auto;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	right: 150px;
	text-transform: uppercase;
	top: 0;
}

#popup_content .row2,
#popup_content .row3 {
	margin: 5px 0 15px 200px;
	min-height: 18px;
}

#popup_content .row2 input[type=checkbox] {
	cursor: pointer;
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

#popup_content .row3 input[type=checkbox] {
	cursor: pointer;
	height: 14px;
	margin-top: 2px;
	margin-right: 5px;
	float: left;
	width: 14px;
}

#popup_content .row3 a {
    color: #d2032e;
}

#popup_content .row2 label {
	color: #333;
	cursor: pointer;
	font-size: 14px;
}

#popup_content .row3 label {
	color: #333;
	cursor: pointer;
	font-size: 17px;
}

#popup_content #primamedica_login-form {
	padding-bottom: 40px;
	padding-right: 10px;
	padding-top: 15px;
}

#repass {
	color: #333;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-right: 3px;
}

#left-popup {
	float: left;
}

#popup_content #left-popup #log-button {
	right: 0;
}

#popup_content #left-popup #regist-button {
	right: 150px;
}

#right-popup {
	float: right;
	width: 329px;
}

#right-popup-content {
	border-left: 3px solid #d2032e;
	height: 194px;
	padding: 20px;
	margin-left: 20px;
}

#right-popup-content2 {
	border-left: 3px solid #d2032e;
	height: 321px;
	padding: 30px 20px;
	margin-left: 20px;
}

#popup_box2 #right-popup-content p {
	font-size: 15px;
	padding: 15px 11px;
}

#popup_box2 #right-popup-content2 p {
	font-size: 15px;
	padding: 30px 11px;
}

#gplus-button {
	background: url(moduls/primamedica_login/images/social-button.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 59px;
	width: 270px;
}

#facebook-button {
	background: url(moduls/primamedica_login/images/social-button.png) 0 -59px no-repeat;
	border: 0;
	cursor: pointer;
	height: 59px;
	width: 270px;
}


#popup_box .rowError p,
#popup_box2 .rowError p {
	color: red;
	cursor: pointer;
	font-size: 17px;
	padding: 10px 0;
	text-align: center;
}

.realname {
	color: #fff;
	display: block;
	font-size: 13px;
	height: 29px;
	left: 570px;
	line-height: 14.5px;
	position: absolute;
	top: 53px;
	overflow: hidden;
	width: 150px;
}.short-news-page-doctor-name {
	display: block;
	height: 39px;
	line-height: 13px;
}

.doctor-image a {
	display: block;
	height: 152px;
	overflow: hidden;
	width: 152px;
}

.clinic-image a img {
	max-width: 152px;
}

.doctor-box-right {
	float: right;
	width: 145px;
}

.doctor-box-right nav li {
	line-height: 13px;
	list-style-type: none;
	padding-bottom: 5px;
}

.short-news-labels {
	margin-top: 7px;
}

.clinic-medical-block {
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.short-medical-clinic-container {
	height: 42px;
	margin-bottom: 15px;
	font-size:
}

.short-medical-clinic-container .clinic-image {
	float: left;
	height: 42px;
	overflow: hidden;
	text-align: center;
	width: 142px;
}

.short-medical-clinic-container .clinic-image a img {
	max-height: 42px;
	max-width: 142px;
}

.short-medical-clinic-address {
	font-size: 11px;
	float: right;
	height: 42px;
	line-height: 12px;
	overflow: hidden;
	width: 155px;
}

.short-medical-clinic-address a {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

ul.medical-sciences {
	margin: 10px 0;
}

ul.medical-sciences li {
	padding-bottom: 3px;
}

ul.medical-sciences li a {
	color: #d2032e;
	font-size: 11px;
	line-height: 12px;
}

.short-news-clinic-container {
	border-top: 1px solid #d2032e;
	padding-top: 5px;
	margin-top: 5px;
}

.short-news-clinic-address {
	line-height: 12px;
	margin-top: 11px;
}

.short-news-clinic-address a {
	color: #000;
	text-transform: uppercase;
}

.short-news-clinic-container figure a {
	display: block;
	height: 42px;
	text-align: center;
	width: 152px;
}

.short-news-clinic-container figure a img {
	max-height: 42px;
	max-width: 142px;
}

.emptyWeek {
    border-right: 1px solid #d2032e;
    height: 325px;
    padding-top: 150px;
    text-align: center;
    font-size: 20px;
}

.doctor-appointments-day  {
    position: relative;
}

.emptyDay {
    display: block;
    left: -130px;
    position: absolute;
    top: 150px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    width: 320px;
}

.places-block {
	display: block;
	height: 325px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 33px;
	width: 224px;
}

.places-block div {
	display: none;
	height: 325px;
	width: 224px;
}

section.doctor-line {
	position: relative;
}

.appointmentButton {
	border: 0;
	border-bottom: 1px solid #d2032e;
	cursor: pointer;
    float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 40px;
}

.appointmentButton:hover {
	background-color: d2032e;
}

.placeButton {
	background: url(moduls/em_medical/images/map-icon.png) rgb(221, 221, 221) center center no-repeat;
    border: 0;
	cursor:zoom-in;
	display: block;
	float: right;
	height: 25px;
	width: 20px;
}

.selectedPlace {
	background-color: #ed617e;
}

.clear {
	clear: both;
}

.appointment-data {
	
}

.appointment-login {
	display: none;
	background: #686868;
	padding: 15px 0 15px 40px;
}

	.appointment-login a {
		line-height: 20px;
		color: #fff;
		text-decoration: none;
	}
	.appointment-login a:hover {
		text-decoration: underline;
	}

	.appointment-login p {
		color: #fff;
		font-size: 14px;
		padding: 0 0 14px 0;
	}

	#appointment-login-error,
	#appointment-login-error2 {
		color: #ff6767;
		display: none;
		padding-top: 10px;
	}
	
	#appointment-login-success {
		color: #2cff31;
		display: none;
		padding-top: 10px;
	}

	.appointment-login label {
		color: #fff;
		cursor: pointer;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 14px;
	}
	
		.appointment-login label a {
			text-decoration: none;
			color: #c4c92a;
		}

	.appointment-login h4 {
		color: #fff;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 18px;
		padding: 5px 0 15px 0;
		text-transform: uppercase;
	}

	.appointment-login input.text {
		background: #c4c92a;
		color: #4c4f00;
		border: none;
		padding: 10px 15px;
		font-size: 16px;
		width: 186px;
		margin-right: 18px;
		margin-bottom: 10px;
	}
	.appointment-login input.text.long {
		width: 290px;
	}
	.appointment-login input.button.login_button {
		width: 186px;
		cursor: pointer;
		background: #787c00;
		color: #fff;
		text-transform: uppercase;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 16px;
		border: none;
		margin: 0 0 10px 0;
		padding: 12px 15px 7px 15px;
	}
	.appointment-login input.button.login_button.padded {
		margin-top: 12px;
	}
	.appointment-login input.button.login_button.wide {
		width: 210px;
	}

.appointment-buttons {
	background: #686868;
	padding: 15px 0 12px 40px;
}

	.appointment-buttons input.button {
		text-transform: uppercase;
		width: 315px;
		cursor: pointer;
		float: left;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 20px;
		border: none;
		padding: 27px 0 20px 0;
	}
	.appointment-buttons input.button_login {
		background: #c4c92a;
		color: #434343;
	}
	
	.appointment-buttons .vr {
		float: left;
		height: 74px;
		width: 1px;
		border-right: 1px solid #fff;
		margin: 1px 20px 0 20px;
	}
	
	.appointment-buttons input.button_registration {
		background: #434343;
		color: #fff;
	}

.appointment-time {
	background: #a4a900;
	padding-bottom: 14px;
}

	.appointment-time .black_arrow {
		width: 47px;
		height: 35px;
		background: transparent url(moduls/em_medical/images/black_arrow.png) center center no-repeat;
		float: left;
		margin: 18px 0 0 12px;
	}
	
	.appointment-time .date {
		color: #fff;
		float: left;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 26px;
		line-height: 36px;
		text-transform: lowercase;
		margin: 14px 0 0 20px;
		padding: 6px 20px 0 0;
		border-right: 1px solid #fff;
	}
	
	.appointment-time .time {
		color: #fff;
		float: left;
		font-family: HelveticaNeueLTPro-Md;
		font-size: 36px;
		line-height: 36px;
		margin: 14px 0 0 20px;
		padding: 6px 20px 0 0;
	}

#appointment-popup-bg {
    background: #222;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 50;
}

#appointment-popup {
    background-color: #a4a900 !important;
    left: 50%;
    margin-left: -375px;
    position: absolute;
    top: 50px;
    width: 750px;
	z-index: 60;
}

#appointment-popup #close {
    background-color: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

p.activatedMessage {
	color: #fff;
	font-size: 20px;
	padding: 26px 0 0 80px;
}

#appointment-popup h2 {
    color: #fff;
    font-family: HelveticaNeueLTPro-Md;
    font-size: 30px;
    font-weight: normal;
    height: 61px;
    line-height: 64px;
    padding: 5px 32px 0 32px;
    text-transform: uppercase;
}

#appointment-popup #medical {
    background-color: #fff;
    height: 290px;
    padding: 0 32px;
}

#appointment-popup h3 {
    color: #fff;
    background: #787c00;
    font-family: HelveticaNeueLTPro-Md;
    font-size: 24px;
    font-weight: normal;
    height: 43px;
    line-height: 46px;
    padding: 3px 32px 0 32px;
    text-transform: uppercase;
}

#appointment-popup .doctor-box {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 686px;
}

#appointment-popup .doctor-box-left {
    float: left;
    height: 245px;
    width: 340px;
}

#appointment-popup .doctor-box-right {
    float: right;
    height: 245px;
    width: 340px;
}

#appointment-popup .doctor-box-right #popup-gmap {
    height: 245px;
    width: 340px;
}

#appointment-popup .doctor-box h2 {
    color: #414141;
    float: left;
    font-family: HelveticaNeueLTPro-Md;
    font-size: 13px;
    height: auto;
    line-height: 17px;
    padding: 0 0 0 15px;
    width: 170px;
}

#appointment-popup #medical-img-block {
    float: left;
    width: 152px;
}

#appointment-popup #medical-img-block img {
    max-width: 152px;
}

#appointment-popup .doctor-box nav {
    padding-top: 15px;
}

#appointment-popup .doctor-box nav {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    width: 170px;
}

#appointment-popup .doctor-box nav li {
    color: #a4a900;
    float: none;
    font-family: HelveticaNeueLTPro-Md;
    font-size: 13px;
    padding-bottom: 3px;
}

#appointment-popup .short-news-page-doctor-name {
    color: #333;
}

#appointment-popup #place_address {
    font-size: 11px;
    float: right;
    line-height: 12px;
    padding-top: 20px;
    width: 340px;
}

.short-news-clinic-address h3 {
    font-weight: normal;
    padding: 10px 0 3px 0;
}

.staff-list {

}

.staff-list li {
    display: table;
    list-style-type: none;
    padding-top: 7px;
}

.staff-list li a {
}

.staff-list li a .mini-medical-image {
    display: block;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 32px;
}

.staff-list li a .mini-medical-image img {
    width: 32px;
}

.staff-list li a div {
    display: table;
    float: left;
    min-height: 32px;
    width: 115px;
}

.staff-list li a div p {
    display: table-cell;
    font-size: 11px;
    line-height: 14px;
    padding-left: 7px;
    text-transform: none;
    vertical-align: middle;
}.navLabelBlock {
	display: none;
}

#header-articles nav a {
	color: #fff;
}

.noResultError {
	color: darkred;
	margin-top: 40px;
}

/* news-content */

.news-content p {
	margin: 7px 0;
}

.news-content ul {
	margin: 7px 0 7px 20px;
}

.news-content ul li {
	font-size: 13px;
}

.news-content h2 {
	margin: 30px 0 20px 0;
}

.news-content h3 {
	margin: 25px 0 15px 0;
}

.news_source {
	text-align: right;
}

.articles-pager-container a.selected-page {
	background-color: #d2032e;
}#nl-cpopup-bg,
#cpopup-bg {
    background-color: #111111;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
}

#nl-cpopup-box,
#cpopup-box {
    background-color: #d2032e;
    display: none;
    font-family: HelveticaNeueLTPro-Md;
    height: 615px;
    left: 50%;
    margin-left: -375px;
    margin-top: -310px;
    position: fixed;
    top: 50%;
    width: 750px;
    z-index: 22;
}

#cpopup-box-head {
    height: 60px;
    position: relative;
}

#cpopup-box-head #koszonjuk {
	background: url('moduls/em_cpopup/images/bg_head-logo.png') 45px top no-repeat;
    border-right: 1px solid #fff;
    display: block;
    float: left;
    height: 50px;
    margin: 5px 0;
    width: 390px;
}

#cpopup-box-head #legyen-naprakesz {
    background: url(moduls/em_cpopup/images/text-legyen-napra-kesz.png) left top no-repeat;
    display: block;
    float: left;
    height: 40px;
    margin: 10px 0 10px 35px;
    width: 240px;
}

#cpopup-box-head #closePopup {
    background: url(moduls/em_cpopup/images/bg_close-popup.png) left top no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
}

#cpopup-box-lead {
    background: #fff;
    color: #686868;
    font-size: 14px;
    height: 76px;
    line-height: 20px;
    padding: 10px 45px;
}

#cpopup-box-lead .top {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

#cpopup-box-lead .top b {
    font-size: 22px;
    font-weight: normal;
}

.bl {
    background: #fff;
    height: 25px;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 10px;
    width: 25px;
}

#requireBlock {
    height: 100px;
    padding: 10px 45px;
    position: relative;
}

#requireBlock .spanh2 {
    color: #fff;
    display: block;
    font-size: 14px;
    padding-top: 7px;
    text-transform: uppercase;
}

#requireBlock .requireFields {
    color: #fff;
    display: block;
    font-family: helveticaneueltpro-lt;
    font-size: 11.5px;
    padding: 5px 0;
}

#requireBlock .checkboxLabel {
    background: url(moduls/em_cpopup/images/bg_checkbox.png) right -20px no-repeat;
    color: #fff;
    cursor: pointer;
    font-family: helveticaneueltpro-Roman;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding-right: 30px;
    position: absolute;
    right: 45px;
    top: 15px;
}

#requireBlock .checkedCheckboxLabel {
    background-position: right 0px;
}

#nl-cpopup-box .inputfield {
    background-color: #ed617e;
    border: 0;
    color: #333;
    float: left;
    font-family: helveticaneueltpro-Roman;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    margin: 5px 10px 5px 0;
    outline: none;
    padding: 0 10px;
    width: 193px;
}

#requireBlock #email { float: right; margin-right: 0; }

#requireBlock #is_newsletter {
    position: absolute;
    right: 45px;
    top: 15px;
    visibility: hidden;
}

#plusBlock {
    background: #686868;
    height: 325px;
    padding: 10px 45px;
    position: relative;
}

#plusBlock .spanh2 {
    color: #fff;
    float: left;
    font-family: helveticaneueltpro-md;
    font-size: 18px;
    line-height: 20px;
    padding: 3px 0 15px 0;
    text-transform: uppercase;
}

#plusBlock .requireFields {
    color: #fff;
    float: left;
    font-family: helveticaneueltpro-lt;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 5px 30px;
}

#plusBlock .inputfield {
    float: right;
    margin-left: 0px;
    width: 250px;
}

.sexual-block {
    color: #fff;
    font-family: helveticaneueltpro-Roman;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    position: absolute;left: 45px;
    top: 53px;
    width: 90px;
}


.sexual-man {
    top: 77px;
}

#plusBlock .checkbox {
    background: url(moduls/em_cpopup/images/bg_checkbox.png) right -20px no-repeat;
    background-color: #d2032e;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    width: 20px;
}

#plusBlock .checkbox-active {
    background-position: right 0;
}

#plusBlock hr {
    margin: 15px -45px;
}

#plusBlock .temakor {
    float: left;
    height: 20px;
    margin: 8px 20px 8px 0;
}

#plusBlock .temakor span {
    color: #fff;
    font-family: helveticaneueltpro-Roman;
    font-size: 15px;
    display: block;
    height: 20px;
    line-height: 20px;
}

#plusBlock .temakor span span {
    background: url(moduls/em_cpopup/images/bg_checkbox.png) right -20px no-repeat;
    background-color: #d2032e;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}

#plusBlock .temakor span span.checkedLabel {
    background-position: right 0;
}

#plusBlock .submit-button {
    background-color: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: helveticaneueltpro-Roman;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
}

#plusBlock .right-text {
    color: #fff;
    font-family: HelveticaNeueLTPro-Lt;
    font-size: 11.5px;
    float: right;
    line-height: 14px;
    padding-top: 6px;
    width: 520px;
}

#cpopup-box-reg-ok {
	background: url(moduls/em_cpopup/images/bg_reg_ok.png) left top no-repeat;
	background-color: #d2032e;
	height: 615px;
	width: 750px;
}

.newsletter-reg {
	background: url(moduls/em_cpopup/images/bg_reg_button.png) left bottom no-repeat;
	border: 0;
	bottom: 20px;
	color: #000;
	cursor: pointer;
	display: block;
	font-family: helveticaneueltpro-md;
	font-size: 12px;
	height: 53px;
	left: 150px;
	padding-left: 65px;
	padding-top: 23px;
	position: absolute;
	text-transform: uppercase;
}

.newsletter-reg:hover {
	background: url(moduls/em_cpopup/images/bg_reg_button-hover.png) left bottom no-repeat;
}

.white {
	color: #fff;
	text-decoration: underline;
}/* POPUP */

#popup_bg {
	background: #000;
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
  
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4000;
}

#popup_box {
	background-color: #fff;
	left: 50%;
	margin-left: -335px;
	margin-top: -150px;
	position: fixed;
	top: 50%;
	width: 670px;
	z-index: 4001;
}

#popup_box2 {
	background-color: #fff;
	left: 50%;
	margin-left: -485px;
	margin-top: -150px;
	position: fixed;
	top: 50%;
	width: 959px;
	z-index: 4001;
}

#popup_box h2,
#popup_box2 h2 {
	background-color: #d2032e;
	color: #ffffff;
	font-size: 21px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
}

#popup_box p,
#popup_box2 p {
	color: #333;
	font-size: 17px;
	padding: 30px;
}

#popup_content {
	position: relative;
}

#popup_close {
	background-color: #fff;
	border: 0;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	color: #012e40;
	cursor: pointer;
	font-size: 23px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	right: -13px;
	text-align: center;
	top: -13px;
	width: 30px;
}

#password_text {
	display: none;
}

#popup_content .title {
	color: #333;
	float: left;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	margin-left: 30px;
	width: 170px;
}

#popup_content .textfield {
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 408px;
}

#popup_content .row {
	margin-top: 8px;
	min-height: 38px;
	position: relative;
}

#popup_content .row #log-button {
	background-color: #104484;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-family: HelveticaNeueLTPro-Ex;
	font-size: 20px;
	height: 38px;
	left: auto;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	right: 40px;
	text-transform: uppercase;
	top: 0;
}

#popup_content .row #regist-button {
	background-color: #d2032e;
	color: #fff;
    cursor: pointer;
	border: 0;
	font-family: HelveticaNeueLTPro-Ex;
	font-size: 20px;
	height: 38px;
	left: auto;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	right: 150px;
	text-transform: uppercase;
	top: 0;
}

#popup_content .row2,
#popup_content .row3 {
	margin: 5px 0 15px 200px;
	min-height: 18px;
}

#popup_content .row2 input[type=checkbox] {
	cursor: pointer;
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

#popup_content .row3 input[type=checkbox] {
	cursor: pointer;
	height: 14px;
	margin-top: 2px;
	margin-right: 5px;
	float: left;
	width: 14px;
}

#popup_content .row3 a {
    color: #d2032e;
}

#popup_content .row2 label {
	color: #333;
	cursor: pointer;
	font-size: 14px;
}

#popup_content .row3 label {
	color: #333;
	cursor: pointer;
	font-size: 17px;
}

#popup_content #login-form {
	padding-bottom: 40px;
	padding-top: 15px;
}

#repass {
	color: #333;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-right: 3px;
}

#left-popup {
	float: left;
}

#popup_content #left-popup #log-button {
	right: 0;
}

#popup_content #left-popup #regist-button {
	right: 150px;
}

#right-popup {
	float: right;
	width: 329px;
}

#right-popup-content {
	border-left: 3px solid #d2032e;
	height: 194px;
	padding: 20px;
	margin-left: 20px;
}

#right-popup-content2 {
	border-left: 3px solid #d2032e;
	height: 321px;
	padding: 30px 20px;
	margin-left: 20px;
}

#popup_box2 #right-popup-content p {
	font-size: 15px;
	padding: 15px 11px;
}

#popup_box2 #right-popup-content2 p {
	font-size: 15px;
	padding: 30px 11px;
}

#gplus-button {
	background: url(moduls/login/images/social-button.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 59px;
	width: 270px;
}

#facebook-button {
	background: url(moduls/login/images/social-button.png) 0 -59px no-repeat;
	border: 0;
	cursor: pointer;
	height: 59px;
	width: 270px;
}


#popup_box .rowError p,
#popup_box2 .rowError p {
	color: red;
	cursor: pointer;
	font-size: 17px;
	padding: 10px 0;
	text-align: center;
}

.realname {
	color: #fff;
	display: block;
	font-size: 13px;
	height: 29px;
	left: 570px;
	line-height: 14.5px;
	position: absolute;
	top: 53px;
	overflow: hidden;
	width: 150px;
}.banner-content {
	display: block;
	overflow: hidden;
}p.error {
	font-weight: bold;
	background-color: #FF0000;
	color: #FF0000;
	text-align: center;
}.mp-news-box figure.news-box-image {
	height: 152px;
	overflow: hidden;
	width: 152px;
}

.mp-news-box figure.news-box-image img {
	min-height: 152px;
	min-width: 152px;
}

#magazin-cover {
	margin-top: 10px;
}

.magazin-list .healt-magazine-container {
	float: left;
	margin: 0 10px 20px 0;
	width: 310px;
}

.magazin-list .healt-magazine-container:nth-child(2n) {
	margin: 0 0 20px 10px;
}

.magain-list-h1 {
    font-size: 37px;
    font-family: HelveticaNeueLTPro-Lt;
    color: #000;
	margin: 29px 0 40px 0;
    text-transform: uppercase;
}

#prevem {
	font-size: 12px;
    margin-bottom: 5px;
    color: #000;
}table.my_list_header {
    margin-top: 15px;
    width: 100%;
}

table.my_list_header td.address_left {
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
}

table.my_list_header td.address_right {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid grey;
}

table.my_list_body th.where {
    background: url(functions/my_list/images/header_back.png) #1b1d1f repeat-x;
    color: #fff;
}

table.my_list_body th form:hover {
    background-color: #3b3d3f;
}

table.my_list_body th input {
    color: #fff;
}

table.my_list_body th.where input {
    color: #000;
}

table.my_list_body {
    margin-top: 4px;
    width: 100%;
}

table.my_list_body th {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    border-bottom: 1px solid #1b1d1f;
    color: #ffffff;
    background-color: #1b1d1f;
    padding: 0px;
}

table.my_list_body tr td input {
    padding: 2px 5px;
}

table.my_list_body th.ordered {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    background-color: #5b5d5f;
    padding: 0px;
}

table.my_list_body th.ordered:hover {
    background-color: #8BACDE;
    border-bottom: 1px solid #999;
}

table.my_list_body tr.odd {
    color: #333;
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    background-color: #e7e2ff;
}

table.my_list_body tr.odd:hover {
    background-color: #C4D3DB;
}

table.my_list_body tr.even {
    color: #333;
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    background-color: #EAFAFF;
}

table.my_list_body tr.even:hover {
    background-color: #C4D3DB;
}

table.my_list_body td {
    padding: 1px 5px 1px 5px;
}

table.my_list_body td.options {
    width: 20px;
}

table.my_list_body td.citeria {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: center;
    font-variant: small-caps;
    background-color: #C4D3DB;
    border-top: 1px solid #999;
    text-align: right;
    padding: 4px 5px 4px 5px;
}

input.add {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_add_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.add:hover {
    background: transparent url('functions/my_list/images/btn_add_over.gif') no-repeat center top;
}

input.delete {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_remove_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.delete:hover {
    background: transparent url('functions/my_list/images/btn_remove_over.gif') no-repeat center top;
}

input.edit {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_edit_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.edit:hover {
    background: transparent url('functions/my_list/images/btn_edit_over.gif') no-repeat center top;
}

input.facebook {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_facebook_norm.png') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.facebook:hover {
    background: transparent url('functions/my_list/images/btn_facebook_over.png') no-repeat center top;
}

input.excel_export {
    height: 22px;
    width: 20px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_excel_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.excel_export:hover {
    background: transparent url('functions/my_list/images/btn_excel_over.gif') no-repeat center top;
}

input.open {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list/images/btn_open_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.open:hover {
    background: transparent url('functions/my_list/images/btn_open_over.gif') no-repeat center top;
}

input.text_submit_desc {
    border: 0px;
    margin-top: -8px;
    padding: 0px;
    width: 100%;
    background: transparent url('functions/my_list/images/btn_desc.gif') no-repeat center bottom;
    height: 35px;
    cursor: pointer;
}

input.text_submit_asc {
    border: 0px;
    margin-top: -8px;
    padding: 0px;
    width: 100%;
    background: transparent url('functions/my_list/images/btn_asc.gif') no-repeat center bottom;
    height: 35px;
    cursor: pointer;
}

input.text_input_where {
    width: 100%;
    height: 100%;
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    padding: 3px;
    font-variant: normal;
    font-weight: normal;
}

form {
    padding: 0px;
    margin: 0px;
}h2.statement {
    font-size: 14px;
    padding-left: 20px;
    border-bottom: 2px solid silver
}

#statement_header {
    margin: 10px 0
}

#statement_header form.statement_filter {
    float: left;
    line-height: 20px
}

#statement_header form.statement_filter input {
    width: 80px
}

#statement_header form.statement_export {
    float: right
}

.statements_table {
    width: 100%
}

.statements_table tr th {
    border-right: 1px dotted gray;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.statements_table tr th.mainborder {
    border-right: 0px
}

.statements_table tr td {
    padding: 2px 5px
}

.statements_table tr td {
    border-right: 1px dotted gray;
    border-bottom: 1px dotted gray
}

.statements_table tr td.mainborder {
    border-left: 1px dotted gray
}

.statements_table tr td.statement_no_data {
    padding: 15px 5px
}

.statements_table tr.even td {
    background-color: #ffa
}

.statements_table tr.odd td {
    background-color: #aff
}

.clear {
    clear: both
}

#chart_frame {
    background: url('functions/statement_list/images/chart_icon.png') left center no-repeat;
    padding-left: 20px;
    float: right;
}table.my_list2_header {
    margin-top: 5px;
    width: 100%;
}

table.my_list2_header td.address_left {
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
}

table.my_list2_header td.address_right {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid grey;
}

table.my_list2_body th form:hover {
    background-color: #E7A63B;
}

table.my_list2_body th input {
    color: #fff;
}

table.my_list2_body th.where input {
    color: #000;
}

table.my_list2_body {
    margin-top: 4px;
    width: 100%;
}

table.my_list2_body th {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    border: 0;
    color: #ffffff;
    background-color: #F6AD36;
    padding: 0px;
}

table.my_list2_body tr td input {
    padding: 2px 5px;
}

table.my_list2_body th.ordered {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    background-color: #F7C65B;
    padding: 0px;
}

table.my_list2_body th.ordered:hover {
    background-color: #8BACDE;
    border-bottom: 0;
}

table.my_list2_body tr.odd {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    background-color: #e7e2ff;
}

table.my_list2_body tr.odd:hover {
    background-color: #C4D3DB;
}

table.my_list2_body tr.even {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    background-color: #EAFAFF;
}

table.my_list2_body tr.even:hover {
    background-color: #C4D3DB;
}

table.my_list2_body td {
    padding: 1px 5px 1px 5px;
}

table.my_list2_body td.options {
    width: 20px;
}

table.my_list2_body td.citeria {
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: center;
    font-variant: small-caps;
    background-color: #C4D3DB;
    border-top: 1px solid #999;
    text-align: right;
    padding: 4px 5px 4px 5px;
}

input.my_list2_config {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_config_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.my_list2_config:hover {
    background: transparent url('functions/my_list2/images/btn_config_over.gif') no-repeat center top;
}

.my_list2_panel {
    background-color: #fff;
    border: 1px solid #F8B74C;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    display: none;
    left: 50%;
    margin-left: -160px;
    padding-bottom: 5px;
    position: fixed;
    top: 100px;
    width: 320px;
    z-index: 99999;
}

.my_list2_panel form {
    margin: 15px 40px;
}

.my_list2_panel form p {
    padding-top: 10px;
    text-align: center;
}

.my_list2_panel span.header {
    background-color: #F8B74C;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    color: #333;
    display: block;
    font-family: Georgina, Verdana, Tahoma;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    width: 320px;
}

input.add {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_add_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.add:hover {
    background: transparent url('functions/my_list2/images/btn_add_over.gif') no-repeat center top;
}

input.delete {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_remove_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.delete:hover {
    background: transparent url('functions/my_list2/images/btn_remove_over.gif') no-repeat center top;
}

input.edit {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_edit_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.edit:hover {
    background: transparent url('functions/my_list2/images/btn_edit_over.gif') no-repeat center top;
}

input.copy {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_copy_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.copy:hover {
    background: transparent url('functions/my_list2/images/btn_copy_over.gif') no-repeat center top;
}

input.facebook {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_facebook_norm.png') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.facebook:hover {
    background: transparent url('functions/my_list2/images/btn_facebook_over.png') no-repeat center top;
}

input.excel_export {
    height: 22px;
    width: 20px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_excel_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.excel_export:hover {
    background: transparent url('functions/my_list2/images/btn_excel_over.gif') no-repeat center top;
}

input.open {
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent url('functions/my_list2/images/btn_open_norm.gif') no-repeat center top;
    cursor: pointer;
    overflow: hidden;
}

input.open:hover {
    background: transparent url('functions/my_list2/images/btn_open_over.gif') no-repeat center top;
}

input.text_submit_desc {
    border: 0px;
    margin-top: -8px;
    padding: 0px;
    width: 100%;
    background: transparent url('functions/my_list2/images/btn_desc.gif') no-repeat center bottom;
    height: 35px;
    cursor: pointer;
}

input.text_submit_asc {
    border: 0px;
    margin-top: -8px;
    padding: 0px;
    width: 100%;
    background: transparent url('functions/my_list2/images/btn_asc.gif') no-repeat center bottom;
    height: 35px;
    cursor: pointer;
}

input.text_input_where {
    width: 100%;
    height: 100%;
    font-family: Georgina, Verdana, Tahoma;
    font-size: 11px;
    text-align: left;
    padding: 3px;
    font-variant: normal;
    font-weight: normal;
}

form {
    padding: 0px;
    margin: 0px;
}