

body {
	color: #FFCC00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px ;
	background : #000000;
	visibility : visible;
}


a      { font-size: 14px; text-decoration: underline; text-decoration : bold;  color : #FFCC00;  }
a:hover{ text-decoration:  underline; color : #CC0000; }



.top {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        top: 40px;
        left: 5px;
	width : 800px;
	height: 114px;
	vertical-align : middle;
	visibility : visible;
	background: #000000;
        position:absolute;
}



.left {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	top: 154px;
        left: 10px;
	width : 200px;
	height: 600px;
	vertical-align : middle;
	background: #000000;
        position:absolute;
}

h5 	{
	font-size:12px;
	font-weight:bold;
	color:red;
	}
h6 	{
	font-size:12px;
	font-weight:bold;
        color:#FFCC00;
        }
table
	{ 
	font-size : 11px ;
	}

.main {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	left: 200px;
        top: 154px;
        width : 650px;
	height: 600px;
	vertical-align : middle;
	background: #000000;
        position:absolute;
}


/************************
**** 		MAIN PAGE	****
************************/

.evenc_page{
	margin: 0px auto 0px auto;
	width: 580px;
}

.evenc_header{
	background-image: url(gfx/evenc_banner.jpg);
	height: 120px;
	text-align: right;
}

.evenc_header > div{	
	font-weight: bold;
	text-align: right;
	padding-top: 100px;	/* uhm ... not very good */
}


.evenc_footer{
	font-size: 7pt;
	text-align: right;
}
/* Search */
.evenc_search_box{
	width: 100%;	
}

.evenc_search_box input[type="text"]{
	width: 98%;
}

.evenc_search_button{
	display: none;
}

/************************
**** 		CONTENT		****
************************/
.evenc_content{	
	top:0px;
	
}

.evenc_content > table{
	height: 360px; /*min height of page*/
}

.evenc_content  table{
	width: 100%;

}

.evenc_content td{	
	vertical-align: top;
}



.evenc_col_left{
	border-right: 1px solid gray;
	width: 150px;
}

.evenc_col_left  > a{
	margin: 10px 0px 0px 5px;
	display: block;
}

.evenc_message{
	
	border-right: 1px solid gray;
	font-weight: bold;
	margin: 5px auto 5px auto;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: 75%;
}

/************************
**** 		EVENT			****
************************/
.evenc_event_date{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.evenc_event_box{
	border: 1px solid gray;	
	float: left;
	height: 106px;
	margin: 0px 0px 0px 5px;
	width: 200px;	
	overflow: hidden;
}

.evenc_event_name{
	font-weight: bold;
}

.evenc_event_name input{
	font-weight: bold;
	width: 100%;
}


.evenc_event_time{
	float: right;
}

.evenc_event_time input{
	width: 37px;
}

.evenc_event_location{
	
}

.evenc_event_location input{
	width: 128px;
}

.evenc_event_description{
	clear: both;
	margin-top: 2px;
	/*height: 58px;*/
	height: 64px;
	overflow: hidden;
}

.evenc_event_description textarea{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.evenc_event_link{
	text-align: right;
	display: block;
	position: relative;
	top: 92px;
	margin-bottom: -13px;
}

.evenc_event_send{
	clear: both;
	margin-left: 5px;
}

.evenc_event_wrap{
	clear: both;
	height: 5px;
}

.evenc_event_add_box{
	margin-top: 5px;
	margin-left: 5px;
	width: 75%;	
}

.evenc_event_navi_next{
	border: 1px solid Gray;	
	display: inline;
	margin-right: 10px;
	padding: 2px 10px 2px 10px;
	float: right;
}

.evenc_event_navi_prev{
	border: 1px solid Gray;	
	display: inline;
	margin-left: 10px;
	padding: 2px 10px 2px 10px;		
}

/************************
**** 		CALENDAR		****
************************/
.evenc_calendar_box{	
}

.evenc_calendar_year td{
	font-weight: bold;
	text-align: center;
}

.evenc_calendar_month td{
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.evenc_calendar_day{
	font-weight: bold;
}

.evenc_calendar_box a{	
	color: red;
	text-decoration: none;
}

a.evenc_calendar_event{
	display: block;
	text-decoration: underline;
}

a.evenc_calendar_today{
	background-color: yellow;
	display: block;
}

/************************
**** 		COMMENT		****
************************/
.evenc_comment_box{
	margin: 10px 5px 5px 5px;
/*	width: 220px;*/
	width: 75%;
}

.evenc_comment_name{
	display: inline;
	font-weight: bold;
}

.evenc_comment_name input{
	font-weight: bold;
	margin-top: 2px;
	width: 100%;
}

.evenc_comment_time{
	display: inline;
}

.evenc_comment_text{
	padding-top: 2px;
	border-top: 1px solid Gray;
}

.evenc_comment_text textarea{
	width: 100%;
	overflow: hidden;
}

.evenc_comment_send{
	margin-left: 5px;
}

.evenc_input_note{
	font-size: 7pt;
	margin-bottom: 2px;
}

/************************
**** 		BBCode		****
************************/
.bbc_bold{font-weight: bold;}
.bbc_strike{text-decoration: line-through;}
.bbc_underline{text-decoration: underline;}
.bbc_italic{font-style: italic;}

.bbc_quote, .bbc_code{
	background-color: #f9f9f9;
	border: 1px solid Gray;	
	display: block;
	margin: 2px 5px 2px 5px;
	padding: 2px 2px 2px 2px;
}

.bbc_quote > div{
	font-weight: bold;
}

.bbc_list{
	list-style-type: disk;
	margin-top: 5px;
	margin-bottom: 5px;
}




