html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li, 
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset {
  margin: 0;
  padding: 0; 
  border: 0; 
  list-style: none; 
  font-size: 100%; 
  font-weight: normal;
}
body {
  font-size:75%;
  line-height:1.5;
}
body, input, textarea, select{
  margin:0;
  font-family: arial, verdana, arial, sans-serif;
}
body {
  /*margin: 10px;*/
}
input, textarea, select {
  font-size: 100%;
}
.hidden {
  display: none;
}
p, ul, ol {
  margin-bottom: 1em;
}
p.error {
  color: #cc0000;
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
h2 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #333333;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-weight: bold;
}
ul li, ol ul li {
  list-style: disc;
  margin-left: 1.4em;
}
ol li {
  list-style: decimal;
  margin-left: 2em;
}
a {
  color: #666;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.skipLink{
  position:absolute;
  left:-3000px;
  border:none;
  background: #FF7430;
  color:#fff;
  padding:2px 1.5em 3px 1em;
}
a.skipLink:hover, a.skipLink:focus{
  left:230px;
}
.mandatory {
  color: #D70000;
}
#wrapper {
  width: 730px;
  margin: 0 auto;
}
table, td, th {
  border: 1px solid #9a9a9a;
  border-collapse: collapse;
}
table td, table th {
  padding: 2px 4px;
  vertical-align: top;
}
table th {
  text-align: left;
}
table.borderless, table.borderless td, table.borderless th {
  border: 0;
}
#expired {
  background-color: #FFF9F9;
  border: 1px solid #D70000;
  color: #D70000;
  padding: 10px;
}

/*----------------------------------------------/
/* header
/----------------------------------------------*/
#header {
  /*width: 730px;*/
  margin: 10px 0 8px 0;
  line-height: 0;
}
#header h1 {
  display: none;
}

/*----------------------------------------------/
/* top menu
/----------------------------------------------*/
#top-menu {
  width: 730px;
  background:transparent url(resources/menu-bg-bottom.gif) no-repeat scroll left bottom;
  float: left;
  margin-bottom: 8px;
}
#top-menu .container {
  width: 730px;
  background:transparent url(resources/menu-bg-top.gif) no-repeat scroll left top;
  float: left;
}
#top-menu ul {
  line-height: 1.1;
  margin: 10px 0;
}
#top-menu ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
  padding-right: 10px;
  border-right: 1px solid #777777;
}
#top-menu ul.left {
  padding-left: 15px;
}
#top-menu ul li.first {
  margin-left: 0;
}
#top-menu ul li.last {
  border: 0;
  margin-right: 0;
  padding-right: 15px;
}
#top-menu ul li.answers {
  border: 0;
  margin-right: 0;
  padding-right: 5px;
}
#top-menu ul li#email-link {
  border: 0;
  padding-left: 10px;
  border-left: 1px solid #777777;
}
#top-menu ul li a {
  color: #114FBE;
  font-weight: bold;
  text-decoration: none;
}

/*----------------------------------------------/
/* container
/----------------------------------------------*/
#container {
  clear: both;
  width: 730px;
  /*margin: 0 auto;*/
}

/*----------------------------------------------/
/* content
/----------------------------------------------*/
#content {
  clear: both;
  float: left;
  width: 730px;
  margin-bottom:10px;
}
#content h2 {
  background:transparent url(resources/title-bg.png) repeat-x scroll 0 -2px;
  padding: 40px 0 25px 15px;
  color: #114FBE;
}
#content #text {
  padding: 0 15px 10px 15px;
}
#content #answer, #content #rater, #content #related, #content #history {
  padding: 15px;
  border-top: 1px solid #808080;
}
#content #rater h2, #content #related h2, #content #history h2 {
  background: none;
  padding: 0;
  color: #114FBE;
}
#content ul.faq-list li {
  list-style: none;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}
