html, body
{
    height: 100%;
    font-family: "Trebuchet MS", Geneva,Arial, Helvetica, sans-serif;   
}

body
{
    padding: 0px;
    margin: 0px;
}

/* -- Setup HC Logo -- */
.hclogo-webheader, .printer{
	background: url(/includes/template/images/sprites.png) no-repeat;
}

.hclogo-webheader{
	background-position: 0 0;
	width: 156px;
	height: 58px;
}

.printer{
	background-position: -167px -11px ;
	width: 16px;
	height: 16px;
}

/*the wrap div holds the header and main div in it */
#container
{
    min-height: 100%;
    margin-bottom: -90px; /* height of footer */
    z-index: 0;
    padding: 0px 2px 0px 2px;
}

#header
{
    padding-top: 5px;
}

#header .headerLogo
{
    width: 148px;
    height: 58px;
    border: 0px;
}

#header .title
{
    position: absolute;
    top: 10px;
    left: 195px;
    right: 300px; /*space for the login bar on the right*/
    height: 58px;

    color:#4C5967;
    font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
    font-size:34px;
    font-style:normal;
    font-weight:bold;
    line-height: 58px;
    text-align:left;

    white-space: nowrap;
    overflow: hidden;
}
/*Styles for the main login*/
div.loginBox h2 {
    margin-top: 0px;
    font-size: 20px;
}

div.loginBox p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.loginBox input {
    margin-bottom: 0px;
}



/*Styles for the Login information in the upper right corner */
span.loginInfo
{
    position: absolute;
    top: 5px;
    right: 3px;
    color: #222222;
    font-size: 12px;
}

span.loginInfo a
{
    text-decoration: underline;
    cursor: pointer;
}

a.loginInfoLink
{
    text-decoration: none;
    font-size: 12px;
    color: #222;
}

/*show a little warning for uses that their password will expire soon*/
span.expireAlert
{
    color: red;
    text-decoration: blink;
}

/* Style for the Print Page link */
div.printDiv
{
    position: relative;
    top: 60px;
    float: right;
    cursor: pointer;
    right: 5px;
}


/*Style and position the drop down menues */
#header .menuDiv
{
    position: absolute;
    top: 86px;
    left: 0px;
    z-index: 2;
    height: 28px;
    width: 100%;
    background: rgb(62, 100, 126);
}

#templateNavbarDropdown {
    position: absolute;
    right: 3px;
    top: 2px;
    display: inline;
    line-height: 21px;
}

#templateNavbarDropdown p {
    padding: 0px;
    margin: 0px;
}

#templateNavbarDropdown input,
#templateNavbarDropdown select {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    height: auto;
    font-size: 11px;
    width: auto;
}

/*There's a floating div above this one...so padding to make it look good*/
#breadcrumbDiv
{
    padding-top:49px;
}

/*Stylize the breadcrumb trail*/
a.crumbPiece,
font.crumbPiece,
span.crumbPiece
{
    color: #888888;
    text-decoration: none;
    font-size: 7.1pt;
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
}

a.crumbPiece
{
    color: #333366;
}


#main
{
    padding-top: 10px;
    padding-bottom: 90px;
}


/* BEGIN Footer Styles */
#clearfooter
{
    clear: both;
    height: 90px;
}

#footer
{
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    clear: both;
    z-index: 0;

    text-align: center;
    font-size: .99em;
    font-family: "Trebuchet MS", geneva, verdana, sans-serif;
    line-height: normal;
    
    border-top: 6px solid;
    border-color: rgb(62, 100, 126);
    padding-top: 5px;
}

/* Sets the color for the upper links in the footer */
.footerUpperlinks a
{
    color: #333366;
    text-decoration: underline;
}
/* END  footer link styling */

/* -- Cloudo -- override styles */
.cludo-container {
    margin-top: 4px;
    margin-left: 5px;
    width: 300px;
}

.cludo-search-form {
    margin-left: 5px;
}

#cludo-search-form-input {
    font-size: 1rem !important;
    height: 20px !important;
    width: 180px !important;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff !important;
    border-color: #cecece;
    padding-right: 10px !important;
}

#cludo-search-form button {
    margin-top: -1px;
    font-size: 1rem !important;
    line-height: 20px !important;
    height: 22px !important;
    width: 28px !important;
    right: auto !important;
    border-radius: 0 5px 5px 0;
    background-color: #CCCCCC;
    color: #000000;
}

#cludo-search-form button:hover {
    background-color: #5cb85c !important;
}
/* End Cloudo CSS */































