/* Standard HTML Elements */
A
{
	color: gray;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
BODY
{
	background-color : #2B416B;
	font-family : Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif ;
	font-size : 11px;
}
TD
{
	font-family : Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif ;
	font-size : 11px;
}
INPUT
{
	font-family : Arial CE, Verdana, Geneva, Helvetica, Arial, sans-serif ;
	font-size:11px;
/*
	color: #465697;
	background-color: #FFFFFF;
	border: 1 solid #465697;
*/
}
SELECT
{
	font-size:11px;
}
/* Navigation link styles */
.LanguageLink
{
	background: black;
	color: white;
}
.LanguageLink:Hover
{
	background: black;
	color: yellow;
}
.LanguageLink-Sel
{
	color: grey;
}
.NavLink
{
	background: #FF9900;
	color: black;
	font-size: 11px;
}
.NavLink:Hover
{
	background: #FF6600;
	color: white;
	font-size: 11px;
	text-decoration: none;
}
.NavLink-Sel
{
	background: #FF6600;
	color: white;
	font-size: 11px;
}


/* Other page layout elements */
.Copyright
{
	background: #003366;
	color: white;
	font-size: 9px;
	text-align: center;
	vertical-align: top;
}

.FieldInvalid
{
	background: #ADD8E6;
	background-color: #ADD8E6;
}

.Heading
{
	color: #000099;
	font-weight: bold;
}




.NavigationGroup
{
	color: #336699;
	font-size : 22px;
	font-weight: bold;
}
.NavigationSeperator
{
	color: #FF9900;
	height: 1px;
}

.MenuGroup
{
	color: #FF9900;
	font-size : 22px;
	font-weight: normal;
}

.ArticleTitleHeading
{
	color: #FFFFFF;
	background-color: #3399cc;
	font-size: 16px;
	text-align: center;
}

/* The loading message overlay classes */
#loader
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#loader p
{
    border: 3px solid #6E89DD;
    font-family: Tahoma;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    background: #EEF0FC;
}

#loader img
{
    float: left;
    margin-right: 12px;
}

#loaderContainer
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: expression('absolute');
    height: expression(document.documentElement.scrollHeight+'px');
    width: expression(document.documentElement.scrollWidth+'px');
    z-index: 1000;
}

#loaderContainer td
{
    padding-top: 150px;
    vertical-align: top;
    text-align: center;
    background-image: url(/images/semi-transparent.gif);
}

#loaderContainer td td
{
    padding-top: 3px;
    text-align: left;
}

