@import url(hacks.css); /* CSS filters and browser specific CSS */
@import url(undohtml.css);

/* Global
------------------------------------------------------------------*/
*:link {color: #369;}
*:visited {color: #369;}
a:hover {color: #69C;}
a {text-decoration: none;}

html {background: #FFF;}
body {font: 0.72em/160% Tahoma, Arial, Helvetica, sans-serif;
  color: #333; background: #FFF;}

h1, h2, h3, h4 {color: #ff3399; font: 1em Georgia, serif;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em; padding-bottom: 0.2em; border-bottom: 2px solid #80cde6; margin-bottom: 0.5em; margin-top: 0.5em; clear: left}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
p {margin: 0.75em 0;}


hr {
	clear:both;
	visibility:hidden;
	}
.clear {
	clear:both;
	}
.centered, p.centered {
	text-align:center;
	}
.right {
	text-align:right;
	}		
.left {
	text-align:left;
	}	
img {
	border:0;
	}	
	
/* Layout
------------------------------------------------------------------*/
#wrap, #top, #branding, #content, #database, #footer, #navcontainer {
  position: relative;
	}
#wrap {margin: 10px auto; width: 940px;}

* html #database, * html #right-col {display: inline;}

#footer {
  clear: both; 
  color: #333;
  background-color: #fff;
  padding: 0.5em 0 0;
  margin-top:10px;
}
#footer p {margin: 0; padding: 0 0 0.5em ;}

/* Top Navigation
------------------------------------------------------------------*/
#top {
	position: relative;
	width: 100%;
	height: 2.5em;
	border-bottom:1px solid #91b6ca;
}

#top ul {
	position: absolute;
	bottom: -1px;
	left:0;
}

#top ul li  {
	display: inline;
	list-style: none;
}

#top ul li a {
	display: block;
	float: left;
	padding: 4px 7px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	text-decoration: none;
	color: #fff;
}

body#home ul li.nav-home a, body#si ul li.nav-si a, body#td ul li.nav-td a, body#ci ul li.nav-ci a, body#nci ul li.nav-nci a, body#dcs ul li.nav-dcs a, body#home ul li.nav-home a:hover {
	border-top: 1px solid #91b6ca;
	background: #fff;
	color:#333;
	padding-bottom: 5px;
}

#top ul li a {
	background: #008fdb;
	border-top: 1px solid #91b6ca;
	border-right: 1px solid #91b6ca;
}

#top ul li.nav-home a {
	border-left: 1px solid #91b6ca;
}

#top ul li a:hover {background: #fff; color:#333;}

#top p, #branding p {
margin:0;
}

#top p{
position:absolute; 
top:0; 
right:20px; 
width:280px;
text-align:right;
}

#top p img {margin:0 0 0 10px; padding:0;}

/* Branding Box (Header)
------------------------------------------------------------------*/

#branding {
overflow: hidden;
clear: both;
color: #fff;
height: 76px;
width:938px;
border: 1px solid #91b6ca;
border-top:0px;
}

#branding h1 {height: 76px; margin: 0 20px; padding:0; line-height:76px;}

#home #branding h1 {font-size:2.5em;}

#branding p {
position:absolute; 
top:10px; 
right:5px;
text-align:right;
margin:0;
padding:0;
width:340px;
}

/* Tools Navigation
------------------------------------------------------------------*/
div#navcontainer {
	border-left:1px solid #069;
	border-right:1px solid #069;
	width:938px;
	height:60px;
	clear:both;
	}
	
.overview div#navcontainer {
	height:27px;
	border-bottom: 1px solid #060;
	}
	
.overview ul#navlist a:hover {
	background-color:#fff;
	color:#333;
	}
	
div#navcontainer ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
ul#navlist {
	width:938px;
	height:27px;
	background:#3bb000;
	}
ul#navlist li {
	display:inline;
	margin:0;
	padding:0;
}
	ul#navlist a:link,
	ul#navlist a:visited,
	ul#navlist a:hover,
  ul#navlist span {
		text-decoration:none;
		color:#fff;
		display:block;
		float:left;
		width:auto;
		height:19px;
		padding:4px 7px;
		border-right:1px solid #060;
		background:#3bb000;
	}
	
	ul#navlist span {
		background:#09c;		
		font-weight:bold;
	}
	
	ul#navlist a:hover {
		background-color:#09c;
	}
	
	ul#subnavlist {
		width:938px;
		height:33px;
		background:#09c;
		position:absolute;
		top:27px;
		left:0;
	}
	ul#subnavlist li {
		display:block;
		float:left;
		width:auto;
		margin-top:6px;
		background:#09c;
	}
	
