/* ----- BASE CLASS DEFINITIONS ------ */

html {
	overflow-y:scroll;
	height:100%;
}

body {
	font-family:century gothic;
	margin:0 0 0 2px;
	padding:0;
	height:100%;
	min-width:880px;
}

form {
	margin:0;
	padding:0;
}

h1 {
	color:#333;
	width:476px;
	font-size:.9em;
	margin-bottom:2px;
	padding:0;
	margin-top:25px;
}

h2 {
	border-bottom:1px solid #ccc;
	font-size:0.9em;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	padding-top:4px;
	padding-bottom:4px;
}

ol {
	font-size:0.8em;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:25px;
	padding-left:0px;
}

a {
	color:green;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* -------- MAIN PAGE OBJECTS ------------ */
#page {
	background:#fafafa url('images/bg_03.png') repeat-y fixed top;
	float:top;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	xheight:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */

	padding-left:3px;
	padding-right:3px;
	width:886px;
	background-color:transparent;
	
	color:#000;
	line-height:16px;
}

#footer {
	background-color:#585856;
	color:#eee;
	font-size:.7em;
	border-top:1px solid #aaa;
	padding-top:4px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:2px;
	height:20px;
	text-align:center;
}


#links {
	margin-top:8px;
	height:94px;
	width:878px;
	text-align:right;
	font-size:.7em;
	color:#9fce5f;
}

#links a {
	color:#5f9e3f;
	font-weight:bold;
}

#main_menu {
}

ul#main_menu {
	list-style-type:none;
	padding-left:0px;
	margin-top: 2px;
}

/* MENU */

#menu {
	border-top:1px solid #d7dbd5;border-bottom:1px solid #d7dbd5;
	background-color:#93989e;
	color:#aaa;
	padding-left:0px;
	margin-right:2px;
	font-size:.86em;
}

#menu ul {
	list-style-type: none;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	margin: 0;
}

#menu li {
	font-size:1.05em;
	display:inline;
	padding-right:8px;
	padding-left:8px;
	font-weight:bold;
	border-right:1px solid #ccc;
}

#menu a {
	color:white;
	font-weight:normal;
}

#menu a:visited, #menu a:link {
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#menu li.active a:visited, #menu li.active a:link, #menu li.active a:hover {
	font-weight:bold;
}

#menu.active a.active, #menu a.active:link, #menu a.active:visited {
	color:green;
}

/* MENU PORTALS */

#menu_portals {
	font-size:.86em;
}

/* RSS PAGE */

#rss_list {
	width:300px;
}

#rss_list img {
	max-width:300px;
}

#rss_list .rss_description {
	margin-top:5px;
	margin-bottom:5px;
}
#rss_list .rss_date {
	float:right;
	color:#777;
	margin-left:3px;
	font-size:.9em;
}
#rss_list .rss_source {
	float:right;
	color:#777;
	margin-left:3px;
	font-size:.9em;
}
#rss_list ul {
	list-style-type:none;
	margin:0;
	padding:0px;
}
#rss_list ul ul {
	list-style-type:lower-roman;
	margin-left:20px;
}
#rss_list li li {
	border:0;
}
#rss_list li li a {
	color:#777;
}
#rss_list li {
	font-size:.9em;
	margin-top:3px;
	padding:0 0 0 0;
	border-bottom:1px solid #ccc;
}

/* -----------------------------------------
   HOME PAGE OBJECTS
   ----------------------------------------- */
.index_box {
	background-color:#585856;
	background-color:#888886;
	width:280px;
	height:20px;
}

.index_box td {
	white-space:wrap;
}

.index_bbox {
	xbackground-color:#989896;
	background-color:#e0e0e0;
	height:35px;
	width:280px;
	font-size:.9em;
	margin-bottom:0px;
}

.index_bbox a:link, .index_bbox a:visited {
	color:black;
}

.index_bbox td {
	white-space:wrap;
}

.index_box h3 {
	text-align:center;
	padding-top:5px;
	margin-bottom:1px;
	font-size:1em;
}

.index_box h3 a {
	color:white;
}

.index_bbox p a {
	font-size:1.2em;
	color:#539;
}

#search_results {
	width:474px;
	margin-top:15px;
	padding-bottom:0px;
	border-left:1px solid #c7cbc5;
	border-right:1px solid #c7cbc5;
	border-bottom:1px solid #c7cbc5;
}

#search_results h1 {
	font-size:.9em;
	width:auto;
	margin-left:0px;
	margin-right:0px;
	color:white;
	margin-bottom:10px;
	padding:3;
	margin-top:0px;
	background-color:#913493;
}

#history {
	margin-top:10px;
	font-size:.9em;
}

#history h2 {
	font-size:.8em;
}

