@charset "UTF-8";
/* CSS Document */

HTML {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

BODY{
  margin: 0;
  background-color: #4f0101;
  background-image: url("/images/background.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Verdana, Helvetica;
}

H1 {
  font-size: 16pt;
  font-weight: bold;
  font-family: Trebuchet MS;
  text-shadow: 1px 1px 2px #999; 
}

H2 {
  font-size: 12pt; 
  font-weight: bold; 
  color: #CC3300; 
  font-family: Arial;
}

H3 {
  font-size: 11pt; 
  font-weight: bold; 
}

H4 {
  font-size: 10pt; 
  font-weight: bold;
  color: #666; 
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: left;
}

P {
  text-align: justify;
  margin-left: 2px;
  margin-top: 3px;
  margin-right: 5px;
}

big {
  font-size: 11pt; 
  font-family: Arial, Helvetica;
}

em {
  text-align:left;
  
}

label {
  font-weight: bold;
}

ol, li {
	text-align:left;
}
/* Layout divs */

div#main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  margin-bottom: 20px;
  width: 1000px;
  background-color: #1F4CB5;
  padding: 0;
  border: thin solid #000000;
}

div#banner {
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 999px;
  height: 151px;
  z-index: 1;
  background-image:url('/Theme/white/img/banner.jpg') 
}

div#bar {
  position: relative;
  float: left;
  border:1px inset #FFFFFF;
  top: 13px;
  left: 0px; 
  height:24px;
  width: 200px;
  color: #000066;
  border-width:0 0 0 0;
}

div#search {  
  position: absolute;
  top: 120px;
  right: 190px;
  margin: 0px;
}

div#flags {
  position: absolute;
  float: right;
  top: 120px;
  right: 10px;
}

div#topmenu {
  width: 1000px;
  height: 24px;
}

div#leftmenu {
  width: 150px;
  height: 1000px;
}

div#content {
  
}

div#contentheader {
  position: absolute;
  width: 704px;
  height: 17px;
  left: 180px;
  top: 180px;
}

div#contentbody {
  position: absolute;
  width: 704px;
  height: 966px;
  left: 180px;
  top: 197px;
  background-image: url("/Theme/white/img/borderRcenter.png");
  background-repeat: repeat-y;
}

div#contentfooter {
  position: absolute;
  width: 704px;
  height: 17px;
  left: 180px;
  bottom: 35px;
}

div#footer {
  width: 1000px;
  height: 40px;
  color: #fff;
}

span#clock {
}

#caption {
  font-size: 9pt; 
}

#intro {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 11pt;
  margin: 2px;
}

#recently {
  font-size: 8pt;
}

#recently.title {
  font-size: 10pt;
}

.mbutton {
  margin: 1px;
  padding: 2px 8px 2px 8px;
  border-width: thin ;
  background-image: url("/images/button.png");
  background-repeat: repeat-x;
  vertical-align:text-top;
  height: 22px;
}

ul.ftpmenu {
  padding: 0px;
  margin: 0px 0;
  list-style: none;
  float: none;
  display:block;
  cursor:hand;
}

ul.ftpmenu li {
	 float: left;
	 display: inline; /*For ignore double margin in IE6*/
	 margin: 0 2px 15px;
	 padding: 2px;
} 

ul.ftpmenu li a {
	 text-decoration: none;
	 float:left;
	 color: #777;
	 cursor: pointer;
	 font: 900 14px/22px "Arial", Helvetica, sans-serif;
	 text-shadow:  1px 1px 2px #999;
}

ul.ftpmenu li a span {
	 margin: 0 5px 0 -5px;
	 padding: 1px 5px 5px 5px;
	 position: relative; /*To fix IE6 problem (not displaying)*/
	 float:left;
	 height: 30px;
	 width: 150px;
	 background: url(/images/ftpinactive.png) no-repeat top right;
}

ul.ftpmenu li a span:hover {
	 margin: 0 5px 0 -5px;
	 padding: 1px 5px 5px 5px;
	 position: relative; /*To fix IE6 problem (not displaying)*/
	 float:left;
	 background: url(/images/ftp.png) no-repeat top right;
	 color: #fff;
	 text-shadow:  1px 1px 2px #666;
}

.arttitle {
  text-align: left;
  text-indent:-15px;
  margin-left: 15px;
}

.bar {
  position:relative; 
  color: black;
  top: 15px; 
  left: 15px;
  margin: 6px;
  float: left;
  font-size: 8pt;
}

.bannersearch {
  position:absolute;
  float: right;
  display: inline;
  right: 350; 
  top: 35;
}

.banner {
  border-bottom-style: solid; 
  border-bottom-width: 1;
  border-bottom-color: brown;
}

.mainmenu {
  font-size: 8pt;
}

.small {
  font-size: 8pt;
}

legend {
  font-weight: bold;
  font-size: 90%;
}

A:link {
  text-decoration: none;
  font-weight: bold;
  color: #555;
  }
A:visited {  
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  }
A:active {   
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  }
A:hover {         
  text-decoration: underline;
  font-weight: bold; 
  color: #FF0000;
  }
A.title:link {
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  text-align: left;
  }
A.title:visited {
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  }
A.title:active {
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  }
A.title:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FF0000;
  }
A.small:link {
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  }
A.small:visited {
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  }
A.small:active {
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  }
A.small:hover {
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #FF0000;
  }

.inlinetab {
  margin: 3px;
  padding: 3px;
} 
 
table {
  border-collapse: collapse;
}
  
td {
  font-size: 10pt;
}

.small td {
  font-size: 7pt;
}

th {
  font-size: 10pt;
}

ul {
  font-size: 10pt;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  list-style-image: url('/images/bullet.png');
}

