body {
 background-color: #d9dbdd;
}

/*a {
 color: #416186;
	/*text-decoration: none;*/
/*	}
	
a:hover {
 color: #FF8212;
}
*/

.border {
 border: 1px solid #416186;
}

table.site {
	background-color: #ffffff;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #444444;
}

td.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #444444;
}

td.smallleading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #444444;
}

td.smallestleading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #444444;
}

td.whitetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #ffffff;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416186;
/*	border: 1px solid #416186;*/
}

/*input.radiobutton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416186;
	border: 0px;
}*/

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #416186;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #416186;
}

/*inside menu*/
.menu {
	padding:0; 
	margin:5px 5px; 
	width:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2d5278;
	line-height: 1.2;
}

.menu li {
	list-style-type:none; 
	width:101px; 
	min-height:15px;
	height:auto;
	clear:both;
	}

.menu a, .menu a:visited {
	position:relative;
	display:block; 
	width:101px; 
	min-height:15px; 
	height:auto;
	border-style:none; 
	background-color:#a3bed4; 
	color:#2d5278; 
	padding-left:5px; 
	padding-top:4px; 
	padding-bottom:4px; 
	text-decoration:none;
	text-align:left;
	}

.menu a span, .menu a:visited span {display:none;}

.menu a:hover {
	color:#2d5278; 
	width:101px;
	background-color:#ffffff; 
	border-style:none;
	text-decoration:none;
	}

.menu a:hover span {
	position:absolute; 
	display:block; 
	left:-6px; 
	top:6px; 
	width:0px;  
	border-left:6px solid #e57842; 
	border-top:6px solid #a3bed4; 
	border-bottom:6px solid #a3bed4; 
	font-size:1px; 
	line-height:0;
	}


.menu .selected
{
	position:relative;
	display:block; 
	width:101px; 
	min-height:15px; 
	height:auto;
	border-style:none; 
	background-color:#ffffff; 
	color:#2d5278; 
	padding-left:5px; 
	padding-top:4px; 
	padding-bottom:4px; 
	text-decoration:none;
	text-align:left;
	}

.selectedspan {
	position:absolute; 
	display:block; 
	left:-6px; 
	top:6px; 
	width:0px;  
	border-left:6px solid #e57842; 
	border-top:6px solid #a3bed4; 
	border-bottom:6px solid #a3bed4; 
	font-size:1px; 
	line-height:0;
	}

/*end inside menu*/


.textbox
{
	font-size: 9pt;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman';
	height:18px;
	width:130px;
	/*background: url(images/textBoxbg_10.jpg) no-repeat;*/
	border: solid 1px blue;
	color:Navy;
	font-weight:bold;
	padding-left:2px;
	
}

.copy
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, 'Times New Roman';
	color:#000000;
}

.smallcopy
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, 'Times New Roman';
	color:#000000;
}

.smallcopy a, smallcopy a:visited
{
	
	/*text-decoration:underline;*/
	color:#626264;
	/*padding:2px 2px 2px 2px;*/
}

.smallcopyred
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, 'Times New Roman';
	color:red;
}
#loginleft 
{
	/*float:left;
	margin-right:10px;*/
	text-align:left;
	margin-left:20px;
	margin-top:10px;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#1563a8;
	font-weight:bold;
    text-decoration:none;
    border:none;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:25; color: #f5b345;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:0;
	width:207px;
	color: #000000;
    text-align: left;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
	text-decoration:none;
	
}
a.tt:hover span.top{
	display: block;
	/*padding: 2px 2px 0;*/
	width:207px;
	height:32px;
	background: url(http://www.ppha.com/images/bubbleTop_03.gif) no-repeat;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	width:207px;
	padding-left:10px;
	background: url(http://www.ppha.com/images/bubbleMiddle_06.gif) repeat-y; 
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	width:207px;
	height:19px;
    background: url(http://www.ppha.com/images/bubblebottom_08.gif) no-repeat;
}
a.tt:hover span.content{ 
	display: block;
	width:198px;
	font: 12px Arial,Verdana;
	font-weight: bold;
	text-decoration:none;
}

/*end bubble tooltip*/

