/*Styles for yui table formatting.*/
table.yui 
{
	font-family:arial;   
    border-collapse:collapse;	
    border: solid 1px #7f7f7f;
	width: 100%;
}

table.yui td {	
	padding: 5px;
	border-right: solid 1px #7f7f7f;
}
table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color: #edf5ff;
}
table.yui th
{
    background: url('../../images/sprite.png') repeat-x 0px 0px;    		
	border: 1px solid #7f7f7f;
    padding: 5px;
	height: auto;
	cursor:pointer;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    background: url('../../images/bg.gif') no-repeat right 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('../../images/sprite.png') repeat-x 0px -100px;
}

table.yui .headerSortUp a 
{	
    background: url('../../images/asc.gif') no-repeat right 50%;
}
table.yui .headerSortDown a 
{    
    background: url('/images/desc.gif') no-repeat right 50%;
}

table.yui tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:#E1ECF9;
}

table.yui thead td
{
    vertical-align:middle;
    background-color:#E1ECF9;
    border:none;
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
}

.section
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 20px 0;
}

/*.section
{
	font-weight: 800;
	text-align: left;
	}

.section
{
	font-weight: 800;
	text-align: left;
}*/

.ptRadio input {
	padding: 0 2em 0 2em;
}

.ptRadioList 
{
	margin-top: -.125em;
}
.ptRadioList li, .ptRadioList label 
{
	position: relative;
	float: left;
	padding: 0 1em 0 1em;
}

div.ptFloatLeft 
{
	float: left;
}

div.ptGo
{

    position: relative;
    float: left;
    padding-left: 20px;
    margin-left: 200px;
}


.ptSearchButton
{
    margin-top: 5em;
}

.ptSmall
{
	width: 25%;
}

.ptMediun
{
	width: 50%;
}

.ptWide
{
	width: 70%;
}

.FontRed 
{
	color: #FF0000;	
	  
}

.heading
{
	padding-top: .5em;
	clear:both;

} 

.radioButtonListContainer
{
	margin-top: 1em;
	padding: .5 em;	
}

.radioButtonListContainer .radioButtonContainer
{
	display: block;
	float: left;	
	width: 22%;
	margin-right: 3%;
}

.radioButtonListContainer .radioButtonContainer input[type="radio"]
{
	clear: both;
	display: block;
	float: left;
	width: 1em;
}

.radioButtonListContainer .radioButtonContainer label {
	display: block;
	float: right;
	width: 90%;
	font-size: 0.9em;
	text-align: left;
	vertical-align: middle;
}

