﻿#leftNavigation
{
	display: none;
}
#leftNavigationInformation
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 187px;
	float: left;
}


.alignRight
{
	float: right;
}


#positionList
{
	clear: both;
/*	min-height: 300px; 
	height: auto !important;  
	height: 300px; */
}

#positionList th
{
	padding-top: 0px; 
	padding-bottom: 3px;
	text-align: left;
}


#positionList .item td
{
	padding-top: 2px;  
	padding-bottom: 2px; 
}


#positionList .selected_row
{
	background-color: #FFFFCC; /* #FEFFD5; */
}

#positionList .selected_row td
{
	padding-top: 2px;  
	padding-bottom: 2px;  
}

#positionList .noPositions
{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#positionList a:link
{
	color: #6699CC;
	outline: none;
}
#positionList a:visited
{
	color: #6699CC;
	outline: none;
}
#positionList a:hover 
{
	/*color: #000000 ! important;*/
}
#positionList a:active
{
	color: #6699CC;
	/*outline: none;*/
}


