#rt-column-2l table {
	width: 650px;
	margin: 10px auto;
}
#rt-column-2l td, #rt-column-2l th {
	padding: 5px 10px;
	vertical-align:top;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #777;
}
#rt-column-2l th {
	padding-left: 20px;
	color: #ffcc00;
	white-space:nowrap;
	text-align: left;
	cursor: pointer;
}
#rt-column-2l th.header {
	background: transparent url(../images/bg.gif) no-repeat left center;
}
#rt-column-2l th.headerSortDown {
	background: transparent url(../images/desc.gif) no-repeat left center;
}
#rt-column-2l th.headerSortUp {
	background: transparent url(../images/asc.gif) no-repeat left center;
}
#rt-column-2l #tableContainer {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}

#rt-column-2l #tableContainer p {
	margin-left: 15px;
	color:#FFFFCC;
	font-size: 11px;
	font-weight:bold;
}

.ui-tabs-hide { display: none; }
#rt-column-2l ul.ui-tabs-nav { 
	/*This is the whole menu. Use this as a base class.*/
	margin: 0;
	padding: 0;
	list-style:none;
	list-style-position:outside;
	margin-top: 10px;
}
#rt-column-2l .ui-tabs-nav li {
	color: #000;
	font-size: 11px;
	display: inline;
	padding: 0;
	margin: 0;
}
#rt-column-2l .ui-tabs-nav li a {
	display: block;
	float: left;
	padding: 4px 8px;
	text-align:center;
	margin-right: 3px;
	background-color: #ddd;
	border-color:#fff #aaa #ddd #eee;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-top-right-border-radius: 4px;
	border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-top-left-border-radius: 4px;
}
#rt-column-2l .ui-tabs-nav li a:hover, .ui-tabs-nav li a:active, .ui-tabs-nav li a:focus {
	background-color: #fff;
	text-decoration:underline;
	color: #000;
}
#rt-column-2l .ui-tabs-selected { 
	/*This is the current tab. It's very important to create a strong visual indication which tab is the current one.*/
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.ui-tabs-unselect { 
	/*This is the class for all the tabs that are not selected but selectable.*/
}
.ui-tabs-disabled {
	/*For when a tab is disabled. Highly recommended to appear somewhat transparent or disabled. This is often done by graying the color.*/
}
.ui-tabs-panel { 
	/*These are the boxes that will have their visibility toggled.*/
	clear: both;
}
.ui-tabs-hide { 
	/*This class hides the boxes (perhaps the most important class)*/
}
span {
	/*The span tags are there to give freedom to tricks like rounded corners and resizable backgrounds.*/ 
	
}
.clear {
	clear: both;
}
.odd {
	background-color: #3a3a3a;
}
.even {

}
.hover {
	color: #000;
	background-color:#5a5a5a;
}
.select {

}
