/*
Common CSS Styles
Description: Gray Monochrome
Author: jjones
Created: February 18, 2003
Last Modified: February 19, 2003 by jjones
Comments: Common styles are defined here (such as admin table) and included into individual stylesheets.
 */
 
 /* :::::Admin Navigation Style::::: */
#admin { background-color: #CCCCCC; background-image: url(images/adminTableBg.gif); background-position: top; background-repeat: repeat-x;  border: 1px solid #990000;  }
#spacing { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 5px; }
#adminText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a.admin { color: #990000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a.admin:link { color: #990000; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a.admin:hover { color: #666666; }

/* :::::Site Specific Edit Boxes::::: */
#siteEditBox { background-color: White;  border: 3px dashed #990000;  padding: 8px;  text-align: center;  }

/* :::::This defines how the edit pageType specifics look like */
table#edit { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/* :::::Alternating Row Colors::::: */
.trcolor { background-color: #F0F0F0; }
.trcolor1 { background-color: #FFFFFF; }
.trcolor0 { background-color: #F0F0F0; }

/* :::::Login Form Fields::::: */
.loginButton { border: 1px solid #999999; }
