﻿/* CSS Document */

body
{
  background: #fff;
  color: #0F0F0F;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  margin: 22px 0 0;
  padding: 0;
}
div, ul, h1, h2, h3, li, p, img
{
  margin: 0;
  padding: 0;
}
ul
{
  list-style-type: none;
}

a
{
  color: #000000;
  text-decoration: none;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
}

a:hover
{
  color: #214dbc;
}

select
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
}

input
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
}

textarea
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
}
/* TOP PANEL*/
#topPanel
{
  width: 762px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#topPanel img
{
  width: 230px;
  height: 50px;
  z-index: 1;
  padding: 0;
  position: absolute;
  margin: 0 0 0 21px;
}
/* MENU PANEL*/
#topPanel ul
{
  display: block;
  width: 732px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px 0 0;
  padding: 0 29px 0 0;
  border-bottom: 1px solid #AEAEAE;
}
#topPanel ul li
{
  float: right;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: bold;
}
#topPanel ul li a
{
  width: 104px;
  height: 36px;
  display: block;
  padding: 0;
  color: #555;
  background: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 1px 0 0;
  top: 0px;
  left: 0px;
}
#topPanel ul li a:hover
{
  width: 104px;
  height: 36px;
  text-decoration: none;
  background: url(images/button.gif) no-repeat 0 0 #214dbc;
  color: #fff;
}
#topPanel ul li.active
{
  width: 104px;
  display: block;
  height: 36px;
  background: url(images/button.gif) no-repeat 0 0 #214dbc;
  color: #fff;
  text-align: center;
  margin: 0 1px 0 0;
}

#content
{
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
/* SIDE BAR */

#sidebar
{
  float: left;
  width: 120px;
  margin: 0 auto auto 30px;
  padding: 0;
}

#sidebar .heading
{
  display: block;
  background: #fff; /*width: 250px;   height: 50px;*/
  margin: 0px 0 0px 0;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
  padding: 4px 0 0px 5px;
  color: #ff5858;
}

#sidebar img
{
  margin-bottom: 10px;
}

#sidebar ul
{
  width: 120px;
  display: block; /*position: absolute;*/
  top: 405px;
  padding-bottom: 10px;
}

#sidebar ul.lineItem li
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
}

#sidebar ul.linkitem li
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal; /*background: url(image/16-circle-red.png)  no-repeat;*/
}

#sidebar ul span
{
  /*background: url(image/dot-line.gif) repeat-x 0 100%;*/
  height: 25px;
  display: block;
}

#sidebar ul.lineItem li .lineItemHighlight
{
  font-weight: bold;
  color: #ff5858;
}

#sidebar a
{
  display: block; /*background: url(image/16-circle-red.png)  no-repeat;*/
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
  padding: 0 0 0 0px;
}

#sidebar a.showLink
{
  display: block; /*background: url(image/16-circle-red.png)  no-repeat;*/
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 100%;
  font-weight: normal;
  padding: 0 0 0 0px;
  text-decoration: underline;
}

#sidebar a.showLinkbold
{
  display: block; /*background: url(image/16-circle-red.png)  no-repeat;*/
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 100%;
  font-weight: bold;
  padding: 0 0 20px 0px;
  text-decoration: underline;
}

#sidebar .heading
{
  background: #fff;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 110%;
  font-weight: normal;
  color: #214dbc;
}
/* SIDE BAR */


/* BODY PANEL*/
#bodyPanel
{
  float: right;
  width: 700px;
  min-height: 380px;
  position: relative;
  margin: 0 20px auto;
  padding: 0;
}

#bodyPanelNoSideBar
{
  float: left;
  width: 100%;
  min-height: 410px;
  position: relative;
  margin: 0 20px auto;
  padding: 0;
}

#introduction p
{
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  margin-top: 2em;
  font-size: 1.2em;
  font-style: italic;
  text-align: justify;
}

