body {
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #326EA2;
	color: Black;
	padding: 2px;
}

a {
		margin: 0px;
}

a.languageLink {
	display: block;
	width: 28px;
	height: 34px;
	float: left;
	margin-right: 6px;
	margin-top:3px;
	text-decoration: none;
}

h1 {
	color: #193751;
	letter-spacing: -1px;
	margin: 0px;
	font-size: 24px;
}

.table_h1 {
	color: #193751;
	letter-spacing: -1px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #326EA2;
	letter-spacing: -1px;
	margin: 0px;
}
.table_h2 {
	color: #326EA2;
	letter-spacing: -1px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;

}

h3 {
	color: #326EA2;
	letter-spacing: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}
.table_h3 {
	color: #326EA2;
	letter-spacing: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;

}
textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #326EA2;
	color: Black;
	padding: 2px;
}

.separator {
  margin-top: 5px;
	border-top:1px dotted #193751;
	font-size: 0px;
	height: 1px;
	display: block;
	width:100%;
}
td.separator {
  margin-top: 5px;
	border-top:1px dotted #193751;
	font-size: 0px;
	height: 1px;
}
a.parties_popup_button,a.parties_popup_button:visited {
	background-color: #85B3D9;
	float:left;
	display: block;
	padding: 4px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	margin: 7px;
}
a.parties_popup_button:hover {
	background-color: #326EA2;
	color: White;
	text-decoration: none;
}

.parties_popup_advert {
	height: 60px;
	background-color: #C0D9E5;
	padding: 10px;
	border-top: 1px dotted #333;
	font-size: 12px;
	display: block;
	float:left;
	width: 680px;
	text-align: center;
}

.warning_message {
	font-family: Tahoma, Arial, sans-serif;
	background-color: White;
	height: 85px;
	width: 348px;
	border: 2px solid #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	border-bottom: 4px solid #333333;
	/*
	margin-left: 0 auto;
	margin-right: 0 auto;
	*/
	top: 300px; 
	vertical-align: top;
	padding: 5px;
	left: 35%;
  right: 50%;


}

a.warning_close, a.warning_close:visited {
	font-family: Tahoma, Arial, sans-serif;
	color: #8f8f8f;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	position: absolute;
	top:0px;
	right: 0px;
	padding: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 100%;
	text-align: right;
	margin-right: 6px;
	
}
a.warning_close:hover {
	text-decoration: underline;
}



#mainTable {
	/*width: 1003px;*/
	display: table;
	float:left;
	border-right: 1px solid #333;
}


/* comments */
.comments_holder {
	display: block; 
	background-color: #E1EDF3;
	padding: 5px;
	float: right;
	width: 580px;
	font-size: 12px;
	margin-top: 10px;
}
table.comments_table {
	font-size: 12px;
}

