/* CSS Document */

.label
{
	text-align: right;	
	font-weight: bold;
}

.form_input
{
	text-align: left;	
}

.ColoredList
{
	width: 476px;
	margin: 0 auto;
	border: 1px solid #CCC;
}

.ActualList div:hover
{
	background-color: #FF9 !important;
}

.ColoredList .Headline
{
	background-color: #88C7FF;
	font-weight: bold;
}

.ItemInList div, .Headline div
{	
	display: inline-block;
	zoom:1; 
	*display: inline; 
	_height: 100%;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.Headline div
{
	border-right: 0;	
}


.ItemInList .convdelegates_swimmer_id, .Headline .convdelegates_swimmer_id
{
	width: 50px;
	display: inline-block;
	text-align: center;
	zoom:1; 
	*display: inline; 
	_height: 100%;
}

.ItemInList .convdelegates_name, .Headline .convdelegates_name
{
	width: 250px;	
	text-align: center;
}

.ItemInList .convdelegates_lmsc, .Headline .convdelegates_lmsc
{
	width: 150px;	
}

.ItemInList 
{
	background-color: #FFFFFF;
	
}


