

/* PAGE BACKGROUND */
/* background color for the header at the top of the page blue */
.HeadBg {
    background-color: white;   
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    

}

.FormValue    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: black;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
.formcaption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: Verdana
}
.HighLiteCaption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    background-color:#333333;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}
.normal    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: normal;
    color: black;
}

.footer-text   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: normal;
    color:Silver;
}
.errormsgs    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:bold;
    color: red;
}
.bigerrormsgs    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: red;
}
.ItemMessage    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: Red;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
   



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}
/*************************************
Copy From MyCardex_Style
*************************************/
a {color:#000099; font-size:12px; font-weight:bolder;}
a:link {color:#000099; font-size:12px; font-weight:bolder;}
a:visited {color:#000099; font-size:12px; font-weight:bolder;}
a:hover {color:#000099; font-size:12px; text-decoration:none; font-weight:bolder;}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #cccc99;
    height:1pt;
    text-align:left
}

.xrxformcaption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #3355ff;
    FONT-FAMILY: Verdana
}
.xrxformcaption2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana
}
.xrxformcaption3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: green;
    FONT-FAMILY: Verdana
}
.xrxformcaption4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: red;
    FONT-FAMILY: Verdana
}
.xrxformcaption5
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000099;
    FONT-FAMILY: Verdana
}
.xrxformcaption6
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ff7700;
    FONT-FAMILY: Verdana
}
.xrxformcaption7
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #001994;
    FONT-FAMILY: Verdana
}
.xrxformcaption8
{
    FONT-SIZE: 11px;
    COLOR: #000099;
    FONT-FAMILY: Verdana
}
.xrxformheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000099;
    FONT-FAMILY: Verdana
}
.xrxformheader2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #ff7700;
    FONT-FAMILY: Verdana
}
.xrxformheader3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: red;
    FONT-FAMILY: Verdana
}
.xrxformheader4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #3355ff;
    FONT-FAMILY: Verdana
}
.xrxformheader5
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana
}
.xrxformspacer
{
    HEIGHT: 1px;
    BACKGROUND-COLOR: black
}
.xrxtextbox
{
}
.xrxregtext
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, 'Verdana Ref'
}

.button1 
{
		BORDER-RIGHT: #00000 1px solid; 
		BORDER-TOP: #00000 1px solid; 
		FONT-WEIGHT: bold; 
		BORDER-LEFT: #00000 1px solid; 
		WIDTH: 150px; COLOR: #333333; 
		BORDER-BOTTOM: #00000 1px solid; 
		HEIGHT: 24px; 
		/*BACKGROUND-COLOR: #CEC995; */
		BACKGROUND-COLOR:FAF8B9;
		TEXT-ALIGN: center }


.regtext { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Verdana }

.tdclick
{
	border-style:double;
		BORDER-RIGHT: #00000 2px solid; 
		BORDER-TOP: #00000 2px solid; 
		BORDER-LEFT: #00000 2px solid; 
		BORDER-BOTTOM: #00000 2px solid; 
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}
.tdnormal
{
	border-style:none ;
	font-weight:normal;
	font-style:normal ;
	font-size:11px;
}
INPUT.submit
{
		BORDER-RIGHT: #00000 1px solid; 
		BORDER-TOP: #00000 1px solid; 
		FONT-WEIGHT: bold; 
		BORDER-LEFT: #00000 1px solid; 
		WIDTH: 150px; COLOR: #333333; 
		BORDER-BOTTOM: #00000 1px solid; 
		HEIGHT: 24px; BACKGROUND-COLOR: #CEC995; 
		TEXT-ALIGN: center 
}
.DGButton
{
		BORDER-RIGHT: #00000 1px solid; 
		BORDER-TOP: #00000 1px solid; 
		FONT-WEIGHT: bold; 
		BORDER-LEFT: #00000 1px solid; 
		WIDTH: 100px; COLOR: #333333; 
		BORDER-BOTTOM: #00000 1px solid; 
		HEIGHT: 24px; 
		BACKGROUND-COLOR: e3ddf9; 
		TEXT-ALIGN: center 
}
.CartListHead 
{
 background-color:#e3ddf9;
 font-weight:bold;
 text-decoration:underline;
 font-family: Verdana, Helvetica, sans-serif;
 font-size:10px;

 }

.CartListFooter
{
 background-color:#e3ddf9;
 font-size:10px;

 }
 
.CartListItemAlt
{
	background-color:PaleGoldenrod;
	font-size:10px;
}
.CartListItem
{
	background-color:#ffffdd;
	font-size:10px;
}
	
.CartListPager
{
	background-color:#e3ddf9;
	font-weight:bold;
	font-size:10px;
}
.CartListSelected
{
	background-color:Aqua;
	font-size:10px;
	font-weight:bold;
}
.RowColor
{
	background-color:#ffffdd;
	text-decoration:none;
	font-size:10px;
}
#ToolTip
{
	position:absolute; 
	width: 100px; 
	top: 0px; 
	left: 0px; 
	z-index:4; 
	visibility:hidden;
}
.Font_FI
{
	font-family:Verdana;
	font-size:9px;
}
.ActiveInputControl
{
	background-color: #e3ddf9;
	color: Yellow;
	font-weight: bold;
}
.TR_Display_Form
{
	background-color:"#fafad2";
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana
}
.submenu
{
OVERFLOW: auto; 
/*HEIGHT: 150px;*/

}
/*****************************************************
	General Font
*****************************************************/
.Font_General
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
/****************************************************
	 Tree View Style 
****************************************************/
.TreeSelectedNode
{
	background-color:#FFFFC0;
	border-color:Red;
	border-bottom-style:double;
}
.TreeParentNode
{
	 background-color:#FFFFC0;
	 border-bottom-style:solid;
	 border-bottom-color:GrayText;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

