/* CSS Document for PD pages*/

.highlight
{
 color:#000099;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*style for logo, shown at top of each page*/
.pdlogo
{
 margin-bottom:5px;
}

/* style for progress bar next and prev buttons */
.prognav a
{
 font-size:.9em;
}
.prognav a:link, .prognav a:visited
{

}
.prognav a:hover, .prognav a:active
{

}

/* style for buttons used to add items to the same page */
.addbutton
{
 border: 1px solid #000099;
 background-color:#FFF;
 color:#FF3300;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 margin-top: 6px;
 margin-bottom: 0px;
 width: 300px;
 CURSOR:pointer;
}

.formbutton
{
 border: 1px solid #333333;
 background-color:#660000;
 color:#fff;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 margin-top: 6px;
 margin-bottom: 6px;
 width: 130px;
 CURSOR:pointer;
}


/*style for buttons that submit data to a new page */
.submitbutton
{
 border: 1px solid #000099;
 background-color:#FFF;
 color:#000099;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 margin-top: 6px;
 margin-bottom: 6px;
 width: 300px;
 CURSOR:pointer;
}

/*style for buttons that remove data */
.delbutton
{
 border: 1px solid #FF3300;
 background-color:#FFF;
 color:#FF3300;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 width:18px;
 height:18px;
 CURSOR:pointer;
}

/*style for buttons that remove data */
.delbutton2
{
 border: 0;
 background-color:#FFF;
 color:#FF3300;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bold;
 /*width:18px;*/
 height:18px;
 CURSOR:pointer;
}


/*style for textbox input forms */
.textbox {font-family:Arial, Helvetica, sans-serif;
border: 1px solid black;
background-color:#E2E2E2;
}

.optkra {
font-family:Arial, Helvetica, sans-serif;
background-color:#E2E2E2;
font-size: .85em;
}

.handcursor{CURSOR:pointer}

.imgdelete {border:0;}

/*display help sections*/
.pdhelp
{
	background-color:#FFFF99;
	padding: 2px 6px 2px 0px;
	border: 0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.5em;
}

.checkbox /*this just centres a checkbox in ie */
{
 height:1em;
 border-top:2px solid #fff;
}
.main_title_red {
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}

.smalltext {
 font-size:11px;
}

