﻿body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #F5F5F5;
}

a {
  text-decoration: none;
  color: #5674a0;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

td {
  padding: 0;
}

h1 {
  font-weight: normal;
  font-size: 18px;
  color: #880000;
}

p {
  line-height: 18px;
  margin-bottom: 18px;
}

/*
ul {
  padding: 0;
}
*/


.float_left {
  float: left;
}

.float_right {
  float: right;
}

.byline {
  font-size: 10px;
  color: #9c9c9c;
}

#body  {
  border-collapse: collapse;
  border: none;
  width: 1004px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fefefe;
}

#body td img {
  padding: 0;
  margin: 0;
}

.cap_left {
  min-width: 24px;
  background: url(images/cap-left.gif) repeat-y top left;
}

.cap_right {
  width: 14px;
  background: url(images/cap-right.gif) repeat-y top left;
}

#header {
  background: url(images/header-background.gif) repeat-x top left #fefefe;
  position: relative;
}

#header img#banner {
  position: absolute;
  top: 7px;
  left: 250px;
}

#nav_bar {
  background: url(images/nav-bg.gif) repeat-x;
}

#nav_primary ul {
  margin: 0;
  padding: 0;
}

#nav_primary a {
  color: #ffffff;
  background: url(images/nav-bg.gif) repeat-x center left;
}

#nav_primary #main_nav li a, #nav_primary #functional li a {
  float: left;
  margin: 0;
  padding: 6px 10px;
}

#nav_primary li a:hover {
  background: url(images/nav-bg-over.gif) repeat-x;
}

#nav_primary li.selected {
  display: block;
  color: #000000;
  background-color: #f5f5f5;
  padding: 5px 10px 6px 10px;
}


#nav_primary #functional {
  width: 159px;
  float: left;
  text-align: center;
  position: relative;

  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}

#nav_primary a:hover, .nav_list a:hover {
  text-decoration: none;
}

#nav_primary ul li {
  display: block;
  float: left;
/*  margin: 0;
  padding: 0; */
  border-right: 1px solid #f5f5f5;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
}

#nav_primary #functional li#login {
  position: absolute;
  left: 79px;
}

#nav_primary #functional li#login.selected {
  border-right: 1px solid #9c9c9c;
}

#nav_primary #functional li, #nav_primary #functional a {
  width: 59px;
}

#nav_primary #functional li#selected, #nav_primary #functional a {
  padding: 6px 0 6px 0;
}

#nav_primary li#subscriptions {
  float: right;
  border: none;
  padding: 6px;
}

#nav_primary li#subscriptions a {
  display: inline;
  margin: 0;
  padding: 0 10px;
}

#nav_primary li#subscriptions a:hover {
  background: none;
  text-decoration: underline;
}

#nav_primary #functional li {
  text-transform: none;
  border-right: none;
}

#columns {
  vertical-align: top;
}

#columns > td { /* fix for Opera */
  vertical-align: top;
}

#nav_secondary {
  width: 160px;
}

#nav_secondary #search_box {
  border: 1px solid #d7d7d7;
  border-top: none;
  background-color: #f5f5f5;
  padding: 10px 5px 5px 5px;
}

* html #nav_secondary #search_box {
  padding: 0 5px;
  font-size: 12px;
}

#nav_secondary form {
  padding-top: 7px;
}

#nav_secondary #search_box #search_button {
  vertical-align: middle;
}

#nav_secondary #search_box #search_button {
  vertical-align: top;
}

#nav_secondary #search_box #search_text {
  width: 115px;
}

#nav_secondary #search_box p {
  margin: 5px 0 0 0;
}

#nav_secondary #search_box p {
  margin: 5px 0;
}

#nav_secondary #search_box form {
  margin: 0 0 5px 0;
}

#nav_secondary #search_box a {
  color: #296ac4;
}

#nav_secondary .nav_list {
  margin: 7px 0;
  padding: 0;
  font-size: 12px;
}

#nav_secondary .nav_list li a {
  display: block;
  width: 150px;
  padding: 5px;
  background-color: #2967c2;
  margin: 0 0 1px 0;
}

* html #nav_secondary .nav_list li a {
  width: 160px;
  width: 150px;
}

#nav_secondary .nav_list li a:hover {
  background-color: #3485f7;
}

#charts a, #topics a, #product_finder a {
  color: #1e66b5;
}

#charts td, #product_finder td {
  padding: 2px;
  border: none;
}

#charts thead td {
  border: 1px solid #d7d7d7;
  padding: 4px;
}

