body {
  background-color: #fff;
  background-image: url(/images/main_bg_tall.png);
  background-repeat: repeat-x;
  font-size: small;
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  color: #666;
}

#wrapper {
  margin: 0 auto;
  width: 910px;
  padding: 0;
}

#content {
  margin: 9px 0px 0px 0px;
  padding: 10px 10px 5px 10px;
}

/* typography */

a:link, a:visited {
  color: #D5DEFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #ffffff;
  background-color: #D5DEFF;
  text-decoration: underline;
}

a img {
  border: none;
}

/*ul {
  list-style-position: inside;
}*/

h1 {
  color: #000;
  margin-top: 0;
  font-size: 19px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
  color: #DB1064;
  font-size: 140%;
}

h3 {
  color: #000;
  font-size: 110%;
}

hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}

/* tab navigation */

#tabnav{
margin: 0;
padding: 0;
}

#tabnav ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #tabnav ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#tabnav ul li{
display: inline;
}


#tabnav ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#tabnav ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}




/* side navigation */

#sidenav {
  margin: 0;
  padding: 0;
  width: 198px;
  float: right;
  margin-bottom: 10px;
}

#sidenav ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidenav ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#sidenav ul li a, #sidenav ul li a:link, #sidenav ul li a:visited {
  margin: 0;
  padding: 0;
  height: 30px;
  display: block;
  background-image: url(/images/side_nav.gif);
  background-repeat: no-repeat;
  margin-left: 8px;
  line-height: 30px;
  padding-right: 10px;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
  color: #79c900;
  text-decoration: none;
  margin-bottom: 2px;
}

#sidenav ul li a:link.active, #sidenav ul li a:hover.active, #sidenav ul li a:visited.active {
  margin-left: 0;
  background-image: url(/images/side_nav_active.gif);
  background-position: 0 0;
  background-color: transparent;
  color: #fff;
}

#sidenav ul li a:hover {
  color: #528700;
  background-color: transparent;
  background-image: url(/images/side_nav_hover.gif);
}

#sidenav p {
  margin-left: 8px;
}

#non-sidenav {
  margin-right: 205px;
  border-right: 1px solid #e6e6e6;
  padding-right: 10px;
  padding-bottom: 5px;
}

.sidebox {
  margin-left: 8px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  font-size: 80%;
}

.sidebox h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #666;
  font-size: 150%;
  font-weight: bold;
}

.account-actions {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.account-actions a {
  font-weight: bold;
}

/* message area */

.message-notice {
  padding: 10px;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  border: 1px solid #999;
  color: #666;
  font-style: italic;
  background: #FFF4EE;
}

.message-error {
  padding: 10px;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  font-style: italic;
  border: 1px solid #666;
  background: #ab1628;
  color: #fff;
}

.dismiss-message {
  float: right;
  margin-left: 10px;
}

.dismiss-message:hover {
  background-color: transparent;
  float: right;
  margin-left: 10px;
}

/* forms */

.fieldset {
  border: 1px dotted #7C8187;
  margin-bottom: 15px;
  padding: 8px;
  text-align: left;
  background: #fbfbfb;
}

#requiredmessage {
  font-size: 90%;
  text-align: left;
  padding: 5px;
}

.orange {
  color: #ff6600;
}

form {
  text-align: center;
}

.fieldset h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 120%;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 4px;
  color: #000;
}

.fieldset h3 img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.fieldset div label {
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  font-weight: bold;
}

.fieldset div input, .fieldset div select, .fieldset div textarea {
  width: 450px;
}

.fieldset div .notwide {
  width: auto;
}

.fieldset div .mceSelectList {
  width: auto;
}

.button-to div {
  display: inline;
}

.button {
  padding-left: 20px;
  padding-right: 20px;
}

.image_button:hover {
  background-color: transparent;
}

.action-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}

.action-button {
  padding: 6px 0px 5px 0px;
  line-height: 24px;
  font-size: 11px;
  background: url(/images/button_bg.gif) no-repeat top left;
}

a.action-button:link, a.action-button:hover, a.action-button:visited {
  text-decoration: none;
}

