/**********************************************************************
	Filename: intranet.css
	Project:  Arbor Park Village Resident Training Administration
	
	Global style-sheet for Administration used on all pages throughout
	the site.
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0;  background-color:#ffffff; }

/* Assign font and color to the general styles */
font, th, td, p, body, span, div,textarea { font-family:Times, Times New Roman,serif; color:rgb( 0, 0, 0 ); font-weight:bold; font-size:16px;}
h1,h2,h3,h4,h5 { font-family:Times, Times New Roman,serif; color:rgb( 33, 99, 33 ); }
h1 { font-size:22px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}

/* General link formatting */
a { text-decoration:none; color:rgb( 0,0,0 ); }
a:hover { text-decoration:underline; }

/* Default horizontal rule */
hr { height:1px; color:rgb( 0, 0, 0 );}

/* Classes */
.adminnav { font-family : Arial,Helvetica; font-weight : bold; font-style : normal; font-size : 11pt; color : rgb( 0,0,0 ); text-decoration: none; }
.adminnav:hover { text-decoration:underline; }
.tblhdr { color:#ffffff; background-color:#336633; }
.tbld0 { color:#000000; background-color:#ccd0cc; }
.tbld1 { color:#000000; background-color:#ccddcc; }
.tblf { color:#000000; background-color:#ccd0cc; }
.tbll { font-weight:bold; color:#000000; background-color:#ccddcc; }
.error { font-weight:normal; font-style:italic; }
.course { font-size:18px; font-weight:bold; color:rgb( 33, 99, 33 ); }
.module { color:rgb( 0, 0, 0 ); font-weight:normal; font-style:italic; font-size:16px;} 
.completed { color:rgb( 0, 0, 0 ); font-weight:normal; font-size:16px;} 