/*==============================================================================
  (c) Copyright IBM Corporation, 2005-2008. All rights reserved.
  U.S. Government Users Restricted Rights - Use, duplication or disclosure 
  restricted by GSA ADP Schedule Contract with IBM Corp.

  Copyright 2003-2008 The Apache Software Foundation
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
==============================================================================*/

body {
	background-color: #ffffff;
}

td
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #FFFFFF;
}

.Banner
{
    /*
    background-image:url("images/banner-840x46-spacer.gif");
    background-repeat: repeat-x;
    */
    background: url(images/banner-840x46-spacer.gif) repeat-x;
    height: 46px;
    font-size: 15px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
}

.Banner .Logo
{
    /*
    background-image:url(images/banner-840x46.gif);
    background-repeat: no-repeat;
    */
    background: url(images/banner-840x46.gif) no-repeat;
    width: 840px;
    height: 46px;
    font-size: 15px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
}

.Banner a:link,
.Banner a:visited,
.Banenr a:hover
{
    color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-align: left;
    vertical-align: bottom;
    line-height: 30px;
    font-weight: bold;
}

.Hidden
{
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	display: none;
}

.Menu, .Menu .Left, .Menu .Body, .Menu .Right, .Menu .Body td, .Menu .Body .DarkBackground, .Menu .Body th, .Menu .Body .Icon, .Menu .Body img:link, .Menu .Body img:visited
{
    background-color: #ddddee;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
}

.Menu .Body a:link, .Menu .Body a:visited
{
    background-color: #ddddee;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
}

.Menu .Body a:hover, .Menu .Body img:hover
{
	color:#4374AF;
	text-decoration: underline;
}

.Menu .Title, .Menu .TopLeft, .Menu .TopRight
{
    background-color: #4374AF;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	line-height: 18px;
	font-weight: bold;
}

.Menu .Footer, .Menu .BottomLeft, .Menu .BottomRight
{
    background-color: #ddddee;
	color: #000000;
	line-height: 4px;
	height: 4px;
	font-size: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 1px;
}

.Gutter
{
	width: 10px;
}

.Content
{
    border: thin solid #4374AF;
}

.Content .TopLeft
{
	width: 18px;
	height: 18px;
	line-height: 18px;
    background-color: #4374AF;
}

.Content .Title
{
	background-color: #4374AF;
	color: #ffffff;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	line-height: 18px;
	font-weight: bold;
}

.Content .Title a:link, .Content .Title a:hover, .Content .Title a:visited
{
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #4374AF;
	color:#FFFFFF;
	height: 18px;
	line-height: 18px;
}

.Content .Title .Indent
{
	width: 20px;
}

.Content .TopRight
{
	width: 18px;
	height: 18px;
    background-color: #4374AF;
}

.Content .CollapsedLeft
{
	width: 18px;
	height: 18px;
    background-color:#000000;
}

.Content .CollapsedRight
{
	width: 18px;
	height: 18px;
    background-color:#000000;
}

.Content .Left
{
	width: 18px;
	/* background-color: #ddddee; */
	background-color: #FFFFFF;
}

.Content .Body, .Content .Body td
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #ddddee; */
	background-color: #FFFFFF;
	color: #1E1E52;
}

.Content .Body strong
{
	font-weight: bold;
	font-size: 12px;
}

.Content .Body th
{
	font-weight: bold;
	font-size: 12px;
}

.Content .Body .LightBackground
{
	background-color: #eeeeff;
	color:#333333;
}

.Content .Body .LightBackground .InputField
{
    width: 150px;
}
.Content .Body .MediumBackground
{
	background-color: #CCCCCC;
	color:#000000;
}

.Content .Body .DarkBackground,
.Content .Body .DarkBackground a:link,
.Content .Body .DarkBackground a:visited,
.Content .Body .DarkBackground a:hover
{
	background-color: #4374AF;
	color:#FFFFFF;
}

.Content .Body .IndentedTitle
{
	background-color: #4374AF;
	color:#FFFFFF;
}

.Content .Body .LightIndentedBG
{
	background-color: #FFFFFF;
	color:#000000;
}

.Content .Body .MediumIndentedBG
{
	background-color: #4374AF;
	color:#000000;
}


.Content .Body a:link,
.Content .Body a:visited,
.Content .Body a:hover
{
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

.Content .Buttons {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B7BAE;
	border-right-color: #7B7BAE;
	border-bottom-color: #141336;
	border-left-color: #141336;
	background-color: #23224C;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-decoration: underline;
	color: #CCCCCC;
}

.Content .Right
{
	width: 18px;
	/* background-color: #ddddee; */
	background-color: #FFFFFF;
}

.Content .BottomLeft
{
	width: 10px;
	height: 12px;
	line-height: 12px;
	background-color:#4374AF;
}

.Content .Footer
{
	line-height: 12px;
	height: 12px;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#4374AF;
	color:#FFFFFF;
    border: 0px;
}

.Content .Footer a:link,
.Content .Footer a:visited,
.Content .Footer a:hover
{
	color:#FFFFFF;
}

.Content .BottomRight
{
	width: 10px;
	line-height: 12px;
	height: 12px;
	background-color:#4374AF;
}

.Content .Spacer
{
	height: 10px;
}

.BottomSpacer
{
}

.Box
{
    border: thin solid #333333;
}

.Footer
{
    /* background: url(images/banner-840x46-spacer.gif) repeat-x; */
    background-color:#4374AF;
    color: #FFFFFF;
    height: 24px;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    vertical-align: center;
    font-weight: normal;
}

.Footer ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.Footer li
{
	float:left;
	overflow:inherit;
	padding:12px 15px 4px 15px;
	white-space:nowrap;
}

.Footer li first
{
	padding-left:30px;
}

.Footer a:link,
.Footer a:visited,
.Footer a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}

