body {
    background-image:url("images/blue_gradient.gif");
    background-repeat:repeat-x;
    margin-bottom:0;
}

img {
    border: none;
}

#search {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1em;
}

#search input[type="text"],
#search input.text {
    font-size:.85em;
    padding:4px 4px 4px 23px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;    
    -webkit-border-radius:4px;
    border-radius:4px;
    vertical-align:top;
    background:transparent url(images/search-background.png) repeat-x scroll 0 -17px;
    border:1px solid #0b1725;
    margin-right:7px;
    margin-top:-5px;
    color:#c6d8ed;
    float:left;
    width:150px;
}

#search input.button {
    font-size:.85em;
    padding:2px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;    
    -webkit-border-radius:4px;
    border-radius:4px;
    background: #0b1725;
    border:1px solid #1e3c62;
    color:#c6d8ed;
    float:left;
    display:none;
}

#titlebar {
    height:55px;
    background-color: #E2EFFA;
    width:100%;
}

#content-header h1
 {
    font: 22px "Myriad", "Calibri", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #00386B !important;
    border: none !important;
    padding: 12px 0 0 10px !important;
    white-space: nowrap !important;
    line-height: 50px !important;
    text-decoration: none;
}

#header {
    height: 90px;
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
}

#header a img {
    border: none;
    margin-top:12px;
    margin-left:8px;
}

#header ul {
	margin: 0;
	bottom: -14px;
	right: 0;
	position: absolute;
	list-style: none;
	
	/* Text */
	letter-spacing: -.05em;
	text-transform: lowercase;
	font-weight: bold;
}

#header li {
	float: left;
	white-space:nowrap;
	background: #2A2A2A url("images/tabs.png") repeat-x left top;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:27px;
}

#header li a {
	float: left;
	display: block;
	width: .1em;
	background: #2A2A2A url("images/tabs.png") repeat-x right top;
	padding: 5px 13px 0 10px;
	text-decoration: none;
	color: white;
}

#header > ul a { width: auto; }
/* IE5 Mac hide \*/
#header a { float: none; }
/* End */

#header li:hover a,
#header li a:hover {
	height:22px;
	color: #fff;
	background: #2A2A2A;
}

#footer {
    color: #a1bfe2;
    font-size: 0.85em;
    line-height: 1.3em;
}

#footer a {
    font-weight: normal;
    color: #6093ce;
}

#footer {
    background-color: #E2EFFA;
    background-position:center top;
    background-repeat:repeat-x;
    clear:both;
    font-size:11px;
    overflow:hidden;
    width:auto;
    margin: 0;
    padding: 30px 15px;
    color: #212F82;
}

#footer td {
    vertical-align: middle;
}

#footer td.text {
    padding: 0 15px;
}

#footer td.text p {
    margin: 0;
    padding: 0;
}

#page {
    text-align: left;
    margin: 10px auto 0;
    padding: 0;
    width: 940px;
    background-color: white;
}

#content {
    padding: 0px 15px 15px 15px;
    display: block;
}


#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
	margin-left: 15px;
}

#footer-menu li {
	margin: 0 8px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
	width: 250px;
  color: #666;
}

#footer-menu li ul {
	margin: 0.5em 0 1em 0;
}

#footer-menu ul li {
	float: none;
	padding: 0 0 0.6em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#footer-menu li a {
	font-weight: bold;
  color: #666;
}

#footer-menu li ul a {
	font-weight: normal;
}

#footer-menu li a:hover {
    color: #666;
    text-decoration: underline;
}

body {
    /* 0.8125em */
    font: 0.85em "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
    line-height: 1.5em;
}

#content {
    color: #333;
}

a {
    color: #0d71c0;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #274e80;
}


code,
pre {
    font: 0.95em "Consolas", "DejaVu Sans Mono", monospace;
    background: #f8f8f8;
    border: 1px solid #eee;
}

pre {
    padding: 5px;
    margin: 1em;
    border-width: 1px 1px 1px 5px;
    border-color: #ddd;
}

h1 {
    color: #274e80;
    font-weight: normal;
    font-size: 1.8em;
    margin-top: 1.25em;
    border-bottom: 1px solid #99b9e1;
}

h2 {
    color: #19194b;
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 1.5em;
    line-height: 1.5em;
}

h3 {
    color: #274e80;
    font-weight: bold;
    font-size: 1.2em;
}

h5 {
    margin-bottom: .25em;
}

ul {
    margin: 0;
    padding: 0;
}

ol {
    margin: 0 0 0 .5em;
    padding: 0;
}

li {
    margin-left: 1.5em;
}

blockquote {
    font-style: italic;
}

.info, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/info_big.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/good_big.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning_big.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error_big.png');
}


#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 5px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}
#hor-minimalist-a tfoot
{
	font-size: 13px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-top: 2px solid #6678b1;
}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #db2828;color: #00386B}
ul#minitabs a:hover{border-color: #db2828;color: #666}