﻿/* 	PHD CSS; DEVELOPED 1-JUL-2008    
   	LAST MODIFIED: 1-AUG-2008			*/

/*
	PHD PUBLIC SITE >>NEW<< COLORS:
	DARK BROWN:		#993300;
 	TAN:			FC9000;
 	OFF WHITE:		FFF2E5;
 	LT TEAL:		6ED09F;
 	DK TEAL:		3BB377;
    NEW 2015 COLORS:
    VIOLET:         #5B6580
    PURE WHITE BK:  #FFFFFF
    LOGO BLUE:      #003366
*/

/********* MASTER STYLES **********/									
#wrapper
{	
	margin:0 auto 0 auto;
	width:1080px;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}
body {
	margin:0 auto;
	padding:0;
	width:1080px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFFFFF url(../images/body-bkgnd_2.gif) repeat-y center top;
	}
h1 {
	margin:10px 0 20px 0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	line-height:normal;
	font-weight:bold;
	color:#5B6580;
	}
h2 {
	margin:0;
	padding:16px 0 0 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	}
h3 {
	margin:12px 0 3px 0;
	padding:0 0 3px 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	border-bottom:1px solid DimGrey;
/*	background-color:#eee; */
	}
/* H4 and H5 are used in the Site Index files only */
h4 {
	margin:8px 0 10px 0;
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	border-bottom:1px solid #5B6580;
	}
h5 {
	margin:0;
	padding:16px 0 8px 0;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	}
h6 {
	margin:0;
	padding:12px 0 0 0;
	font-size:13px;
	line-height:normal;
	font-weight:bold;
	color:#5B6580;
	}
p	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:6px 0 6px 0;
	padding:0;
	}
.smaller {
	font-size:11px;
	line-height:14px;
	}
img {
	border:none;
	}
/********** HEADER **********/
#header
{	/* graphic contains PHD logo and title */
	margin:0;
	padding:0;
	background:#5B6580 url(../images/PHD-logo-small.gif) no-repeat top left;
	width:100%;
	height:80px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.title1
{
	margin:0;
	padding:14px 0 0 100px;
	font-size:2.3em;
	line-height:normal;
	font-weight:bold;
	color:#ffffff;
}
.titleRule
{
	margin:4px 0 7px 100px;
	padding:0;
	border-bottom:2px solid #ffffff;
}
.title2
{
	margin:0;
	padding:0 0 0 100px;
	font-size:1.5em;
	line-height:normal;
	font-weight:normal;
	color:#ffffff;
}
.linkheader a:link
{
	color:#5B6580;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
	text-decoration:none;
}
.linkheader a:hover
{
	color:#5B6580;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.linkheader a:visited
{
	color:#5B6580;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#nav
{
	padding: 2px 0 0 0;
	width:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid DimGrey;
}
#nav a:link
{
	color:#003366;
	font-size:14px;
	font-weight: normal;
	line-height:150%;
	text-decoration:none;
}
#nav a:visited
{
	color:#003366;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
}
#nav a:hover
{
	color:#003366;
	font-size:14px;
	font-weight: normal;
	text-decoration:underline;
}
/********** MAIN *********/
#main
{
	background-color:#FFFFFF;
}
#main a, #main a:visited
{
	color:#003366;
	text-decoration:none;
	line-height:140%;
}
#main a:hover
{
	color:#003366;
	text-decoration:underline;
	line-height:140%;
}
.MainLabel
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}
/********** FOOTER **********/
#skipfooter {
	display:none;
	}
#footer {
	margin: 0;
	padding:8px 0 0 0;
	float:left;
	clear:both;
	position:relative;
	font-size:11px;
	text-align:center;
	width:100%;
	color:#ffffff;
	background-color:#5B6580;
	}
#footer a:link, a:visited {
	color:white;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#copyright {
	margin: 0;
	padding:8px 0 0 0;
	float:left;
	clear:both;
	position:relative;
	font-size:11px;
	text-align:left;
	width:1080px;
	color:#999999;
	background-color:#FFFFFF;
	border-bottom:1px solid #003366;
	}
/********** MISC **********/
.resulttitle
{
	color:#003366;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	line-height:150%;
}
.resultgrid
{
		/*width:70%;*/
        background-color: #ffffff;
        margin: 5px 5px 10px 5px;
        border: solid 1px #525252;
        border-collapse:collapse;
}
.resultgrid th
{
        padding: 4px 2px;
        color:#FFFFFF;
        background: #003366 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.2em;
}
.resultgrid td
{
        padding: 4px 7px 2px 7px;
        border: solid 1px #c1c1c1;
        color: #717171;
}
.resultgrid .alt { background: #FAF0E6 url(grd_alt.png) repeat-x top; }
/*
.resultgrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.resultgrid .pgr table { margin: 5px 0; }
.resultgrid .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
}
.resultgrid .pgr a { color: #666; text-decoration: none; }
.resultgrid .pgr a:hover { color: #000; text-decoration: none; }
*/