/* inner_popup */
a.slideshow_play {
	background-image: url(images/slideshow_play.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: left;
	padding-left: 18px;
	margin-left: 30px;
}
a.slideshow_pause {
	background-image: url(images/slideshow_pause.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: left;
	padding-left: 18px;
	margin-left: 30px;
}

a.slideshow_close {
	background-image: url(images/slideshow_close.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: right;
	padding-left: 14px;
	margin-right: 10px;
}

.parties_popup_subtitles {
	display: block;
	width: 100%;
	float:left;
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}


.parties_popup_top_holder {
	display: block;
	width: 100%;
	float:left;
	height: 34px;
	border-bottom: 1px solid White;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-image: url(images/party_popup_header.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.parties_popup_top_header_left {
	width: 195px;
	display: table-cell;
}

.parties_popup_top_header_center {
	width: 162px;
	display: table-cell;
	text-align: center;
}

.parties_popup_top_holder td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #193751;
	vertical-align: top;
	display: table-cell;
}
.parties_popup_top_holder a {
	text-decoration: none;
	color: White;
	color: #193751;
}
.parties_popup_top_holder a:hover {
	text-decoration: underline;
	color: #193751;
}

.parties_popup_imageholder {
	display: block;
	width: 100%;
	height: 695px;
	min-height: 695px;
	background-color: #C0D9E5;
	text-align: center;
	color: White;
	float:left;
}

.party_popup_image {
	margin-top: 10px;
	border: 3px solid White;
}

.parties_pozdrav {
	display: block;
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	background-color: #202020;
	color: White;
	text-align: center;
}

.parties_pozdrav_bottom_holder {
	display: block;
	width: 580px;
	float:left;
	height: 120px;
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
}

.parties_popup_bottom_holder {
	display: block;
	width: 690px;
	height: 153px;
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute; 
	top: 100px;
	left: 0px;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
}
.parties_popup_bottom_holder_title {
	font-size: 17px;
	color: #326EA2;
	font-weight: bold;
	text-align: center;
	background-color: #D2E4EC;
	padding: 4px;
	white-space: nowrap;
	display: table-cell;
}



.parties_popup_bottom_holder_text {
	font-size: 14px;
	color: #193751;
}
input.parties_popup_bottom_holder_textbox {
	border: 1px solid #326EA2;
	color: Black;
	padding: 2px;
	width: 210px;
}



.parties_popup_bottom_holder textarea {
	border: 1px solid #326EA2;
	color: Black;
	padding: 2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 265px;
	height: 80px;
}
a.send_to_friend_link{
	border: 1px solid #326EA2;
	color: White;
	padding: 4px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	background-color: #326EA2;
	text-decoration: none;
	text-align: center;
}
a.send_to_friend_link:hover {
	border: 1px solid #326EA2;
	color: White;
	background-color: #326EA2;
}


.parties_popup_functions_holder {
	display: block;
	width: 690px;
	float:left;
	height: 25px;
	background-color: #C0D9E5;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.popup_window {
	display: none;
	position: absolute;
	top: 20px;
	left: 120px;
	width: 700px;
	/*height: 780px;*/
	padding: 0px;
	border: 3px solid #fff;
	background-color: #C0D9E5;
	z-index:1002;
	overflow: auto;
	margin-bottom: 20px;
}









/* pagination */

.pagination{
        float: right;
        padding: 3px;
}
.pagination a, .pagination a:active, .pagination a:hover, .pagination a:link, .pagination a:visited{
        color: White;
        text-decoration: none;
		  padding: 5px;
		  padding-left: 6px; 
		  padding-right: 6px;
		  display: block;
		  float: left;
}
.pagination .title{
        float: left;
        padding-left:10px;
        padding-top:4px;
        padding-right:5px;
        padding-bottom:1px;
        text-align: center;
        font-size: 12px;
        color: #333;
        margin: 2px;
}
.pagination .numo{
        float: left;
        text-align: center;
        font-size: 11px;
        color: White;
        margin: 2px;
		  background-color: #85B3D9;
}
.pagination .numo:hover{
        color: #307EBD;
        background-color: #EEE;
        border: 1px solid #DDD;
        cursor: pointer;
}
.pagination .curo{
        float: left;
        text-align: center;
        font-size: 11px;
        color: White;
        margin: 2px;
		  background-color: #193751;
		  padding: 5px;
		  padding-left: 6px; 
		  padding-right: 6px;
}
.pagination .curo:hover{
        color: #307EBD;
        background-color: #EEE;
        border: 1px solid #DDD;
        cursor: pointer;
}


/* parties link */

a.parties_image,a.parties_image:visited {
	display: block;
	float:left;
	margin: 3px;
	width: 135px;
	height: 110px;
	padding: 5px;
	background-color: #FDFBBE;
	border-right: 1px solid #797750;
	border-bottom: 1px solid #797750;
	text-align: center;
	min-width: 135px;
	min-height: 110px;
}
a.parties_image:hover {
	background-color: #797750;
}


.parties_listing_table {
	background-color: #AD9B37;
	width: 100%;
}
.parties_listing_title {
	background-image: url(http://www.disco.bg/images/prel_tabl_party_title.jpg);
	background-repeat: repeat-x;
	color: #79764D;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	/*display: table-cell;*/
	text-align: center;
	padding-top: 2px;
}

.parties_listing_cell {
	color: #797750;
	background-color: #FDFBBE;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

.parties_listing_cell a,.parties_listing_cell a:visited{
	text-decoration: none;
	color: #797750;
	padding: 3px;
	display: block;
}
.parties_listing_cell a:hover{
	text-decoration: none;
	background-color: #797750;
	color: #FDFBBE;
}












.main_logo {
	background-image: url(http://www.disco.bg/images/topleftimglogo_bg.gif);
	background-repeat: no-repeat;
	background-color: #85B3D9;
	background-position: 0px 15px;
	width:242px;
	height:114px;
	text-align: center;
	vertical-align: top;
	display: table-cell;
}

.main_logo_languages {
	background-image: url(http://www.disco.bg/images/toplanguagechange.jpg);
	width:130px;
	height:38px;
	background-repeat: no-repeat;
	display:block;
	margin-top: 3px;
	margin-left: 55px;
	margin-bottom: 45px;
}

.searchbox {
	background-color: #85B3D9;
	border: 1px solid White;
	padding: 3px;
	color: White;
	width: 100px;
}

.searchtitle{
	font-size: 12px;
}

.searchbutton { 
	background-color: #316C9F;
	border: 1px solid White;
	padding: 2px;
	color: White;
	font-size: 12px;
	cursor: pointer;
}

#top_banner_place {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


/* top navigation */

.topnavigation_holder {
	background-color: #340F70;
	border-bottom: 1px solid White;
	/*width: 1003px;*/
}


a.topnavingation_link {
	background-image: url(images/topnav_element.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 97px;
	padding-bottom: 9px;
	display: block;
	margin: 0px;
	float:left;
	text-align: center;
	color: #04422B;
	text-decoration: none;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
}
a.topnavingation_link:hover {
	color: Black;
	text-decoration: underline;
}


a.topnavingation_link_wide {
	background-image: url(images/topnav_element_wide.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 186px;
	padding-bottom: 9px;
	display: block;
	margin: 0px;
	float:left;
	text-align: center;
	color: #04422B;
	text-decoration: none;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	margin-right: -3px;
}
a.topnavingation_link_wide:hover {
	color: Black;
	text-decoration: underline;
}



#body_left {
	display: table-cell;
	width: 144px;
	border-right: 1px solid #666666;
	vertical-align: top;
}

a.leftnav_link {
	background-image: url(http://www.disco.bg/images/button_normal.gif);
	display:block;
	float:right;
	width:144px;
	height: 32px;
	text-align: left;
	font-size: 13px;
	color: #007344;
	font-weight: bold;
	
	text-decoration: none;
}

a.leftnav_link:hover {
	background-image: url(http://www.disco.bg/images/button_over.gif);
	color: #007344;
	text-decoration: underline;
}

a.leftnav_link span {
	position: relative;
	top: 10px;
	left: 10px;
	line-height: 12px;
	width: 130px;
	display: block;
}

.left_banners {
	margin: 4px;
	display: block;
	float:left;
}
.designby {
	margin: 3px;
	
	display: block;
	float:left;
	color: #333;
	padding-top: 8px;
	background-color: #85B3D9;
}

#body_center {
	display: table-cell;
	text-align: left;
	padding: 9px;
	vertical-align: top;
	width: 100%;
}

#body_right {
	display: table-cell;
	width: 170px;
	background-color: #6476b4;
	vertical-align: top;
	padding: 3px;
	text-align: center;
}

/* content */






