/* RESET */
html, body, div, span, applet, 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,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}



/* basics */
body,td,div,p,input,textarea{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#000000;
	line-height:120%;
}
body,html{
	margin:0px; padding:0px;
	height:100%;
}


/* body */
body{
	background-color:#444444;
}

/* forms */
.formField{
	width:700px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:16px;
	font-size:11px;
	padding:0px; padding-top:5px; padding-left:3px;
}
.formFieldEuro{
	width:680px; ;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:16px;
	font-size:11px;
	padding:0px; padding-top:5px; padding-left:3px;
}
.formFieldSelect{
	width:705px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:22px;
	font-size:11px;
	padding:0px; padding-top:1px; padding-left:3px;
}
.formArea{
	width:700px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:62px;
	font-size:11px;
	padding:0px; padding-top:5px; padding-left:3px;
	overflow:visible
}
.euroBox{
	width:14px; height:21px;
	float:left; 
	padding-left:6px; padding-top:2px;  
	font-weight:bold; color:#FFFFFF; font-size:14px;
	background-color:#8C8C8C;
}
.calenderBox{
	width:22px; height:19px;
	padding-left:2px; padding-top:4px;  
	font-weight:bold; color:#FFFFFF; font-size:14px;
	background-color:#8C8C8C; 
}
.blackbutton{
	border:none;
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-size:11px;
	width:60px;
	cursor:pointer;
}
.delbutton{
	width:20px; height:20px; 
	margin:0px; margin-top:-3px;
	background-color:#000000; color:#FFFFFF;
	font-weight:bold; font-size:12px;
	cursor:pointer; border:none;
}
.submitButton{
	border:solid 1px #FFFFFF;
	background-color:#0488F8;
	color:#FFFFFF; font-size:18px; font-weight:bold;
	cursor:pointer;
}
.button{
	border:solid 1px #FFFFFF;
	background-color:#333333;
	color:#FFFFFF; font-size:18px; font-weight:bold;
	cursor:pointer;
}
.regbutton{
	border:solid 1px #FFFFFF;
	background-color:#999999;
	color:#FFFFFF; font-size:18px; font-weight:bold;
	cursor:pointer;
	margin-left:20px;
}		
a.white{
	color:#FFFFFF;
}
a.purple{
	color:#0488F8;
}

/* text */
h1{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
h2{
	font-size:16px;
	color:#CD00C0;
	font-weight:bold;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding-top:6px;
}
h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}

.linethrough1 { 
	background: url(img/linethrough_1px.gif) repeat-x center left;
} 
.linethrough2 { 
	background: url(img/linethrough_2px.gif) repeat-x center left;
} 

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#0488F8;
	text-decoration:none;
}

.thumb{
	padding-right:10px;
	border:solid 1px #9F9F9F;
}

.calendarButton{
	width:20px; height:23px;
	background-color: #8C8C8C; 
	border: none; margin-right:3px;
	background-image: url(js/calenderfiles/calender.gif);
	background-repeat:no-repeat; background-position:center;
}
.codeButton{
	width:20px; height:23px;
	background-color: #8C8C8C; 
	border: none; margin-right:3px;
}


/* DIVS */
#loginHolder{
		position:absolute; 
		top:120px; left:50%;
		margin-left:-300px;
}
	#loginDiv{
		background-color:#FFFFFF;
		text-align:left;
		padding:10px;
		border:solid 1px #999999;
	}
	#changelog{
		vertical-align:top; 
		font-size:10px; 
		width:597px; height:172px; 
		overflow:auto; 
		border:#666666 dashed 1px; 
		padding:4px; margin-top:20px;
	}
	#terms{
		vertical-align:top; 
		font-size:10px; 
		width:597px; height:172px; 
		overflow:auto; 
		border:#666666 dashed 1px; 
		padding:4px; margin-top:20px;
	}
	#w3c{
		position:absolute;
		margin-top:2px;
		margin-left:140px;
	}
	#totmembers{
		float:left; width:400px;
		margin-left:3px; margin-top:2px;
		font-weight:bold;
	}


/* holding DIVS */
#header{
	height:80px;
}