a.action-button:hover {
  background-color: transparent;
  color: #ff0000;
}

.action-button span {
  padding: 6px 15px 5px 15px;
  line-height: 24px;
  font-weight: bold;
  font-size: 11px;
  background: url(/images/button_bg_right.gif) no-repeat top right;
}

div.radiobuttongroup input {
  margin: auto;
  margin-left: 15px;
  width: auto;
}

div.radiobuttongroup {
  padding-top: 2px;
  margin-bottom: 7px;
}

.fieldWithErrors {
  background: no-repeat url(/images/exclamation.gif) right;
  margin-right: 20px;
}

.fieldWithErrors>input, .fieldWithErrors>textarea {
  background-color: #F9E1BC;
}

#shortcode_config .fieldWithErrors {
  display: inline;
  background: no-repeat url(/images/exclamation.gif) 248px 0px;
}

.fieldset div div.helptext, .fieldset div div.formError {
  margin-top: 5px;
  margin-left: 155px;
  font-size: 90%;
  width: 400px;
}

.fieldset div div.verification-status {
  margin-left: 180px;
  font-size: 85%;
  margin-top: 5px;
}

.unverified-msg {
  color: #f00;
}

.verified-msg {
  color: #43A806;
}

.formError {
  color: #f00;
  font-style: italic;
  margin-bottom: 5px;
}

.fieldset div.required, .fieldset div.optional {
  margin-bottom: 15px;
}

#commpaths {
  margin-left: 200px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.commpath img {
  vertical-align: middle;
}

.comment {
  text-align: left;
}

.verify-form {
  margin-top: 5px;
}

/* header */

#ln_logo {
  float: right;
  margin-right: 30px;
  margin-top: 8px;
}

#beta {
  position: absolute;
  top: 0;
  left: 0;
}

/* footer */

#footer {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 10px;
  clear: both;
  border-top: 1px solid #e9e9e9;
}

#cwr {
  margin-top: 5px;
}

/* topic results */

.topic_result {
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 2px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-width: 5px;
  margin-bottom: 10px;
}

.topic_result img {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
}

.topic_result .individuallinks {
  font-size: 90%;
  margin-left: 60px;
  font-style: italic;
}

.topic_result h3 {
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: 60px;
  margin-right: 200px;
}

.topic_result h3 img {
  display: inline;
  float: none;
  border: none;
  vertical-align: text-bottom;
}

.topic_result .actions {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  list-style: none;
  float: right;
  width: 180px;
}

.topic_result .actions li {
  text-align: right;
}

.topic_result .actions li a {
  margin-right: 5px;
  font-weight: bold;
  font-size: 90%;
  text-align: right;
}

.topic_result .actions li a img {
  float: right;
  border: none;
  margin-right: 5px;
}

.topic_result .actions li a:link, .topic_result .actions li a:active, .topic_result .actions li a:visited {
  background-color: transparent;
  color: #43A806;
  text-decoration: underline;
}

.topic_result .actions li a:hover {
  color: #5081a9;
}

/* compact topic results */

.compact_topic_result {
  margin-bottom: 2px;
}

.compact_topic_result img {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
}

.compact_topic_result .individuallinks {
  font-size: 90%;
  margin-left: 60px;
  font-style: italic;
}

.compact_topic_result h4 {
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 4px;
  margin-left: 60px;
  font-size: 95%;
}

/* note results */

.note_results {
  border-top: 1px solid #ddd;
}

.note_result {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.note_result_alt {
  background-color: #f5f5f5;
}

.note_result .individuallinks {
  font-size: 90%;
  font-style: italic;
}

.note_result h3 {
  margin-top: 0;
  margin-bottom: 4px;
}

/* topic header */

#topic_header {
  background-color: #f5f5f5;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom-width: 5px;
  margin-bottom: 10px;
}

#topic_header h1 {
  color: #79c900;
  font-size: 180%;
  padding-top: 0;
  margin-bottom: 5px;
}

#topic_header h1 img {
  display: inline;
  float: none;
  border: none;
  vertical-align: baseline;
}

