/* CSS Document */

body{ font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; background-color: #CCCCCC;}
th { font-size: 15px; font-weight: bold; color: #ad2c05;}
td, tr, p, div {
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  color             : #000000;
}
a { color: #000000; }
a:hover { color: #ad2c05; }
img { border: 0px; }
.deftable { border: 1px solid #b33c17;}
.head1 { }
.head2 { background-color:#c4a197; font-style: italic; font-size: 12px;}
.odd { background-color: #f5f5f5; }
.even { background-color: #f1f1f1; }
hr { color:#DADDD0; height: 1px; width: 100%; }
input {border: 1px solid black; color: #000000; background-color:#f8f8f8; }
input:focus{ background-color: #FFFFFF;}
.inputo{ width: 95%; background-color: #fcfdb1; border: 1px solid silver; }
.input_w {width: 95%;}
textarea {border: 1px solid black; color: #000000; background-color:#f8f8f8; width: 100%; }
textarea:focus {background-color: #FFFFFF;}
.button { background-color: #FFFFFF; }

#headerBar { width:100%;  height:91px; display:block; background-image: url(images/banner_top_spcr.jpg); background-repeat:repeat-x; }
#footerBar { padding-top: 10px; color: white; width:100%;  height:91px; display:block; text-align: center; background-image: url("images/footer_spcr.jpg"); background-repeat: repeat-x;}
#redirect { font-weight: bold; width: 60%; height:100px; border: 1px solid red; background-color: #CCCCCC; margin: 100px; display: block; text-align: center; }
#content { width:100%;  display: block;  min-height: 400px;}
#content th {color: black; background-image: url(images/th_spcr.jpg); background-repeat:repeat-x; }

#tab{}
#tab a { text-decoration: none; color: #000000; font-weight: bold;}
.tabmainArea {background-color: #f4f4f4;  }
.tabfooter{ height:5px; background-repeat: repeat-x; font-size: 5px; }
.tabrightBar { background-repeat: repeat-y; background-color:#f4f4f4; background-position: 100%; }
#headerTable {width: 100%; border-bottom: 2px solid #990000; margin-bottom: 20px;}

#rBlocks { width: 150px;}
#rBlocks table {width: 100%;}
#rBlocks th { border: 1px solid black; }

#mainMenu td{ background-color: #6699FF; color: black; }
#mainMenu a{ text-decoration: none; display: block; }
#mainMenu a:hover{ background-color: #FFFFFF; }

#bannerTop { position: absolute; right: 5px; top: 5px; }
.DummyLink { cursor: pointer;}


#dialog { font-weight: bold; border: 2px solid silver; margin-top: 50px; margin-bottom: 50px;}

.highlight { background-color: #eff15f; }