/* BluesShark Style
This is common in all sites
no colors
*/


A.clearLink:link {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.clearLink:active {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.clearLink:visited {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.clearLink:hover {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}

A.medclearLink:link {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.medclearLink:active {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.medclearLink:visited {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.medclearLink:hover {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}

A.bigclearLink:link {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.bigclearLink:active {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.bigclearLink:visited {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}
A.bigclearLink:hover {font-weight:normal; color:#000000; text-decoration:none; cursor:text;}

/* Error, Warning, Sucess Styles */
/* Wrap error text with a single DIV tage with one of the following classes applied to it. */
.errorNote {background:#FFCCCC url('/images/e3/e3_anim_error.gif') no-repeat 5px 4px;color:#C00;border:1px solid #C00}
.warnNote {background:#FFFFCC url('/images/e3/e3_anim_warn.gif') no-repeat 5px 4px;color:#666600;border:1px solid #666600}
.successNote {background:#CCFFCC url('/images/e3/e3_anim_success.gif') no-repeat 5px 4px;color:#336600;border:1px solid #336600}
.errorNote, .warnNote, .successNote {padding:4px 3px 4px 22px;font-weight:bold;margin-bottom:10px;text-align:left}