/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 19px;
	text-decoration : none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

.NormalBold
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	font-size : xx-small;
	text-decoration : underline;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : medium;
	color : #244956;
}

H3  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : small;
	color : #244956;
}

H4  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color : #244956;
}

H5, DT  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color : #648996;
}

H6  {
}

TABLE.Normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}

TFOOT, THEAD    {
}


TH.Normal  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color : #244956;
}

TD.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}



A:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:visited   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:active    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}


div.SiteMapCombo{
	z-index: 10000; 
	position: absolute; 
	left: -1000px; 
	width: 140px; 
	top: 0px; 
	height: 14px;
	background: #FFFFFF;

}

.LNNodes {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : small;
}

.LNChildNodes {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : small;
}

.LNNodesOver {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : small;
}

.LNNodeSelected {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	font-size : small;
}

