

/* A good way to get colors which fit well together is to use the color wheel
 found at http://www.pixy.cz/apps/barvy/. Many of the colors in this CSS style
 were created by starting at #ffcc66 (hue 70, saturation 60, brightness 100),
 and then using the "soft contrast (split complements)" scheme.
 */
body { color:FFFFFF; background-color:000066;  font-family:"Trebuchet MS",sans-serif;}

a:link { color:#DDDDDD; }

a:visited { color:#DDDDDD; }

a:active { color:#DDDDDD; }

table {
	background-color: transparent ;
	border-style: solid ;
	border-width: 0px ;
	border-color:  #F0F0F0;
	border-collapse: separate ;
	border-spacing: 0px ;
	margin: 0px ;
	padding: 0px ;
}

table.header {
}

table.main {
	border-style: solid ;
	border-width: 4px 0px 0px 0px ;
	border-color: #FFFFFF #ffffff #ffffff #ffffff;
}

table.footer {
	border-style: solid ;
	border-width: 0px 0px 3px 0px ;
	border-color: #ffffff #ffffff #999999 #ffffff;
}


/* Layout and Spacing.  Use px because others don't work with Mac IE */
td { 
	margin: 4px ;
	padding: 4px ;
}

td.layout { 
	font-size: 0px;
	border-style: none ;
	border-width: 0px ;
	margin: 0px ;
	padding: 0px ;
}

td.header {
	margin: 4px ;
	padding: 4px ;
}

td.main_left {
	background-color:  ;
	width: 130px ;
	margin: 0px ;
	padding: 0px ;
}

td.main {
	text-align: left ;
	margin: 10px ;
	padding: 10px ;
}

td.footer_left {
	text-align: center ;
	background-color: #FFE6BF ;
	width: 120px ;
	margin: 0px ;
	padding: 0px ;
}

td.footer {
	text-align: center ;
	margin: 0px 10px ;
	padding: 0px 10px ;
}

h1 {  color:black;  font-family:"Trebuchet MS",sans-serif;  font-size:18pt;  font-weight:bold; }

h2 {  color:black;  font-family:"Trebuchet MS",sans-serif;  font-size:12pt;  font-weight:bold; }

.default {  color:black;  font-family:"Trebuchet MS",sans-serif;  font-size:11pt; }

.attention { color:red; }

/* Used mainly in the Navigation bar on the left */
ul.menu {
	background-color: #0D137D ;
	font-family: Verdana, Helvetica, Arial, sans-serif ; 
	border-collapse: collapse ;
	border-style: solid ;
	border-width: 0px ;
	border-color: #fff ;
	padding: 0px ;
	margin: 0px ;
}

ul.menu li {
	border-style: solid ;
	border-width: 0px 0px 1px 0px ;
	border-color: #fff ;
	list-style-type: none ;
	padding: 0px ;
}

ul.menu li.menu_item {
	font-weight: bold ;
	margin: 0px ;
}

ul.menu li.menu_subitem {
	font-weight: normal ;
	margin: 0px 0px 0px 8px ;
}

ul.menu li div {
	font-size: 9pt ;
	border-style: solid ;
	border-width: 0px 0px 0px 8px ;
	border-color: #97fdff ;
	margin: 0px ;
	padding: 3px ;
	display: block ;
}

ul.menu li div.selected {
	background-color: #2623E6 ;
	font-size: 10pt ;
	text-decoration: none ;
	border-style: solid ;
	border-width: 0px 0px 0px 8px ;
	border-color: #64cacc ;
	margin: 3px ;
	padding: 5px ;
	display: block ;
}

ul.menu li a {
	background-color: #0D137D ;
	font-size: 10pt ;
	text-decoration: none ;
	border-style: solid ;
	border-width: 0px 0px 0px 8px ;
	border-color: #64cacc ;
	margin: 3px ;
	padding: 5px ;
	display: block ;
}

ul.menu li a:hover {
	background-color: #2623E6 ;
	border-color: #CCCCCC ;
}

.nav { color:white;  font-family:Verdana,Helvetica,Arial,sans-serif; font-size:8pt; }

/* Footer */
div.footer {
	color:black ;
	font-family:"Trebuchet MS",sans-serif ;
	font-size:10pt ;
	text-align: center ;
}