#wrap{
	position:relative;
	width:970px;
	margin-left:auto;margin-right:auto;
	min-height:100%; background-color:#FFFFFF;
}
.tabHolder{
	position:relative;
	width:930px;
	clear:both; overflow:hidden;
}
	.tabSel{
		height:12px; float:left; padding-bottom:2px;
		padding-left:8px; padding-right:8px;
		color:#0488F8; font-weight:bold; font-size:12px;
		border-right:solid 2px #666666; cursor:pointer;
	}
	.tab{
		height:12px; float:left; padding-bottom:2px;
		padding-left:8px; padding-right:8px;
		color:#444444; font-weight:bold; font-size:12px;
		border-right:solid 2px #666666;
	}
	
#contentHolder{
	margin-top:15px;
	position:relative;
	overflow:visible;
}

.searchField{
	border:solid 1px #000000; 
	background-color:#FFFFFF;
	font-size:11px;
	width:200px; height:17px;
}
.searchSelect{
	border:solid 1px #000000; 
	background-color:#FFFFFF;
	font-size:11px; height:20px;
}
.searchBar{
 	padding:2px; vertical-align:middle;
}


.listTR{
	background-color:#B2B2B2;
}
.listTRMO{
	background-color:#CCF801;
}

.listTRW{
	background-color:#C19999;
}
.listTRWMO{
	background-color:#F90101;
}

.listTRG{
	background-color:#DAE6AA;
}
.listTRGMO{
	background-color:#CCF801;
}


.itemHolder{
	position:relative;
}
	.itemHeader{
		border: solid 1px #FFFFFF; background-color:#0488F8;
		height:19px; width:220px;
		padding-top:3px; padding-left:5px;
		color:#FFFFFF; font-weight:bold; font-size:14px;
	}
	.itemHeaderTab{
		border: solid 1px #FFFFFF; background-color:#444444;
		height:19px; width:90px;
		padding-top:3px; padding-left:5px;
		color:#FFFFFF; font-weight:bold; font-size:14px;
		float:left; margin-right:4px;
		cursor:pointer;
	}
	.itemHeaderTabSel{
		border: solid 1px #FFFFFF; background-color:#0488F8;
		height:19px; width:90px;
		padding-top:3px; padding-left:5px;
		color:#FFFFFF; font-weight:bold; font-size:14px;
		float:left; margin-right:4px;
	}
	.itemOption{
		position:absolute; right:2px; top:0px;
		height:19px; width:720px; text-align:right;
		padding-top:3px; padding-left:5px;
		color:#FFFFFF; font-weight:bold; font-size:14px;
	}
	.itemContent{
		position:relative;
		padding-left:10px;
		padding-top:2px;
	}
	.tdCell{
		border:solid 1px #000000; 
		padding:4px; background-color:#CCCCCC;
	}
	.tdButton{
		width:25px; 
		border:solid 1px #000000; 
		background-color:#EBEBEB; 
		text-align:center;
		vertical-align:middle; 
		cursor:pointer
	}
	.tdHeader{
		height:18px;
		background-color:#000000;
		color:#FFFFFF; font-weight:bold;
		border-right:solid 1px #FFFFFF;
		padding:2px; padding-top:4px; padding-left:4px;
	}
	.tdHeaderV{
		height:18px; width:170px;
		background-color:#000000;
		color:#FFFFFF; font-weight:bold;
		border-bottom:solid 1px #FFFFFF;
		padding:2px; padding-top:4px; padding-left:4px;
		vertical-align:top;
	}
	.tdContent{
		height:20px;
		background-color:#DCDADA;
		color:#000000; border:solid 1px #000000;
		padding:2px; padding-left:8px;
	}
	.tdContentList{
		height:20px;
		background-color:inherit; color:#000000; border:solid 1px #000000;
		padding:2px; padding-left:8px; cursor:pointer;
	}
	#prevNext{
		position:relative;
		clear:both;	
		width:100%;	
		margin-top:10px;
		height:30px;
	}
		#prevPage{
			position:absolute;
			padding:3px;
			font-weight:bold;
			background-color:#000000;
			color:#FFFFFF;
			width:110px;
			text-align:center;
			left:0px;
			cursor:pointer;
		}
		
		#nextPage{	
			position:absolute;
			padding:3px;
			font-weight:bold;
			background-color:#000000;
			color:#FFFFFF;
			width:110px;
			text-align:center;
			right:0px;
			cursor:pointer;
		}

#dbStats{
	color:#666666; font-size:11px;
}
	
