/*-----------------------------------------------------------
This stylesheet controls all formal, non-layout aspects of the 
visual design prototype. Among the things it controls are
-body settings
-table background colords
-type font, size, weight, and style
-anchor behaviour


Note that not all elments in this stylesheet are used.
I have retained and noted unused elements in case they are 
handy in the future.
--------------------------------------------------------------*/




/*----BODY CONTROL--*/
	body { font-family:verdana,arial,geneva,helvetica,sans-serif; background-color:#FFFFFF; margin-top: 0pt; margin-left: 0pt; margin-right: 0pt;}
/*----END BODY CONTROL--*/


/*----TABLE CONTROLS--*/
	TD {}
	
	TD.infoboxheader {background: #CCCC99; color: #000000; }
	TD.adminheader {background: #ff9933; color: #000000; }
	TD.communityboxheader {background: #333366; color: #000000; }
	
	TD.topnav {background: #052439; color: #000000; }
	TD.sectionheads {background: #CCCCCC; color: #000000; }
	TD.leftNavLight {background: #e1e1e1; color: #000000; }

	
	TD.editbox {background: #ffcc00; color: #000000; }
	TD.forms {background: #e1e1e1; color: #000000; }
	TD.boxback {background: #e1e1e1; color: #000000; }
	
	TD.footer {background: #052439; color: #000000; }

	TD.banner {background: #DACE95; color: #000000; }
	TD.infobox {background: #ffffff; color: #000000; }
	TD.highlight {background: #ffffff; color: #000000; }
	TD.attachback {background: #e1e1e1; color: #000000; }
	
	TD.calendarheads {background: #e1e1e1; color: #000000; }
	TD.calendarborder {background: #CCCCCC; color: #000000; }
	TD.calendartoday {background: #ffffcc; color: #000000; }
	TD.calendarback {background: #FFFFFF; color: #000000; }
	
	TD.meetheader {background: #ffcc66; color: #000000; }
	TD.meetback {background: #ffffcc; color: #000000; }
	
	TD.lgray {background: #cccccc; color: #000000; }
	TD.gray {background: #666666; color: #000000; }
	
	TD.tableheader {background: #ffcc66; color: #000000; }
	TD.rowhighlight {background: #ffffcc; color: #000000; }
	
	/*----UNUSED TABLE CONTROLS--*/
	TD.green {background: #336666; color: #000000; }
	TD.dark_blue {background: #336699; color: #000000; }
	TD.brown {background: #996633; color: #000000; }
	TD.tan {background: #cccc99; color: #000000; }
	TD.editbuttons {background: #ffffcc; color: #000000; }
	
	/*----END UNUSED TABLE CONTROLS--*/
	
/*----END TABLE CONTROLS--*/





/*----ANCHOR CONTROLS--*/
	a {font-family:verdana,arial,geneva,helvetica,san-serif ;}
	a { color:#811919 ; }
	a { alink:#ff6600 ; }
	a { vlink:#336699 ; }
	a:hover { color:#ff0000 ; text-decoration: underline;}
	a.topnavigation  {  color: #811919; font-size: 10px; text-decoration: none;}
	a.topnavigation:hover  {  color: #811919; font-size: 10px; text-decoration: underline;}
	a.breadcrumblink  {  font-size: 10px; color=#000000; text-decoration: none;}
	a.breadcrumblink:hover  {  font-size: 10px; color=#811919; text-decoration: underline;}
	
	a.relatedLinks  {  font-size: 10px; }
	a.leftNavMain  {  font-size: 10px; font-weight:700;}
	a.leftNavSub  {  font-size: 10px; }
	a.footer  {  font-size: 10px; color: #FFFFFF}
	a.globalutility     { font-size: 10px;}
	a.navutility     { font-size: 10px; }
	a.commutility     { font-size: 10px; }
	a.commutilityadmin     { font-size: 10px; color : cc0000;}
	a.itemutility     { font-size: 10px; font-weight:700; }
	a.body     { font-size: 10px; }
/*----END ANCHOR CONTROLS--*/






/*----FONT CONTROLS--*/
	font {font-family:verdana,arial,geneva,helvetica,san-serif ; }
	
	.body {font-size:12px }
	.bodyfront {font-size:12px; line-height:16px }
	.bodybold {font-size:11px; font-weight:700 }
	
	.dates {font-size:12px }
	.dateHead {font-size:12px; font-weight:700 }
	
		.itemHead {font-size:12px; }


	
	.logo {font-family:helvetica,arial; font-size:30px; color: #277D95 }
	.tagline {font-size:11px; color: #000000; }
	
	.topnavpipe {font-size:11px; color: #FFFFFF; }
	.footer {font-size:11px; color: #000000; }
	.college {font-size:11px; color: #333333; }
	
	.pagehead   {font-family:helvetica,arial; font-size:20px; font-weight:700 }
	.communitysectionhead  {font-family:helvetica,arial; font-size:13px;  color: #ffffff;}
	.projectsectionhead  {font-size:11px;  font-weight:700; color: #6C755F;}
	.smallhead  {font-size:11px; color:#000000}
	.itemhead   {font-size:14px; color:#052439 }
	
	.breadcrumbfont {font-size:11px }
	
	.calendardate  {font-size:11px; font-weight:700}

	.feedback  {font-size:11px; color : 000000 }
	.error  {font-size:11px; color : ff0000; font-weight:700}
	.alert  {font-size:11px; color : ff0000}
	.required  {color : 009900 }
	
	.helpertext {font-size:11px; color : 333333}
	
	.metadatatext {font-size:11px; }
	.metadatalabel {font-size:11px; font-weight:700 }


/*----END FONT CONTROLS--*/

