/*
   Admin CSS Definitionen für die Liste
*/

#tvTip { width: 449px; }

* html #tvTip { width: 446px; }

.List_Row  td	
{
	background-color:#FFFFFF;
	padding: 3px;
}

.List_Header
{
	background-color: #CCCCCC;
}


.List_Header th
{
	padding-bottom: 3px;
}

#editForm, #ListForm 
{
	background-color: #FFFFFF;
	border: 1px solid #D6D6D3;
	padding-top: 10px;
	padding-bottom: 15px;
}


#ListForm Table
{
	background-color: #D6D6D3;
	border-color: #D6D6D3;
	border: 2px solid #D6D6D3;
	width: 400px;	
}

#AdminSearchBox
{
	background-color: #D6D6D3;
	border: 1px solid #8F8D8D;	
	padding: 5px;
	margin: 5px;
}

/********************************************  
	View Control 
********************************************/

Table.tvTipListFeatured
{
	/*width: 449px;*/
	border-top: 1px dotted #424343;
	border-right: 1px dotted #424343;
	border-bottom: 0px none;

}

Table.tvTipList
{
	/*width: 449px;*/
	border-top: 1px dotted #424343;
	border-right: 1px dotted #424343;
}

Table.tvTipListFeatured tr td
{
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 6px;
	
}


Table.tvTipList tr td
{
	border-bottom: 1px dotted #424343;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 6px;
	
}

Table tr td.TVitemleft  
{
	border-right: 1px dotted #424343;
	width: 215px;
	/*width: 215px;	*/
}

Table tr td.TVItemAlternating
{
	padding-left: 5px;
	/* width: 225px;	*/

}

.TVItemAlternating  div.content_list-details
{
   margin-right: 0px;
}
.TVItemAlternating img
{
	margin-right: 10px;
}

.content_list-details {
	font-weight: bold;
	color: #52534b;
	width: 100px;
	min-height: 90px;
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

* html .content_list-details 
{
	width: 100px;
	height: 90px;
}

#tvTipItemContent
{
	/*padding-right: 9px;
	padding-top: 4px;

	padding-bottom: 8px;*/
}

#TVTIPheader 
{
	margin-bottom: 5px;
}

#TVTIPheader span
{
	font-size: 14px;
	color: #372f23;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
}

#content_box_fw {
	color: #52534b;
	/*width: 440px;*/
	padding-bottom: 10px;
}

/*
#content_box_fw .normalbold{
	color: #52534b;
}*/

#tvTip .normalbold{
	color: #52534b;
}


#content_box_fw img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


#content_box_fw p
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tvLogo
{
	float: left;
	width: 100px;
	height: 90px;
	margin-bottom: 9px;
}