#nav_secondary .nav_list li a {
  color: #ffffff;
}

#testlog li {
  margin: 5px;
}

#testlog a {
  color: #1e66b5;
  font-weight: bold;
}

#testlog p {
  float: right;
  padding: 0px 5px 0 0;
  margin: 0;
  font-size: 11px;
}

#testlog p a {
  font-weight: normal;
}

#article_body, #index_body {
  min-width: 455px;
  max-width: 600px;
  padding: 10px;
}

#index_body {
  padding: 10px 9px 10px 10px;
}

#index_body h2 {
  font-size: 12px;
  clear: left;
  margin: 10px 0 3px 0;
}

#index_body p {
  font-size: 11px;
  line-height: 14px;
  clear: left;
}

* html #index_body p {
  margin-top: 0;
}

#index_body .datetime {
  float: left;
  color: #9c9c9c;
  margin: 0 0 0 0;
}

* html #index_body .datetime {
  margin: 0;
}

.summaries {
  /*border-top: 1px solid #d7d7d7;*/
  clear: both;
}

.image_summary {
  width: 215px;
  border: none;
}

.image_summary.float_left {
  border-right: 1px solid #d7d7d7;
  padding-right: 9px;
}

#body td .image_summary img {
  border: 1px solid #1e65b5;
}

#body td .image_summary img.float_left {
  margin: 3px 7px 5px 0;
}

#body td .image_summary img.float_right {
  margin: 3px 0 5px 7px;
}

.summary p { margin: 0; }

#daily p.datetime {
  margin-bottom: 15px;
}

* html #daily p.datetime {
  margin-bottom: 5px;
}

#index_body h2 a {
  color: #1e66b5;
}

* html #article_body p {
  font-size: 12px;
}

#article_body p {
  text-align: justify;
}

#article_footer {
  text-align: left;
}

#article_footer li {
  display: inline;
  margin: 0;
  padding: 0;
}

#article_footer #article_nav img {
  vertical-align: middle;
}

#article_footer #article_nav a {
  font-size: 16px;
  color: #2866c2;
  margin: 20px 0;
}

#article_footer #article_nav #previous {
  float: left;
}

#article_footer #article_nav #next {
  float: right;
}

#article_footer #nav_form select {
  clear: both;
  min-width: 300px;
  max-width: 550px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

table.narrow_box, table.wide_box {
  margin: 0 0 5px 0;
  border: 1px solid #d7d7d7;
  padding: 0;
  border-collapse: collapse;
  vertical-align: middle;
/*  color: #5674a0; */
/*  color: #444; */
}

table.stretch_box {
  margin: 10px 0 0px 0;
  _margin: 0px 0 0px 0;
  border: 1px solid #d7d7d7;
  padding: 0;
  border-collapse: collapse;
  vertical-align: middle;
  color: #5674a0;
}


table.narrow_box td, table.wide_box td {
  border: 1px solid #d7d7d7;
  padding-right: 3px;
}

* html table.narrow_box, * html table.wide_box {
  font-size: 12px;
}

table.narrow_box {
  width: 160px;
}

.sponsored_links_article .bar {
  margin: 5px 0 0 0;
  border: 1px solid #d7d7d7;
  color: #5674a0;
  background: url(images/box-header-bg.gif) repeat-x top left;
  background-color: #D8E9FF;
  /*height: 34px;*/
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}

.sponsored_links_article .bar p { margin: 0; padding: 2px;}

.sponsored_links_article .edge { margin: 0; padding: 0;}

.sponsored_links_article .box {
  width: 334px;
/*  _width: 314px; */
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}


table.wide_box {
  width: 335px;
  _width: 336px;
}

table.stretch_box {
  width: 100%;
}

thead tr {
  margin: 0;
  /*background: url(http://images.tomshardware.com/Design/graphics/tomshardware/box-header-bg.gif) repeat-x top left;
  background-color: #D8E9FF;*/
  background-color: #F5F5F5;
}

#merchant_link thead tr {
  margin: 0;
  padding: 0;
  background: none;
  background-color:#CCCCCC;
}

thead tr td {
  /*height: 34px;*/
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 4px;
}

table.narrow_box img {
  vertical-align: middle;
  margin: 3px 0;
}

#related {
  width: 336px;
  padding-top: 10px;
}

#merchant_link, #shortcuts {
  margin: 0 0 5px 0;
  width: 165px;
  float: left;
}

#related #popular_products img {
	margin-left: 2px;
	margin-right: 2px;
}


#news {
  float: right;
}

#merchant_link a {
  color: #010101;
}

