* {
 font-family: Arial;
}

html {
 border-width: 0;
}

body {
 background: #FFFFFF;
 color: #000000;
 margin: 0;
 padding: 0;
}

html, body {
 height: 100%;
}

body, table, textarea {
 font-size: 9pt;
}

img {
 border-width: 0;
}

a {
 text-decoration: none;
 color: #60A5D6;
}

a:hover {
 text-decoration: underline;
}

.right_caption {
 color: #60A5D6;
 font-size: 11pt;
}

h1 {
 background: url(/images/info_button_body.png);
 font-size: 12pt;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 height: 22px;
 padding: 0;
 margin: 0;
 float: left;
}

.h1_title {
 font-size: 12pt;
 font-weight: bold;
 color: #FFFFFF;
 margin-top: 2px;
}

.h1_left {
 background: url(/images/info_button_left.png);
 height: 22px;
 width: 7px;
 float: left;
}

.h1_right {
 background: url(/images/info_button_right.png);
 height: 22px;
 width: 6px;
 float: left;
}

h2 {
 font-size: 11pt;
 font-weight: normal;
 color: #60A5D6;
 padding: 10px 0 10px 0;
 margin: 0;
}

table.hidden {
 border-width: 0;
 border-collapse: collapse;
 padding: 0;
 margin: 0;
}

table.display {
 border: 1px solid #D1B58D;
 border-collapse: collapse;
 padding: 0;
 margin: 0;
}

.rowtitle {
 color: #054E70;
 font-weight: bold;
 text-align: center;
}

.rowodd {
 background: #E7D8B7;
}

.roweven {
 background: #D1B58D;
}

table.display td {
 border: 1px solid #D1B58D;
 vertical-align: top;
 padding: 2px 6px;
}

/* framework */

#wrapper {
 background: url(/images/left_line.png) repeat-y top left;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

#sideleft {
 background: url(/images/left_top.png) no-repeat top left;
 min-height: 602px;
 height: auto !important;
 height: 602px;
 width: 237px;
 padding: 170px 0 142px 25px;
 float: left;
}

#page {
 margin-left: 262px;
}

#header {
 background: url(/images/top_background.png) repeat top left;
 height: 122px;
 overflow: hidden;
}

* html #header {
 width: 100%;
 float: left;
}

#header #logoright {
 background: url(/images/top_left.png) no-repeat top left;
 height: 122px;
 width: 246px;
 margin-right: 10px;
 float: left;
}

table.menuup td {
 text-align: center;
 vertical-align: top;
 padding: 3px 0;
 width: 90px;
}

table.menuup span {
 display: block;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 line-height: 1em;
}

#sideright {
 width: 188px;
 padding: 25px 0;
 float: right;
}

#content {
 padding: 25px 40px 25px 0;
 margin-right: 188px;
}

/* footer */

#footer,
#pusher {
 clear: both;
 height: 54px;
}

#footer {
 background: url(/images/top_background.png) repeat top left;
 margin-top: -54px;
 position: relative;
}

#footer #building {
 background: url(/images/left_bottom.png) no-repeat top left;
 height: 196px;
 width: 262px;
 position: absolute;
 bottom: 0;
 left: 0;
}

#footer .wbox {
 height: 44px;
 margin-left: 277px;
 overflow: hidden;
}

#footer #copyright {
 padding-top: 6px;
 width: 300px;
 float: left;
}

#footer #islogo {
 width: 108px;
 float: right;
}

#footer #counters {
 text-align: right;
 padding-top: 6px;
 margin: 0 123px 0 315px;
}

span.counter {
 padding: 4px;
}

#footer .line {
 background: url(/images/bottom_background.png) repeat top left;
 height: 10px;
 clear: both;
}

/* *** */

.text {
 color: #16336F;
 font-size: 9pt;
}

input.whole, textarea.whole, select.whole {
 width: 100%;
 font-size: 100%;
}

input.half_whole, textarea.half_whole, select.half_whole {
 width: 50%;
 font-size: 100%;
}

.blue_fon {
 background-color: #E3F4FF;
}

.beige_fon {
 background-color: #FCF3DF;
}

.star {
 color: #FF0000;
}

td.white_horiz_border {
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
}

/* menu */

#menu {
 width: 144px;
 position: relative;
}

#menu ul,
#menu li,
#menu a {
 width: 142px;
}

#menu ul {
 border-top: 1px solid #D1B58D;
 border-left: 1px solid #D1B58D;
 border-right: 1px solid #D1B58D;
 list-style: none;
 padding: 0;
 margin: 0;
}

#menu li {
 display: inline;
 padding: 0;
 margin: 0;
}

#menu ul.top ul {
 position: absolute;
 left: -9999px;
}

#menu a {
 display: block;
 background: #60A5D6;
 border-bottom: 1px solid #D1B58D;
 color: #0A1B49;
 text-decoration: none;
}

#menu a:hover {
 color: #D1B58D;
}

* html #menu a:hover {
 background: #60A5D7;
}

#menu a.select {
 color: #FFFFFF;
}

