@charset "utf-8";
/* CSS Document  by  SoulDeepDesigns ~ www.souldeepdesigns.com */
/* author: Ilona Filipenkova*/
 
table {
	font: 11px verdana, verdana, arial;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	color: #333;
	line-height: 19px;
	width:540px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}
td {
	margin: 0;
	padding: 20px 10px;
	border: 1px dotted #f5f5f5;
}
th {
	font-weight: normal;
	text-transform: uppercase;
}
thead tr th {
	background-color: #575757;
	padding:  5px 10px;
	color: #fff;
	font-weight: bold;
	border-right: 2px solid #333;
	text-transform: uppercase;
	text-align:center;
}
tfoot tr th, tfoot tr td {
	background-color: transparent;
	padding:  20px 10px;
	color: #333;
	border-top: 1px solid #ccc;
}
tbody tr th {
	padding: 20px 10px;
	border-bottom: 1px dotted #fafafa;
}
tr {
	background-color: #FBFDF6;
}
tr.odd {
	background-color: #dee9f7;
}
tr:hover {
}
tr:hover td, tr:hover td a, tr:hover th, tr:hover th a {
	color: #a10000;
	background-color:#feedb7;
}
thead tr:hover th {
	background-color: #575757;
	color: #fff;
}
th a {
	font-weight:bold;
}
tr:hover th a:hover {
	border-bottom: 2px solid #86C200;
	font-weight:bold;
}
table a {
	color: #608117;
	background-image: none;
	text-decoration: none;
	border-bottom: 1px dotted #8A8F95;
	padding: 2px;
}
table a:hover {
	background-image: none;
	text-decoration: none;
	border-bottom: 3px solid #333;
	padding: 2px;
}
table a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	padding-right: 12px;
	color: #A2A2A2;
	background: transparent url('../images/visitedLink.gif') no-repeat 100% 50%;
}
*html table a:visited {
	color: #608117;
	background-image: none;
	text-decoration: none;
	padding: 2px;
}

table a.noU, table a.noU:hover, table a.noU:visited {
	border:none;
	background:none;
}

/*	---------------------------------------------------------------------------------------
	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.btn {
	padding:10px;
	width:128px;
	height:28px;
	display: block;
	margin:0px;
}
.btn span {
	width:128px;
	height:28px;
	cursor: pointer;
	position: relative;
	display: block;
	top:-15px;
	left:0px;
}
.btn span:hover {
	position: relative;
	display: block;
	top:-15px;
	left:0px;
}
.next span {
	background: url('../images/next-page-btn.gif') no-repeat;
}
.next span:hover {
	background: url('../images/next-page-btn-hover.gif') no-repeat;
}
.previous span {
	background: url('../images/previous-page-btn.gif') no-repeat;
}
.previous span:hover {
	background: url('../images/previous-page-btn-hover.gif') no-repeat;
}

