/**
 *	-------------------------------------------------
 *	Modul: 		 	 news
 *  Author: 	 	 Kalin Rangelov
 *	E-Mail: 	 	 kr@i42.de
 *	Erstellt am: 	 29.04.2009
 *  Letzte �nderung: 05.06.2009
 *
 *	Copyright (c), 2009, i42 GmbH
 *  -------------------------------------------------
 */
 
 
/*------------------------------------------
 *	News Extern
 *----------------------------------------*/
#news_container
{
	vertical-align: middle;
	margin-top: 30px;
	white-space: normal;
	/*float: left;*/
} 

#news_container h2
{
	margin-left: 29px;	
}

/** News Extern ITMS */
#news_container #news_container_body_extern_itms
{
	overflow: auto; 
	height: 170px;
	width: 220px;
	margin: 10px 5px 0px 20px;
	clear: both;
}

#news_container #news_container_body_extern_itms ul 
{
	font-weight: bold; 
	margin-top: 0px;
	text-align: left;
}
#news_container #news_container_body_extern_itms ul li
{
	color:#686868;
	padding: 0px 5px 15px 10px;
	font-weight: normal;
	text-align: left;
}
/** END Extern ITMS*/




/** News Extern Casting Portal */
#news_container #news_container_body_extern
{	
	overflow-y: auto;
	overflow-x: hidden;
	height: 180px;
	/*width: 220px;*/
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px; 
	margin-left: 10px;
	
	padding-right: 0px;	
}


#news_container #news_container_body_extern ul 
{
	font-weight: bold; 
	margin-top: 0px;
	text-align: left;
}
#news_container #news_container_body_extern ul li
{
	color:#686868;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 2px;
	font-weight: normal;
	text-align: left;
}
/** END News Extern*/




/*------------------------------------------
 *	News Intern
 *----------------------------------------*/
#news_container #news_container_body
{
	/*margin-left: 5px;
	margin-right: 5px;*/
	margin-top: -30px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background:#fff;
	min-height:200px;
}

#newsContainerFrontend h2,
#news_container #news_container_body h2
{
	color: #7C7C7C;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	text-transform: uppercase;
	text-align: left;
}

#news_container #news_container_body h3 
{
	color: #7C7C7C;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
}

 
#news_container #news_container_body table.news
{
	border-spacing: 5px;
	border: 1px solid #E8E8E8;
	background: #FFFFFF;
	width: 99%;
	/*margin-top: 5px;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}


#news_container #news_container_body table.news tr
{
	width: 30%;
	text-align: justify;
	vertical-align: top;
}

#news_container #news_container_body table.news tr td
{
	background-color: #F6F6F6;
	padding-right: 10px;
	padding-left: 10px;
	/*padding-bottom: 10px;*/
	/*border: 1px solid black;*/
}


#news_container #news_container_body table.news tr td.headline,
#news_container #news_container_body table.news tr td.image
{
	background-color: #FFFFFF;
	width: 30%;
	text-align: left;
	vertical-align: top;
}

#news_container #news_container_body table.news tr td.image {background-color: #FFFFFF;}
#news_container #news_container_body table.news tr td.image img {width: 120px;}
#news_container #news_container_body table.news tr td.description {padding-top: 5px;}
#news_container #news_container_body table.news tr td.headline h4 {margin-top: 2px;}

#newsCreateAgencyList ul li,
#newsCreateMandantList ul li
{
	list-style-type: none;
}

/** END News Intern*/



/*------------------------------------------
 *	News Footer
 *----------------------------------------*/
#news_container #news_container_footer
{
	text-align: right;
	vertical-align: middle;
	width: 100%;
	margin-bottom:5px;
}


/*------------------------------------------
 *	News Backend
 *----------------------------------------*/
#newsList table.sortable tbody tr td img {cursor: pointer;}

/*#newsNavitaion {padding-left: 30px;}	
#newsNavigation ul 
{
	list-style: none;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 20px;	
	vertical-align: middle;	
}		
#newsNavigation ul li {padding-left: 18px; vertical-align: middle; height: 16px;}	
#newsNavigation li {cursor: pointer;}			
#newsNavigation li.activeNewsNavigation
{
	background: url("../img/bullet_blue.png") no-repeat;	
}	*/
	
table.separator {margin-bottom: 30px;margin-top: 20px; padding-left: 20px;}
table.separator tr td
{
	width: 800px;
	height: 5px;
	/*border-top: 1px solid black;
	background-color: #EBEEEF;	*/
}
	
#newsContent {padding-left: 20px; padding-bottom: 20px;clear:both;}
	
	
	
/*------------------------------------------
 *	News Documents Upload
 *----------------------------------------*/
#newsUploadFiles {padding-left: 20px; padding-top: 20px; padding-bottom: 10px;}
#newsUploadFiles table#listNewsDocumentTable {margin-bottom: 10px;}
#newsUploadFiles table#listNewsDocumentTable tfoot tr td {padding-top: 10px;}
#newsUploadFiles table#listNewsDocumentTable tbody tr td img {cursor: pointer;}

