html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 15px, Arial, Helvetica, sans-serif;
	color: #3F3F27;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

table{
	empty-cells:show;
}
tr { white-space:nowrap; }
td { white-space:nowrap; }

table header{
	border-top: .1px double #000000;
	border-bottom: .1px double #000000;
	background: #DDEBFF;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	color: #CC00CC;
	white-space: nowrap;
}

#header {
	background: #FFFFFF url("/img/aims_user_top_navfill.jpg") repeat-x;
	width: 100%;
	height: 100px;
	border: 0px solid #FFF000;
}


#logo {
	background: #FFFFFF url("/img/aims_user_top_nav_logo.jpg") no-repeat;
	width: 114px;
	height: 40px;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}

#navigation {
	position: absolute;
	left: 0px;
	top:0px;
}


#event {
	background-color: #33CCFF;
	float: left;
	margin-left: 100px;
	padding: 2px 2px 2px 2px;
}

#summery {
	background-color: #33CCFF;
	float: right;
	margin-right: 100px;
	padding: 2px 2px 2px 2px;
}

#pagetop {
	background: #4676F4;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 215px;


}

#linkpanel {
	width: 100%;
	background: #F4F4F4;
	text-align: left;
	padding-left: 250px;
	border-bottom: 0px double #000000;
}

a.pagelink {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	font-size: 11px;
}

a.pagelink:hover {
	color: #FFFF66;
	background: #000000;
}


#taskpanel {
width: 100%;
height: 500px;
border: 0px solid #FFF000;
}


#hightaskpanel {
width: 100%;
height: auto;
border: 0px solid #FFF000;
}


#topbanner {
	background: #FFFFFF;
	color: #000000;
	height: 15px;
	border: 0px solid #000000;
	padding: 20px 10px 10px 25px;
}

#bluebaner{
	background: #DDEBFF;
	border-top: .1px double #000;
	border-bottom: .1px double #000;
	border-left: none;
	border-right: none;	
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: "book antiqua";
	text-align: center;
	padding: 5px 0px 5px 0px;
	height:auto;
}

#tablebaner{
	background: #CCCCCC;
	border-top: .1px double #000;
	border-bottom: .1px double #000;
	border-left: none;
	border-right: none;	
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: "book antiqua";
	text-align: center;
	padding: 5px 0px 5px 0px;
	height:auto;
}

#operationtab {
	background: #E3EAF2 ;
	width: 95%;
	height: px;
	border-top: 1px solid  #C0C0C0;
	border-bottom: 1px solid  #C0C0C0;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

#operationtabsmall {
	background: #E3EAF2 ;
	width:800px;
	height: 20px;
	border-top: 1px solid  #C0C0C0;
	border-bottom: 1px solid  #C0C0C0;
	padding-bottom: 5px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
}


#administrative {
	background: #F4F4F4;
	width: 175px;
	height: 800px;
	padding: 30px 20px 20px 20px;
	float: left;
	text-align: left;
}

	
#displaytable{
	empty-cells:show;
	/*max-width: 98%;
	min-width: 98%;*/
	clear: both;
	padding: 10px 0px 10px 0px;
	border: none;
}

#displaytable table, #displaytable tr, #displaytable td{
	border: .0px solid #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding: 0px 7px 0px 7px;
	empty-cells:show;
	white-space: nowrap;
}

#displaytable th{
	text-align: left;
	border-top: .0px double #000000;
	border-bottom: .0px double #000000;
	border-left: none;
	border-right: none;
	background: #C2D3FC url("/img/topnav_bgnd.gif");
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	Border-collapse: collapse;
}

#displaytable tbody td a {
	text-decoration: none;	
}

#displaytable tbody tr.odd {
	background:#F5F5F5;
} 

	
#generaltable{
	border: none;
	clear: both;
	padding: 0px 0px 0px 0px;
}

#generaltable tr, #generaltable td{
	background: #FFFCFF;
	border: .1px solid #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	empty-cells: show;
	text-align:left;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#generaltable th{
	border: none;
	background: #EEEEEE; //  url("/img/grey-back.JPG");
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#generaltable tbody tr.odd {
	background: #F0F0F0;
}

#pagination a{
	font-size: 1.1em;
	font-weight:bold;
	background:#E6EDF5;
	color:black;
	border:none;
	margin:0;
	padding:0 5px;
	}
#pagination a:hover{
	background:orange;
	border-color:#ddceff;
	color:#ddceff;
	}
#pagination img {
	border: none;
}