#menu a span {
 display: block;
 padding: 3px 24px 6px 16px;
 cursor: pointer;
}

#menu a.select span {
 cursor: default;
}

#menu ul li:hover > ul {
 left: 100%;
 margin-top: -26px;
 margin-left: -1px;
 visibility: visible;
}

#menu ul li:hover > ul ul {
 margin-left: 0;
}

#menu a:hover ul,
#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul {
 left: 100%;
 visibility: visible;
}

#menu a:hover ul ul,
#menu a:hover a:hover ul ul {
 left: -9999px;
}

#menu a.fly > span {
 background: url(/images/menuarrow.png) no-repeat bottom right;
}

* html #menu a.fly a span,
* html #menu a a.fly a span,
* html #menu a a a.fly a span {
 background: none;
}

* html #menu a.fly span,
* html #menu a a.fly span,
* html #menu a a a.fly span {
 background: url(/images/menuarrow.png) no-repeat bottom right;
}

#menu table {
 border-collapse: collapse;
 height: 0;
 width: 0;
 margin-top: -26px;
 margin-left: -2px;
 position: absolute;
 left: 99%;
}

#menu ul.top ul table {
 margin-left: -1px;
}

/* side frames */

div.frame {
 width: 118px;
 padding: 5px 12px;
}

div.frameint {
 color: #FFFFFF;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
}

.frametitle {
 font-size: 11pt;
}

.frameline {
 height: 6px;
 overflow: hidden;
}

#welcome {
 background: #A5D660;
 border: 1px solid #D1B58D;
}

#welcome .tools a {
 display: block;
 font-size: 9pt;
 font-weight: normal;
}

#phones {
 background: #60A5D6 url(/images/phonebg.png) no-repeat bottom right;
 border: 1px solid #E7D8B7;
}

#schedule {
 background: #60A5D6 url(/images/schedulebg.png) no-repeat bottom right;
 border: 1px solid #E7D8B7;
}

.frameright {
 width: 188px;
}

.frameright .middle {
 border: 1px solid #F1ECE4;
 padding: 8px;
}

.frameright .middle a {
 display: block;
 color: #D1B58D;
 font-size: 9pt;
}

.frameright .bottom {
 background: url(/images/framerightbottom.png);
 height: 23px;
}

/* fields and buttons */

.form {
 background-color: #FFFFFF;
 border: 1px solid #60A5D6;
 width: 100%;
 padding: 1px 4px 1px 4px;
 margin: 2px 0 2px 0;
}

.field {
 background-color: #FFFFFF;
 border: 1px solid #60A5D6;
 padding: 1px 4px 1px 4px;
 margin: 0;
}

input.form {
 height: 21px;
}

textarea.form {
 height: 140px;
}

input.field {
 height: 19px;
}

.input {
 background-color: #60A5D6;
 border-width: 0;
 color: #FFFFFF;
 padding: 1px 2px 1px 2px;
 margin: 2px 0 2px 0;
}

.button {
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
 cursor: pointer;
}

input.button,
span.button,
a.button span {
 background-color: #60A5D6;
 border-width: 0;
 text-align: center;
 height: 19px;
 padding: 0 4px 0 4px;
 margin: 0;
}

.buttonset {
 margin: 0.5em 0;
}

.navigator {
 text-align: right;
 margin: 0.5em 0;
}

a.pagelink {
 font-weight: normal;
}

font.pagelink {
 font-weight: bold;
}

/* news */

.leftbox {
 width: 150px;
 float: left;
}

.mainbox {
 min-height: 120px;
 height: auto !important;
 height: 120px;
 margin-left: 170px;
}

.newsdate {
 font-weight: bold;
 color: #000000;
}

.newstitle {
 font-weight: bold;
 color: #60A5D6;
}

/* opinions */

.opiniondate {
 font-weight: bold;
 color: #000000;
}

.opinionauthor {
 font-weight: bold;
 color: #60A5D6;
}

/* questionbook */

font.question_caption, font.answer_caption {
 color: #000000;
 font-weight: bold;
}

font.question_date, font.answer_date {
 color: #000000;
 font-weight: normal;
}

font.question_user_name, font.answer_user_name {
 color: #60A5D6;
 font-weight: bold;
}

div.question, div.answer, textarea.answer {
 color: #000000;
 text-align: justify;
 font-style: italic;
 padding: 4px 8px 4px 8px;
 margin: 8px 0 8px 0;
}

div.question {
 background-color: #FFFFFF;
}

div.question, div.answer {
 border: 1px solid #E3F4FF;
}

div.answer, textarea.answer {
 background-color: #E3F4FF;
}

/* search */

div.search_line {
 margin: 1.0em 0 1.0em 0;
}

div.search_title {
 font-size: 12pt;
 margin-bottom: 0.5em;
}

div.search_title a {
 text-decoration: underline;
}

div.search_cite {
 text-align: justify;
}

/* schedule */

.schedule td.time {
 text-align: center;
}

.schedule span.grey {
 color: #808080;
}