#topic_header a, #topic_header a:hover, #topic_header a:active, #topic_header a:visited {
  color: #79c900;
  background-color: transparent;
  text-decoration: none;
}

#topic_header img {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
  margin-left: 0;
  margin-right: 15px;
}

#topic_header .individuallinks {
  font-style: italic;
  margin-bottom: 5px;
  margin-left: 84px;
  font-size: 80%;
}

#topic_header .shortcode {
  font-weight: bold;
  color: #000;
  font-size: 110%;
}

#topic_header .shortcode .label {
  font-style: italic;
  color: #999;
}

#topic_header .actions {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 550px;
}

#topic_header .actions a, #topic_header .actions .inactive {
  display: block;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#topic_header .actions .inactive {
  color: #aaa;
}

#topic_header .actions a img, #topic_header .actions .inactive img {
  border: none;
  margin-right: 5px;
}

#topic_header .actions a:link, #topic_header .actions a:active, #topic_header .actions a:visited {
  color: #43A806;
  text-decoration: underline;
}

#topic_header .actions a:hover {
  background-color: #e0e0e0;
}

/* pagination */

.pagination {
  font-size: 90%;
  text-align: center;
  margin-top: 15px;
}

/* account sidebox */
.account-sidebox .icon {
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  float: left;
}

.account-sidebox p {
  margin-top: 0;
  padding-left: 26px;
}

.account-sidebox .account-actions {
  padding-left: 26px;
}

/* subscription box */
.subscription-box {
  border: 1px dotted #cccccc;
  background: #fbfbfb;
  padding: 10px;
  margin-bottom: 5px;
}

.subscription-box .icon {
  float: left;
  margin-left: 25px;
}

.subscription-box input {
  float: left;
  margin-left: 25px;
  margin-top: 10px;
}

.subscription-box h3 {
  padding-left: 150px;
  padding-right: 200px;
  color: #333;
  margin-top: 0;
}

.subscription-box .details {
  padding-left: 150px;
  padding-right: 200px;
}

.subscription-box table .label {
  width: 120px;
  font-weight: bold;
}

.subscription-box table .value {
  width: 200px;
}

.subscription-box table .actions {
  width: 30px;
}

.subscription-box h3 .unverified {
  color: #ff0000;
}

.subscription-box h3 .verified {
  color: #43A806;
}

/* topic subscription preferences */

.subscription_options {
  list-style: none;
  color: #000;
  font-size: 130%;
  padding-left: 0;
  border-top: 1px dotted #ccc;
}

.subscription_options li {
  background-color: #f5f5f5;
  padding: 0 20px 0 20px;
  line-height: 80px;
  border-bottom: 1px dotted #ccc;
}

.subscription_options .unconfigured label {
  color: #999;
}

.subscription_options .unverified label {
  color: #999;
}

.subscription_options .subscribed {
  background-color: #43A806;
  color: #fff;
  font-weight: bold;
}

.subscription_options .actions {
  float: right;
}

