/* DTML instructions to set caching headers.






*/
/****************************************************************************************
Import	
*****************************************************************************************/
@import url("document.css");
@import url("fckeditor_custom.css");
@import url("crf44.css");
@import url("crf35.css");
@import url("crf76.css");
@import url("crf37.css");
@import url("far.css");


/****************************************************************************************
COMMON : tools
*****************************************************************************************/
.toolsAndSearch{
	width:1014px;
	background: transparent url("img/bodyBackground.gif") repeat-y top left;	
	padding-bottom:3px;
	height:40px;
}

.tools_box { 
	background: #fff url("img/toolsbg.gif") no-repeat top left; 
	color: #808080;
	width: 239px;
	height:39px;
	padding:0 0 0 0px;
	margin-left:3px;
	float:left;
	position:relative;
	top:2px;
}
html>body .tools_box{ 
	margin-left:5px;	
}

html>body .tools_box img{ 
	position:relative;
	top:1px;
}


input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(img/input.gif) no-repeat;
	padding: 5px 3px 6px 5px; 
	color: #E0691A;
	font-weight: bold;
	margin-left:20px;
}

input.submit {
	background: #E0691A url(img/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0 5px 0;
	width: 65px;
	margin: 0 15px 1px 20px;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

.search_field{ 
	background: #fff url(img/searchbg.gif) no-repeat right; 
	color: #808080;
	padding: 9px 0 9px 0;
	width: 734px;
	float:right;
	margin-right:10px;
}


html>body .search_field{
	margin-right:20px;	
}

.search_field p{
	font-family:arial ! important;
	color: #808080 ! important;
	font-weight: bold ! important;
	font-size: 11px ! important;	
	text-align:left;
	margin-left: 15px;
}

.search_field a {
	font-family:arial ! important;
	color: #808080 ! important;
	font-weight: normal ! important;
	font-size: 11px ! important;
	text-decoration:underline ! important;
}

.search_field a:hover {
	text-decoration:none ! important;
}

.userName{
	font-family:arial;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	text-align:left;
	margin-left:20px;
}
/****************************************************************************************
COMMON : footer
*****************************************************************************************/
.footer{ 
	width:100%;
	font-family:arial;
	font-weight:normal;
	padding-top:10px;
	height:40px;
	background: transparent url("img/footerBackground.gif") no-repeat top left;	
}

.footer a{
	color:#808080;
	text-decoration:underline;
}


.footer a:hover{
	text-decoration:none;
}

.footer .logonng{
	display:block;
	height:29px;
	width:132px;
	background: transparent url("img/logo_nng.gif") no-repeat top left;
	float:right;
	position:relative;
	top:-20px;
	left:-30px;
}


/****************************************************************************************
HACK : remove bullet
*****************************************************************************************/
ul.cpsskinsMenu{
	list-style-type:none;
}

/****************************************************************************************
HACK : flush
*****************************************************************************************/
.flush{
	clear:both;
}



/****************************************************************************************
training
*****************************************************************************************/
.trainingTitle{
	width:628px;
	margin:0 auto;
}

.trainingTitle .diplomante{
	text-align:center;
	margin:10px 0 10px 0;
}


.trainingTitle .top{
	height:10px;
	background: transparent url("training_title_top.gif") no-repeat bottom left;
}

.trainingTitle .middle{
	background: transparent url("training_title_middle.gif") repeat-y top left;
}


.trainingTitle .middle .back{
	width: 90px;
	float:left;
	margin:5px 5px 5px 5px;	
}

html>body .trainingTitle .middle .back{
	margin:5px 5px 5px 10px;
}

.trainingTitle .middle .title{
	text-align:center;
}


.trainingTitle .bottom{
	height:11px;
	background: transparent url("training_title_bottom.gif") no-repeat top left;
}
