﻿html
{
    /*font:11px Arial,Serif;
    color:White;
    background-color:#336699;*/
}

p 
{
    text-align: center; 
}

a
{
	/*color: White;*/
	color:#365ebb;
	text-decoration: none;
}

table
{
	width:100%;
	border:none;
	
	/*border-collapse:collapse;background-color:#1d96cb;border:solid 1px #CCCCCC;*/
}

th
{
	background-color: #cfe1e6;
	color:#000000;
	text-align:left;
	padding:2px;
}
th a{
	color:#000000;
}

tr
{
	text-align:left;
}
td{
	padding:2px;
	border:none;
}

.button
{
	/*background-color: #6096ca;
	color:White;*/
}

.altrow
{
	background-color: #e5f1f4;
}

.content
{
    margin:auto;
    width:99%;
}

.downloadlink
{
	font-weight:bold;
	color: Red;
}

.helptext
{
	background-color:Red;
	color: White;
}

#TypeOfSearchDiv, #NormalSearchDiv
{
	width:950px; 
   /* margin:5px;padding:10px;*/
    margin:10px 0px;
    /*background-color:#1d96cb;
    put a full width pill box shape around this*/
    background:url(../../App_images/background/resultsPaneFooter.gif) no-repeat bottom left;
    padding-bottom:10px;
}
#TypeOfSearchDiv h3, #NormalSearchDiv h3, #ResultsDiv h3{
	background:url(../../App_Images/background/resultsPaneHeader.gif) no-repeat top left;
	padding:10px;
}


/*{
    margin:5px;
    width:950px; 
    padding:10px;
    background-color:#1d96cb;*/
    /*full width panel much like above with stretch 
}*/

/*#ResultsDiv
{
    background:url(../../App_Images/background/resultsPaneHeader.gif) no-repeat top left;
	padding:10px;
    margin:2px;
    padding:2px;
    background-color:#336699;
    full width panel much like above with stretch
}*/
#ResultsDiv{padding:0px;}
#ResultsGrid td{border:0px solid; border-collapse:collapse; display:table-cell; padding:2px; }
#ResultsGrid th{border:none; display:table-cell; padding:2px;}
#ResultsGrid{border:none;width:auto; margin:0 auto;}
#ResultsGrid td a{color:#000000;}
select{width:auto;}

