/**
  ---------------------------------------
  Close Brothers | Internet CSS Style
  by blueend web:applications GbR
  ---------------------------------------

  Color Palette:
  blue dark:    #00385C
  blue medium:  #B3CCDB
  blue bright:  #E2EDF3

**/

.no_css {
	display: none;
}

body, textarea, p, input, select {
	font-family: Verdana,Helvetica,sans-serif;
	letter-spacing: 120%;
  font-size: 12px;
  color: #00385C;
}

h1,h2,h3,h4{
	color: #00385C;
}

form {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow: -moz-scrollbars-vertical;
}

a,
a:link,
a:focus,
a:active
a:hover,
a:visited,
a:active {
  color: #00385C;
  text-decoration: underline;
}

a:hover,
 {
  color: #555;
}



#container {
  width: 770px;
  margin: auto;
  margin-top: 5px;

}

div.system_nav{
  float: right;
  width: 500px;
  text-align: right;
  margin-top: 15px;
}

div.system_nav a,
div.system_nav a:visited,
div.system_nav a:active{
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #00385C;
  margin-left: 14px;
}

div.system_nav a:hover{
  color: #B3CCDB;
}

div.logo {
  height: 38px;
  width: 220px;
  margin:0;
  padding:0;
}

div.logo h1{
  display: none;
  margin:0;
  padding:0;
}

div.navigation_top {
  background: #00385C;
  padding: 23px;
  margin-top: 12px;
  height: 38px;
}

div.navigation_top a{
  text-decoration: none;
  font-family: Verdana;
  color: #B3CCDB;
  font-weight: bold;
  font-size: 13px;
  margin-right: 20px;
  padding: 2px;
  padding-bottom: 4px;
}

div.navigation_top a:visited,
div.navigation_top a:active
{
	color: #B3CCDB;
	text-decoration: none;
}

div.navigation_top a.selected,
div.navigation_top a.selected:visited,
div.navigation_top a.selected:active{
  color: #fff;
}

div.navigation_top a:hover {
	color: #fff;
}

div.navigation_top a.tmp_selected{
  color: #f00;
}

div.submenu {
  color: #93ACBB;
  padding: 2px;
  padding-top: 5px;
}

div.submenu a{
  font-size: 11px;
  border-left: 1px solid #93ACBB;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
}

div.submenu a.first{
  border-left: none;
  padding-left: 0px;
}

div.submenu a.selected{
  color: #fff;
}

div.submenu.tmp_hidden{
  display: none;
}

div#info_bar
{
  height: 30px;
}

div#info_bar a
{
	font-size: 11px;
	text-decoration: none;
}

div#info_bar_right
{
  float: right;
  width: 300px;
}

div#info_bar_right a
{
  float: right;
  margin-right: 12px;
}

div#info_bar_date
{
	padding-top: 9px;
  font-size: 11px;
}

div#info_bar_print
{
	padding-top: 9px;
}

div#search_bar
{
  float: right;
  width: 153px;
  margin-top: 6px;
}

div#search_bar input
{
  width: 133px;
  border: 1px solid #B3CCDB;
  background: #E2EDF3 url(../_images/btn_search.gif) no-repeat left center;
  padding-left: 18px;
  height: 13px;
  font-size: 10px;
}

div#search_bar input:active,
div#search_bar input:focus
{
	 border: 1px solid #00385C;
}

div#search_bar input.button
{
  width: 15px;
  background: #00385C;
  height: 19px;
}

div#main{
  padding-top: 15px;
  width: 770px;
  padding-bottom: 30px;
  float: left;
	background: #E2EDF3;
}

div#main.sidebar{
  background: #E2EDF3 url(../_images/bg_right_stripe.gif) repeat-y right;
}

/*
div#navigation_left {
  width: 160px;
  float: left;
  margin-top: 10px;
}

  #navigation_left ul {
    font-weight: bold;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 3px;
    display: block;
  }

  #navigation_left ul li a{
    padding: 3px;
    display: block;

     background: #F5F5F5;
    background: #c4232d;
    color: #fff;
  }


  #navigation_left ul ul li{
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    background: #fff url(../_images/bullet_1.gif) no-repeat center left;
    padding-left: 10px;
    display: block;
  }

   #navigation_left ul ul li a{
    padding: 3px;
    display: block;
    background: #fff;
    color: #c4232d;
    background: none;
  }

  #navigation_left ul li a.chosen{
		color: #000;
  background: #EEE;
  -moz-border-radius: 4px;
	}
	*/


