a:link     { color: #000080; text-decoration: none }
a:visited  { color: #000080; text-decoration: none }
a:hover    { color: #808080; text-decoration: none}

body {
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #000080;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

.TextArea  { 
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/textbox_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.Select { 
	font-family: Arial; 
	font-size: 8pt; 
	color: #000000;
	cursor: hand;
	border: 1px outset;
	border-color: #999999 #000000 #000000 #999999;
}

.Button {
	background-color: #E8E8E8;
	border: 1px inset;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	cursor: hand;
	border-color: #999999 #000000 #000000 #999999;
	height: 17px;
}

.TextBox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/textbox_shadow.gif);
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.HeadGrey   {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

HR.Large { color:#808080; height:5px; }
HR.Small { color:#808080; height:1px; }

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
	color: #AA0000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: normal; 
}

.NormalSmall
{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: normal; 
}

.NormalRed
{
    font-family: Arial;
    font-size: 11.5px;
	font-weight: normal;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: bold;
}

.NormalBoldRed
{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: bold;
	color: #ff0000;
}

.NormalBoldGrey
{
    font-family: Arial;
    font-size: 11.5px;
    font-weight: bold;
	color: #808080;
}


.NormalRedItalics
{
    font-family: Arial;
    font-size: 11.5px;
	font-style: italic;
	color: #FF0000;
}

.NormalIndented5 {
	text-indent: 5px;
	font-family: Arial;
	font-size: 11.5px;
	text-align: left;
	left: 5px;
}

.NormalIndented10{
	text-indent: 10px;
	font-family: Arial;
	font-size: 11.5px;
	text-align: left;
	left: 10px;
}

.ErrorText {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
	font-style: italic;
    color:Red;
}

.NavCell {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	background-color: #EFEFEF;
}

.NavHead {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
}

.separator {
	margin:auto; 
	border-top: 5px solid #999999; 
	border-bottom:0px; 
	border-right:0px; 
	border-left:0px;
	padding-bottom: 5px;
}
