@charset "utf-8";

BODY {
	background-color: #000000; /*#510100;  */
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4A4A4A;
	background-image: url(../pic/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#webPage {
	width:1140px;
}

a {
    color:#731010;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

#mainBody {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: white;
	display: table;
	padding: 2px;
	float: left;
}

#mainCenter {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0px 5px;
	font-size: 12px;
	line-height: 18px;	
}


#mainCenterWide {
	float: left;
	width: 650px;
	text-align: justify;
	padding: 0px 5px 20px 10px;
	font-size: 12px;
	line-height: 18px;	
}

#mainCenterFull {
	float: left;
	width: 960px;
	text-align: justify;
	padding: 0px 5px 20px 20px;
	font-size: 12px;
	line-height: 18px;	
}


div.advertBOX {
	height: 81px;
	width: 291px;
	border: 1px dotted #F00;
	text-align: left;
	padding: 2px;
	border:1px solid #890000;
	margin-bottom: 10px;
	background-color: #FFF;
	
	float: left;
	margin-right: 10px;
	font-size: 12px;
	line-height: 16px;	
}

div.HighClass {
	background-color: #ffccc1;
}

div.advertBOX A {
	color: #0000FF;
	text-decoration:underline;
	font-weight: bold;
	display: inline-table;
}

div.advertBOX .url {
	color: #008066;
	font-weight: normal;
}

#ContentRight {
	text-align: left;
	float: right;
	width: 300px;
	padding: 5px;
}

#advertBlock {
	margin-bottom: 5px;	
}

#siteHeader {
	clear: both;
	height: 160px;
}

#bannerTOP {
	height: 90px;
	width: 730px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	text-align: right;
}

#siteContent {
	clear: both;
	float: left;
/*	background-color: #93230D;   */
	border-left: 1px solid #FFF7EA;
    border-top: 1px solid #FFF7EA;
	border-right: 5px solid #FFF7EA;
	border-bottom: 5px solid #FFF7EA;
	width: 994px;
	background-image: url(../pic/bg_red.png);
/*	padding-top: 5px;*/
}
#ContentLeft {
	width: 150px;
	color: white;
	float: left;
	text-align: left;
	
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;	
}

#ContentLeft a {
    color: white;
    text-decoration: none;
}

#ContentLeft a:hover {
    color: yellow;
}

#ContentMain {
	background-color: #FFF;
	color: #4A4A4A;
	background-image: url(../pic/bg_content.jpg);
	background-repeat: repeat;
	float: right;
	width: 830px;
	margin-left: 5px;
	
	padding-bottom: 30px;	
}

#ContentMainWide {
	background-color: #FFF;
	color: #4A4A4A;
	background-image: url(../pic/bg_content.jpg);
	background-repeat: repeat;
	float: right;
	width: 980px;
	margin-left: 5px;
	
	padding-bottom: 30px;	
}

#ContentMainFull {
	background-color: #FFF;
	color: #4A4A4A;
	background-image: url(../pic/bg_content.jpg);
	background-repeat: repeat;
	float: right;
	width: 980px;
	margin-left: 5px;
	
	padding-bottom: 30px;	
}

#siteNavBar {
	clear: both;
	height: 25px;
	display:block;
	color: #93230D;
	width: 1000px;
/*	background-color: #FFF7EA;  */
	padding-top: 5px;
}

#siteNavBar #menu {
    float: left;
    padding-left: 5px;   

    width: 600px;    
}

#siteNavBar #menu a {
    font-size: 18px;
    font-weight: bold;    
    text-decoration: none;
    color: #FFFFFF;
    padding: 3px 10px;
}

#siteNavBar #menu a:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #731010;
}

#siteNavBar #loginForm {
    float: right;
	text-align: left;
    padding-right: 15px;
    
    color: white;
}

#siteNavBar #loginForm a {
    color: white;
}

input, select, textarea {
	color: #4A4A4A;
	background-color: #FFF;
	border: 1px solid #93230D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 2px;
	padding: 1px;
}

input[type=radio], input[type=checkbox] {
	background: none url();
	border: 0px;
}

.button, .button_white {
	color: #FFFFFF;
/*	border: 1px solid #FFFFFF;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

	padding-bottom: 2px;	
	padding-left: 5px;
	padding-right: 5px;	
	
	background-image: url(../pic/gomb_bg.jpg);
 	background-repeat: repeat-x;
 	
	height: 18px;
}

.button_white {
	border: 1px solid #FFFFFF;
}

.inputSmall {
	width: 80px;
}

#contentFooter {
	clear:both
	display:block;
	clear: both;
	padding-left: 150px;
	text-align: center;
	font-size: 10px;
	padding-top: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

#siteFooter {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#siteFooter a {
	color: yellow;
	text-decoration:none;
}

#rightBOX {
	float: left;
	width: 120px;
	margin-left: 5px;
	color: #FFF;
	font-size: 10px;
}

#rightTOPBOX {
	width: 120px;
	margin-bottom:10px;
	height: 180px;
}

#rightBanners {
	float: left;
	width: 120px
}
#contentBanner {
	height: 60px;
	width: 468px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentBanner img {
    border: 0px none;
}

div.spacerROW {
	clear:both;
	background-image:url(../pic/elvalasztas.png);
	background-repeat:no-repeat;
	height:15px;
	background-position:center center;
}

#voteBlock {
	margin-bottom:5px;
}

#voteBlock ol {
	padding-left: 25px;
}

#mainMenu {
}

#mainMenu ul{
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:5px;
}

#mainMenu ul a{
	color: white;
	text-decoration:none;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight:bold;
}

#mainMenu ul a:hover{
	color: yellow;
}

.flyer_box {
    border: 1px solid Silver;
    float: left;
    height: 260px;
    margin: 5px;
    text-align: center;
    width: 240px;
}

#partyIMGBOX {
    margin-left: 5px;
    width: 150px;
    font-size: 10px;
    text-align: center;
}


div.gallistBOX {
    clear: both;
    height: 80px;
    padding: 5px;
}

div.gallistBOX div.thumb {
    width: 110px;
    float: left;
}

div.gallistBOX div.thumb img {
    border: 2px dotted #731010;
    margin: 5px;
} 

img.imgThumb {
    border: 2px dotted #731010;
    margin: 5px 0px;
} 
   
div.gallistBOX div div.title {
    font-weight: bold;
}

div.gallistBOX div div.more {
    font-style: italic;
    font-weight: normal;
}

.newsHeaderBox {
    margin-left: 5px;
    margin-bottom: 10px;
}

.newsTitle {
    font-size: 16px;
}

th {
    background-color: lightgray;
    border-bottom: 2px silver solid;
    text-align: center;
}


.calDetailTitle {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.calDetailDate {
	font-size: 10px;	
	margin-bottom: 5px;	
}

.calDetailBody {
	margin-left: 10px;
	margin-bottom: 20px;
    font-size: 12px;
}


#voteBlock .vote_small {
    font-size: 10px;
}


#audioplayer_box {
    clear: both;
    font-size: 11px;
    display: table;
    padding: 2px;
    
	height: 91px;
	width: 291px;
    border: 1px solid #890000;
}