li {
  margin-left: 0px;
}

ul ol li {
  list-style-type: decimal ;
  list-style-image: none;
}

.listing ul {
  font-size: 10pt;
  margin-left: 25px;
  vertical-align: middle;
  list-style-image: url('/images/arrow.png'); 
}

.listing ul ul {
  font-size: 10pt;
  margin-left: 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  list-style-image: url('/images/disc.png'); 
}

.listing li {
  margin-top: 10px;
}

.listing ul li ul li{
  margin-top: 5px;
}

.maintable {
  background-color: #ffffff;
  border-collapse: collapse;
  margin: 3px;
  font-size: 10pt;
  text-align: left; 
  box-shadow: inset 2px 8px 12px 5px #F8EAD2;
}

.content {
  margin:5px;
  background-color: #ffffff;
}

.content table {
  margin: 3px;
  padding: 3px;  
  border-collapse: collapse;
}

.content td {
  padding: 3px; 
}

.current {
/*  background-color:#EFD5BF ; */
  font-size: 9pt;
  font-weight:bolder;
/*  border-style: inset; border-width: 1; */
  color: black;
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-shadow: 1px 1px 2px #999; 
}

.content h1 {
  font-size: 16pt;
  font-weight: bold;
  color:brown;
  font-family: Trebuchet MS;
  text-align: center;
  margin-top: 10px;
  text-shadow: 1px 1px 2px #999; 
}

.artborder   {
 border: 1px solid #CCCCCC;
 margin: 3px;
 text-align: left;
}

.columnright {
  border-left: 1px solid #ccc;
  padding-left: 3px;
  border-collapse: collapse;
}

.readmore {
  font-size: 8pt;
  margin-top: 8px;
  text-align:left;
}

.newslink {
  font-size: 8pt;
  text-align: left;
  margin-top: 5px;
}

.topmenu {
  font-family: Arial, Helvetica;
  font-size: 8pt;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  margin-top: 1px;
  background-image: url("/images/topmenu.png");
  background-repeat: repeat-x;
  border-bottom-style: groove; border-bottom-width: 1; border-bottom-color: brown;
  border-collapse: collapse;
}

.topcell {
  border-left-style: groove; border-left-width: 1;   border-left-color: brown;
  border-right-style: groove;border-right-width: 1;  border-right-color: brown;
}

.lmenu {
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #a0a0a0;
  margin-right: 0px;
  padding-right: 0px;
  vertical-align: top;
}

.rmenu {
  border-left-style: solid;
  border-left-width: thin;
  border-left-color: #a0a0a0;
  margin-left: 1px;
}

.lmenu A {
  text-align: right;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
  margin-right: 0px;
  padding: 0;
  text-decoration: none;
  color: #777;
  line-height: 130%; 
}

.rmenu A {
  text-align: left;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
  margin-left: 0px;
  padding: 0;
  text-decoration: none;
  color: #777;
  line-height: 130%;
}

.lmenu A:hover {
  color:#000000;
  background-color: #FFFFFF;
  padding: 0;
  margin-top: 8px;
  margin-right: 0px;
  font-size: 9pt;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
}

.rmenu A:hover {
  color:#000000;
  background-color: #FFFFFF;
  margin-top: 8px;
  margin-left: 0px;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.lmenu th {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 4px;
  padding-right: 5px;
  height: 22px;
  background-image: url("/images/menu.jpg");
}

.rmenu th {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 5px;
  height: 22px;
  background-image: url("/images/menu.jpg");
}

.marked {
  font-style: italic;
  font-weight: bold;
  font-size: 11pt;
  color: brown;
}

.newsdate {
  font-family: sans-serif; 
  font-size: 9pt;
  font-style: italic; 
  color: #0A0A0A;
  text-align: right;
  margin-top: 1px;
  margin-bottom: 1px;
}

.newsbody {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  margin-top: 2px;
  margin-bottom: 2px;
}

.formbg {
  background-color: #F8EAD2;
  padding: 0;
  margin: 0;
}

.footer {
  border-top-style: solid;
  border-top-width: 1;
  border-top-color: #a0a0a0;
  background-color: #D7C698;
  padding: 3px;
  text-align: justify;
}

.footer1 {
  font-family: sans-serif; 
  font-size: 8pt; 
  color: gray;
}

.footer2 {
  font-family: sans-serif; 
  font-size: 8pt; 
  color: gray;
}

.right {
  font-size: 10px;
}

#navright {
  border: 0px solid black;
  width: 225px;
  margin-right: 0px;
  float: right;
  display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}

#navrightTable {
  margin: 0px;
  float: right;
  display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
  font-size:9px;
  font-family:Verdana;
}

/* HTOOLTIP styles */

#bubble_tooltip{
  width:210px;
  position:absolute;
  display: none;
}

#bubble_tooltip .bubble_top{
  position:relative;
  background-image: url(/js/htooltip/bubble_top.gif);
  background-repeat:no-repeat;
  height:18px;
}

#bubble_tooltip .bubble_middle{
  position:relative;
  background-image: url(/js/htooltip/bubble_middle.gif);
  background-repeat: repeat-y;
  background-position: bottom left;
}

#bubble_tooltip .bubble_middle div{
  padding-left: 12px;
  padding-right: 20px;
  position:relative;
  font-size: 11px;
  font-family: arial, verdana, san-serif;
  text-decoration: none;
  color: brown;  
  text-align:left;  
}

#bubble_tooltip .bubble_bottom{
  background-image: url(/js/htooltip/bubble_bottom.gif);
  background-repeat:no-repeat;
  height:65px;
  position:relative;
  top: 0px;
}
