/* algemeen */


html, 
body {
	height: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #999;
	margin: 0;
	padding: 0;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #fff;	
}

form{
	display: inline;
}


ul{
	list-style-type: square;
	color: #999;
	padding-left: 20px;
	margin: 0;
}


a{
	color: #9a71ab;
	text-decoration: none;
	font-weight: bold;	
}


a:hover{
	color: #75c7dd;
	text-decoration: underline;
}


#adTableRight{
	position: absolute;
	margin-left: 50%;
	top: 100px;
	left: 410px;
	z-index: 1;
}


#mainTable{
	border-left: 1px solid #9a71ab;
	border-right: 1px solid #9a71ab;
	border-bottom: 1px solid #9a71ab;
	background-color: #fff;
}


#mainContent{
	width: 540px;
	margin-right: 10px;
}


#mainContent hr{
	height: 0;
	border: 0;
	border-top: 1px dotted #9a71ab;
} 


.titleText{
	float: left;
	color: #9a71ab;
	font-size: 16px;
	font-weight: bold;
}


.titleSubText{
	float: right;
	color: #9a71ab;
	font-weight: bold;
}


.subtitleText{
	color: #9a71ab;
	font-size: 12px;
	font-weight: bold;
}


.topAd{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 14px;
	background: #9a71ab url('../images/top_background.jpg') repeat-x;
	font-size: 9px;	
	font-weight: normal;
	color: #ffff99;
}


.topAd div{
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}


.topAd a{
	color: #fff;
	text-decoration: none;
}


.topAd a:hover{
	color: #ffff99;
}


#header{
	background-color: #9a71ab;
}


#footer{
	background-color: #fff;	
}


.menuTop{
	width: 174px;
	height: 38px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url('../images/menu_top.jpg');
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align:	right;		
}


.menu{
	width: 164px;
	margin-left: 10px;
	background-image: url('../images/menu_background.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 10px;	
	padding-right: 10px;	
}


.menu a{
	font-size: 11px;
}


#lostLogin{
	font-weight: normal;
	font-size: 10px;
}


.loginField{
	width: 150px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #7f9db9;	
}


.loginFieldError{
	width: 150px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-color: #faf1f2;
	border: 1px solid #ff0000;
}


.button{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	background-color: #efffff;
	border: 1px solid #9a71ab;
	color: #9a71ab;
	margin: 0;
	padding: 0;
  	cursor: pointer;
  	cursor: hand;
}


.menuBottom{
	width: 184px;
	height: 21px;
	margin-left: 10px;
	background-image: url('../images/menu_bottom.jpg');	
}


.tab{
	width: 560px;
	height: 23px;
	margin: 0;
	padding: 0;	
}


.tabSelected{
	width: 169px;
	height: 23px;
	float: left;
	margin-right: 1px;
	padding-top: 2px;
	background-image: url('../images/tab_selected.gif');
	background-repeat: no-repeat;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align:	center;		
}


.tabNotSelected{
	width: 169px;
	height: 23px;
	float: left;
	margin-right: 1px;
	padding-top: 2px;
	background-image: url('../images/tab_not_selected.gif');
	background-repeat: no-repeat;	
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-align:	center;	
}


.tabNotSelected a{
	color: #ebd9f2;
	text-decoration: none;
}


.tabNotSelected a:hover{
	color: #75c7dd;
	text-decoration: none;
}


#tabRow{
	width: 560px;
	height:	5px;
	background-color: #a97eba;
	margin: 0;
	padding: 0;
}


#transparency{
	position:absolute; 
	width: 100%;
	height: 100%;
	top:0px; 
	left:0px;
	z-index: 15;
	background-image: url('../images/transparent.png');
	display: none; 
}


#tiplayer{
 	position:absolute; 
 	visibility:hidden; 
 	z-index:10000;
}


.notice{
	width: 510px;
	padding: 4px;
	background-color: #f2fafd;
	border: 2px dotted #c6e9fe;
}


.notice img{
	margin-right: 8px;
}


.notice.error{
	background-color: #fef0f0;
	border: 2px dotted #fd7178;
}


.notice.success{
	background-color: #eafee4;
	border: 2px dotted #73e84f;	
}
.hand {
	cursor: hand;
}
