/*These styles are required by the system. The attributes can be modified, but these classes must remain. */
/* Global styles */

body { 
	text-align: center; 
	color: #333;
	background-image: url('/views/theme/raft/images/body.jpg'); 
	background-color:#fff;
	background-repeat:repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


span {}
p, ul, p a, {font-family: Arial, Helvetica, sans-serif}
p{padding:0px auto 5px 0px}



/* Heading styles */

h1, h2, h3, h4, h5{font-family:Arial, Helvetica, sans-serif color: #000;  font-weight:bold;margin:0 0 5px;text-decoration: none; }

h1 {font-size: 1.85em;}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: underline; }
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; }
h1 a:hover {color: #00A2FF; text-decoration: none; }
h1 a:hover span {color: #333; text-decoration: none; }

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {font-size: 1.65em; line-height: 1.45em;color: #333; } 


h3 {font-size: 1.45em;  }
h4 {font-size: 1.2em; ;}
h5 {font-size: 1em; } /* appears like bold paragraph text */







table{margin: 0 }
img {border:0;}
form{margin:0;padding:0;}


a {color: #000000; text-decoration: underline} 
a:link {color: #000000; text-decoration: underline}
a:hover {color: #000; text-decoration: none}

/*this pad gets used in th econtent div -- it has 35pcx top because of the h1 class=podHeader above it*/
.pad{padding:15px 10px 10px 10px;}
.label{font-size: 11pt; color: #000;padding-right:25px;}
.note{font-size: 8pt; color: #000;}
.tiny{font-size: 7pt;}

#alert{margin:0 5px 10px 5px; padding:5px; border: 2px dashed #FF0000;}
#alert ul,#alert ul li{list-style-type:none;margin:0;padding:0;}
#alert ul li{width:auto;margin:0 5px;text-align: left;font-size: 10pt}

#info{margin:0 5px 10px 5px; padding:5px; border: 2px dashed #00FF00;}
#info ul,#alert ul li{list-style-type:none;margin:0;padding:0;}
#info ul li{width:auto;margin:0 5px;text-align: left;font-size: 10pt}

div#console {border: 1px dashed #DDD; 	text-align:right; 	padding:3px 0 0;	 margin:0;}

#newstitle {font-weight:bold;color: #E2144A;padding:0px;}
#newscontent {padding:0px 10px 10px 10px;}