input, textarea, select 
{ 
	font-family:verdana; font-size: 8pt; 
}


td.table_1_title
{
  background-color: #444444;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
}

td.table_2_title
{
  background-color: #cccccc;
  font-weight: bold;
  color: #00316C;
  padding: 3px;
  text-align:justify;  
}


table.outerGrid
{
    background-color: #fff8dc;
    border-collapse: separate;
    border-width: 0px;
    border-style: solid;
    border-spacing: 4px;
    border-color: #777777;
    padding: 2px;   
    table-layout: automatic;
}

td.outerRow
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #99FF00;
    //height: 60px;
    width: 150px;
    border-width: 0px;
    border-style: dotted;
    moz-border-radius: 3px;
    border-color: #666666;
    padding-bottom: 6px!important;  
    padding: 1px;
    text-align: left;
    text-decoration: none;
}


table.innerGrid
{
    width: 150px;
    background-color: #FFFFFF;
    border-collapse: separate;
    border-width: 1px;
    border-style: solid;
    border-spacing: 3px;
    border-color: #EEEEEE;
    //table-layout: automatic;
    text-decoration: none;
    cursor:hand;
    cursor:pointer;
}

table.innerGrid:hover
{
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #f5f5f5;
    text-decoration: none;
}


td.innerRow
{
    font-family: Verdana, Helvetica, sans-serif;
    //width: 80%;
    font-size: 10px;
    color: #666666;
    border-width: 0px;
    border-style: dotted;
    border-color: #111111;
    border-spacing: 5px;
    padding-left: 5px;
    padding-right: 5px; 
    padding-top: 0px;   
    padding-bottom: 0px;    
    //text-align: left;
    text-decoration: none;
    cursor:hand;
    cursor:pointer;
}

td.thumbNail
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    //width: 20%;
    color: #DDDDDD;
    border-width: 0px;
    border-style: dotted;
    border-color: #111111;
    padding-left: 5px;
    padding-right: 5px; 
    //text-align: left;
    text-decoration: none;  
    cursor:hand;
    cursor:pointer;
}

img.thumbNail
{
    width: 130px;
    height: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto  
}

td.grid
{
    color: #BBBBBB;
}

a.grid
{
    color:#D9FF76;
}

a.grid:hover 
{
    color:#EDE6EE;
}

a.grid:visited
{
    color:#EDE6EE;
}


/***************************************************************************
 * Pagination
 ***************************************************************************/

.pagingDiv {
	background: #CCC;
	padding: 4px;
	font-weight: bold;
	text-align: right;
}
.pagingDivClear {
	padding: 3px;
	font-weight: bold;
	text-align: right;
}
.pagingDivClearTop {
	padding: 3px;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
}
.pagerCurrent {
	color: #000;
	background-color: #FFF;
	padding: 1px 3px;
	margin-right: 3px;
}
.pagerNotCurrent {
	color: #03C;
	padding: 1px 3px;
	margin-right: 3px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.searchFooterBox div {
	clear: both;
	text-align: center;
	font-size: 13px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.searchFooterBox div span.smallLabel {
	font-size: 14px;
}
