.dataset table {
  	width: 98%;
  	border-top: 1px solid #c087e8;
  	border-left: 1px solid #c087e8;
  	border-right: 1px solid #c087e8;
  	background: #468BC2;
	color:#000966;
	}

.dataset table th, .dataset table td {
  	margin: 0;
  	padding: 10px 10px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;  
	vertical-align: top;   
  	}
.dataset table th {
  	color: #fff;
	FONT-WEIGHT: bold;
  	}
.dataset table .name {
	background: #fff;
  	text-align: left;
	FONT-SIZE: 100%;
  	padding:5px;
	
	}
.dataset table tr {
  	background: #c087e8;
  	}



/* boxed headers  */

.article_header {
	border: 				1px Solid #98C5E8;
	text-align:				left;
	background-color:		#468BC2;
	padding:				4px 4px 1px 5px;
	clear:					both;
	border-bottom: 			0px Solid #98C5E8;
}  
.article_header a {text-decoration:none}
.article_content {
	border: 				1px Solid #aaa;
	text-align:				left;
	padding:				5px 5px 5px 5px;
	margin-bottom:			1em;
	font-size:0.8em;
	background-color:		#eee;
}

/* comments */
.post-footer {
	background-color: #eee;
	padding: 5px; margin: 20px 0px 0px 0px;
	border: 0px solid #f2f2f2;
	font-size: 95%;	
}
.date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

.oranges table {
	border-collapse: collapse;
	border-left: 1px solid #c087e8;
	border-top: 1px solid #c087e8; 
	color: #fff;
	margin-left:auto; 
	margin-right:auto;
	background:#c2c8dd;
}

.oranges table caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}


.oranges table tr th p { font-size:1.0em;}

.oranges table thead tr th {
	text-transform: uppercase;
	background: #0c2577;
}

.oranges table tfoot tr th, .oranges table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.oranges table tfoot tr th {
	width: 20%; 
}

.oranges table tfoot tr td {
	width: 90%; 
}

.oranges table td, .oranges table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.95em;
	vertical-align: top;
	
}

.oranges table td a:link, .oranges table td a:visited{
 display: block;
 text-decoration: none;
 color: #000;
 }
 
.oranges table td a:hover, .oranges table td a:active{
 display: block;
 background-color: #0c2577;
 text-decoration: none;
 color: #fff;
 } 

.oranges table tr.odd th, table tr.odd td {
	background: #8592bb;
}


/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

.nice table {
		border-collapse:collapse;
		background:#EFF4FB url(teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

.nice td, .nice th {
		padding:5px;
}

.nice caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

.nice table a {
		color:#950000;
		text-decoration:none;
}

.nice table a:link {}

.nice table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

.nice table a:hover {
		border-bottom: 1px dashed #bbb;
}
*/
/* =head =foot
----------------------------------------------- */
/*
.nice thead th, .nice tfoot th, .nice tfoot td {
		background:#333 url(llsh.gif) repeat-x;
		color:#fff
}

.nice tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

.nice tbody th, .nice tbody td {
		border-bottom: dotted 1px #333;
}

.nice tbody th {
		white-space: nowrap;
}

.nice tbody th a {
		color:#333;
}

.odd {}

.nice tbody tr:hover {
		background:#fafafa
}

.numberblock
{
width:10px;
height:10px;
border:0px solid ##000;
padding:2px;
background-color:#6699ff;
color:#fff;
}

.question {
padding:5px;
background-color:#eee;
}

.answers {
padding:5px 5px 5px 20px;
}

.error {
padding:5px;
color:red;
float:right;
}
/* more buttons */

a.squarebutton{
background: transparent url('square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* pagination for updown component
----------------------------------------------- */

.pagination{
padding: 2px 2px 2px 8px;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 0.8em;
text-transform:uppercase;
float:left;
text-align:center;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding: 0 1px ;
}

.pagination a, .pagination a:visited{
text-decoration: none !important; 
padding: 0 5px ;
border: 0px solid #2c6700;
color: #000000 !important;
background-color: #c087e8;
}

.pagination a:hover, .pagination a:active{
text-decoration: none !important; 
border: 0px solid #2c6700;
color: #fff !important;
background-color: #8210d2;

}

.pagination a.currentpage{
text-decoration: none !important; 
background-color: #8210d2;
color: #FFFFFF !important;
border-color: #4e6dac;
font-weight: bold;
cursor: default;

}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: normal;
text-decoration: none; 
}

/* Table Rules
----------------------------------------------- */
#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	color:#fff;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #8210d2;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #a14cdd; }

.rowHover {
	color: #fff;
	background-color: #8210d2;
	cursor: pointer;
}

.rowSelected { color: #fc0; }