.subscription_options .spinner {
  float: right;
  padding: 2px;
  margin-top: 22px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.subscription_options .icon {
  float: left;
  margin-top: 9px;
  vertical-align: middle;
  margin-right: 15px;
}

/* user html */

.userhtml {
  overflow: auto;
}

.userhtml ul {
  list-style-position: outside;
}

.create-topic-box {
  padding: 20px;
  border: 3px solid #c1dbe5;
  background: #fff url(/images/light_blue_grad.gif) repeat-x;
  color: #333;
  display: block;
}

.create-topic-box h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.create-topic-box p {
  margin-top: 5px;
}

.create-topic-box .icon {
  float: right;
  padding-right: 20px;
  padding-left: 20px;
}

.create-topic-box .create-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.create-topic-box a.create-button-link:hover {
  background-color: transparent;
}

.create-topic-box .helptext {
  font-size: 90%;
}

/* Comments */

.comments-box {
  margin-top: 10px;
  padding: 0 0 10px 0;
  background-color: #f9f9f9;
  color: #333;
  border: 1px solid #ddd;
  border-top-width: 5px;
}

.comments-box h2 {
  padding-left: 10px;
  font-size: 120%;
}

.comments-box p {
  padding-left: 10px;
}

.commentform form {
  text-align: left;
  padding: 10px;
  padding-top: 0;
}

.commentform label {
  display: block;
  font-weight: bold;
}

.commentform textarea {
  width: 400px;
  height: 100px;
  display: block;
}

.comment {
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #fcfafa;
  color: #333;
  overflow: hidden;
}

.comment_alt {
  background-color: #f5f5f5;
}

/*.comment_by_owner {
  background: #ffffdb url(/images/owner_comment_bg.png) repeat-x;
}*/

.comment img {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
}

.comment .individuallinks {
  font-size: 90%;
  margin-left: 60px;
  font-style: italic;
  text-align: right;
  color: #666;
  padding-bottom: 5px;
}

.comment p {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 60px;
}

/* Homepage */

.pbpobpo {
  padding: 20px;
  border: 3px dotted #c1dbe5;
  background: #ffffff;
  color: #333;
  display: block;
  width: 385px;
  float: left;
}

.pbpobpo h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.pbpobpo p {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333333;
  margin-top: 5px;
}

.pbpobpo .button {
  padding: 0;
  margin-top: 130px;
  margin-bottom: 0;
}

.pbpobpo a.button-link:hover {
  background-color: transparent;
}

.pbpobpo .helptext {
  font-size: 90%;
}

.sdfsdrfdsd {
	padding: 20px;
	border: 3px dotted #c1dbe5;
	color: #333;
	display: block;
	width: 400px;
	float: right;
	background-color: #FFFFFF;
}

.sdfsdrfdsd h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #51c709;
}

.sdfsdrfdsd p {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333333;
  margin-top: 5px;
}

.sdfsdrfdsd .button {
  padding: 0;
  margin-top: 160px;
  margin-bottom: 0;
}

.sdfsdrfdsd a.button-link:hover {
  background-color: transparent;
}

.sdfsdrfdsd .helptext {
  font-size: 90%;
}

.promo-boxes {
  padding-top: 15px;
}

.promo-box {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  width: 189px;
  padding: 15px;
  padding-top: 0;
  border-left: 1px solid #ccc;
  float: left;
}