#merchant_link thead a {
  color: #5674a0;
}


#news .body td {
  vertical-align: top;
}

#news a { color: #5674a0; }
/*#news_front a { color: #1e66b5; }*/



#merchant_link thead td, #shortcuts thead td {
  font-size: 11px;
  text-transform: none;
}

#news_front thead td {
  font-size: 11px;
  /*text-transform: none;*/
}


#testlog ul {
  list-style: none;
  margin: 0;
  padding: 3px;
  text-align: left;
}

#article_footer ul li {
  text-transform: none;
}

* html #article_footer ul li {
  font-size: 12px;
}

#article_footer li a {
  padding: 2px;
}

#footer {
  background-image: url(images/bg_07.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 20px;
  padding: 0;
/*  padding: 100px 0 10px 200px;
  vertical-align: middle;
  font-size: 11px; */
}

#footer img {
  float: left;
  vertical-align: middle;
}

#footer #copyright {
  float: left;
  margin-left: 30px;
}

#footer #our_links {
  float: right;
  margin: 0 10px 0 0;
}

#footer #our_links a {
  margin: 0 7px;
  color: #4476c1;
}


#merchant_hound_table {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-top-width: 0px;
	border-style: solid;
	border-color: #e9e9e9;
}

#product_finder .liteblu td { padding-left: 10px; background: #F5F5F5; text-align: left; border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; }
#product_finder .liteblu a { font-family: Arial; font-size: 12px; font-weight: bold; line-height: 24px; color: #555; }
#product_finder .various td a { font-family: Arial; font-size: 12px; }
#product_finder #hide_product1 { display: none; }
#product_finder #hide_product2 { display: none; }
#product_finder #hide_product3 { display: none; }


/* Image Gallery Scroller */
table.image_scroller {
	border-width: 0px;
}

table.image_scroller td {
	border-width: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Container */
#scr_container {
    position: relative;
    /* width: 260px;
    height: 64px; */
    overflow: hidden;
    border: 0px ridge blue;
}


/* Thumbnails */
img.thumbnail_img  {
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

/* Arrows */
img.arrow {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
}

#top-stories {
  border: 1px solid #b9b8b2;
  width: 443px;
  height: 200px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  position: relative;
}

#top-stories a img {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-right: 1px solid #b9b8b2;
}

#top-stories div {
  position: absolute;
  top: 0;
  left: 161px;
  width: 282px;
  height: 200px;
  overflow: hidden;
}

#top-stories div a {
  color: #2967c3;
}

#top-stories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top-stories ul li {
  display: block;
  width: 282px;
  margin: -1px 0 0 -1px;
  border: 1px solid #b9b8b2;
  overflow: hidden;
}

* > html #top-stories ul li {
  margin-bottom: -2px;
  height: 22px;
}

#top-stories ul li a {
  display: block;
  width: 100%;
  height: 18px;
  padding-top: 4px;
  padding-left: 22px;
  
  text-decoration: none;
  font-weight: bold;
}

* html #top-stories ul li a {
  margin-top: 0;
  overflow: hidden;
  width: 284px;
}

#top-stories ul li a:hover {
  
  color: white;
}

#top-stories p {
  position: absolute;
  left: 0;
  top: 138px;
  margin: 0;
  padding: 2px;
  padding-left: 4px;
  width: 276px;
  height: 100%;
  background-color: #fefefe;
}

* html #top-stories p {
  width: 280px;
}

#top-stories p a {
  text-decoration: none;
  font-size: 11px;
  color: black;
  width: 100%;
  height: 100%;
}

#topics ul.col2 { width: 100px; padding: 0px; margin: 0px; }
#topics ul.col1 { float: right; width: 100px; padding: 0px; margin: 0px; }

#foot { font-family: Arial; font-size: 12px; color: #666; width: 100%; padding-bottom: 20px;}
#foot a:link, #foot a:visited, #foot a:active { color: #9D1C1F; text-decoration: none; }
#foot a:hover { color: #0046A0; text-decoration: none; }
#foot .top { border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; line-height: 22px; padding-bottom: 8px; padding-top: 8px; margin-bottom: 8px; }
#foot table { margin: 0px; padding: 0px; width: 100%; }
#foot td { vertical-align: top; font-family: Arial; font-size: 11px; color: #666; line-height: 16px; }
#foot td a:link, #foot td a:visited, #foot td a:active { color: #666; }
#foot td a:active { color: #9D1C1F; }
#foot td b { color: #0050A8; font-size: 12px; }
#foot em { color: #CDCDCD; margin: 0px 6px 0px 6px; }
#foot .reg { margin-top: 13px; font-size: 11px; line-height: 20px; }

