/******************** global styles ********************/
body
{
	margin: 30px;
	background: #ffffff;
}

body, td, p, ul, label, blockquote
{
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}

table {
    padding-right:20px;
}

p
{
	color: #38393c;
	margin: 0 0 20px;
}

ul
{
	margin: 0 0 20px;
	padding: 0;
	list-style-image: url(/images/common/bullet.gif);
}

li
{
	color: #38393c;
	margin: 0 0 0 20px;
	padding: 0;
}

a 
{
	color: #336699;
	text-decoration: underline;
}

form 
{
	margin: 0;
}



/******************** content styles ********************/
#content 
{
	border-bottom: dotted 1px #afafaf;
	margin: 25px 0 11px;
}

.subsection
{
	clear: left;
}

.subsection .button img
{
	margin: 0 30px 15px 0;
}

#content .contenttable {
	padding-left:15px;
	margin: 0 0 5px 0;
}




/******************** title styles ********************/
#title
{
	border-top: dotted 1px #afafaf;
	padding: 38px 0 37px;
	margin-top: 15px;
}

#title h1
{
	font-size: 30px;
	line-height: 37px;
	margin: 0;
}

#title p 
{
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #58595c;					/* LIGHT GRAY */
	margin: 17px 0 3px;
}



/******************** toolbar styles ********************/
.toolbar
{
	border-top: dotted 1px #afafaf;
	padding-top: 4px;
	margin: 0 0 41px;
}

.toolbar p
{
	font-size: 11px;
	line-height: 15px;
	color: #58595c;			/* LIGHT GRAY */
}

.toolbar ul
{
	margin: 0 0 0;
	padding: 0;
	float: right;
	margin-right: -8px;
}

.toolbar ul li
{
	list-style-type: none;
	display: block;
	float: left;
	background: none;
	font-size: 11px;
	line-height: 15px;
	padding: 0 8px;
	border-left: dotted 1px #afafaf;
}

.toolbar ul li.borderless
{
	border: none;
}

.toolbar ul ul
{
	float: none;
	margin: 0 0 0 -6px;
}

.toolbar ul ul li
{
	border: none;
	padding: 0 0 0 6px;
}

.toolbar .date
{
	padding-right: 8px;
	border-right: dotted 1px #afafaf;
	margin-right: 8px;
}

.toolbar .location
{
	padding-left: 8px;
	border-left: dotted 1px #afafaf;
	margin-left: 8px;
}

.toolbar .byline
{
	margin-top: -16px;
}

/******************** TABLE ********************/

table.tab-table th, table.tab-table td
{
    border:1px dotted #afafaf;
   border-right:0;
   border-bottom:0;
   padding:10px;
   vertical-align:top;
   /*width:33%;*/ /*ASR commented out as a test 6/8/2010*/
}

table.tab-table th.first, table.tab-table td.first
{
    border-left:0;
}

table.tab-table td.last
{
    border-bottom:1px dotted #afafaf;
}


/******************** RESULTS TABLE ********************/
table.results
{
	margin: 5px 0;
	border-collapse: collapse;
	border-bottom: dotted 1px #afafaf;
	*border-right: solid 1px #ffffff;	/* hack to remove right-hand border in IE - Firefox uses the colgroup for borders */
	/**width: 601px;*/
}

table.results td
{
	height: 30px;
	border-top: dotted 1px #afafaf;
	padding: 15px 15px 1px;
	line-height: 1.67em;		/* 20pt */
	color: #38393c;				/* GRAY */
	*border-right: dotted 1px #afafaf;
    
}

table.results p
{
	font-size: 1.0em;
	line-height: 1.67em;		/* 20pt */
	margin-bottom: 12px;
}

table.results th
{
	border-top: dotted 1px #afafaf;
	height: 30px;
	line-height: 1.16em;		/* 14pt */
	font-weight: bold;
	color: #38393c;				/* GRAY */
	*border-right: dotted 1px #afafaf;
	vertical-align: top;
}

table.results th a
{
	color: #38393c	!important;		/* GRAY */
	display: block;
	padding: 8px 15px 9px 15px;
	margin-right: 10px;
	background-position: 100% 11px;
	background-repeat: no-repeat;
    text-align:left;
}

* html table.results th a
{
	height: 1px;
}

table.results .border
{
	border-right: dotted 1px #afafaf;
}

table.results .popupclose {
    width: 20px;
}
  
