/* CSS Document */
 @CHARSET "UTF-8";

body {
	background-color: White;
	color: black;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

body a {
	text-decoration: none;
	color: #436976;
}

body a:hover {
	color: #9999ff;
}

body li {
	list-style-type: none;
}

body hr {
	width: 40%;
}

A {
	text-decoration: none;
}

nobody {
	font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	background-color: White;
	color: Black;
	margin: 0;
	padding: 0;
}
 
#portal-header {
	
}

#portal-footer {
	background-color: #e9f7f8;
	border: 0px none;
}

#portal-logo {
	nobackground: url(logo.gif) no-repeat;
	border: 0;
	margin: 0.75em 0em 0.75em 1.5em;
	padding: 0;
}

#portal-title {
	font: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 130%;
}

#portal-content {
	font: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#portal-siteactions {
	background-color: transparent;
	white-space: nowrap;
	list-style-image: none;
	list-style-type: none;
	margin: 1px 0 0 0;
	height: auto;
	line-height: normal;
	float: center;
	padding: 10px 2em 10px 0;
	font-size: 80%;
}

#portal-siteactions li {
	display: inline;
}

#portal-siteactions li a {
	background-color: transparent;
	border: 1px solid White;
	color: #76797c;
	height: auto;
	padding: 0.2em;
	margin-right: 0.2em;
	notext-transform: lowercase;
}

#portal-siteactions li.selected a {
	background-color: #dee7ec;
	color: #436976;
	border: 1px solid #8cacbb;
}

#portal-siteactions li a:hover {
	background-color: #dee7ec;
	color: #436976;
	border: 1px solid #8cacbb;
}

#table-header {
	background-image: url('../img/logo_bg.jpg');
	background-repeat: repeat-x;
	background-color: #e9f7f8;
}

#table-tab {
	text-align: center;
	border-collapse: separate;
}

#table-tab td {
	width: 85;
	font: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 120%;
}
 
#content-table {
	font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
 
#special-td li{
	list-style-type: disc;	
}
 
.otherpage {
	background-color: #e9f7f8;
	color: #76797c;
	cursor: pointer;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

.currentpage {
	background-color: #79B1A8;
	color: #436976;
	cursor: default;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

#table-tab td.otherpage:hover {
	background-color: #dee7ec;
	color: #436976;
	border-color: #436976;
	border-style: solid;
	border-width: 1px;
}

.normal {
	background-color: #5E9494;
}
