A:link, A:visited, A:active {
color: #D2647E;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}

.whitelink a:link, .whitelink a:visited, .whitelink a:active, .whitelink a:hover {
color: #fff;
}


a.whitelink:link, a.whitelink:visited, a.whitelink:active, a.whitelink:hover {
color: #fff;
}
TABLE,TD,TR,TH,UL,LI,P,DIV
{
	FONT-SIZE: 8pt;
	COLOR: #000;
	FONT-FAMILY: verdana;
        /*background-color: #FFF;*/
}

body {
   margin: 0px;
   padding: 0px;
   font-family: verdana;
}

HR
{
	COLOR: navy;
	HEIGHT: 2pt;

}
.mainheading
{
	FONT-SIZE: 11pt;
	COLOR: black;
	FONT-WEIGHT: bold;
}
.subtext
{
	FONT-SIZE: 6pt;
	COLOR: #616161;
        FONT-FAMILY: verdana;
}
.titlebar
{
	FONT-SIZE: 12pt;
	COLOR: white;
	BACKGROUND-COLOR: #68185E;
	FONT-FAMILY: verdana;
	FONT-WEIGHT: bold;
}
.datetime
{
	FONT-SIZE: 7pt;
	COLOR: white;
	BACKGROUND-COLOR: #68185E;
}

/* styles for specific things */
#loginsection {
   width: 450px;
   margin-left:auto;
   margin-right:auto; 
}

.secthdr {
   color: #D2647E;
   font-weight: normal;
   font-family: Trebuchet MS, sans;
   font-size: 18pt;
   text-align: center;
}
#admintbl {
	border-collapse: collapse;
}

#admintbl td, #admintbl th {
	border: 1px #666 solid;
	padding: 3px;
}

#admintbl th {
	text-align: right;
	background-color: #eee;
	color: #333;
}
#admintbl th.hdr {
	font-size: 11pt;
	text-align: center;
}

#admintbl tr.listhdr th {
	text-align: center;
}
.g_img {
	float: left;
	text-align: center;
	margin: 4px;
	background: #f6f6f6;
}
.g_img img {
	margin: 8px;
}


/* IASP v4.4 new site record layout styles */

.sitebox {
	display: none;
}

#sbox_0 {
	display: block;
}

.sitecontainer {
	padding: 16px 3px;
	border: 1px #aaa solid;
}

.siteheader {
	background: #eee;
	padding: 2px;
	border: 1px #aaa solid;
}

#sitetbl {
	border-collapse: collapse;
}

.siteheader a:link, .siteheader a:visited, .siteheader a:active {
	display: block;
	float: left;
	padding: 3px 8px;
	text-decoration: none;
	color: #444;
	background: #ddd;
	margin: 0 3px;
}

.siteheader a:hover, .siteheader a.on:link, .siteheader a.on:visited, .siteheader a.on:active {
	background: #444;
	color: #fff;
}