div#content {
  padding-left: 20px;
  float: left;
  line-height: 1.5em;
  min-height: 300px;
  width: 730px;
  _height: 300px;
}

div#main.sidebar div#content {
  width: 570px;
}

  #content h2 {
    font-size: 14px;
    margin-top: 0px;
  }

  #content h3 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #B3CCDB;
  }

  #content ul li{
    LIST-STYLE-TYPE: square;
  }

div#sidebar {
  margin-left: 35px;
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 10px;
  font-family: Verdana;
}

div#sidebar h3{
  font-weight: bold;
  margin-top: 0;
  font-size: 12px;
}

div#sidebar select{
  width: 130px;
  font-size: 10px;
}

div#sidebar a{
  font-size: 10px;
}


div.col_right,
div.col_left{
  float: right;
  width: 300px;
}

div.col_right {
  padding-left: 15px;
}

div.news_block h3{
  color: #CA212A;
  font-family: Arial, Helvetica;
  letter-spacing: 5px;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

div.news_block h4{
  margin: 0;
  padding: 0;
}

div#footer {
  clear: left;
  color: #999;
  font-size: 11px;
  padding-top: 5px;
  font-size: 10px;
  margin-bottom: 30px;
}

/* Form Styles */


div.form_row input,
div.form_row textarea {
	border: 1px solid #BBB;
	width: 350px;
	display: block;
}

div.form_row textarea:focus,
div.form_row input:focus{
	background-color: #F2F2F2;
	border: 1px solid #999;
}

div.form_row label {
	margin-top: 5px;
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 100px;
}

div.form_row
{
	clear: left;
}

div.form_row .form_column
{
  margin-top: 5px;
	float: left;
}

div.error_msg {
	margin-top: 10px;
	background: #FDD;
  padding: 1px;
}

div.form_row input.button {
	border: 1px solid #FFF;
	color: #00385C;
	background: #B3CCDB;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

div.form_row input.button:hover {
	color: #00385C;
	border: 1px solid #00385C;
}

/* CB Network */

div.network_member
{
	background: #C0D5E6;
}

div.network_member .head
{
	background: #00385C;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

div.network_member .image
{
	width: 180px;
	float: left;
  margin-top: 10px;
  background: #fff;
  height: 60px;
  margin-bottom: 10px;
}

div.network_member .body
{
  float: left;
  width: 300px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#network_map
{
	height: 450px;
	width: 725px;
	background: #FFF url(../_images/map_total.gif);
	position: relative;
}

div#network_map div.point
{
	background: url(../_images/map_dot.gif) no-repeat;
	width: 6px;
	height: 6px;
	padding:0;
	position: absolute;
	cursor: pointer;
  z-index: 99;
  overflow: hidden;
}

div#network_map .zoom
{
  hidden: true;
}

span.hl{
	background:#B3CCDB;
}

div.domTT {
	border: 1px solid #333333;
	background-color: #00385C;
	width: 300px;
}

div.domTT .caption {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	color: #fff;
	background-color: #00385C;
}

/* Transaction Boxes */

div.transaction_list table td.tbox
{
	padding-bottom: 20px;
}

div.transaction_box
{
	width: 100px;
	height: 130px;
	border: 1px solid #B3CCDB;
	background: #fff;
	margin-right: 40px;
  float: left;
}

div.transaction_box:hover
{
	border: 1px solid #00385C;
	cursor: pointer;
}

div.transaction_box:hover .head
{
	background: #00385C;
	color: #FFF;
}

div.transaction_box .head
{
	background: #B3CCDB;
	color: #00385C;
	font-weight: bold;
	padding-left: 3px;
	font-size: 10px;
}

/* Frontpage Transaction Boxes */

#sidebar div.transaction_box
{
	border: 1px solid #00385C;
}

#sidebar div.transaction_box .head
{
	background-color: #00385C;
	color: #fff;
}


/* Newsletter Design */

div.press_message
{
	margin-bottom: 20px;
}

div.press_message .title
{
	font-weight: bold;
	width: 400px;
}

div.press_message .title a
{
	font-weight: normal;
}

div.press_message .title a div
{
	text-decoration: none;
	font-weight: bold;
}

div.press_message .date
{
	float: right;
	text-align: right;
}

div.press_message .author
{
	font-weight: normal;
}

div.press_message .copyright
{
  background: #fff;
  padding: 2px;
  border: 1px solid #B3CCDB;
  font-size: 9px;
}