body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: small Arial;
	background: #c6ddee;
}
.leftfloat
{
	float:left;
}


#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #396EAA;
}
a:visited {
	color: #396EAA;
}
a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a:active {
	text-decoration: none;
}

/*begin creating the tabs */


.menu {
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}



/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
	color: Red;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem
{
    color: #ffffff;
    border-bottom: 1px solid #3333CC;
    padding: 3px;
  
}

.menuPopupItem a:hover
{
    text-decoration: underline;
	color: Red;
  
}

.menuItemHover {
	text-decoration: underline;
	color: Red;
}

/* define the main layout divs */
#navtop
{
	width: 85%;
	font: small Arial;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	}
	
#body_indented
{
    margin: 0 8px;
    text-align: justify;
}

#header
{
	background-color: #FFFFFF;
	height: 115px;
	width: 85%;
	border: 0px solid #000000;
	font: small Arial;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	
	height: 25px;
	width: 80%;
	font: small Arial;
	margin-left: auto;
	margin-right: auto;
}

	

#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#login {
	padding-top: 25px;
	padding-right: 28px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 28px;
	top: 0px;
	text-align: right;
}
/* make crumbs after making new nav */
#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #919191;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
#toolbar
{
	background: #660000;
	border: 1px solid #000000;
	width: 100px;
	height: auto;
}
#body
{
	background: url(images/background_body.gif) repeat-x left top;
	padding-right: 8px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 0px;
	position: static;
}

#StandardC
{
    background-position: center bottom;
    border: 0px solid #000000;
    color: #000000;
    font: small Arial;
    text-align: justify;
    width: 85%;
    background-color: #FFFFFF;
    height: auto;
    vertical-align: top;
    background-image: url(      '../images/bottomghost.jpg' );
    background-repeat: no-repeat;
    background-attachment: scroll;
    
}

#AllView
{
	padding: 5px;
	border: 1px solid #000000;
	background: #fffff6;
	color: #000000;
	font: small Arial;
	text-align: left;
	margin-left: auto;
	margin-right: auto; /*    background-color:white;*/
}


/* define other elements inside the main layout divs */
#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
/* define sizes of the username field */
.username {
	font-size: 0.9em;
	width: 150px;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

.InputPanel
{
	background-color: #e4e4ff;
	border-left-color: #6666ff;
	border-bottom-color: #6666ff;
	border-top-style: solid;
	border-top-color: #6666ff;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6666ff;
	border-bottom-style: solid;
	border-width:  1px;
}

.tbWatermark
{
	color: lightblue;
	text-align: left;
}

.tbHighlight
{
	background-color: #C6E1FD;
}
h2
{
    font-size: xx-large;
    color: #467DB6;
    text-align: Left;
}

