
* { margin:0; padding:0;}

html {
 /* height: 100%;*/
}

body {
  height: 100%;
  background-color: #89275E;
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444;
}

#heading-block {
  position: relative;
  margin: 20px auto 0px auto;
  width: 980px;
  height: 160px;
  background-color: #fff;
}




a.form {
  text-decoration: none;
  border-bottom: 1px dashed #666;
  color: #666;
  padding-bottom: 0px;
  font-weight: bold;
}

a.form:hover {
  color: #2f0000;
  border-bottom: 1px dashed #740000;
}




#fh {
  position: absolute;
  left:35%;
  top:20%;
  width: 300px;
  height: auto;
  background-color: #fff;
  background-image: url(../images/red_back.jpg);
  background-repeat: repeat-x;
  border: 1px solid #89275e;
  z-index: 20001;
}

#mk {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:20000;
  background-color: #444;
  background-repeat: repeat-y;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}

.collapsed {
  display: none;
}




/* Navigation */
#navigation {
  width: 215px;
  height: 30px;
  position: relative;
  left: 710px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#navigation li {
  margin-right: 5px;
  float: left; /* Doesn't display inline otherwise */
}

#navigation li a {
  padding: 0px 15px 0px 0px;
  height: 30px;
  display: block;
  float: left;
  color: #ffffff;
  background: transparent url(../images/btn_darkred.gif) no-repeat scroll top right;
  text-decoration: none;

}

#navigation li a span {
  padding-left: 15px;
  line-height: 30px;
  display: block;
  background: transparent url(../images/btn_darkred.gif) no-repeat;
}

#navigation li a.here {
  background: transparent url(../images/btn_yellow.gif) no-repeat scroll top right;
  color: #2f0000;
}

#navigation li a.here span {
  background: transparent url(../images/btn_yellow.gif) no-repeat;
}

#navigation li a:hover {
  text-decoration: underline;
}

#navigation li a.here:hover {
  text-decoration: none;
}




#navbar {
  width: 960px;
  height: 1px;
  margin: 0px auto 0px auto;
  background-color: #000;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid white;
}




/* Analyser Navigation */
#analyser_navigation {
  width: 960px;
  height: 30px;
  list-style: none;
  margin: 0px auto 0px auto;
  z-index: 1000;
  padding: 0px;
  position: relative;
  background-color: #bbb;
}

#analyser_navigation li a {
  text-align: center;
  padding: 0px 12px;
  line-height: 30px;
  width: 70px;
  text-decoration: none;
  font-weight: bold;
}

#analyser_navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* Display the 'level1' elements in a horizontal line */
#analyser_navigation li.level1 {
  float: left; /* Doesn't display inline otherwise */
}

#analyser_navigation li ul { /* ul sub-elements are not initially displayed */
  display: none;
  width: 150px;
  position: absolute;
  top: -5px;
  left: 0px;
}

#analyser_navigation .subnavholder { /* This div forces a relative positioning of the sublevels, so they don't move to position 0,0 */
  position: relative;
  left: 0px;
  top: 0px;
}


/* display 'ul' sub-elements when hovering over the 'li' element */
#analyser_navigation li.level1:hover ul.level2,
#analyser_navigation li.level1.over ul.level2 {
  display: block;
  background-color: #bbb;
  top: -2px;
  left: 10px;
}

#analyser_navigation li.level2:hover ul.level3,
#analyser_navigation2 li.level2.over ul.level3 {
  display: block;
  position: absolute; /* Don't leave any space for it, as would happen if relatively placed */
  top: -16px;
  left: 62px;
  background-color: #bbb;
}

#analyser_navigation li.level2:hover div#right,
#analyser_navigation2 li.level2.over div#right {
  display:none;
}


/* Menu colors (customizable) */
#analyser_navigation li.level2, li.level3 {
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}

#analyser_navigation li.end {
  border-bottom: 1px solid #888;
}

#analyser_navigation li a:link, li a:visited {
  color: white;
}

#analyser_navigation li a.here {
  color: white;
  text-decoration: underline;
}

#analyser_navigation li a:hover{
  color: white;
  text-decoration: underline;
}

#analyser_navigation li a.here:hover {
  color: #fff;
}

#analyser_navigation li:hover a.parent,
#analyser_navigation li.over a.parent {
  color: #fff;
}




#logo {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 940px;
}




#content-wrapper {
}

#content {
  width: 960px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-color: #fff;
  border-bottom: 2px solid #cdad00;
  border-top: 5px solid #cdad00;
}

.clearfix:after { /* So that the content block retains the height of the floated elements */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




#content a {
  text-decoration: none;
  border-bottom: 1px dashed #666;
  color: #666;
  padding-bottom: 0px;
  font-weight: bold;
}

