﻿
/*
@import url(http://fonts.googleapis.com/css?family='Segoe UI');
@import url(http://fonts.googleapis.com/css?family='Lucida Grande');
@import url(http://fonts.googleapis.com/css?family=Verdana);
@import url(http://fonts.googleapis.com/css?family=Arial);
@import url(http://fonts.googleapis.com/css?family=sans-serif);



@import url(http://fonts.googleapis.com/css?family=Capriola);

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

*/

@charset 'UTF-8';
body
{
	text-align: center;
	margin: 5 0 0 0;
	font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size:  0.8em;
	background-color : #f2f2f2;
}

#Content
{
	position:relative;
	text-align: left;
	min-width:1000px;
	width:90%;
	margin: 0 auto;
	color : black;
	background-color : #ffffff;
}

#HomeImage
{
	position : relative;
	background-color: #a04bc8;
	width : 100%; height : 450px;
	background: transparent url("../images/main-magenta-insurance.gif") no-repeat top center;
}

#TitleBar
{
	background: #4F4F4F;
	position : relative;
	width : 100%;
	height : 90px;
	margin: 0 0 0 0;
	left : 0;	top : 0;
}

#TitleImage
{
	background: transparent url("../images/topbar_01.gif") no-repeat top left;
	position : relative;
	height : 58px;
	left : 0;	top : 0;
}

#LoginStatus
{
	position : absolute;
	width : 200px; height : 58px;
	right:50px; top :10px;
	font: 8pt Arial, Helvetica, Verdana, sans-serif ;
	color:#f2f2f2;
}

#MenuBar
{
	width : 100%;
	/*height : 34px;*/
	background-color : #A04BC8;
	height : 50px;
	overflow: hidden;
}

#Main
{
	width: 100%;
	color : black;
	background-color : white;
	min-height: 500px;
}

html > body #Main
{
	height: auto;
}

#LoginMain
{
	width: 90%;
	color : black;
	background-color : white;
	min-height:450px;
}

html > body #LoginMain
{
	height: auto;
}

A:link
{
	color:#333333;
}

A:visited
{
	color:#333333;
}

A:hover
{
	color:#;
}

.Label
{
	font: 8.5pt Arial, Helvetica, Verdana, sans-serif;
}
td
{
	font:  Arial, Helvetica, Verdana, sans-serif;
	/*font-size: medium;
	font-style: oblique;*/
}

A.DA_links { COLOR: Black; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; TEXT-DECORATION: none }
A.DA_links:hover { COLOR: #cc99cc; TEXT-DECORATION: underline }
A.DA_links_selected { COLOR: #cc99cc; FONT-WEIGHT: Bold; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; TEXT-DECORATION: none }
A.DA_links_selected:hover { COLOR: #cc99cc; FONT-WEIGHT: Bold; TEXT-DECORATION: underline }

#NavFrame
{
	width: 15%;
	background-color : #6b6b6b;
	float:left;
	height:100%;
	min-height:850px;
	top: 60px;
	bottom: 60px;
    cursor:pointer;
}

#MainFrame
{
    margin-top:20px;
	width: 80%;
	float :left;
overflow:auto;
/*		overflow-y: hidden;
	-ms-overflow-y: hidden;
	/*padding-bottom:100px;
	padding-left:10px;*/
	height: auto;
	background-color : white;
	margin-left:2%;
	margin-right:2%;
	min-height: 800px;
}

html > body #MainFrame
{
	height: auto;
}

#BottomBar
{
	text-align: left;
	width: 100%;
	margin: 0 auto;
	height : 20px;
	clear:both;
	background-color:#a04bc8;
}

.footerText
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	display : inline;
}

.footerLogoText
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	width:20px;
	padding-right:5px;
	padding-bottom:10px;
}

#NavMenu
{
	width:170px;
	color:#f2f2f2;
	margin-top:20px;
}

#FooterImage
{
	background: transparent url("../Assets/images/footer_top.gif") no-repeat top left;
	position : absolute;
	width : 58px; height : 20px;
}

.MenuTable
{
	cursor:pointer;
	font-weight: bold;
	font-size: 13pt;
	color: #ffffff;
}

a.subnavlinks
{
	cursor:pointer;
	font-size: 8pt;
	color: White;
	text-decoration : none;
}

.DataTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;

	border-collapse: separate;
}
.DataTableHeader
{
	background-color:#6b6b6b;
	color:#ffffff;
}