.promo-box h3 {
  color: #de3579;
  font-weight: bold;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.promo-box p {
  margin-top: 0;
}

.promo-box img {
  float: right;
}

.login-box {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color: #f6f6f6;
  width: 198px;
  padding: 10px;
  border: 2px solid #ddd;
  float: right;
  color: #555;
}

.login-box p, .login-box .account-actions {
  padding-left: 60px;
  margin-top: 2px;
}

.login-box .account-actions {
  font-size: 95%;
}

.login-box form label {
  margin-bottom: 4px;
  display: block;
  text-align: left;
  font-size: 90%;
}

.login-box h3 {
  margin-top: 0;
}

.login-box img {
  margin-top: 10px;
}

.login-box .icon {
  margin-top: 0;
  padding: 1px;
  border: 1px solid #ccc;
  float: left;
}

.login-box input[type='text'], .login-box input[type='password'] {
  width: 100%;
  margin-bottom: 5px;
}

.boodke {
  background: #ffffff url(/images/homepage_footer_bg.gif) repeat-x;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.boodke .section {
  width: 190px;
  padding: 15px;
  padding-top: 0;
  float: left;
}

.boodke .section h3 {
  color: #777777;
  font-weight: bold;
  margin-top: 20px;
  font-size: 110%;
  margin-bottom: 10px;
}

.boodke .section ul {
  list-style-image: url(/images/green_arrow_bullet.gif);
  padding-left: 2px;
  margin-left: 20px;
  margin-top: 0;
  list-style-position: outside;
}

.boodke .section ul li {
  margin-bottom: 5px;
}

/* note page */

.note {
  display: block;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ddd;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 150%;
  background: #ffe546 url(/images/note_bg.png) repeat-x;
}

.noteheader {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.noteheader h2 {
  margin-bottom: 2px;
}

.note_individuallinks {
  padding-right: 10px;
  font-style: italic;
  text-align: right;
  margin-top: 10px;
  color: #555;
  font-weight: normal;
  font-size: 10px;
}

.noteheader .links {
  float: right;
  font-size: 90%;
}

.noextended {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  font-weight: bold;
  font-size: 140%;
}

.topic-description {
  padding: 0 10px 0 10px;
}
/* discover page */

.searchbox input[type='text'] {
  width: 400px;
  font-size: 140%;
}

/* tag cloud */

.tag_cloud {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.tcloud1 {font-size: 1.0em;}
.tcloud2 {font-size: 1.2em;}
.tcloud3 {font-size: 1.4em;}
.tcloud4 {font-size: 1.6em;}
.tcloud5 {font-size: 1.8em;}
.tcloud6 {font-size: 2.0em;}

/* faq */

.faq_cats {
  list-style: none;
  padding-left: 15px;
}

.faq_cats ul {
  list-style: none;
  padding-left: 15px;
  margin-left: 0;
}

/* blue box */

.blue-box {
  padding: 10px 20px 10px 20px;
  border: 3px solid #c1dbe5;
  background: #fff url(/images/light_blue_grad.gif) repeat-x;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.blue-box h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.blue-box p {
  margin-top: 5px;
}

/* green box */

.green-box {
  padding: 10px 20px 10px 20px;
  border: 3px solid #b9e99e;
  background: #fff url(/images/light_green_grad.gif) repeat-x;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.green-box h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.green-box p {
  margin-top: 5px;
}

/* channel box */
.channel-box {
  border: 1px dotted #cccccc;
  background: #fbfbfb;
  padding: 10px;
  margin-bottom: 5px;
}

.channel-box .icon {
  float: left;
}

.channel-box h3 {
  padding-left: 75px;
  padding-right: 200px;
  color: #333;
  margin-top: 0;
}

.channel-box .details {
  padding-left: 75px;
  padding-right: 200px;
}

.channel-box table .label {
  width: 120px;
  font-weight: bold;
}

.channel-box table .value {
  width: 200px;
}

.channel-box table .actions {
  width: 30px;
}

.channel-box h3 .unverified {
  color: #ff0000;
}

.channel-box h3 .verified {
  color: #43A806;
}

.channel-box .codebox {
  float: right;
  width: 180px;
}

.channel-box .codebox .actions {
  font-size: 90%;
  text-align: center;
}

.channel-box .codebox form {
  text-align: left;
  margin-bottom: 5px;
}

.channel-box .codebox form label {
  display: block;
  color: #777;
  font-weight: bold;
}

.channel-box .codebox form input[type='text'] {
  height: 24px;
  font-size: 20px;
  color: #666;
  background-color: #fff;
  border: 2px solid #999;
}

.channel-box .codebox form input[type='image'] {
  vertical-align: top;
}

/* availability indicator */

.isavailable {
  margin-bottom: 5px;
  color: #43A806;
}

.isunavailable {
  margin-bottom: 5px;
  color: #ff0000;
}

/* scenarios */

.scenario {
  font-size: 90%;
}

.scenario td {
  vertical-align: top;
  text-align: left;
}

.scenario th {
  color: #333;
  vertical-align: top;
  text-align: left;
  font-size: 110%;
}
.style3 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	font-family: Impact, Arial;
	font-size: 48px;
	color: #000000;
.style5 {
	color: #FF0000;
	font-weight: bold;
}
.style6 {font-size: 10px}
#Layer1 {
	position:fixed;
	width:352px;
	height:59px;
	z-index:1;
	left: 563px;
	top: 325px;
}
#Layer2 {
	position:absolute;
	width:303px;
	height:57px;
	z-index:2;
	left: 652px;
	top: 5px;
}
.style7 {font-size: 70%}
.style8 {color: #FF0000}
.style9 {
	font-size: 24px;
	color: #FF0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.style11 {font-size: 9}
.style12 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
.style13 {
	font-family: Impact, Arial;
	font-size: 16px;
}
