/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    font-family: Arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.EditHead   {
    font-family: Arial;
    font-size:  14px;
    font-weight: bold;
    color: #6487DC;
}

.Head   {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  18px;
    color: #525552;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}	
		
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Arial;
	}	

A:link	{	
	text-decoration:	underline;
	color:	#6487DC;
	font-size: 11px;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#6487DC;
	font-size: 11px;
	}	
		
A:active	{	
	text-decoration:	underline;
	color: Red;
	font-size: 11px;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	Red;
	font-size: 11px;
	}


A.Banner:link	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 11px;
	}	
		
A.Banner:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 11px;
	}	
		
A.Banner:active	{	
	text-decoration:	underline;
	color:	#ffffff;
	font-size: 11px;
	}	
		
A.Banner:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	font-size: 11px;
	}


A.Edit:link	
{
	text-decoration:	underline;
	color:	#6487DC;
	font-size: 11px;
	}	
		
A.Edit:visited	{	
	text-decoration:	underline;
	color:	#6487DC;
	font-size: 11px;
	}	
		
A.Edit:active	{	
	text-decoration:	underline;
	color: Red;
	font-size: 11px;
	}	
		
A.Edit:hover	{	
	text-decoration:	underline;
	color:	Red;
	font-size: 11px;
	}
	
/* background/border colors for the selected tab */
.TabBg 
{
    background-color: #edf2fc;
    border-color: #edf2fc;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #edf2fc;
    border-color: #edf2fc;
}

/* text style for the selected tab */
.SelectedTab {
    font-family:Arial;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family:Arial;
    font-weight: bold;
    font-size: 11px;
    color: #6487DC;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#6487DC;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#6487DC;
}

A.OtherTabs:active  {
	text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#000000;
}