.Hand
{
	cursor:pointer;
}

.HighlightRow
{
	background-color: #cc99cc;
}
#DA_Main
{
	width: 900px; height : 500px;
}
#DA_leftcolumn
{
	width: 130px; height : 500px;
	float:left;
}
#DA_rightcolumn
{
	width: 760px; height : 500px;
	float : right;
}

/* Grid View Styles */
.alternatingrowstyle{
	background-color:#F0F0F6;
}

.tableheaderstyle
{
     background: #bf67b2;
  background: -moz-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf67b2), color-stop(100%, #ab489c));
  background: -webkit-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -ms-linear-gradient(#bf67b2 0%, #ab489c 100%);
	color:White;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0.5em 1em 0.5em 1em;
}
.headerstyle th
{
     background: #bf67b2;
  background: -moz-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf67b2), color-stop(100%, #ab489c));
  background: -webkit-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -ms-linear-gradient(#bf67b2 0%, #ab489c 100%);

	color:White;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0.5em 1em 0.5em 1em;
}
.headerstyle a{
   text-decoration:none;
	color:black;
   display:block;
}
.rowstyle{
   background-color: #FFF;
}
.rowstyle td, .alternatingrowstyle td {
   padding: 4px;
}
.footerstyle
{
    	margin: 0;
	padding: 10px 10px;
	text-align:center left;
}
.sortascheaderstyle{
  /*  background-image: url(../images/arrow_up.gif);  */
	background-color: #F0F0F6;
	background-repeat: no-repeat;
	background-position: center right;
}
.sortdescheaderstyle{
   /* background-image: url(../images/arrow_down.gif);     */
	background-color: #F0F0F6;
	background-repeat: no-repeat;
	background-position: center right;
}
.SelectedRowStyle { background-color: #F4E0FE; }

.editrowstyle { background-color: #F4E0FE; }

.TabMenuContainer
{
  border-top: solid 1px #F4E0FE;
}

.TabMenuItem
{
  background-color: #A04BC8;
  text-align:center;
  font-size: medium;
  border: solid 0px #F4E0FE;
  border-left: none;
  padding: 9px 9px 9px 9px;
  font-style: normal;
  font-weight:bolder;
  color:#F4E0FE;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
 border :0px solid #A04BC8;

border-top:none;
box-shadow:0 0 5px #A04BC8;
-moz-box-shadow:0 0 5px #A04BC8;
-webkit-box-shadow:0 0 5px #A04BC8;
}
.TabMenuItemSelected
{
    background-color: White;
    text-align:center;
    font-size: medium;
    border-right: solid 0px #F4E0FE;
    border-bottom: none;
    border-top: none;
    border-left: none;
    padding: 9px 9px 9px 9px;
    font-family: sans-serif;
    font-weight:bolder;
    color:#F4E0FE;
    border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;

	border:0px solid #ccc;

	border-top:none;
	box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
}

.TabMenuItemHover
{
  font-family: sans-serif;
  font-weight:bolder;
  color:#A04BC8;
  background:#C070E5;
}
.SiteStaticMenu
{
  margin: -1px 0px 0px 0px;
  background-color: #A04BC8;
}
.TabMenuSpacer
{
  background-color: #F4E0FE;
  padding: 15px 15px 15px 15px;
}

.SubMenuItem
{
    padding: 20px 0px 20px 0px;
    text-align:left;
     border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
    width:300px;
    font-size: 20px;
	border:0px solid #ccc;
	border-top:none;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
}

.contractDetail
{
	width: 800px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;

	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}

/* Buttons 2 */

.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color: #637072;
	border: 1px solid #a6a6a6;
	border-top:1px solid #a6a6a6;
	border-left:1px solid #a6a6a6;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color: #3f700f;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#e2e2e2;
	border:1px solid #C6D880;
	color:#333333;
}
.buttons a.positive:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
	color: #FFFFFF;
	background-color: #034af3;
	border: 2px solid #c5ae12;
}
.buttons a.regular:hover, button.regular:hover{
	background-color:#f7d91e;
	border: 2px solid #666666;
	color:#333333;
}
.buttons a.regular:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

.SectionBox
{
	background-color:#6b6b6b;
	border:solid 1px black;
	border-collapse:collapse;
	color:White;
}
.PlainBox
{
	border:solid 1px #333333;
}

#HistoryFrame
{
	width: 18%;
	background-color :  lightgrey;
	float:left;
	min-height:450px;
    height:100%;
   /* font-size: medium;
    font-style: oblique;*/
    padding: 20px 5px 10px 10px;
}

#HistoryFrameScreening
{
	width: 15%;
	background-color : #6b6b6b;
	float:left;
	min-height:450px;
    height:100%;
}
.Title
{
	font-size: 11pt;
	font-weight:bold;
	color: #333333;
}d
.TitleLrg
{
	font-size: 13pt;
}
.RightAlign
{
	text-align:right;
}
/*datagrid styling*/
.tablerow1 {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.tablerow2grey {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7C9F5;
}

.tablerowgrey {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}

.buttonbackgrey {
	background-color: #f2f2f2;
}
.dotlinebackground {
	background-attachment: fixed;
	background-image: url(../Assets/images/dotline.gif);
	background-position: left;
	height: 10px;
}

.dotlinebackgroundwhite {
	background-attachment: fixed;
	background-image: url(../Assets/images/dotline_white.gif);
	background-position: left;
	height: 10px;
}

.tableheading {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a04bc8;
	font-size:  0.9em;
	font-weight: bold;
}

/* button
---------------------------------------------- */
/*.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block
	*display: inline;
	vertical-align: baseline;
	margin: 0 1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 10px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 10px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

*/
button.claims {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#e84fe8 0%,
		#ebebeb 10%,
		#e30cb8);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e84fe8),
		color-stop(0.10, #ebebeb),
		to(#e30cb8));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e665e6;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(250,000,250,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(250,000,250,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(250,000,250,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

/* color styles
---------------------------------------------- */

/* Magenta */
.magenta {
	border: solid 1px #555;
	background: #A04BC8;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;

/*
    background: -webkit-gradient(linear, left top, left bottom, from(#A04BC8), to(#A04BC8));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A04BC8', endColorstr='#A04BC8');
*/
}
.magenta:hover {
	background: #ffffff;
	color: #A04BC8;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#A04BC8), to(#A04BC8));
	background: -moz-linear-gradient(top,  #A04BC8,  #A04BC8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A04BC8', endColorstr='#A04BC8');
*/
}
.magenta:active {
	background: #E7C9F5;
	color: #A04BC8;

/*
    background: -webkit-gradient(linear, left top, left bottom, from(#A04BC8), to(#888));
	background: -moz-linear-gradient(top,  #A04BC8,  #A04BC8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A04BC8', endColorstr='#A04BC8');
*/
}

.disabled:hover
{
    border: solid 1px #555;
	background: #A04BC8;
	color: #ffffff;
	cursor:default;
}
.selected
{
    background: #ffffff;
	color: #A04BC8;
}

#eCLaimsPopupTitle { text-align: left; }

#eCLaimsPopupTitle b { display: block; margin-right: 80px; }

#eCLaimsPopupTitle span { float: right; }

     #tabheader ul
        {
            list-style: none;
            padding: 0;
            margin: 0;
            background: #A04BC8;
        }

        #tabheader li
        {
            display: inline;
            margin: 0 2px 0 0;
        }

        #tabheader a
        {
            padding: 0 1em;
            font-weight: bold;
            color: #A04BC8;
            background: white;
            border: 1px solid #A04BC8;
         }

        #tabheader a:hover {
		    background: #A04BC8;
		    color: white;
		    border: 1px solid #ffffff;
		    font-weight: bold;
        }

        #tabheader #selected a
        {
            padding-bottom: 0px;
            font-weight: bold;
            color: white;
            background: #A04BC8;
            border: 1px solid #ffffff;
        }
        #tabheader #selected a:hover
        {
            background: #ffffff;
		    color: #A04BC8;
		    border: 1px solid #ffffff;
		     font-weight: bold;
        }

        #tabBorder
        {
            border-top: 0px solid white;
            background: #A04BC8;
            padding: 0.2em;
        }

        #tabcontent
        {
            margin: 0;
            padding: 1em;
            background: white;
        }

.textbox
{
	border: solid 1px #cccccc;
	font-size: 11px;
	width: 5em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.textboxWide
{
	border: solid 1px #cccccc;
	font-size: 11px;
	width: 12em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.label,
.radiobuttonlist,
.checkbox
{
	font-size:11px;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.radiobutton input[type="radio"]

{
    margin-left: 20px;
    margin-right: 8px;
}

.requiredFieldValidator,
.compareValidator,
.customValidator,
.regularExpressionValidator,
.validationSummary,
.isOverDue,
.feedBack
{
	font-size: 1.1em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	color: Red
}

  /* This is the style for the trigger icon. The margin-bottom value causes the icon to shift down to center it. */
.ui-datepicker-trigger
{
    margin-left:5px;
    margin-top: 8px;
    margin-bottom: -3px;
}

.label,
.radiobuttonlist,
.checkbox
{
	font-size:11px;
	font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.gridview
{
	color:Black;
	border-collapse: collapse;
	background: transparent;
	text-align: center;
	line-height: normal;
	font-size: 1.1em;
	font-weight: normal;
	table-layout: fixed;
}

.gridView_HeaderStyle
{
	margin: 0;
	padding: 10px 10px;
	text-align:left;
	border-bottom: none;
	font-size: 0.55em;
	background-color:#E7C9F5;
	color:#333333;
}

.gridView_ItemStyle
{
	color:Black;
	margin: 0;
	padding: 10px 8px 5px 0;
	text-align:left;
	color:#333333;
}

.gridView_AlternatingItemStyle
{
	color:Black;
	margin: 0;
	padding: 10px 8px 5px 0;
	text-align:left;
	border-bottom: 1px solid #cbcbcb;
	background-color: #f2f2f2;
	color:#333333;
}

.gridView_FooterStyle
{
	margin: 0;
	padding: 10px 10px;
	text-align:left;
}

.Grid td
{
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    font-family: Arial;
    padding: 1px 1px 1px 1px;
    text-align: left;
}
.GridHeader
{
    font-weight: bold;
    background-color: #C070E5;
    color: #FFFFFF;
}

/*
#dgTriggerQuestions td
{
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    font-family: Arial;
    font-size: small;
    padding: 1px 1px 1px 1px;
    text-align: left;
}
*/
.watermark
{
	color: #000000;
}

#accordion .ui-accordion-header
{
    font-size: 14px;
    text-align: center;
}

TABLE#results-table TR.result-item TD.optional-extra SPAN {
	DISPLAY: block; MARGIN-LEFT: 28px; WIDTH: 15px; TEXT-INDENT: -10000em; POSITION: static; HEIGHT: 15px
}
TABLE#results-table TR.result-item TD.optional-extra SPAN.notincluded {
	BACKGROUND-POSITION: 0px -15px; TEXT-INDENT: -10000em
}
TABLE#narrow-results-table TR.great-deal.result-item DIV.offers-title {
	Z-INDEX: 2; BACKGROUND: url(../images/icons-sprite.png) no-repeat 0px -544px; LEFT: 10px; WIDTH: 90px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 55px
}
TABLE#narrow-results-table TR.result-item TD.optional-extra SPAN {
	DISPLAY: block; BACKGROUND: url(../images/icons-sprite.png) no-repeat 0px 0px; MARGIN-LEFT: 17px; WIDTH: 15px; TEXT-INDENT: -10000em; HEIGHT: 15px
}
TABLE#narrow-results-table TR.result-item TD.optional-extra SPAN.notincluded {
	BACKGROUND-POSITION: 0px -15px; TEXT-INDENT: -10000em
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.table-striped tbody > tr:nth-child(odd) > td
{
    background-color: #f9f9f9;
}

.table-darkstriped tbody > tr:nth-child(odd) > td
{
    background-color: #e8e5e5;
}


.table-striped tbody > tr:nth-child(odd) > th
{
    background-color: #C070E5;
    color: #ffffff;
}


.table-darkstriped tbody > tr:nth-child(odd) > th
{
    background-color: #C070E5;
    color: #ffffff;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

 .rounded_corners
    {
        border: 1px solid #A1DCF2;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .rounded_corners td, .rounded_corners th
    {
        border: 1px solid #A1DCF2;
        font-family: Arial;
        font-size: 10pt;
        text-align: left;
    }
    .rounded_corners table table td
    {
        border-style: none;
    }

.SelectedRowStyle
{
    background-color: Yellow;
}

/********************************************************************************/
/*
/*              Taken from Twitter Bootstrap and modified
/*
/*
/********************************************************************************/

.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 14px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #A04BC8;
  *background-color: #A04BC8;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #676767;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #A04BC8;
  *background-color: #A04BC8;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #A04BC8, #B759AA);
    border-left-color: #B759AA;
    border-right-color: #B759AA;
    border-top-color: #B759AA;
    border-bottom-color: #A04BC8;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #A04BC8;
  *background-color: #A04BC8;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #A04BC8;
}

/*******************************************************************************
/*
/*          Nav Menus
/*
/*************************************************************************************/

/* Base Styles */
#navMenu,
#navMenu ul,
#navMenu li,
#navMenu a {
/*  margin-left: 10px; */
  margin-top: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
/*  width: 90%;
  text-align: center;
*/
}
#navMenu {
/*  width: 250px;*/
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#navMenu a {
  line-height: 1.3;
}
#navMenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #A04BC8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #A04BC8 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#navMenu > ul > li:first-child > a {
  padding: 15px 10px;
 /* background: url(pattern.png) top left repeat;*/
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#navMenu > ul > li:first-child > a > span {
  padding: 0;
}
#navMenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #A04BC8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #A04BC8));
  background: -webkit-linear-gradient(#66665e 0%, #A04BC8 100%);
  background: linear-gradient(#66665e 0%, #A04BC8 100%);
}
#navMenu > ul > li {
  background: #bf67b2;
  background: -moz-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf67b2), color-stop(100%, #ab489c));
  background: -webkit-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: linear-gradient(#bf67b2 0%, #ab489c 100%);
}
#navMenu > ul > li:hover {
  background: #ba5cad;
  background: -moz-linear-gradient(#ba5cad 0%, #a04393 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba5cad), color-stop(100%, #a04393));
  background: -webkit-linear-gradient(#ba5cad 0%, #a04393 100%);
  background: linear-gradient(#ba5cad 0%, #a04393 100%);
}
#navMenu > ul > li > a {
  font-size: 14px;
  display: block;
/*  background: url(pattern.png) top left repeat;*/
  color: #ffffff;
  border: 1px solid #99408c;
  border-top: none;
  text-shadow: 0 -1px 1px #632a5b;
}
#navMenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
/*  background:url('Assets/images/menu-sprite.jpg') no-repeat; width:100%; height:100%; display:block;}*/
}
#navMenu > ul > li > a:hover {
  text-decoration: none;
}
#navMenu > ul > li.active {
  border-bottom: none;
}
#navMenu > ul > li.has-sub > a span {
  background: url(icon_plus.png) 96% center no-repeat;
}
#navMenu > ul > li.has-sub.active > a span {
  background: url(icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#navMenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#navMenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#navMenu ul ul li:last-child {
  border-bottom: none;
}
#navMenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#navMenu ul ul a:before {
  content: '»';
  position: absolute;
  left: 10px;
  color: #bf67b2;
}
#navMenu ul ul a:hover {
  color: #bf67b2;
}