#ArticleFooterTable { width: 100%; font-family: Arial, sans-serif; font-size: 10px; text-align: center; }
#ArticleFooterTable a { font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; }

.content_table_quote_wide
{
	width: 600px;
	border: 0px;
}

.content_table_quote_narrow
{
	width: 425px;
	border: 0px;
}

.content_table_quote_wide td
{
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #F0F0F0;
	color: #000000;
	padding: 3px;
	vertical-align: top;
}
.content_table_quote_narrow td
{
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #F0F0F0;
	color: #000000;
	padding: 3px;
	vertical-align: top;
}



.content_table_narrow,
.content_table_wide
{
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.content_table_narrow_small,
.content_table_wide_small
{
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 10px;
}

.content_table_narrow,
.content_table_narrow_small
{
	width: 425px;
	border: 0px;
}

.content_table_wide,
.content_table_wide_small
{
	width: 600px;
	border: 0px;
}

.content_table_narrow,
.content_table_narrow_small,
.content_table_wide,
.content_table_wide_small
{
	border-collapse: collapse;

}

.content_table_narrow th,
.content_table_wide th,
.content_table_narrow_small th,
.content_table_wide_small th
{
	border: 1px solid #FFFFFF;
	background: #000000;
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}
.content_table_narrow .light td,
.content_table_wide .light td,
.content_table_narrow_small .light td,
.content_table_wide_small .light td
{
	border: 1px solid #FFFFFF;
	background: #F0F0F0;
	color: #000000;
	padding: 1px;
	padding-left: 3px;
	vertical-align: top;
}
.content_table_narrow .dark td,
.content_table_wide .dark td,
.content_table_narrow_small .dark td,
.content_table_wide_small .dark td
{
	border: 1px solid #FFFFFF;
	background: #C0C0C0;
	color: #000000;
	padding: 1px;
	padding-left: 3px;
	vertical-align: top;
}

.content {
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.content h2 {
	padding: 2px 0px 4px 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 5px 0;
}
.content h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h4 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h5 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h6 {
	font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif;
	margin-top: 0px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.shortcutz {
	position: relative;
	float: right;
	width: 160px;
	margin: 40px 0px 10px 6px;
	padding: 0px;
	background: none;
}
.cutzbox {
	margin-top: -2px;
	border: solid #CCC;
	border-width: 0px 1px 0px 1px;
	background: none;
}
.submark {
	
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.pad {
	padding: 6px;
}

.Standfirst { text-align: justify; font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif; }
.content .Date { margin-top: -10px; font-family: Verdana, Arial, helvetica, Tahoma, "Trebuchet MS", sans-serif; font-size: 9px; color: #666; }
.fleft    	{ float: left; border-right: 10px solid white;}
.cleanerleft	{ clear: left; height: 1px; font-size: 1px; border: none; margin: 0px; padding: 0px; background: transparent; }

.Author {
	position: relative;
	display: inline;
	font-weight: bold;
	color: #060;
	font-size: 9px;
	line-height: 18px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	margin-top: -3px;
}
.PublishDate {
	display: inline;
	position: relative;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: -3px;
}
.buttonboxitem { margin-top: 15px; }
.YouAreHere { font-family: Arial, sans-serif; font-size: 12px; }


#grainy .ico { border: 1px solid #000; margin-bottom: 10px; }
#grainy .sel { border: 1px solid #F00; margin-bottom: 10px; }
#grainy table.desc td { background: #000; line-height: 14px; color: #FFF; font-size: 11px; padding: 5px; }
#grainy td { line-height: 14px; color: #FFF; font-size: 12px; }
#grainy h2, h1 { font-size: 16px; color: #FFF; font-weight: bold; line-height: 24px; }
#grainy h2 { color: #999; }
#grainy a { color: #FFF; font-weight: bold; }
#grainy a:hover { color: #0FF; font-weight: bold; }
#grainy .scr { float: right; width: 140px; overflow: scroll; height: 640px; }

.whitey a { font-weight: bold; }

#expnav {
	margin: 0 0 5px 0;
}

#expnav .non { 
	margin: 0px; 
	padding: 0px; 
}

#expnav ul { 
	margin: 0px; 
	padding: 0px;
}

#expnav ul li { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	border-bottom: 1px solid white;
}
#expnav ul li a { 
	text-decoration: none; 
	
	font-family: Arial; 
	font-size: 12px; 
	display: block; 
	width: 100%; 
	height: 21px; 
	text-align: left; 
	line-height: 21px; 
	text-indent: 6px; 
	color: #FFF; 
}
#expnav ul.subnav li a { 
	background: #EBEBEB; 
	font-family: Arial; 
	font-size: 12px; 
	display: block; 
	width: 100%; 
	height: 21px; 
	text-align: left; 
	line-height: 21px; 
	text-indent: 6px; 
	color: #114FAA;
}
#expnav ul li.non a { 
	background: #2967C2; 
}
.invnav { display: none; }


