.main_menu {
	background-color: #313131;
	margin: 0px;
	border: none;
	border-bottom: 2px solid #313131;
	padding: 0;
	width: 100%;
}
.menu_item {
	background: #313131 url('http://www.yourtakes.com/img/menubg.png') repeat-x;
	border-right: 2px solid #313131;
	font-weight: bold;
	padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
	height: 40px;
}
.menu_item a {
	text-decoration: none;
	color: #313131;
	height: 100%;
	width: 100%;
}
.menu_item a:hover {
	color: #C6D7E9; 
}
.menu_right {
	border-right: none;
	background: #313131 url('http://www.yourtakes.com/img/menubg.png') repeat-x;
        height: 40px;
	width: 50%;
}
.menu_left {
	background: #313131 url('http://www.yourtakes.com/img/menubg.png') repeat-x;
        height: 40px;
	border-right: 2px solid #313131;
	width: 50%;
}
.main_table {
	border: none;
	width: 1000px;
}
.main_table tr td {
	border-right: none;
}
.main_wrapper {
	background-color: #ffffff;
	border: 1px solid white;
}

/* Tab Stuff */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
 *   REQUIRED to hide the non-active tab content.
 *     But do not hide them in the print stylesheet!
 *       --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
 *   .tabber = before the tabber interface is set up
 *     .tabberlive = after the tabber interface is set up
 *       --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
 *   ul.tabbernav = the tab navigation list
 *     li.tabberactive = the active tab
 *       --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #aaa;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 color: #313131;
 background: #313131 url('http://www.yourtakes.com/img/menubg.png') repeat-x;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #313131; }
ul.tabbernav li a:visited { color: #313131; }

ul.tabbernav li a:hover
{
 color: #C6D7E9;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
 *   .tabbertab = the tab content
 *     Add style only after the tabber interface is set up (.tabberlive)
 *       --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
 *     you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
 *     scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/* END TABBER */

.features {
	float: left;
	padding: 10px 10px 0;
	margin: 10px 10px 0 10px;
	
}
.create_topic {
	float: left;
	margin-left: 40px;
}
#datetime {
	float: right;
}
#login {
	float: left;
}

#register {
	width: 300px;
}
#auth {
	width: 1000px;
	margin:0 auto;
}
.categories.form {
	width: 300px;
	margin: 0 auto;
}
.categories.index {
	float: left;
}
.takes.index{
}
.takes.form {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.takes.view {
	margin-top: 20px;
	border: 1px dashed black;
	width: 1024px;
}
.userinfo img {
	float: left;
	margin-right: 20px;
}
.users.view {
	margin-top: 20px;
}
.whatsyourtake {
	width: 610px;
	margin:0 auto;
}
.search {
	clear: both;
}
.search .input.text {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0 0;
}
.search .submit {
	float: right;
	clear: none;
	margin: 0 10;
	padding: 0;
}
.support {
	width: 700px;
	margin: 0 auto;
}
div.scroll {
	max-height: 150px;
	overflow: auto;
	text-align: left;
}
#buttonMenu {
	background-color: #313131;
	border: 0;
	height: 50px;
}
#buttonMenu td {
	background-color: #313131;
	border-right: 0;
}
#header {
	background-color: #313131;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 200px;
	height: 20px;
	position: relative;
	background: url(http://yourtakes.com/img/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(http://yourtakes.com/img/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating a.six-stars{
	left: 100px;
}
.star-rating a.six-stars:hover{
	width: 120px;
}
.star-rating a.seven-stars{
	left: 120px;
}
.star-rating a.seven-stars:hover{
	width: 140px;
}
.star-rating a.eight-stars{
	left: 140px;
}
.star-rating a.eight-stars:hover{
	width: 160px;
}
.star-rating a.nine-stars{
	left: 160px;
}
.star-rating a.nine-stars:hover{
	width: 180px;
}
.star-rating a.ten-stars{
	left: 180px;
}
.star-rating a.ten-stars:hover{
	width: 200px;
}