#content ul.faq-list li span.status, #content ul.faq-list li strong {
  color: #cc0000;
  font-weight: bold;
}
#content .breadcrumb a {
  color: #8B8B8B;
  text-decoration: none;
  font-size: 90%;
}
#content ul#top-answers {
  border: 1px dotted #9a9a9a;
  margin-bottom: 26px;
  padding: 15px 0 10px 0;
  float: left;
  font-size: .9em;
  line-height: 1.3;
}
#content ul#top-answers li {
  float: left;
  width: 217px;
  margin: 0 0 5px 0;
  padding-left: 15px;
  list-style: none;
}
#content ul#top-answers .breadcrumb a {
  color: #114FBE;
}
#content .grid {
  border-collapse: collapse;
  /*border: 1px dotted #999999;*/
  margin-bottom: 26px;
  clear: both;
  background:transparent url(resources/table-bg.gif) no-repeat scroll bottom left;
  border: 0;
}
#content .grid td {
  width: 233px;
  /*border-right: 1px dotted #999999;*/
  vertical-align: top;
  border: 0;
  padding: 0;
}
#content .grid h3 {
  padding: 2px 0 2px 15px;
  background-color: #114FBE;
  margin-right: 2px;
}
#content .grid h3 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#content .grid ul {
  margin-top: 5px;
}
#content .grid ul li {
  list-style: none;
  margin: 0 5px 5px 15px;
  line-height: 1.3;
  font-size: .9em;
}
#content .grid ul li.more a {
  font-weight: bold;
}
#content .grid .last h3 {
  margin-right: 0;
}
/*#content #top-answers {
  border: 1px dotted #9a9a9a;
  margin-bottom: 26px;
  padding: 15px 0;
  float: left;
  font-size: .9em;
  line-height: 1.3;
}
#content #top-answers .box {
  float: left;
  width: 217px;
  margin-bottom: 5px;
  padding-left: 15px;
}
#content #top-answers .breadcrumb a {
  color: #114FBE;
}*/
#content h2#question {
  padding: 55px 0 10px 65px;
  float: left;
  width: 665px;
}
#content #question {
  position: relative;
  padding-left: 50px;
}
#content #question span {
  font-weight: bold;
  padding-right: 3px;
  position: absolute;
  top: 50px;
  left: 25px;
  width: 32px;
  height: 32px;
  background: url(resources/icon-question.gif) no-repeat scroll 0 top;
  text-indent: -3000px;
}
#content #answer {
  clear: both;
  position: relative;
  padding-left: 50px;
}
#content #answer span {
  font-weight: bold;
  padding-right: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: url(resources/icon-answer.gif) no-repeat scroll 0 top;
  text-indent: -3000px;
}
#content #email-friend-link {
  float: right;
  margin-bottom:10px;
}
#content #email-friend-link a {
  color: #666;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 0 5px 25px;
  background: url(resources/icon-email.gif) no-repeat scroll 0 0;
}
#content #print-link {
  float: right;
}
#content #print-link a {
  color: #666;
  text-decoration: none;
  margin: 0 15px 10px 0;
  padding: 0 0 5px 25px;
  background: url(resources/icon-print.gif) no-repeat scroll 0 0;
}

#content #answer-table, #content #answer-table th, #content #answer-table td {
  border: 0;
}
#content #answer-table th {
  text-align: left;
  font-weight: bold;
}
#content #answer-table td {
  padding: 2px 0;
}
#content #answer-table a {
  color: #404040;
}
#content #answer-table .breadcrumb {
  padding-right: 20px;
}
#content #answer-table .breadcrumb a {
  font-size: 100%;
  color: #114FBE;
  font-weight: bold;
}
#content #answer-table strong {
  color: #cc0000;
  font-weight: bold;
}

/*----------------------------------------------/
/* search
/----------------------------------------------*/
#search {
  width: 730px;
  background:#114FBE url(resources/search-bg-top.gif) no-repeat scroll left top;
  /*margin-bottom: 10px;*/
}
#search #metafaq {
  padding: 20px 15px 20px 15px;
}
#search #metafaq label {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  padding: 1px 5px 0 0;
}
#search #metafaq #kb-label {
  text-indent: -3000px;
}
#search #metafaq input {
  float: left;
  width: 290px;
  margin-right: 5px;
}
#search #metafaq select {
  float: left;
  width: 200px;
  margin-right: 10px;
}
#search input#search-button {
  margin-top: 1px;
  width: auto;
  color: #fff;
}
#search #search-tips {
  clear: both;
  text-align: right;
  padding: 5px 35px 0 0;
  font-size: 0.9em;
}
#search #search-tips a {
  color: #fff;
  text-decoration: underline;
}

/*----------------------------------------------/
/* footer
/----------------------------------------------*/
#footer {
  clear: both;
  width: 730px;
  background:transparent url(resources/menu-bg-bottom.gif) no-repeat scroll left bottom;
  margin-bottom: 10px;
}
#footer #copyright {
  padding: 5px;
  font-weight: normal;
  font-size: 110%;
  color: #777777 ;
  text-align: center;
  background:transparent url(resources/menu-bg-top.gif) no-repeat scroll left top;
}

