﻿/*Body Styles*/
body
{
    background-color:#EFEFEF;
    width: 1280px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:14px;
    margin: 0px auto;
    padding: 0px;
    
}

#header {
	height: 40px;
	width: 100%;
	background-color:#CCCCFF;
}

#header img
{
    text-align: left;
    padding-left: 5px;    
}

#header .headerLogin
{
    text-align: right;
    white-space: nowrap;    
}

#centreposition
{
  background-color: inherit;
  height: auto;
  margin: 0;
  padding: 10px 4px 10px 4px;
}

/*Body Styles*/

/*Master Navigation Styles*/

.primarynav
{
    background-color: #666698;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 8px;
    height: 24px;
}

.claimantidquicksearch
{
	text-align:right;
    padding-bottom: 5px;
    padding-top: 8px;
    margin-top: -34px;
    margin-right: 5px;
    height: 24px;
}

.claimantidsearchbutton {
   background: url(../../Assets/Images/searchInToolBar.png) no-repeat 0 0;
   border: 0;
   cursor:pointer;
}

#BreadcrumbPanel
{
    background-color: inherit; 
    padding-left: 4px;
    padding-top: 8px;    
    padding-bottom: 8px;
}

/*End Master Navigation Styles*/

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#footer
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #666699;
    height: 10px;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
   
}

/*Header Styles*/
h1 
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #666699;
}
    
.h1Underline {
    border-bottom: solid 0.05em #000099;
    line-height: 0.9em;
    margin-top: 0.1em;
    margin-bottom: 5px;
}

.h1DivUnderline {
    width: 100%;
    padding-top: 5px;
}

h2 
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #666699;
}
    
.h2Underline {
    border-bottom: solid 0.05em #000099;
    line-height: 0.9em;
    margin-top: 0.1em;    
}

h3 
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #333366;
}
    
.h3Underline {
    border-bottom: solid 0.05em #000099;
    line-height: 0.9em;
    margin-top: 0.1em;
}

h4 
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #333366;
}
    
.h4Underline {
    border-bottom: solid 0.05em #000099;
    line-height: 0.9em;
    margin-top: 0.1em;
}

/*End Header Styles*/

/*Status Styles*/

.requiredFieldStyle
{
    color:Red;
}

.successMessageStyle
{
	color: Green;
	font-weight: bold;
    font-size:16px;
}

.validationTextStyle
{
    color: Red;
    font-size: 0.9em;
    font-weight: bold;
}

.validationTextStyleLeftPadding
{
    color: Red;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0px 0px 0px 14px;
}

.validationTextStyleBufferLeft
{
    padding: 0px 0px 0px 14px;
}


/* Popup Styling */

.popup
{
    border: solid 1px #333;
    background: #ffffff;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    /*display: none;*/
    position: absolute;
    /*width: 650px;*/
    z-index: 60;
    text-align: left;
    padding: 5px 5px 5px 5px;
    top: 540px;
    left: 359px;
}