@charset "utf-8";
/*** tag selectors ***/
html{
	background-color: #fff;
}
body{
  background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}
font{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
label{
	font-size: 0.9em;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-family: arial, helvetica, sans-serif;
}
h1{
  font-weight: bold;
  font-size: 1.8em;
}
h2{
  font-weight: bold;
  font-size: 1.3em;
}
h3{
  font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
h4{
  font-weight: normal;
  font-size: 1.4em;
}
h5{
  font-weight: bold;
  font-size: 1.2em;
}
h6{
  font-weight: normal;
  font-size: 1.2em;
}
a, a:link, a:active, a:visited{
	text-decoration: none;
	color: #00b7ff;
}
a:hover{
	text-decoration: underline;
}
table thead{
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
/*** Class selectors ***/
.small{
  font-size: 0.8em;
}
.big{
  font-size: 1.1em !important;
}
.normal-weight{
  font-weight: normal !important;
}
.mark1{
  color: #001965 !important;
}
.mark2{
  color: #00b7ff !important;
}
.mark3{
  color: #828181 !important;
}
.line{
}
#layout-body-center ul li, .list li{
  display: list-item;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 15px;
}
.border{
  border: 1px solid #ccc;
}
.red{
  color: #aa0000;
}
#layout-body-left .layout-body-small-column-top{
  background-image: url( "/media/img/small-top.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
#layout-body-left .layout-body-small-column-inner{
  border-left: 1px solid #c5aa86;
  border-right: 1px solid #c5aa86;
}
#layout-body-left .layout-body-small-column-bottom{
  background-image: url( "/media/img/small-bottom.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
#layout-body-right .layout-body-small-column-top{
  background-image: url( "/media/img/small-right-top.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
#layout-body-right .layout-body-small-column-inner{
  border-left: 1px solid #c5aa86;
  border-right: 1px solid #c5aa86;
}
#layout-body-right .layout-body-small-column-bottom{
  background-image: url( "/media/img/small-right-bottom.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
.layout-body-column-top{
  background-image: url( "/media/img/large-top.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
.layout-body-column-inner{
  background-image: url( "/media/img/large-center.gif" );
  background-position: top left;
  background-repeat: repeat-y;
}
.layout-body-column-bottom{
  background-image: url( "/media/img/large-bottom.gif" );
  background-position: top left;
  background-repeat: no-repeat;
}
.layout-body-column-inner, .layout-body-small-column-inner{
  font-size: 0.8em;
}
.layout-body-column-inner h2, .layout-body-small-column-inner h2{
  font-size: 1.8em;
}
.blue-box{
  background-image: url( "/media/img/box/bluebox.png" );
  background-position: top left;
  background-repeat: no-repeat;
}
#layout-body-right .blue-box{
  background-image: url( "/media/img/box/bluebox-right.png" );
}
.blue-box h2, .blue-box h3, .blue-box h4, .blue-box h5, .blue-box h6, .blue-box a, .blue-box{
  color: #fff;
}
.blue-box a, .blue-box a:visited, .blue-box a:active, .blue-box a:hover, .blue-box a:focus{
  color: #fff;
}
.blue-box h2{
  font-size: 1.5em;
}
.box-item .box-item-title{
  font-weight: bold;
}
.box-item .box-item-body{
}
.box-item .box-item-follow{
}
.showpic{
  background-position: bottom right;
  background-repeat: no-repeat;
}
/*** ID selectors ***/
#layout-nav{
  background-image: url( "/media/img/nav-bg.gif" );
  background-position: top left;
  background-repeat: no-repeat;
  color: #1b1b1f;
}
#layout-nav #layout-nav-inner ul li,
  #layout-nav #layout-nav-inner ul li a,
  #layout-nav #layout-nav-inner ul li a:hover,
  #layout-nav #layout-nav-inner ul li a:active,
  #layout-nav #layout-nav-inner ul li a:link,
  #layout-nav #layout-nav-inner ul li a:visited{
  color: #1b1b1f;
}
#layout-head #head-menu ul li a,
  #layout-head #head-menu ul li a:link,
  #layout-head #head-menu ul li a:hover,
  #layout-head #head-menu ul li a:visited,
  #layout-head #head-menu ul li a:active,
  #layout-head #head-menu ul li a:focus{
  text-transform: uppercase;
  color: #828181;
  font-size: 7pt;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}
#sub-nav li a,
  #sub-nav li a:link,
  #sub-nav li a:hover,
  #sub-nav li a:visited,
  #sub-nav li a:active,
  #sub-nav li a:focus{
  color: #001965;
  font-weight: bold;
}
#layout-body .layout-body-small-column-inner h2,
  #layout-body .layout-body-column-inner h2{
  color: #00b7ff;
}
#layout-body-center{
  line-height: 1.3em;
}
#layout-foot #layout-foot-inner{
  font-size: 0.8em;
  color: #c5aa86;
}
#layout-foot #layout-foot-inner a{
  color: #c5aa86;
}
#showpic1{
  background-image: url( "/media/img/vis-1.png" );
}
#showpic2{
  background-image: url( "/media/img/vis-2.png" );
}
#showpic3{
  background-image: url( "/media/img/vis-3.png" );
}
#showpic4{
  background-image: url( "/media/img/vis-4.png" );
}
#showpic5{
  background-image: url( "/media/img/vis-5.png" );
}
#showpic6{
  background-image: url( "/media/img/vis-6.png" );
}
#showpic7{
  background-image: url( "/media/img/vis-7.png" );
}
#showpic8{
  background-image: url( "/media/img/vis-8.png" );
}
#showpic9{
  background-image: url( "/media/img/vis-9.png" );
}
#showpic10{
  background-image: url( "/media/img/vis-10.png" );
}
#showpic1665 {
    background-image: url("/media/img/vis-1665.png");
}
#showpic1597 {
    background-image: url("/media/img/vis-1597.png");
}
#showpic1784 {
    background-image: url("/media/img/vis-1784.png");
}
#showpic1498 {
    background-image: url("/media/img/vis-1498.png");
}
#fSearchTop fieldset input.textbox{
  border: 1px solid #828181;
  color: #828181;
  font-size: 0.8em;
}
#fTest fieldset label{
}

