﻿#doc3 
{
	margin:auto;
	font-family: Verdana;
	font-size: 90%;
	min-width:750px;
}

#header
{
	background-color:#000099;
	height:79px;
	/*background-image:url(../image/BrandingLogo.jpg); -07/02/2013 Replaced by LogoHomeSpan as it allows for a link to the Home Page*/
	background-repeat:repeat-x;
	background-position:left;
	padding:0 0 0 0;
}

#logoHomeSpan
{
    float: left;
    margin-top: 5px;
}

#header #branding
{
	border:0;
	height:79px;
	display:block;
}

#header #branding #userName
{
	display:block;
	float:right;
	margin: 65px 10px 0 0;
	color:White;
	font-size: smaller;
	font-weight:bold;
}

#header #branding #userName #userNameContent
{
	border:0;
	display:block;
	padding:0 2em 0 0;
	color:#000099;
	background-color:#CCCCCC;
	float:right;
	position:relative;
}


#header #pageTitle
{
	height:17px;
	background-image:url(../image/pageNameFiller.jpg);
}
#header #pageTitle1
{
	height:17px;
	background-image:url(../image/pageName.jpg);
	background-repeat:repeat-x;
	width:20em;
}

#header div#pageTitle div.pageTitleContent
{
	width:20em;
	padding:0 0 0 1em;
	color:#000099;
	font-weight:bold;
	background-image:url(../image/titleEnd.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:17px;
}
#bd
{
	margin:2em 1em 1em 1em;
}

#ft
{
	text-align:center;
	vertical-align:top;
	padding:0 0 1em 0;
}

.copyrightContent
{
    font-size:80%;
}

.navigationViewPicker
{
	padding: 3px;
	margin: 3px;
	text-decoration:none;
}    
    

/*over all style for link*/
/*This is a Global change*/
a:link {color:#000099;text-decoration: none;}      /* unvisited link */
a:visited {color:#000099;text-decoration: none;}  /* visited link */
a:hover {color:#000099;text-decoration: underline;}  /* mouse over link */
a:active {color:#000099;text-decoration: underline;}  /* selected link */ 




/*over all style for link*/
ul.styled li
{
list-style: disc; 
color: #000099;	
list-style-position: inside;
font-size:small;
padding: 3px;
margin: 3px;
}

ul.styled li a.loginLink:link
{color:#000099;
text-decoration: none;
font-weight:bold;
padding:6px;
}/* unvisited link */

ul.styled li a.loginLink:visited
{color:#000099;
text-decoration:none;
font-weight:bold;
padding:6px;
}  /* visited link */

ul.styled li a.loginLink:hover
{color:#000099;
text-decoration:underline;
}  /* mouse over link */

ul.styled li a.loginLink:active
{
color:#000099;
text-decoration: none;
font-weight:bold;
padding:6px;}  /* selected link */

input[type='submit'], input[type='button']
{
    font-size: 12px !important;
    margin: 0 5px 0 0 !important;
    padding: 2px 10px 2px 10px !important;

    font-family: verdanda,arial,helvetica,clean,sans-serif !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: normal !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    color: #000099 !important;
    cursor:pointer;
}

input[type='submit']:disabled, input[type='button']:disabled
{
    margin: 0 5px 0 0 !important;
    padding: 2px 10px 2px 10px !important;
              
    color:#808080 !important;
    font-weight: bold !important;
    font-family: verdanda,arial,helvetica,clean,sans-serif !important;
    font-style:normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: normal !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    cursor:auto !important;
}

.HighlightedDate a
{
    background-color: #99CCFF !important;
    background-image: none !important;
}