#introduction p:first-letter
{
  font-size: 6em;
  line-height: 0.75em;
  float: left;
  margin-right: 0.1em;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

#legal p
{
  font-family: Courier New;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 100%;
  font-style: italic;
  text-align: justify;
}

.heading
{
  background: #fff;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 110%;
  font-weight: normal;
  color: #214dbc;
  border-bottom: 1px solid #f5f5f5;
}

.subheading
{
  background: #fff;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
  color: #214dbc;
  border-bottom: 1px solid #f5f5f5;
}

.newsheading
{
  background: #fff;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
  color: #ff5858;
}
.box
{
  float: left;
  border: 1px solid #cccccc;
  background-color: #f3f7fd;
  color: #505050;
  line-height: 1.75em;
  width: 100%;
  padding: 8px;
  margin: 0 0 10px 0;
  max-width: 920px;
}

.box .row span.label
{
  float: left;
  text-align: right;
  padding: 2px 5px 0 0;
}

.box .row span.formw
{
  float: left;
  text-align: left;
  padding: 0 5px 0 0;
}

.box .row span.formw input
{
  float: left;
  margin: 0 10px 0 0;
}

/*
.errorBox
{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 35px;
  padding-left: 25px;
  border: 1px solid #040c4a;
  background-color: #ffdcdc;
  color: #ea1310;
  line-height: 1.5em;
  clear: left;
  max-width: 920px;
}
*/

.errorBox
{
  float: left;
  background-color: #ffdcdc;
  color: #ea1310;
  line-height: 1.75em;
  width: 100%;
  padding: 8px;
  margin: 0 0 10px 0;
  max-width: 920px;
}

.errorMessage
{
  color: #ea1310;
}

.inputForm
{
  width: 90%;
  float: left;
  padding-bottom: 10px;
}

#inputFormLeft
{
  width: 45%;
  float: left;
  padding-bottom: 10px;
}

#inputFormRight
{
  width: 45%;
  float: right;
  padding-bottom: 10px;
}

.inputForm div.row
{
  clear: both;
  padding-top: 5px;
}

.inputForm div.rowright
{
  text-align: right;
  clear: both;
  padding-top: 5px;
}

.inputForm div.row span.label
{
  float: left;
  width: 28%;
  text-align: right;
  padding: 3px 5px 0 0;
}

.inputForm div.row span.formw
{
  float: right;
  width: 70%;
  text-align: left;
}

.required
{
  color: #ea1310;
  padding-left: 5px;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
}

#inputFormRight div.row
{
  clear: both;
  padding-top: 5px;
}

#inputFormRight div.rowright
{
  text-align: right;
  clear: both;
  padding-top: 5px;
}

#inputFormRight div.row span.label
{
  float: left;
  width: 28%;
  text-align: right;
  padding: 3px 5px 0 0;
}

#inputFormRight div.row span.formw
{
  float: right;
  width: 70%;
  text-align: left;
}

#inputFormLeft div.row
{
  clear: both;
  padding-top: 5px;
}

#inputFormLeft div.rowright
{
  text-align: right;
  clear: both;
  padding-top: 5px;
}

#inputFormLeft div.row span.label
{
  float: left;
  width: 28%;
  text-align: right;
  padding: 3px 5px 0 0;
}

#inputFormLeft div.row span.formw
{
  float: right;
  width: 70%;
  text-align: left;
}
/* BODY PANEL */

/* FOOTER PANEL*/
#footerPanel
{
  clear: both;
  width: 100%;
  background: #f3f7fd;
  color: #4C4C4C;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  margin-top: 40px;
}
#footerbodyPanel
{
  width: 762px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#footerPanel ul
{
  width: 320px;
  display: block;
  position: absolute;
  right: 10px;
  top: 13px;
}
#footerPanel li
{
  float: left;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  font-weight: normal;
}
#footerPanel ul li a
{
  padding: 0 6px;
  color: #4C4C4C;
  background: #f3f7fd;
  text-decoration: none;
}
#footerPanel ul li a:hover
{
  text-decoration: underline;
}
#footerPanel ul li a.padl
{
  padding: 0 0 0 6px;
}
#footerPanel p.copyright
{
  background: #f3f7fd;
  display: block;
  position: absolute;
  top: 54px;
  right: 0px;
  color: #A64200;
}
#footerPanel ul.version
{
  width: 150px;
  background: #f3f7fd;
  color: #4C4C4C;
  display: block;
  position: absolute;
  top: 54px;
  right: 230px;
}

#footerhtmlPanel
{
  width: 86px;
  height: 31px;
  display: block;
  position: absolute;
  top: 24px;
  left: 29px;
  margin: 0;
  padding: 0;
}
#footerhtmlPanel a
{
  width: 86px;
  height: 31px;
  display: block;
  background: url(images/html-img.gif) no-repeat 0 0 #DCDCDC;
  text-decoration: none;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  color: #2F2F2F;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#footerhtmlPanel a:hover
{
  background: url(images/html-img.gif) no-repeat 0 0 #DCDCDC;
  color: #216EBD;
  text-decoration: none;
}
#footerUserPanel
{
  width: 146px;
  height: 31px;
  display: block;
  position: absolute;
  top: 54px;
  left: 115px;
  margin: 0;
  padding: 0;
}


/* RESULT TABLE */

.resultTable
{
  width: 100%;
}

.resultTable th
{
  font-weight: bold;
  border-bottom: 1px solid #9da3be;
  text-align: left;
  padding: 0 10px 0 10px;
}

.resultTable td
{
  padding: 2px 10px 2px 10px;
  border: none;
}

.resultTable a
{
  color: #000000;
  font-family: Segoe UI,Tahoma,Verdana,Arial,sans-serif;
  font-size: 90%;
  text-decoration: underline;
}

.alternatingRow
{
  background-color: #f5f5f5;
}

/* RESULT TABLE */

.newsListTitle
{
}

/* Form */
.formRow
{
  clear: left;
  padding-top: 3px;
}

.formLabel
{
  float: left;
  width: 160px;
  padding-top: 2px;
  padding-right: 5px;
  text-align: right;
}

.formField
{
  float: left;
}

.formFieldLabel
{
  float: left;
  width: 160px;
  padding-top: 2px;
  padding-right: 5px;
}

.formCheckBoxList
{
  float: left;
  padding-top: 2px;
  text-align: left;
}
.buttonBox
{
  clear: left;
  float: left;
  border: 1px solid #f3f7fd;
  background-color: #f3f7fd;
  color: #505050;
  line-height: 1.75em;
  width: 100%;
  padding: 8px;
  margin: 10px 0 10px 0;
  max-width: 920px;
}

/*
.errorBox
{
  clear: left;
  float: left;
  border: 1px solid #040c4a;
  background-color: #ffdcdc;
  color: #505050;
  line-height: 1.75em;
  width: 100%;
  padding: 8px;
  margin: 10px 0 10px 0;
  max-width: 920px;
}
*/
.dataList
{
  float: left;
  padding: 0 15px 0 0;
}




