* {
    margin:0;
    padding:0;
}
body {
    padding: 0px;
    /*background: transparent url(images/main_bg.jpg) no-repeat top center;*/
    font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
}
table#main {
    background-image: url(images/main_bg.jpg);
	 background-repeat: no-repeat;
	 width: 1024px;
	 height: 768px;
    font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
	 vertical-align: top;
}
/*
table#main td {
	 vertical-align: top;
}
*/
a, a:hover, a:visited {
	color: #02479d;
}
td {
	text-align: left;
}
table#main td#top {
    /*position: absolute;*/
	 margin-top: 155px;
	 width: 100%;
	 height: 190px;
    /*margin-top: 115px; *//*107px;*/
    /*margin-left: -504px;*/
    /*left: 50%;*/
	 vertical-align: bottom;
	 padding-bottom: 5px;
}
#top_text {
    /*position: absolute;*/
    width: 500px;
    margin-left: 502px;
}
#top_image {
    /*position: absolute;*/
    width: 500px;
    height: 70px;
}
table#main tr#content_area {
    /*position: absolute;*/
    /*margin-top: 201px;*/ /*193px;*/
    /*margin-left: -504px;*/
    /*left: 50%;*/
    width: 1024px;
    height: 524px;
	 border: 1px solid red;
	 vertical-align: top;
	 overflow: hidden;
}
#menu {
    /*position: absolute;*/
	 padding-left: 10px;
	 padding-top: 9px;
    width: 190px;
    height: 524px;
    font-size: 12px;
	 overflow-x: hidden;
	 overflow-y: auto;
	 margin-top: 3px;
}
#menu a {
    color: #000000;
    font-weight: bold;
	 text-decoration: none;
}
#menuitem a:hover {
    background-color: #eeeeee;
	 text-decoration: none;
}
#menuitem:hover {
    background-color: #eeeeee;
}
#menuitem_active {
    background-color: #cccccc;
}
#menuitem_active a {
    text-decoration: none;
    background-color: #cccccc;
}
#submenuitem {
    font-size: 12px;
    padding-left: 16px;
}
#submenuitem a:hover {
    background-color: #eeeeee;
}
#submenuitem:hover {
    background-color: #eeeeee;
}
#submenuitem_active {
    font-size: 12px;
    padding-left: 16px;
    background-color: #cccccc;
}
#submenuitem_active a {
    text-decoration: none;
    background-color: #cccccc;
}

#subsubmenuitem {
    font-size: 12px;
    padding-left: 32px;
}
#subsubmenuitem a:hover {
    background-color: #eeeeee;
}
#subsubmenuitem:hover {
    background-color: #eeeeee;
}
#subsubmenuitem_active {
    font-size: 12px;
    padding-left: 32px;
    background-color: #cccccc;
}
#subsubmenuitem_active a {
    text-decoration: none;
    background-color: #cccccc;
}

#content {
    /*position: absolute;*/
    /*margin-left: 214px;*/
	 /*padding-top: 2px;*/
    /*padding-right: 10px;*/
	 margin-top: 3px;
	 padding-top: 10px;
	 margin-left: 13px;
	 padding-left: 3px;
    width: 800px;
    height: 524px;
    z-index: 1;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
#footer {
    /*position: absolute;*/
    /*margin-top: 744px;*/ /*734px;*/
    /*margin-left: -504px;*/
    /*left: 50%;*/
    width: 1004px;
    height: 27px;
    text-align: center;
}
#hr {
    font-size: 1px;
    border-bottom: 1px #cccccc solid;
    height: 1px;
}

div.notification {
    border: 1px solid #B22222;
    padding-left: 4px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 4px;
}

#navcontainer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background-color: #eeeeee;
    font-size: 11px;
    text-align: center;
}

#navcontainer a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*width: 70px;*/
    border-top: 1px solid #A8B090;
    border-bottom: 1px solid #A8B090;
    border-left: 1px solid #A8B090;
}

#navcontainer li#active {
    background-color: #cccccc;
}
#navcontainer a:hover {
    background-color: #cccccc;
}

#cat_name {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

#alternate {
    background-color: #cccccc;
}

table#register th {
    background-color: #cccccc;
    text-align: left;
    vertical-align: top;
}

table#public {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #aaaaaa #aaaaaa #aaaaaa #aaaaaa;
	border-collapse: collapse;
	/*background-color: white;*/
	margin-left: 1px;
}
table#public th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #cecece #cecece #cecece #cecece;
	border-collapse: collapse;
	background-color: #eeeeee;
}
table#public td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #cecece #cecece #cecece #cecece;
	background-color: white;
}
table#public tr#alternate td {
    background-color: #F5F5F5;
}
table#public td#name {
	background-color: #eeeeee;
}
th.dark {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
}
td.dark {
	background-color: #ffffff;
	font-weight: bold;
}
table#public tr.selected {
}
table#public tr.selected td {
	background-color: #02479d;
	color: #ffffff;
}
div#filter {
	border: 1px solid #FFD782;
	background-color: #FFFAF0;
	padding: 5px;
}
