/**
 *	Spirit :: Recruitment Systems
 *	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *	Baselayer CSS
**/

BODY, TD, SELECT, INPUT{
	font-family: tahoma, verdana, arial, helvetica; 
	font-size	: 11px;
	color		: #FFFFFF;
}

HR{
	color:#F26122;
	height:1px;
}

SELECT {
	border:1px solid #FFFFFF;
}
/*
H1 {
	line-height:10%;
	font-family : Verdana;
	font-size	: 16px;
}
H2 {
	line-height:10%;
	font-family : Verdana;
	font-size	: 14px;
}
*/
/** 
	~~ Outer Table
**/

#oT {
	border 			: ;
	border-collapse	: collapse;
	table-layout	: fixed;
}

#oT TD {
	border 		:;
}

#oT_Nr {
	width		: 550px;
}



/* Debugging output */
.dObj{
	color: #00FF00;
	font-weight:bold;
}
.dVar{
	color: #FF0000;
	font-weight:bold;
}
.dInt{
	color: #0000FF;
	font-weight:bold;
}
.dType{
	color: #666666;
	font-weight:bold;
}
.dWarn{
	color: #FFFF00;
	font-weight:bold;
}
.dPre, pre{
	width:100%;
	height:400;
	overflow:auto;
	background-color:#000000;
	color:#eeeeee;
	font-family:Tahoma;
	font-size:11px;
	padding:3px; 
	text-align:left;
}







.rhp_toolbox_block{
	border-bottom : 1px dotted #CFD0E1;
	clear			: both;
}
#rhp_toolbox .toggle-link {
	text-decoration	: none;
	font-size		: 1.1em;
	color 			: #ffffff;
	font-weight		: bold;
}
#rhp_toolbox .toggle-link-outer {
	padding-top : 9px;
	padding-bottom : 9px;
	display : block;
	border-bottom : 1px dotted #59588A;
}
#rhp_toolbox .toggle-open .toggle-link-outer {
	border-bottom : 1px dotted #CFD0E1;
}

#rhp_toolbox ul {
	margin : 8 10 10 10;
	padding : 0px;
}

#rhp_toolbox li {
	list-style : none;
	padding : 3 0 3 0;
}

.manage {
	text-align : right;
	font-size : 0.8em;
	font-weight : bold;
}
.manage a {
	color : #ffffff !important;
}

#rhp_toolbox a {
	color : #CFD0E1;
}





/* AJAX Loader CSS */
.saf_loader{ 
	position: absolute; 
	z-index:10;
}
.saf_loader .inner{
	/*border : 3px solid #232C6D;*/
	position: absolute; 
	color : #ffffff;
	font-size:12px;
	margin : auto;
	z-index:12;
	padding-top: 10px;	
	padding-left: 10px;	
}
.saf_loader .transbg{
	/* bg-alpha */ 
	position: absolute; 
	z-index:11;
	background-color: #232C6D;
	filter:alpha(opacity=75);
	-moz-opacity:0.7;
	opacity: 0.75;
}

.saf_loader .msg{
	/* bg-alpha */ 
	margin : 10px;
	position: absolute; 
	z-index:11;
	padding : 10px;
	background-color: #FFFFFF;
	color : 121753;
	filter:alpha(opacity=75);
	-moz-opacity:0.7;
	opacity: 0.75;
}









/* Tools */
.toggle-open .toggle-icon {
	color : #FFFFFF !important;
}
.toggle-closed .toggle-icon {
	color : #59588A !important;
}
.toggle-open .toggle-content{
	/* reserved */
	padding-top : 5px !important;
}





/** EPOLLS **/
.epoll{
	
}

.epoll .ico {
	float : right;
}

.epoll .head {
	border-bottom : 1px dotted #F26122;
	height : 32px;
	width : 100%;
}

.epoll .head span {
	display : block;
	vertical-align: middle;
	border : 1px dotted #fff;
}

.epoll .alt td {
	background-color : #353A76;
}



/** CATEGORY SUMARY **/


.catsum {
	list-style : none;
	margin : 0;
}

.catsum ul {
	margin : 0;
	padding-left: 10px;
	color : #ffffff;
}

.catsum li { 
	clear 	: all;
	font-size : 1.1em;
	color: #fff;
	margin-bottom: 4px;
	/*background: #F26122;*/
}

.catsum li a { 
	font-weight: bold;
	width: 100%;
	x-color : inherit;
}

.catsum li a:hover { 
	/*background: #59588A;*/
	text-decoration : none;
}

.catsum ul ul {
	/*background: #59588A;*/
}

.catsum li li{ 
	float 	: left; 
	clear 	: none;
	/*
	padding-right : 0.5em;
	padding-top : 2.1em;
	padding-bottom : 0.2em;
	*/
	font-size : 0.8em;
}

.catsum li li a { 
	font-weight: bold;
	color : #CFD0E1 !important;
}



/** NEWS ASSETS **/



.news_assets{
	float 		: right;
	border		: 1px solid #CFD0E1;
	padding		: 0.5em;
	margin		: 1em;
	width		: 15em;
}
.news_assets .filesize {
	font-size	: 0.9em;
	float		: right;
}
.nasset img {
	position	: relative;
	top			: 3px;
}
.nasset .nasset-desc {
	font-size	: 0.9em;
	margin-left : 2em;
}




/** FORCES **/

#tsforce a, #contentSource a, #contentSource a * { color: #F76121 !important; text-decoration:none !important; cursor:pointer !important; } 
#tsforce a:hover, #contentSource a:hover { color: #FFFFFF !important; text-decoration:underline !important; cursor:pointer !important; } 