#navMenu span
{
    margin-left:5px;
  margin-right:5px;
}

/********************************************************************************
/*
/*              Main Menu
/*
/********************************************************************************/

/* Menu CSS */#mainmenubar,
#mainmenubar ul,
#mainmenubar ul li,
#mainmenubar ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}
#mainmenubar:before,
#mainmenubar:after,
#mainmenubar > ul:before,
#mainmenubar > ul:after {
  content: '';
  display: table;
}
#mainmenubar:after,
#mainmenubar > ul:after {
  clear: both;
}
#mainmenubar {
  width: auto;
  zoom: 1;
  height: 69px;
/*  background: url(bottom-bg.png) repeat-x center bottom;*/
  border-radius: 2px;
}
#mainmenubar ul {
  /*background: url(nav-bg.png) repeat-x 0px 4px;*/
  background-color: #A04BC8;
  height: 69px;
}
#mainmenubar ul li {
  float: left;
  list-style: none;
}
#mainmenubar ul li a {
  display: block;
  height: 37px;
  padding: 22px 30px 0;
  margin: 4px 2px 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  font-size: 15px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  opacity: .9;
}
#mainmenubar ul li:first-child a {
  margin: 4px 2px 0 0;
}
#mainmenubar ul li a:hover,
#mainmenubar ul li.current a {
  /*background: url(color.png) center bottom; */
  display: block;
  height: 37px;
  margin-top: 0px;
  padding-top: 26px;
  color: #C891E2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
  opacity: 1;
}

