﻿select, input
{
    	color: #7E8C97;
    	font-size: 8pt;
}

input.txt, select
{
    margin: 2px 0px 7px 0px;
}

input.txt 
{
    width: 100px;
}

input.txt2
{
    width: 200px;
}

h2, h3, p.pBold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: 10px;
    line-height: 1;
}

p 
{
    margin-left: 10px;
}

table.ResultsGrid
{
    border: solid 1px #d0d6dd;
    border-collapse: collapse;
    background-color: #f1f4f7;
    margin-left: 1px;
}

table.ResultsGrid tr.NormalRow td, table.ResultsGrid tr.AltRow td
{
    vertical-align: top;
    padding: 3px 5px 3px 5px;
    border: none;
    border-collapse: collapse;
    border-bottom: solid 1px #d0d6dd;
    font-size: 11px;
}

.HeaderRow
{
    background-color: #d0d6dd;
    background-image: url('../images/gridHeadFade.gif');
    background-repeat: repeat-x;
    color: #444444;
    font-size: 11px;
}

.HeaderRow th, .HeaderRow td
{
    padding: 3px 5px 3px 5px;
    border: none;
    color: #444444;
    font-size: 11px;
    border-bottom: solid 1px #d0d6dd;
    font-weight: normal;
    text-align: left;
}


.ResultsGrid .NormalRow:hover, .ResultsGrid .AltRow:hover
{
    background-color: #eeeeee;
}

tr.AltRow
{
    background-color: #ffffff;
    text-align: right;
}

tr.AltRow a
{
    padding: 0px 10px 0px 0px;
}

tr.NormalRow img
{
    width: 100px;
}

table.SingleGrid
{
    width: 100%;
}

table.SingleGrid td
{
    padding: 8px 10px 8px 10px;
    vertical-align: top;
}

table.SingleGrid h2
{
    padding: 0px;
    margin: 0px;
}

.Hightlight
{
    background-color: #dde7e9;
}

/* Paging buttons start */
ul.ulPages
{
    padding: 0px;
    margin: 5px 0px 10px 0px;
}

ul.ulPages li 
{
	list-style: none;
	display: inline;
	padding: 0px 3px 0px 3px;
}
ul.ulPages li a, ul.ulPages li span
{
    background-color: #dde7e9;
    border: thin solid #bbbbbb;
	padding: 2px 4px 2px 4px;
}

ul.ulPages li span 
{
    background-color: #f9fcfd;
    color: #6793b1;
}
/* Paging buttons end */

table.tableNoPadding 
{
    padding: 0px 0px 0px 0px;
}
table.tableNoPadding td 
{
    padding: 0px 0px 0px 0px;
}