/*  This CSS file includes all general use style of PiNation*/
BODY {
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#660000;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#660000;
	font-weight:bold;
}

#NAVBAR a.menu:link, a.menu:visited, a.menu:active {
/*
  font-family:Courier New, Courier, mono;  
  font-size:10pt;
*/  font-weight:bold;
  text-decoration:none;
  cursor:pointer;
  
}

#NAVBAR a.menu:hover {
/*
	font-family:Courier New, Courier, mono;  
	font-size:10pt;
	*/
	  font-weight:bold;
	  background-color:#FFFFCC;
	  text-decoration:none;
	  cursor:pointer;
	  
}


#NAVBAR .shadow { position: relative; left: 1px; top: 1px; color: #CCCCCC; }
#NAVBAR .text { position: absolute; left: -2px; top:-1px;}

#CONTENT .title {
	color:#000099; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
/*	padding:15px; */
/*	line-height:300%; */
}

#CONTENT .button {
  background: url(/images/gd_bar.jpg) repeat-x;
  height:20px;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align:middle;
  cursor: pointer;
  width:105px;
}


#TOOLSLIST .toolstitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
}

#LOGINBOX .loginhead {
  text-align: center;
  background: url(/images/gd_bar.jpg) repeat-x;
  font-family: Arial, Helvatica, sans-serif;
  font-weight:bold;
  height:25px;
  vertical-align:middle;
  text-transform: uppercase;
}

#LOGINBOX TD {
  vertical-align:middle;
  padding: 3px;
  font-size:10pt;
  font-family:Arial, Helvetica, sans-serif;
}

#LOGINBOX .fldText {
	width:100px; 
	border:1px solid #CCCCCC;
}

#LOGINBOX .loginButton {
	width:80px;
	background: url(/images/gd_bar.jpg) repeat-x;
	cursor:pointer;
}

.formhead {
	font-weight:bold;
}

.remarks {
	font-size:8pt;
	font-style:italic;
}