@import 'menu.css';
@import 'blokken.css';

/* ----------------------------------------------------------------------------------- start main container ids */

#allContent {
   font-family:'Trebuchet MS',Arial,Verdana,"Sans-Serif";
	background-color:#FFFFFF;
	width:95.83em;
	padding:0px;
	margin:0px;
	border:0px;
    margin:7px auto;
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
}


/* white padding for the whole page, navigation included */
#allContent #mainPadding { 
    padding:0.63em 1.02em;
	background-color:#FFFFFF;
	width:93.79em; /* Changed from 900px */
}


/* the page itself without header and footer*/
#allContent #mainPadding #main {
	background-color:#FFFFFF;
    margin-top:0.21em;
	overflow:hidden;
	_overflow:none; /*Fix for IE 5.5*/
}


.leftContent {
float:left;
width:677px;
font-size:12px;
}


#breadcrumb{

margin:4px 0 0 4px;
padding:0;
}

/* ----------------------------------------------------------------------------------- start generic styles */

form, select, option, input, textarea, body, table, tr, td, a, pre {
	text-decoration:none;
	color:#333;
	font-family:Verdana, sans-serif;
}

a, a:link, a:active, a:visited {
	color:#3399FD;
	text-decoration:none;
}

a:hover {
	color:#3399FD;
	text-decoration:underline;
}

body {
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #F2F1E9; /*F2F1E9*/
	font-size:0.6em;
	text-align:center;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
	border:0px;
}

input, textarea {
	background-color:#fff;
}

select {
	font-size:1.15em;
	height:1.636em;
}

h1{
margin-top:0;
}

#box{width:653px; margin:10px 0 10px 2px; padding:4px; background-color:#FFFFCC; border:1px solid #CCCCCC;}

.oddtr
{
	background-color:#EFF1F1;
}
.eventr
{
	background-color:#E5E5E5;
}


/*ABO SPEC */
.tableA{margin-left:40px;}
.tableL{float:left; margin:40px 0 40px 40px;}
.tableR{float:right; margin:40px 40px 40px 0;}
.clear{clear:both;}
.headerTitle{font-weight:bold;}