body {
	background-color: #D8D8D8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0D3765;
} 

a:hover {
	text-decoration: underline;
}

#page {
	color: #3F3F3F;
	width: 78em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left:    1px solid #CCC;
	border-right:   1px solid #CCC;
	border-bottom:  1px solid #CCC;
}

#header, #vis {
	padding: 0; margin: 0;
  height: 16em !important;
  max-height: 16em !important;
	width: 78em;
	position: relative;
}

#header {
	background: #134A86 url("gradient.png") no-repeat top;
}

#logo {
  width: 22em;
	height: 15em;
	display: block;
	background: transparent url("logo.png") no-repeat;
}

#content {
	background-color: #ffffff;
	padding: 0;
	margin-top: 4em;
	padding-bottom: 4em;
	/*margin-left: 27em;
	width: 45em;*/
	margin-left: 7em;
	width: 65em;
}

#content p, #content pre, #content td {
  	font-size: 1.2em;
}

#content ul, #content ol {
  	font-size: 12px;
}


/*
#content table.quickref{
  width: 45em;
}
*/

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}

#content table td {
  padding-right:  6px;  
  padding-bottom: 12px;  
}






#content textarea {
  /*width:50em; height:30em;*/
  font-family: monospace;
}

#content h1 {
  font-size: 1.7em;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  font-size: 1.2em;
}

#content ul {
  margin-left:0;
	padding-left:2em;
}

div#content { 
	min-height: 35em;
}

#sidebar {
  float: left;
	/*width: 20em;*/
	width: 155px;
	margin: 0;
	padding: 4.5em 2em 2em 3em;
}

#sidebar p, #sidebar li, #sidebar ol{
	font-size: 1.1em;
}

#sidebar ul { list-style:none; padding:0px; margin:0px; }
#sidebar li { margin:0px; margin-bottom: 0.2em;padding-left: 0.6em; }


#suptitle p, #suptitle ul {
	font-size: 1.1em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}

#menu ul {
  position: absolute;
  width: 53em;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 23em;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0 0.5em 0 0;
	font-size: 1.1em;
}

#menu ul,
#menu ul li a {
	padding: 7px;
	margin: 0 1.5em;
	}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
	margin: 0;
	}

#menu ul li a:hover {
	background: #333;
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #134A86;  
	background: #fff;
	}


#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}

/* Message box */
#content table.messagebox td p {
	font-size:12px;
}
#content table td.messageheader, #content table td.messagefooter, #content table td.messagetext {
	padding:5px 5px 5px 5px;  
}
#content table td.messageauthor {
	padding:0 5px 12px 5px;  
	text-align: center;		  
}
#content table td.messageauthor h5{
	    font-size:10pt;    
}

.messageauthor {
	width: 80px;
}

.info img {
	width:55px;
	margin-top:-18px;
}

.messageauthor h5 {
	margin-top:10px;
}

.category {
	background-color: #134A86;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin: 2px;
     	-moz-border-radius: 6px; /* FF1+ */
  	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.indent, dl {
	font-size: 1.2em;
}

.indent>.category, .indent>.fpltemplate>p>.category{
	display: block;
	float: left;
}

.category a:link, .category a:visited {
	color: white;
}

.rounded {
     	-moz-border-radius: 6px; /* FF1+ */
  	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.roundedbutton {
	display: block;
	float: right;
	padding: 5px;
	margin: 3px;
	/*background-color: #EFEFEF;*/
	background: #134A86 url("gradient-small.png") no-repeat top;
	color: #FFF;
	/*border: 1px solid #AAA;*/
     	-moz-border-radius: 6px; /* FF1+ */
  	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */	
}

.roundedbutton:hover {
	background: #134A86 url("gradient-shaded.png") no-repeat top;	
}

.roundedbutton a:link, .roundedbutton a:visited {
	color: #FFF;	
}

.login {
	float: right;
	padding: 10px;
}

.login a:link, .login a:visited {
	color: white;
}
