/*------------------------------------------------------------------------------*/
/* SiteStyle.css																*/
/* ActiveCampus StyleSheet														*/
/* This file comprises all display styles for the ActiveAdmissions and 			*/
/*		ActiveAlumni V1.85 frontends											*/
/* Author:  	M. Dempster 8/29/00												*/
/* Modified: 	M. Dempster 7/26/02												*/
/* Copyright:	LiquidMatrix Corporation										*/
/*------------------------------------------------------------------------------*/

@import "/includes/SiteStyleAdvanced.css";

BODY 						{background-color:#ffffff; color:#000000; margin:0px;}
BODY, DIV, TABLE, TD, P 	{font-family:verdana,arial,helvetica,sans-serif; font-size:11px;}
/*A							{color:#184193;	text-decoration:none;}*/
A							{color:#0000FF;	text-decoration:none;}
A:hover						{text-decoration:underline;}
H1							{font-family:arial,helvetica; font-size:12px; font-weight:bold; color:#182170;}
HR							{background-color:#3B61A0; color:#3B61A0; height:1px; border:0px;}

/* ActiveCampus Basic component styles */
.AC-Error					{color:#FF0000; font-weight:bold;}
.AC-Alert					{color:#0000FF; font-weight:bold;}
.AC-Default					{font-family:verdana,arial,helvetica,sans-serif; font-size:11px;}

/* Global HTML Constructions */
div.row .requiredlabel 		{font-weight:bold;}
.required 					{font-weight:bold;}