#content a:hover {
  color: #2f0000;
  border-bottom: 1px dashed #740000;
}

#content a.button {
  height: 50px;
  line-height: 50px;
  padding: 20px 12px 20px 0px;
  margin: 0px auto 0px auto;
  font-size: 12px;
  font-weight: normal;
  background: transparent url(../images/btn_red_right.gif) right no-repeat;
  border:0px;
  color: white;
}

#content a.button span {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: auto;
  padding: 20px 1px 20px 12px;
  background: transparent url(../images/btn_red_left.gif) left no-repeat;
}

#content a.button span:hover { /* Won't work for IE */
  border-bottom: 0px;
  text-decoration: underline;
}

#content a.button:hover {
  border-bottom: 0px;
  color: #fff;
  text-decoration: underline;
}

a.button {
  height: 52px;
  line-height: 52px;
  padding: 20px 12px 20px 0px;
  margin: 0px auto 0px auto;
  font-size: 12px;
  font-weight: normal;
  background: transparent url(../images/btn_red_right.gif) right no-repeat;
  border:0px;
  color: white;
}

a.button span {
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  width: auto;
  padding: 20px 1px 20px 12px;
  background: transparent url(../images/btn_red_left.gif) left no-repeat;
}

a.button span:hover {  /* Won't work for IE */
  border-bottom: 0px;
  text-decoration: underline;
}

div#content a.underlined {
  text-decoration: underline;
}

a.underlined {
  text-decoration: underline;
}




.calendarDiv {
  position: absolute;
  top: 3px;
  right: 30px;
  font-size: 12px;
  color:#660000;
}




#left {
  width: 250px;
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}

#right {
  width: 710px;
  float: right;
  display: inline; /* Fix explorer double margin bug */
  clear: none;
  margin: 0px 0px 0px 0px;
  background-color: white;
}

.lefttext {
  margin: 10px 7px 0px 10px;
  background-color: #fff;
}

#leftholder {
  margin: 10px;
  margin-bottom: 0px;
  padding:0px;
}


.righttext {
  margin: 0px 10px 0px 10px;
  position: relative;
  top:5px;
}

div#shadow2 {
  background-image: url(../images/divide-v.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: right;
  clear: none;
  width: 5px;
  height: 200px;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}




.whiteBorder {
  border: 1px solid white;
}




/* index.php */
div#login {
  margin: 0px auto 0px auto;
  height: 50px;
  text-align:center;
}
.officials {
  line-height: 18px;
  text-align: center;
  margin: 6px auto 4px auto;
}

div#showMoney1 {
  width: 195px;
  height: 205px;
}

div#showMoney2 {
  height: 202px;
  width: 192px;
}

div#showMoney3 {
  margin: 35px auto 5px auto;
}

div#frontCompany {
  width: 510px;
  height: 205px;
}

div#fc1 {
  margin: 0px 10px 0px 10px;
  position: relative;
  top:5px;
}

div#fc2 {
  float: left;
  width: 290px;
}

div#fc3 {
  width: 200px;
  float: right;
  clear: none;
}

div#fc4 {
  margin: 10px auto 0px auto;
  text-align: center;
}

div#content .fclink {
  font-size: 13px;
  line-height: 24px;
  margin-left: 0px;
}

.fs24 {
  font-size: 24px;
}

.fwBold {
  font-weight: bold;
}

.taCenter {
  text-align: center;
}




.tableh {
  font-weight: bold;
  background-color: #F7F1E9;
  border: 1px solid #D5B68B;
  padding: 4px;
}

.noleftborder {
  border-left: 0px;
}

.norightborder {
  border-right: 0px;
}

div#content.notopborder {
  border-top: 1px solid #888;
}




.yellowBack {
  border-left: 1px solid #DDC18B;
  background-image: url(../images/yellow_back.jpg);
  float: right;
  clear: none;
}

.divider {
  filter:alpha(opacity=40);
  opacity: 0.4;
  background-image: url(../images/divide.gif);
  border-top: 0px dashed #740000;
  width: 210px;
  height: 5px;
  margin: 15px auto 15px auto;
}

.wrapper {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.odd {
  background-color: #F3E6C7;
}



.bold {
  font-weight: bold;
}

h1 {
  color: #444;
}

h1, h2 {
  font-size: 22px;
  margin: 5px 0px 10px 0px;
  color: #444;
}

h3 {
  font-size: 16px;
  color: #444;
}

h1, h2, h3, h4, h5, #navigation {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}




.textbox {
  border: 1px solid #aaa;
  width: 205px;
}

.selectbox {
  width: 130px;
}




#footer {
  width: 950px;
  margin: 5px auto 5px auto;
  color: #fff;
  font-size: 11px;
}

#footer a {
  color: white;
}

#footer a:hover {
}
