﻿.FrameBox 
{
	 background-color:rgb(35,71,142);     
	 color:#E3E3E3;
   border-radius:5px;
}
.FrameBoxHeader a:link { font-weight: normal; color: #E3E3E3; text-decoration: underline}
.FrameBoxHeader a:active { font-weight: normal; color: #E3E3E3; text-decoration: underline}
.FrameBoxHeader a:visited {font-weight: normal; color: #E3E3E3; text-decoration: underline}
.FrameBoxHeader a:hover { font-weight: normal; color: #EEEEEE; text-decoration: underline}

.FrameBox .afDataLabel
{
	 font-size:10px;
	 font-weight:normal;
	 text-align:right;
	 color:#E3E3E3;
	 vertical-align:top;
}

.FrameBox .afDataLabelReq
{
	 font-size:10px;
	 font-weight:bold;
	 text-align:right;
	 color:#E3E3E3;
}
  .FrameBoxContent {
    height: 500px;
    background-color:#fff;
  }

@media (max-width:1024px) {
  .afPageContent {
    height: 100%;
  }

  .FrameBox {
    height: calc(100% - 10px);
  }

  .FrameBoxContent {
    min-height:200px;
    height: calc(100% - 60px);
  }
}

.sbox
{
 margin-bottom:10px;
}
.sbox_tl
{
	background-image: url(images/sbox_tl.gif);
	background-repeat:no-repeat;
	width:16px;
	height:10px;
	font-size:8px;
}
.sbox_tr
{
	background-image: url(images/sbox_tr.gif);
	background-repeat:no-repeat;
	width:16px;
	height:10px;
	font-size:8px;
}
.sbox_tc
{
	background-image: url(images/sbox_tc.gif);
	background-repeat:repeat-x;
	height:10px;
}
.sbox_cl
{
	background-image: url(images/sbox_cl.gif);
	background-repeat:repeat-y;
	width:16px;
}
.sbox_cr
{
	background-image: url(images/sbox_cr.gif);
	background-repeat:repeat-y;
	width:24px;
}
.sbox_bl
{
	background-image: url(images/sbox_bl.gif);
	background-repeat:no-repeat;
	width:16px;
}
.sbox_br
{
	background-image: url(images/sbox_br.gif);
	background-repeat:no-repeat;
	width:16px;
}
.sbox_bc
{
	background-image: url(images/sbox_bc.gif);
	background-repeat:repeat-x;
}


.afBoxBottomLeft
{
	/* background-image: url(images/bottom_L.jpg); */
	background-repeat:no-repeat;
	width:10px;
}
.afBoxBottomRight
{
	/* background-image: url(images/bottom_R.jpg); */
	background-repeat:no-repeat;
	width:10px;
}



/* ESTIMATE NAVIGATION */
.ClaimNavOuter
{
	background-color:rgb(35,76,146);
	border:2px solid rgb(35,76,146);
	width:100%;
	height:30px;
	margin:0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;		
}
.ClaimNav
{
	background-color:rgb(35,76,146);	
	width:100%;
	height:30px;
	margin:0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;		
}

ClaimNavItem
{
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


a.ClaimNavItem 
{
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	padding:5px 0px 5px 0px;	
}
a.ClaimNavItem:link, a.ClaimNavItem:visited, a.ClaimNavItem:active {color: #FFFFFF; text-decoration: none;}
a.ClaimNavItem:hover { color: #ffffff; text-decoration: none}

a.ClaimNavItem.selected:link,a.ClaimNavItem.selected:visited,a.ClaimNavItem.selected:active { font-weight: bold; color: #FFFFFF; text-decoration: none}
a.ClaimNavItem.selected:hover { font-weight: bold; color: #FFFFFF; text-decoration: none}

.table.ClaimNavItemActive {
	background-color:rgb(35,71,142);
}


a.afHeaderLink 
{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;	
	padding:0px 0px 0px 0px;	
}
a.afHeaderLink:link, a.afHeaderLink:visited, a.afHeaderLink:active {font-size:10px; color: #333333; text-decoration: none;}
a.afHeaderLink:hover { color: #999999; text-decoration: none}
	
.ClaimNav A { color: #fff!important;  font-size:14px!important;}
.ClaimNav A:hover { background-color: #52659A!important;}