.imagethumb{
	border:solid 1px #000000;
	margin-right:15px;
}



.overviewWindow{
	width:300px; height:223px;
	float:left; margin-right:5px; margin-bottom:5px;
	overflow:auto; border:dashed 1px #DCDADA;
	padding:2px;
}
.tdTitle{
	border: solid 1px #FFFFFF; background-color:#0488F8;
	border-left-color:#0488F8; border-right-color:#0488F8;
	height:19px;
	padding-top:3px; padding-left:5px;
	color:#FFFFFF; font-weight:bold; font-size:14px;
}
.tdTitleG{
	border: solid 1px #FFFFFF; background-color:#CCF801;
	border-left-color:#CCF801; border-right-color:#CCF801;
	height:19px;
	padding-top:3px; padding-left:5px;
	color:#000000; font-weight:bold; font-size:14px;
}








/* big calendar */
#bCalendar{
	width:920px;
	position:relative;
	margin-left:20px;
}
#bCalWeeks{
	position:absolute;
	top:18px; left:0px;
	width:19px; height:506px;
	z-index:3;
}
.bCalWeekNum{
	background-color:#DDDDDD;
	height:80px; margin-bottom:1px;
}

.bCalWeekNumTag{
	padding-top:35px; height:45px; 
	color:#333333; font-weight:bold;
	padding-left:3px;
}
.bCalWeekHeader{
	background-color:#3F3939; 
	height:17px; margin-bottom:1px; 
	color:#FFFFFF; font-weight:bold; 
	padding-left:3px; padding-top:3px;
}
.bCalMonthHeader{
	width:905px; height:18px; 
	text-align:center;
	cursor:pointer;
}
.bCalMonthButton{
	width:20px; 
	font-weight:bold; 
	cursor:pointer; 
	float:left
}
#bCalMonth{
	width:855px; 
	font-weight:bold; 
	float:left;
}
.bCalHeader{
	width:128px; height:20px; 
	background-color:#3F3939; color:#FFFFFF;
	font-weight:bold; text-align:center;
	float:left;	margin-right:1px; margin-bottom:1px; 
}
.bCalLastmonth{
	width:128px; height:80px; 
	background-color:#EEEEEE; color:#BBBBBB; 
	font-weight:bold; text-align:center;
	float:left; margin-right:1px; margin-bottom:1px; 
}
.bCalThismonth{
	width:128px; height:80px; 
	background-color:#DDDDDD; color:#000000; 
	font-weight:bold; text-align:center;
	float:left; margin-right:1px; margin-bottom:1px; 
}
.bCalNextmonth{
	width:128px; height:80px; 
	background-color:#EEEEEE; color:#BBBBBB; 
	font-weight:bold; text-align:center;
	float:left; margin-right:1px; margin-bottom:1px; 
}
.bCalToday{
	width:128px; height:80px; 
	background-color:#0488F8; color:#000000; 
	font-weight:bold; text-align:center;
	float:left; margin-right:1px; margin-bottom:1px; 
}
.bCalNoBorder{
	padding:2px;
	color:inherit; height:76px;
}
.bCalDayHeader{
	background-image:url(img/px_lighter.png);
	text-align:right; padding-right:4px;
	color:#777777; border-top:solid 1px #FFFFFF; border-left:solid 1px #FFFFFF;
}
.bCalDayContent{
	text-align:left;
	height:59px; 
	overflow:hidden; margin-top:2px;
}










/* OVERLAY */
#shader{
	position:absolute; top:0px; left:0px;
	width:6000px; height:4000px;
	background-image:url(img/px_darker.png);
	z-index:998;
}
#formOverlay{
	position:absolute;
	left:50%; top:100px;
	width:900px; height:550px;
	margin-left:-450px;
	background-image:url(img/overlay2.png);
	border:solid 1px #333333;
	padding:5px; z-index:999;
}










/* AUTOFILL TEXTFIELDS =======================================================================*/
div.autosuggest
{
	position: absolute;
	background-image: url(img/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index:9999;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #FFFFE1;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFE1;
}

div.autosuggest ul li
{
	color: #999999;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #666666;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #9BD7FC;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #444444;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #444444;
}

div.autosuggest ul li.as_highlight a
{
	color: #444444;
	background-color: #92D3FF;
	background-image: url(img/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}