﻿body 
{
    font-size:12px;
    font-family:Verdana;
    margin:0px 0px 0px 0px;
    padding:0px;
    background-color: #002740;
}


#bodyWrapper
{
    width:1040px;
    margin:0px auto;
    padding:0px;
    background: url(../Images/BodyBG.png) repeat-x;
    background-color: #21506e;
}

#caseName
{
    width:600px;
    height:65px;
    position:relative;
    top:45px;
    left:325px;
}



#Wrapper
{
    width:1020px;
    padding:0px;
    margin:0px auto;
    background: url(../Images/WrapperBG.png) repeat-y;
}

#sideBar
{
    float:left;
    width:220px;
    min-height:500px;
    border-top:10px solid #000;
    padding:0px;
}

#sideBar .menuItemTop
{
    margin:30px 0px 15px 0px;
}


#sideBar .menuItem
{
    margin:15px 0px 15px 0px;
}

#ContentWrapper
{
    float:right;
    width:800px;
}




#Header
{
  float:right;
  width:800px;
  background: url(../Images/HeaderBG.png) no-repeat;
  height:330px;
}

#headerContent
{
    padding:10px;
    width:770px;
    margin:40px 0px 0px 0px;   
    color:#fff;
    font-size:28px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align:center;
}

#Content
{  
    float:right;
    border-right: 10px solid #000;
    min-height:160px;
    width:770px;
    background-color:#fff;
    padding:10px;
}

#Content ul li
{
    padding: 5px;
}

#Content .pageTitle
{
    font-weight:bold;
    font-size:20px;
    color:#012640;
    margin-bottom:10px;
}

#Content .claimForm
{
    margin: 0px auto;
    width:760px;
}

#Content .claimStyle
{
	margin-top:5px;
	margin-bottom:12px;
	background: url('../Images/formBG.jpg') repeat-x;
	background-color: #f4f1f1;
	width:740px;
}

#Content .claimLegend
{
    padding: 5px;
    background-color:#012640;
    color:#fff;
    font-size:13px;
}

#Content .noStyle
{
    padding:0px;
    margin:0px;
    background:none;
    border:none;
    text-decoration:underline;
}

#Content .error
{
    font-size:small;
    color:Red;
   padding:0px 0px 0px 2px !important;
   border:0px !important;
}

#Content .error  tr td
{
    font-size:small;
    color:Red;
    padding:0px;
    margin:0px;
}

#Content .multiTextBox
{
    color:#111;
    font-size:12px;
    font-family:Verdana;
}

#Content .claimTable
{
    margin:0px 50px 0px 75px;
    
}

#Content .claimTable tr td
{
    padding:0px 5px 3px 5px;
}

#footerWrapper
{
    width:1020px;
    height:50px;
    margin:0px auto;
}

#footerLeft
{
    float:left;
    width:210px;
    border-right:10px solid #012640;
    padding:0px;
    height:50px;
    background-color:#A0B3C1;
}

#footerRight
{
    float:right;
    border-right: 10px solid #000;
    width:790px;
    height:50px;
    background-color:#fff;
    text-align:center;
    
}

#footerRight a
{
    color:#000;
}

#footerRight a:hover
{
    color:#21506E;
}
