
/*This CSS is to be used for screen display, primarily.
?Novusweb Corporation. All Rights Reserved.
*/
body        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ebffeb; margin: 4px 0 0 }

p { }
td /* Use for table cells since CSS many times doesn't transcend the td tag. */   {
	font-size:  10px;
	font-family: Verdana, Arial, Helvetica, sans-serif }
ul { list-style-type: circle; margin: 1em 0 1em 2em }
tt /*  Courier type face for teletype tag.  */  { font-size: 10px; font-family: "Courier New", Courier, Monaco, monospace }
.serif /* Use for serif type needs. */  {
	font-family: Georgia, "Times New Roman", Times, serif }

.sanserif /* Use for san-serif font needs. */  {
	font-family: Verdana, Arial, Helvetica, sans-serif }
.reverse /* Use for white type on a colored background. */   { color: white }
.errormessage   { color: #900; font-family: Verdana, Arial, Helvetica, sans-serif }
.smallnoticecenter { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif }
.smallitalics { font-size: 85%; font-style: italic }
.smallreverse { color: #fff; font-size: 85% }
.smalltext { font-size: 85% }
.raquolarge { color: #c93; font-size: 12px }
.heading2 { color: #c93; font-size: 12px; font-weight: bold; text-transform: uppercase }
/*<agl.folder "Calendars">*/
	.cal_title {
		color: #fff;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: #c93 ;
		text-align: center;
		padding: 2px; }
	.cal_dateplain { color: #000; font-size: 9px }
	.cal_cell {
		font-size: 9px;
		background-color: #fff ;
		text-align: center;
		padding: 2px; }
	.cal_border { background-color: #c93 }
	.cal_dateemph {
		color: #900;
		font-size: 9px;
		font-weight: bold ;
		background-color: #fff;
		text-align: center; }
	.cal_heading {
		color: #000;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: #e2ce92 ;
		text-align: center;
		padding: 2px; }
	.cal_table {
		background-color: #fff;
		width: 232px;
		border: solid 1px #c93; }

/*</agl.folder>*/
/*<agl.folder "Wireframe">*/
	.wireframeinstruction { color: #666; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; background-color: #fff }
	.wireframeconditional { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffc }
	.wireframeTD { color: #666; background-color: #ddd }
	.wireframecontent { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff }
/*</agl.folder>*/
/*<agl.folder "Links">*/
	a:link /*  Link tag - no underline.  */  { color: #000 }
	a:visited /*  Visited link tag - no underline.  */  { color: #000 }
	a:hover /*  Hover link, underlined.  */  { color: #666; text-decoration: underline }
	a:active /*  Active link with underline.  */  { }
/*</agl.folder>*/
/*<agl.folder "Forms">*/
	input /*  Use for form input fields.  */    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
	textarea /*  Use for form textarea fields.  */    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
	option /*  Use for drop-down menu lists in select tags.  */    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
	select   { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
/*</agl.folder>*/
/*<agl.folder "Themes">*/
	.accent_dark { background-color: #c93 }
	.accent_light { background-color: #e2ce92 }
/*</agl.folder>*/


