#tabWindow .tab_bg2 div { padding: 0 5px; }
#tabWindow h1 { color: #006cff; font: normal 19px arial; }
#tabWindow h1 a { color: #006cff; }
#tabWindow p { color: #333; }
#tabWindow p a { color: #333; }

#sun { float: left; text-align: center; width: 350px; }

#loginForm { float: right; background: url('../images/spaceLogin.jpg') no-repeat; width: 318px; height:100px; padding: 105px 10px; }
#loginForm h1 { color: #006cff; font-weight: bold;  }
#loginForm p { clear: both; padding: 4px 0; color: #000;}
#loginForm label { float: left; width: 80px; font-weight: bold; color: #000; padding: 2px 0;}

#loginForm form { padding: 10px; width: 245px;}
#loginForm a { color: #000; }

#myMenu { padding: 0; text-align: center; }
#myMenu a { margin-right: 5px; }

#myfavorites { float: left; }
#myfavorites div#last { padding: 0 5px; float:left; width: 170px; text-align: center; }
#myfavorites div#last small { font: normal 11px verdana; color: #000; display:block; padding: 4px 0;}
#myfavorites div#last h1 { font: normal 14px verdana; color: #ddf; display:block; padding: 4px 0; }

#myfavorites #faves { float: left; width: 400px; }
#myfavorites #faves p { text-align: center; padding: 4px 0; font: bold 11px tahoma; }
#myfavorites #faves div { float: left; padding: 0 7px 5px 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 202px;
	* height: 202px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	margin-left: -260px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 65px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;

}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
 

.dataTables_filter { padding-bottom: 5px; }
table.display {
	margin: 0 auto;
	width: 100%;
}

table.display thead th {
	padding: 3px 10px;
	background: #333;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	border-bottom: 1px solid #333;
}

table.display thead th.hover { 	background-color: #555; border-bottom-color: #888; }

table.display tfoot th {
	padding: 3px 10px;
	font-weight: bold;
	background: #333;
	border-right: 1px solid #444;

}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
	background-color: #000;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.oddA {
	background-color: #ddffdd;
}

table.display tr.evenA {
	background-color: #eeffee;
}

table.display tr.oddC {
	background-color: #ddddff;
}

table.display tr.evenC {
	background-color: #eeeeff;
}

table.display tr.oddX {
	background-color: #ffdddd;
}

table.display tr.evenX {
	background-color: #ffeeee;
}

table.display tr.oddU {
	background-color: #ddd;
}

table.display tr.evenU {
	background-color: #eee;
}

