/* Text colors */

.error {
	color: red;
	font-size: 8pt;
}
.notice {
	color: #ec7404;
	font-size: 8pt;
}
.disabled
{
	color: #bbb;
}

/* form style */

.textField {
	font-size: 10pt; 
	padding: 0px; 
	margin: 0px; 
	border: 1px solid #999; 
	background-color: #ffffff;
}

.formBackground {
	background-color: #fafafa;
	border: 1px solid #515153;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	margin: 0px;
}

.formBackground a{
    color: #ec7404;
}

/* lijst style */

.lijst {
	border: 1px solid #ddd;
	//background-color: #fbe8d0;
        background-color: #fafafa;
	padding: 0px;
	color: #515153;
	margin: 0px;
}
.lijst th {
	background-color: #ec7404; 
	color: #fff; 
	padding: 2px;
} 

.lijst a {
	color: #ec7404;
}

/* Background styles */

.hoverable {
    background-color: transparent;
}

.defaultbackground {
	background-color: #7F8FB2;
}

.altbackground{
	background-color: #b2b3b5;
        color: #ffffff;
}

.highlight {
	background-color: #fbe8d0;
}

.highlight a{
        color: #ec7404;
}
ul.submenu .highlight{
    background-color: #ffffff;
}

/* sizes */	

.small {
	font-size: 8pt;
}

.tiny {
	font-size: 6pt;
	color: red;
}

/* other */

.activelistpage
{
	font-weight: bold;
}

body 
{
    /*background-image: url(/ACC/images/menu_img.php?c1=7F8FB2&c2=ffffff);	*/
    background-image: url(/ACC/images/background_2011.png);
    background-repeat: repeat-y;
}			
				

