/* 
    Document   : general
    Created on : May 18, 2010, 10:14:10 PM
    Author     : jared
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body		{
				margin: 0px;padding:0px;
				background-color: #F1EDEB;
		    }

a:link		    {	text-decoration:none;	}
a:visited	    {	text-decoration:none;	}
a:active	    {	text-decoration:none;	}
a:hover		    {	text-decoration:underline;  }

#flashMessage,#authmessage	{
								color:#FF7F00;
								font-size:14px;
								text-decoration:underline;
							}
							
#authMessage			{color:#FF0000;font-weight: bold;margin-bottom: 10px}
.error-message			{color:#FF0000;}


.positive							{	color:#32CD32;	}
.negative,.error,.error-message		{	color:#FF0000;	}
.attention							{	color:#FF7F00;	}