#browse {
	margin-top:10px;
	font-size:.8em;
	width:474px;
}

#browse h2 {
}


/* ----------------------------------------------- */
/* SEARCH FIELD LAYOUT                             */
/* ----------------------------------------------- */

#search {
	width:474px;
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	border-left:1px solid #c7cbc5;
	border-right:1px solid #c7cbc5;
	border-top:1px solid #c7cbc5;
	border-bottom:1px solid #c7cbc5;
}

#search_footer {
	padding:3;
	margin-top:10px;
	background-color:#d7dbd5;
	text-align:right;
}

.sf_row {
	height:28px;
}

.sf_block {
	width:470px;
	float:left;
	xbackground-color:#e1dce4;
	margin:0;
	padding:2px;
	font-family:century gothic;
	font-size:.7em;
	font-weight:bold;
	xcolor:#92278F;
	color:#666;
}

.sf_label {
	float:left;text-align:right;padding-right:5px;margin-top:2px;width:100px;
}

.sf_field {
	float:left;
}

.sf_field_text {
	float:left;padding-left:5px;padding-right:5px;margin-top:2px;
}


/* ------------- SEARCH COMPONENTS --------------- */

#results_footer {
	font-size:.8em;
	padding:3;
	margin-top:10px;
	background-color:#c7cbc5;
	text-align:center;
}

div#default_search td {
	padding-top:3px;
	font-size:.8em;
	color:#eee;
	font-weight:bold;
}

#site {
	border:1px solid #ccc;
	font-family:Century Gothic;
	font-size:.8em;
	color:black;
	background-color:#dedede;
	padding:3px;
	margin-top:10px;
	margin-left:10px;
	width:230px;
	height:85px;
	overflow-y:scroll;
}

#site a {
}

#site a:hover {
	background-color:#cfb2cf;
	color:black;
	text-decoration:none;
}

hr {  
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#ccc;
	border:0;
}


/* ------------ ROUNDED BOX ----------- */

div.roundedUL {
  height: 4px;
  background: url(images/ul.gif) no-repeat top left;
}

div.roundedUR {
  height: 4px;
  background: url(images/ur.gif) no-repeat top right;
}

div.roundedBL {
  height: 4px;
  background: url(images/bl.gif) no-repeat bottom left;
}

div.roundedBR {
  height: 4px;
  background: url(images/br.gif) no-repeat bottom right;
}

/* --------- GENERAL ---------- */
.error {
	font-size:1em;
	text-align:center;
	border: 1px solid #c33;
	background-color:#eee;
	padding: 10px;
	margin:10px;
	color: #990000;
	font-weight: bold;
}

.message {
	font-size:1em;
	text-align:center;
	border: 1px solid #3c3;
	background-color:#eee;
	padding: 10px;
	margin:10px;
	color: #009900;
	font-weight: bold;
}

.ball_01 {
	background:url(images/ball_01.png) no-repeat left;
	padding-bottom:5px;
	padding-top:3px;
	padding-left:30px;
}

.ball_02 {
	background:url(images/ball_02.png) no-repeat left;
	padding-bottom:5px;
	padding-top:3px;
	padding-left:30px;
}

.ball_03 {
	background:url(images/ball_03.png) no-repeat left;
	padding-bottom:5px;
	padding-top:3px;
	padding-left:30px;
}

#rim_form td {
	font-size:.8em;
	padding-right:5px;
}





/* ----------------------------------
   TABS
   ----------------------------------
*/


div.roundedUL {
  height: 4px;
  background: url(images/ul.gif) no-repeat top left;
}

div.roundedUR {
  height: 4px;
  background: url(images/ur.gif) no-repeat top right;
}

div.roundedBL {
  height: 4px;
  background: url(images/bl.gif) no-repeat bottom left;
}

div.roundedBR {
  height: 4px;
  background: url(images/br.gif) no-repeat bottom right;
}

tr.tabrow {
  background-color:#c3c8ce;
  color:white;
  font-size:.8em;
  font-weight:bold;
}

tr.tabrow a:visited, tr.tabrow a:link {
  text-decoration:none;
  color:white;
}

tr.tabrow a:hover {
  text-decoration:underline;
}

tr.tabrow_active {
  background-color:#913493;
  font-size:.8em;
  font-weight:bold;
}

tr.tabrow_active a:visited, tr.tabrow_active a:link {
  text-decoration:none;
  color:white;
  xcolor:#92278F;
}

tr.tabrow_active a:hover {
  text-decoration:underline;
}


#content_page {
	margin-left:20px;
	font-size:.9em;
}

#content_page td {
	font-size:.9em;
	padding:4px;
}

#content h1 {
	margin-left:0px;
}