.wide_box .ico { padding: 0px; }

#news_front td { text-align: center; }

.site_table { 
	width: 800px; 
	padding: 0; 
	border-collapse: collapse;
	
}

.wide_box .site_table td { 
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.site_table tr td a { 
	color: #AF0000;
}


#siteheadlines_news { 
	background: #AF0000;
}

#siteheadlines_news a { 
	color: #FFFFFF;
}


#headlines-iframe ul {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
}



.RoomTitle
{
	/*background: url(images/arrowlink.gif);
	
	background-position: 750px 4px;
	background-repeat: no-repeat;
	*/
	background-color: #006699;
	padding-left: 20px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: white;
}

.CVID
{
	padding-left: 20px;
	line-height: 9px;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	background-color: White;
}
.CVIDBig
{
	padding-left: 20px;
	line-height: 15px;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	background-color: White;
}
.CVID2
{
	padding-left: 20px;
	line-height: 9px;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}
.CVID3
{
	padding-left: 20px;
	line-height: 9px;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	background-color: whitesmoke;
}
.CVID3Big
{
	padding-left: 20px;
	line-height: 15px;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	background-color: whitesmoke;
}
div
{

}
.test
{
	margin: 5px 0 0 0;
  border: 1px solid #d7d7d7;
  color: #5674a0;
  
  background-color: #D8E9FF;
  font-weight: bold;
   padding: 0px;
}
.center
{
	margin: 5px 0 0 0;
  border: 1px solid #d7d7d7;
  
}
.NAVIGATION
{
	margin: 5px 0 0 0;
  border: 1px solid #d7d7d7;
  color: #5674a0;
  background: url(images/box-header-bg.gif) repeat-x top left;
  background-color: #D8E9FF;
  /*height: 34px;*/
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}
.CONTROL
{
	margin: 5px 0 0 0;
  border: 1px solid #d7d7d7;
  color: #5674a0;
  
  background-color: #D8E9FF;
  font-weight: bold;
   padding: 0px;
}

.Proposal
{
	font-size: 22px;
	color: black;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-family: 'Arial Rounded MT Bold';
}
.Bold
{
	font-weight: bold;
}
.white
{
	background-color:white;
}
.small
{
	font-size: 10px;
}
.T1
{
	width: 400px; 
	text-align: center;
}
.Bhead
{
	width: 800px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.Security
{
	margin: 0px;
	font-size: 16px;
	font-family: 'Bodoni MT Black' , Arial;
	color: #5674a0;
	background: url(images/75.jpg) no-repeat left center;
	height: 30px;
}
.SecurityLeft
{
	margin: 0px;
	font-size: 16px;
	font-family: 'Bodoni MT Black' , Arial;
	color: #5674a0;
	background: url(images/150.jpg) no-repeat left center;
	height: 30px;
}



.BORDER
{
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
}
.FrontP
{
	font-size: 12px;
	font-family: 'Bodoni MT Black';
}
.ListBox
{
	font-size: 10px;
}

.output
{
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
.CHEAD
{
	width: 800px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.Bighead
{
	width: 800px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.RoomTitleBig
{
	/*background: url(images/arrowlink.gif);
	
	background-position: 750px 4px;
	background-repeat: no-repeat;
	*/
	background-color: #006699;
	padding-left: 20px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: white;
}
.SIG
{
	width: 800px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.INVOICENAME
{
	font-size: 22px;
	font-family: Georgia;
	font-weight: bold;
}
.INVOICENAMEREALSMALL
{
	font-size: 10px;
	font-family: Georgia;
	font-weight: bold;
}
.INVOICENAMESMALL
{
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
}

.INVOICENAMEMEDIUM
{
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
}

.INVOICENAMENOBOLD
{
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
}

.LOGINSPOT
{
	position: absolute;
  top: 0;
  left: 830px;
 
}
.EVENTS
{
	position: absolute;
	top: 124px;
	left: 4px;
	background-color: #0066ff;
}
.SALES
{
	position: absolute;
  top: 200px;
  left: 400px;
 
}