/****************************************************************************
/*
/*          Bootstrap textbox styles
/*
/***************************************************************************/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}

select
{
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}

#sectionNav,
#sectionNav ul,
#sectionNav ul li,
#sectionNav ul li a {
  margin: 0 auto;
  padding-top : 20px;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sectionNav {
 /* width: 660px;*/
  font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
}
#sectionNav.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#sectionNav.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#sectionNav ul {
  background: #c734c7;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #BF67B2 0%, #AB489C 50%, #d45ad4 51%, #d356d3 78%, #f4d3f4 100%);
  background: -webkit-linear-gradient(bottom, #BF67B2 0%, #AB489C 50%, #d45ad4 51%, #d356d3 78%, #f4d3f4 100%);
  background: -o-linear-gradient(bottom, #BF67B2 0%, #AB489C 50%, #d45ad4 51%, #d356d3 78%, #f4d3f4 100%);
  background: -ms-linear-gradient(bottom,#BF67B2 0%, #AB489C 50%, #d45ad4 51%, #d356d3 78%, #f4d3f4 100%);
  background: linear-gradient(to top, #BF67B2 0%, #AB489C 50%, #d45ad4 51%, #d356d3 78%, #f4d3f4 100%);
}
#sectionNav:after,
#sectionNav ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#sectionNav ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#sectionNav ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c734c7 61%, #c734c7 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c734c7 61%, #c734c7 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c734c7 61%, #c734c7 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c734c7 61%, #c734c7 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
#sectionNav ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#sectionNav ul li a:hover,
#sectionNav ul li.active a {
  color: #ffffff;
}
#sectionNav ul li:hover,
#sectionNav ul li.active,
#sectionNav ul li a.active {
  background: #c736c7;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #8b268b 0%, #c736c7 50%, #d35dd3 51%, #d259d2 78%, #f4d5f4 100%);
  background: -webkit-linear-gradient(bottom, #8b268b 0%, #c736c7 50%, #d35dd3 51%, #d259d2 78%, #f4d5f4 100%);
  background: -o-linear-gradient(bottom, #8b268b 0%, #c736c7 50%, #d35dd3 51%, #d259d2 78%, #f4d5f4 100%);
  background: -ms-linear-gradient(bottom, #8b268b 0%, #c736c7 50%, #d35dd3 51%, #d259d2 78%, #f4d5f4 100%);
  background: linear-gradient(to top, #99FF00 0%, #c736c7 50%, #d35dd3 51%, #d259d2 78%, #f4d5f4 100%);
  transform: scale(1.2,1.2);
  transition: transform 1s;
}
#sectionNav ul li:hover::after,
#sectionNav ul li a.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c736c7 61%, #c736c7 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c736c7 61%, #c736c7 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c736c7 61%, #c736c7 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c736c7 61%, #c736c7 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#navMenu {
/*  width: 250px;*/
}
#navMenu a {
  line-height: 1.3;
}
#navMenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#navMenu > ul > li:first-child > a {
  padding: 15px 10px;
  background-repeat: no-repeat;
  /*background: url(pattern.png) top left repeat;*/
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#navMenu > ul > li:first-child > a > span {
  padding: 0;
}
#navMenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#navMenu > ul > li {
  background: #bf67b2;
  background: -moz-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf67b2), color-stop(100%, #ab489c));
  background: -webkit-linear-gradient(#bf67b2 0%, #ab489c 100%);
  background: linear-gradient(#bf67b2 0%, #ab489c 100%);
}
#navMenu > ul > li:hover {
  background: #ba5cad;
  background: -moz-linear-gradient(#ba5cad 0%, #a04393 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba5cad), color-stop(100%, #a04393));
  background: -webkit-linear-gradient(#ba5cad 0%, #a04393 100%);
  background: linear-gradient(#ba5cad 0%, #a04393 100%);
}
#navMenu > ul > li > a {
  font-size: 14px;
  display: block;
/*  background: url(pattern.png) top left repeat;*/
  color: #ffffff;
  border: 1px solid #99408c;
  border-top: none;
  text-shadow: 0 -1px 1px #632a5b;
}
#navMenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#navMenu > ul > li > a:hover {
  text-decoration: none;
}
#navMenu > ul > li.active {
  border-bottom: none;
}

.wrap { width:700px; margin: 0 auto; padding-top:10px;}
.wrap > * { margin:  0 auto; }

.claimdocumentcontainer { padding-top:10px;}



.content
{
    margin-left:40px;

    padding: 40px 0 0 40px;
    width: 80%;
}

.tablecontainer
{
     margin-left:10px;
     margin-right:20px;
     padding: 40px 0 0 40px;
}

input[type=radio] + label{
    margin-right: 20px;
}

input[type=radio] + label : last-child{
    margin-right: 0px;
}

.Tooltip { display:none; position:absolute; padding:5px; background:#fff; border:1px solid #000; }

#MainContent_btnUpdate { margin-left: 600px; margin-top: 20px; }

#textBoxTable { margin-left: 200px; }

#MainContent_btnAddTaskList { margin: 100px 0px 0px 600px; }

/*.table-striped tbody > tr:first-child > td
{
    font-weight: bold;
    background-color: #C070E5;
    color: #FFFFFF;
}*/

#messages { width:1000px; margin-left: 40px; text-align: left; padding-top:0px;padding-bottom:20px;padding-right:40px; }
#messages > * { margin: 0 auto; }

#taskList
{
    margin: 100px 20px 0px 20px;
}

.simpletablehead
{
    color: #333333;
    background-color:#E7C9f5;
}

#MainContent_txtBordereauNotes
{
        resize: none;
        min-height: 100px;
        min-width:200px;
}

.   
{
    
    display:inline;
    padding: 10px;
    border: solid currentColor; 
    border-width: 1px;
}

.postCodePopup
{
    float: right;
    position: absolute;
    top: 740px;
    left: 650px;
}
input[type="text"]:disabled
{
    background:#f9f9f9;
    color:#999999;
}

:disabled
{
    background:#f9f9f9;
    color:#999999;
}

.aspNetDisabled
{
    color:#999999;
}


table.SMSTable
{
border: 1px solid #C1DAD7;
width: 100%;
}
    
table.SMSTable  td {

padding: 1px 1px 2px 2px;
text-align: left;
}

	
table.SMSTable  tr {
text-align: left;
}

table.SMSTable input[type="text"]
{
     width: 200px;
}


table.SMSTable textarea
{
    width: 100%;
    height: 65px;
}

table.SMSTable select
{
    width: 250px;
}

.SMSTableButtonRow td:last-child .button
{
    float:right;
}

input[readonly]
{
    background:#f9f9f9;
    color:#999999;
}

input[readonly="readonly"]
{
    background:#f9f9f9;
    color:#999999;
}

td [id*='rblWithClaimsHandler_0']
{
   margin-bottom: 10px;
}

td [id*='rblWithClaimsHandler_1']
{
   margin-top: 10px;
}

.POP_Main
{
    margin-left: 20px;
}

/*DashBoard Progress Bar */

/*Blue #0488cd */
.progress .progress-bar {background: #0488cd;}
.foryear				{font-size: 18px;}
.txt-cap				{font-size: 14px; color: #FF0000; padding-left: 20px; line-height: 40px;}

.progress-guide {height: 30px; margin-bottom: 10px; margin-top: 40px; overflow: hidden; background-color: #fff; border-radius: 4px;}
.progress-guide .progress-bar {font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress-guide .progress-bar-settled {background: #2a91ce; font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress-guide .progress-bar-submitted {background: #ff6600; font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress-guide .progress-bar-remainingabta {background: #81bc05; font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress-guide .progress-bar-topup {background: #aa96c4; font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress-guide .progress-bar-remaining {background: #245573; font-size: 15px; font-weight: 400; line-height: 30px; padding-left: 12px; text-align: left; text-shadow: none;}


.progress {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          
}


.progress .progress-bar {font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress .progress-bar-settled {background: #2a91ce; font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress .progress-bar-submitted {background: #ff6600; font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress .progress-bar-remainingabta {background: #81bc05; font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress .progress-bar-topup {background: #aa96c4; font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}
.progress .progress-bar-remaining {background: #245573; font-size: 15px; font-weight: 400; line-height: 40px; padding-left: 12px; text-align: left; text-shadow: none;}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-bar-settled {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-bar-submitted {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-bar-remainingabta {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-bar-topup {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-bar-remaining {
  float: left;
  width: 0;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

span.member 	{color: #2e82e2; font-weight: bold;	font-family: Calibri,'Calibri W01 Bold 904607',sans-serif}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 {
	position: relative;
	float: left;
	margin: 0
10px
}

.container_12 .grid_9,.container_16 .grid_12 {
	width: 700px
}

.container_12 .grid_12,.container_16 .grid_16 {
	width: 940px
}

.form_info {
	float: right;
	width: 300px
}

.form_info>div,.form_info>ul {
	float: right
}

.form_info>div {
	padding-top: 12px;
	height: 30px
}

.padA 			{padding-top: 15px; padding-bottom: 20px;}

#Navigation1_hlkPaymentConfirmation > span { padding-left: 15px !important; display:table-cell !important;}

.fileimport {padding-top: 20px;}

.RunChecksButton { margin-bottom:15px;}