/*----------------------------------------------/
/* rater
/----------------------------------------------*/
#rater {
  position:relative;
  /*padding: 10px 0 0 5px;*/
  margin: 0.5em 5px 1em 0;
}
#rater fieldset {
  border: 1px solid #ccc;
  margin: 0;
}
#rater fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 10px;
  padding: 0 2px;
  color: #0066CB;
}
#rater #rater-content {
  padding: 5px 10px 15px 15px;
}
.rating, #showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
  width: 120px;
  height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: url(resources/stars-matrix.gif) no-repeat 0 0;
  margin-top: 5px;
}
#rater span {
  float: left;
  padding: 8px 6px 0 0;
}
ul.rating {
  float: left;
  padding-right: 6px;
  margin-top: 4px;
}
ul.rating li {
  cursor: pointer;
/*ie5 mac doesn't like it if the list is floated\*/
  float: left;
/* end hide*/
  text-indent:-999em;
  list-style-type: none;
}
ul.rating li a{
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-decoration: none;
  z-index: 200;
}
ul.rating li.one a{
  left: 0
}
ul.rating li.two a{
  left: 24px;
}
ul.rating li.three a{
  left: 48px;
}
ul.rating li.four a{
  left: 72px;
}
ul.rating li.five a{
  left: 96px;
}
ul.rating li a:hover{
  z-index: 2;
  width: 120px;
  height: 24px;
  overflow: hidden;
  left: 0;
  background: url(resources/stars-matrix.gif) no-repeat 0 0
}
#showScore1, #showScore2, #showScore3, #showScore4, #showScore5{
  /*margin-right: 1em;*/
  /*float: left;*/
  margin-bottom: 0.8em;
}
ul.rating li.one a:hover, #showScore1{
  background-position: 0 -24px;
}
ul.rating li.two a:hover, #showScore2{
  background-position: 0 -48px;
}
ul.rating li.three a:hover, #showScore3{
  background-position: 0 -72px;
}
ul.rating li.four a:hover, #showScore4{
  background-position: 0 -96px;
}
ul.rating li.five a:hover, #showScore5{
  background-position: 0 -120px;
}
#rater p {
  margin-bottom: 2px;
}
#rater #feedback textarea {
  width: 670px;
  height: 50px;
  margin: .5em 0 .5em 0;
}
#rater #feedback #feedback-button {
  cursor: pointer;
}
#rater #feedback label {
  display: block;
  font-weight: bold;
}
#rater #feedback #email {
  margin: 0.5em 0;
  width: 240px;
}

/*----------------------------------------------/
/* paging
/----------------------------------------------*/
ul#paging {
  clear: both;
  float: right;
  padding: 0;
  margin: 0;
  margin: .5em 1em 1em 0;
}
ul#paging li {
  float: left;
  list-style-type: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
  padding: 0 4px;
  font-weight: bold;
}
ul#paging li#current {
  color: #BEBEBE;
}
ul#paging li.disabled {
  color: #BEBEBE;
}
ul#paging li a {
  font-weight: bold;
}

/*----------------------------------------------/
/* send to a friend (popup)
/----------------------------------------------*/
#send-friend {
  margin: 10px;
}
#send-friend #friendform label {
  font-weight: bold;
  /*width: 150px;*/
  float: left;
  display: block;
  font-weight: bold;
  padding-right: 0.3em;
  margin-bottom: 5px;
}
#send-friend #friendform div {
  clear: both;
}
#send-friend #friendform div.error {
  color: #cc0000;
}
#send-friend #friendform input {
  width: 300px;
  /*border: 1px solid #666;*/
  padding: 2px 1px;
  float: right;
  margin-bottom: 5px;
}
#send-friend #friendform textarea {
  width: 300px;
  height: 100px;
  padding: 2px 1px;
  float: right;
  margin-bottom: 5px;
}
#send-friend #friendform #submit-button {
  cursor: pointer;
  float: right;
  width: auto;
  margin: 10px 0;
}

/*----------------------------------------------/
/* contact form
/----------------------------------------------*/
#contact-form {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 650px;
  float: left;
}
#contact-form label {
  font-weight: bold;
  width: 200px;
  float: left;
  display: block;
  font-weight: bold;
  padding-right: 6px;
  margin: 2px 0 5px 0;
  text-align: right;
}
#contact-form div {
  clear: both;
}
#contact-form div.error {
  color: #cc0000;
}
#contact-form input, #contact-form textarea, #contact-form select {
  width: 300px;
  padding: 2px 1px;
  float: left;
  margin-bottom: 5px;
}
#contact-form input {
}
#contact-form textarea {
  height: 100px;
}
#contact-form select {
  width: 304px;
}
#contact-form #submit-button, #contact-form #last-ditch-submit {
  cursor: pointer;
  width: auto;
  margin: 5px 0 0 205px;
}
#contact-form #last-ditch-submit {
  margin: 0 0 5px 0;
}