ul#subnavlist li a:link,
ul#subnavlist li a:visited,
ul#subnavlist li span {
		font-weight:normal;
		background:#fff;
    border-right:1px solid #09c;
    color:#09c;
    height:19px;
    padding:4px 7px 3px;
	}
	
ul#subnavlist li a:hover {
		padding-bottom:4px;
	}

ul#subnavlist li span {
		font-weight:bold;
		padding-bottom:4px;
	}

ul#subnavlist li#first {margin-left:20px;}


/* Main Content
------------------------------------------------------------------*/
#home #content {width:100%; border:0;}

#content {clear: both; height:1%; overflow:hidden; clear: both;}


#content h2 {margin: 20px 20px 0;}

#title {
clear: both;
color: #3176AF;
font: 1.8em/1.6 Tahoma, Arial, Helvetica, sans-serif;;
background: #fff url(graphics/bg-title.gif) repeat-x bottom left;
margin: 0 0 15px;
padding: 10px 20px;
}

.box {
border: 3px solid #d0e6ec;
color: #333;
background: #f6fafc;
float:left;
margin:0 20px 5px 0;
width: 292px;
}

.last {margin-right:0}

#content .box h2 {font-size:1.5em; font-weight:bold; margin:0 0 0.5em; padding:5px 10px; border-bottom: 0; color:#3176af; background:#ddedf1;}

#content .box h2 a {color:#3176af;}
#content .box h2 a:link, #content .box h2 a:visited, #content .box h2 a:active {color:#3176af;}
#content .box h2 a:hover {color:#c3156c; background-color:#ffecf6;}

.box p {margin: 10px; padding:0;}

.box a:link, .box a:visited {color:#f39; font-weight:bold;}
.box a:hover {color:#c3156c; background-color:#ffecf6;}

#content .box ul {margin:0 5px}
#content .box ul li {
	padding-left: 20px;
	display: block;
	line-height: 18px;
	background: url(images/list-icon.gif) no-repeat 0 2px;
	}

.box img {
display:block;
margin: 0 auto;
}


#content ol {
list-style-position : inside;
}

#content ul, ol {
margin: 0 0 0 8px;
padding: 0 0 4px;
}

#content ul li {
	padding: 0 0 4px 12px;
	background: url("images/bullet-dot.gif") no-repeat 0 6px;
	}
	
#content ol li {
	padding: 0;
	list-style-type: decimal;
	}


/* Tables
----------------------------------------------- */

.mytable {
	width: 920px;
	padding: 0;
	margin: 1em auto;
}

#alttable {
	padding: 0;
	margin: 1em auto .5em;
	border-top: 1px solid #d6e3e7;
}

caption {
	padding: 1em 0 0 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font-weight: bold;
	font-size:120%;
	color: #fff;
	border-right: 1px solid #060;
	border-bottom: 1px solid #060;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #3bb000;
}

th span {
	display:block;
	font-weight: normal;
	font-size:90%;
	text-transform: none;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #060;
	background: none;
}

th.bgtop {
	border-top: 1px solid #060;
}

th.bgleft {
	border-left: 1px solid #060;
}

td {
	border-right: 1px solid #060;
	border-bottom: 1px solid #060;
	background: #fff;
	padding: 5px;
	color: #333;
	vertical-align:top;
}
td.left {border-left: 1px solid #060;}


#alttable td {
	border-right: 1px solid #d6e3e7;
	border-bottom: 1px solid #d6e3e7;
	background: #fff;
	padding: 0;
	color: #333;
	vertical-align:top;
	width:305px;
}

#alttable td.left {border-left: 1px solid #d6e3e7;}

#content #alttable td h2 {padding:5px; background-color:#ddedf1; color:#3176af; margin-bottom: 10px;}

#alttable td.blue {background-color:#f6fafc;}

#content td ul {
margin:0;
}

#content #alttable td ul {
margin:0 5px;
}

#content td li {padding-bottom:0;}

#content td ul li ul {
margin:0px;
}

#content td p {margin-top:0;}

#content #alttable td p {margin:5px; padding:0;}

#content td h2 {font-size:1em; font-weight:bold; margin:0; padding:0 0 .5em; border-width:0; text-align:center;}

#content td img {display:block; padding:2px; border:2px solid #cde; margin-bottom:1em;}

#content  #alttable td img {display:block; padding:0; border:1px solid #a9a9a9; margin: 0 auto 0.5em;}
#content  #alttable td strong {color: #ff3399;}

/* Various
----------------------------------------------- */

.cl {clear:both;}

img.right {float:right; margin-left:5px;}

h2.green {color:#3bb000; border:0; padding-bottom:0;}
