.tabletextsmall {
	font-family: Verdana;
	font-size: 8px;
	text-align:left;
}
.newsdatesmall {
	font-family: Verdana;
	font-size: 8px;
	text-align:right;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
}
.text2 {
	font-family: Verdana;
	font-size: 14px;
	text-align:justify;
}
.numberedlist {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 10px 10px 10px 10px;
	position:relative;
	text-indent: 30px;
}
.text1 {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	margin: 10px 10px 10px 20px; /* order is top right bottom left */ 
}
.warning {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#F00;
}
.maintablecontent {
	border-left: 8px; 
	border-right: 8px;
	border-color: #8DA09C;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	font-family: Verdana;
	text-align: justify;
	font-size: 11px;
	padding: 0px 10px 0px 10px; /* top right bottom left */
}
.maintableratingbar {
	border-bottom: 10px;
	padding: 0px 20px 10px 10px; /* top right bottom left */
}
.sidebar
{	background-color:#8DA09C;
}
.newslists {
	border:none;
	float:left;
	text-indent:0;
	text-align:left;
	padding:0 0 0 0;
	background-color:#8DA09C;
	font:Verdana;
	font-size:11px;
	width:145px;
	overflow:hidden;
	position:relative;
}

* html #emotion-select-select {
	background-color:black;
}
.ranklist {
	background-image: url(images/sidebar-panel1.gif);
	background-repeat:no-repeat;
}

.strikethru { color:#F00; 
}

body {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	text-align:left;
	word-spacing: normal;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #8DA09C;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #8DA09C; 
	border: 5px solid #8DA09C;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #8DA09C; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
	margin: 0px 5px 0px 0px; /* order is top right bottom left */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	border-right: 0;
	border-bottom: 2px;
	border-left: 2px;
	border-top: 0;
	border-style: ridge;
	border-color: #8DA09C;
	text-align: justify;
	margin: 0px 0px 0px 5px;
}
.thrColFixHdr #breadcrumbs {
	background:#8DA09C;
	border: 5px solid #8DA09C;
	font:Verdana;
	font-size:10px;
	padding:0;
	text-indent:0;
	text-align:center;
}
.thrColFixHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 5px 5px 5px;
	text-align: justify;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8DA09C;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	font-weight: bold;
	text-transform: none;
	font-family: Verdana;
	font-size: 20px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 10px 10px 10px 20px; /* order is top right bottom left */ 
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	top:5px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.tablesubmenu {
	background-color:#999;
	color:#00F;
}
.tablebody {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	border: 4px solid #8DA09C;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.tableheader {
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8DA09C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	border: 4px solid #8DA09C;
}
.addcommenttable {
	width: 755px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8DA09C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	border: 4px solid #8DA09C;
}
.goodpoint { color: #060; font-weight:bold; }

.OverallRating { font-size: 11px; font-weight:bold; }

.sitemap 	{text-align:left; text-decoration:none; }
.sitemap h1 {font-size:18px; text-decoration:none; color:#360; text-align:left; margin: 0; padding: 0; }
.sitemap h2 {font-size:16px; text-decoration:none; color:#339; text-align:left; margin-left: 5px; padding: 0;  }
.sitemap h3 {font-size:14px; text-decoration:none; color:#360; text-align:left; margin-left: 10px; padding: 0;  }
.sitemap p  {font-size:11px; text-decoration:none; color:#000; text-align:left; margin-left: 15px; padding: 0;  }

/* hyperlinks */
.sitemap a:link 	{text-decoration:none; color:#000; margin-left: 15px; }
.sitemap a:visited 	{color: #660066; margin-left: 15px;}
.sitemap a:active 	{color: #fff; text-decoration: none; margin-left: 15px;}
.sitemap a 			{font-size:11px; text-decoration:none; color:#360; margin-left: 15px; }
.sitemap a:hover 	{font-size:12px; text-decoration:none; color:#F93; background-color:#360; margin-left: 15px; }

.hidden {color:#fff; font-size:11px; visibility:hidden; }

