a {
	color: inherit;
}

p {
	margin: 0px;
}
.ui-datepicker {
    font-size:11px !important;
}
#container_def { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#sidebar1 {
	float: left;
	width: 10%; 
	background-color: #FFFFFF;
}
#sidebar2 {
	float: right;
	width: 10%; 
	background-color: #FFFFFF;
}
#sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.typeHeader {
    font:large;
    background-color:black;
    text-align:center;
    color: white;
    margin-top:20px;
}
.maincustomer #mainContent {
	min-height: 100%;
    height: auto !important;
    height:100%;
	margin: 220px auto 60px;
} 
.maincustomer .error {
	display: none;
	margin-left: 10px;
} 
.maincustomer .error_show {
	color: red;
	margin-left: 10px;
} 
.maincustomer input.invalid, textarea.invalid{
	border: 2px solid red;
}

.maincustomer input.valid, textarea.valid{
	border: 2px solid green;
}
.maincustomer #footer {
	background-color: #222222;
	height: 40px;
    position:fixed;
    bottom:0;
    width:100%;
}
.maincustomer #policyh {
    position:relative;
    top:-2px;
} 
.maincustomer #pstarth {
    position:absolute;
    left:244px;
    top:-2px;
} 
.maincustomer #pendh {
    position:absolute;
    left:384px;
    top:-2px;
} 
.maincustomer #ptypeh {
    position:absolute;
    left:530px;
    top:-2px;
} 
.maincustomer #nameh {
    position:relative;
    top:-2px;
}
.maincustomer #namedth {
    position:absolute;
    left:228px;
    top:-2px;
}
.maincustomer #nametyh {
    position:absolute;
    left:346px;
    top:-2px;
}
.maincustomer #name1, #name2, #name3, #name4, #name5{
    margin-right:10px;
}
.maincustomer #namety1, #namety2, #namety3, #namety4, #namety5{
    margin-left:10px;
}
.maincustomer #namedt1, #namedt2, #namedt3, #namedt4, #namedt5{
    margin-left:10px;
}

.maincustomer #policy1, #policy2, #policy3, #policy4 {
    width:200px;
}
.maincustomer #pstart1, #pend1, #pstart2, #pend2, #pstart3, #pend3, #pstart4, #pend4 {
    margin-left:20px;
    width:100px;
}
.maincustomer #ptype1, #ptype2, #ptype3, #ptype4 {
    margin-left:20px;
    width:100px;
    font:large;
}
.maincustomer #footer p {
	text-align: center;
    color:white;
    padding-top:10px;
}
.maincustomer .policy1 {
    padding-left: 10px;
    padding-right:10px;
}
.maincustomer .row {
    /*padding-top:10px;*/
}
.maincustomer .hdr {
    font-weight:700;
    font-size:larger;
}
.maincustomer #header {
	background: #DDDDDD;
	height: 310px;
} 
.maincustomer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#repheader {
	background: #DDDDDD;
	height: 120px;
} 

iframe {
	background: #FFFFFF;
}

#welcomeheader{
	padding-top: 10px;
	height: 220px;
}
#searchheader{
	padding-top: 30px;
}

#tableLocation{
	width:1200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
} 
#compReports span{
	color: #FFFFFF;
}

#compReports a{
	background-color: #0000FF;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
#compReports a:hover{
	background-color: #CCCCCC;
}

#mainTable {
	border: thin;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	margin-top:50px;
	line-height:15px;
	/*left:50%;
	margin-left:42px;*/
	border:none;
	border-collapse: collapse;
}
table#mainTable .insured {
	min-width:500px;
}
table#mainTable th a {
	color:white;
}
table#mainTable a {
	color:blue;
}
table#mainTable .policy {
	width:133px;
}
table#mainTable .status {
	width:81px;
}
table#mainTable .details {
	width:117px;
}
table#mainTable .actions {
	width:200px;
}

table#mainTable tr:nth-child(even) {
    background-color: #F2F2F2;
}
table#mainTable tr:nth-child(odd) {
    background-color: #FFFFFF;
}
table#mainTable th {
	background-color:#1B1B1B;
	color:#FFFFFF;
    font-size:14px;
	word-wrap:break-word;
	height:50px;
    padding-left:10px;
}
table#mainTable tr {
	height:64px;
}
table#mainTable, th, td {
   /*border: 1px solid black;*/
   border: none;
   padding:10px;
}
table#mainTable td {
   border: 1px solid black;
   padding: 5px;
}
table#mainTable #email_link{
   margin-top:10px;
   margin-bottom:10px;
}
table#mainTable tr:nth-child(even) td a{
   background-color: #F2F2F2;
}
table#mainTable tr:nth-child(odd) td a{
   background-color: #FFFFFF;
}
table#mainTable th {
   border: 1px solid white;
}
#searchvalue {
   height: 25px;
}
/* to match IE with C, FF */
input {
    padding: 1px 0px 1px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea {
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.intcases {
	font-family: arial; 
	font-size: 12px;
    text-align:left; 
	border:1px solid #AAA; 
	background:#FFF none repeat scroll 0% 0%; 
	z-index:9999; 
	visibility:hidden; 
	position:absolute;
    padding: 0px;
    border-radius: 3px;
	white-space: nowrap;
}

div.intcaselink {
	cursor: pointer;
    padding: 3px 8px 3px 8px;
    margin: 5px;
	background:#EEE none repeat scroll 0% 0%; 
	border:1px solid #AAA;
    border-radius: 3px;
}

div.refpageimage {
	position: absolute;
    left: 0px;
    top: 0px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(images/newwindow.gif);
	background-repeat: no-repeat;
}

div.annnoteimage {
	position: absolute;
    left: 0px;
    top: 0px;
	font-size: 0px;
	width: 16px;
	height: 12px;
	cursor: help;
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
}

div.annnotelabel {
	position: absolute;
    left: 0px;
    top: 0px;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid rgb(166,221,242);
	cursor: help;
	background:rgb(0,157,217) none repeat scroll 0% 0%; 
	padding-left:3px; 
	padding-right:3px;
	white-space: nowrap;
	color: white;
}
 
.annotationName {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	white-space: nowrap;
}

.annotation {
	font-size: 12px;
	padding-left: 2px;
	margin-bottom: 5px;
}

/* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
.dialogFix {
    position:absolute;
    text-align:left;
}


@keyframes pulsate {
  from {
    box-shadow: 0 0 10px #74BA11;
  }
  to {
    box-shadow: 0 0 20px #74BA11;
  }
}

@-webkit-keyframes pulsate {
  from {
    -webkit-box-shadow: 0 0 10px #74BA11;
    box-shadow: 0 0 10px #74BA11;
  }
  to {
    -webkit-box-shadow: 0 0 20px #74BA11;
    box-shadow: 0 0 20px #74BA11;
  }
}
 
@-moz-keyframes pulsate {
  from {
    -moz-box-shadow: 0 0 10px #74BA11;
    box-shadow: 0 0 10px #74BA11;
  }
  to {
    -moz-box-shadow: 0 0 20px #74BA11;
    box-shadow: 0 0 20px #74BA11;
  }
}

.legacyPulsateBorder {
	border: 5px solid #74BA11;
	margin: -5px;
}

.pulsateBorder {
  animation-name: pulsate;
  animation-timing-function: ease-in-out;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  
  -webkit-animation-name: pulsate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;

  -moz-animation-name: pulsate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 0.9s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
}
.ax_shape {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_paragraph {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h1 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:32px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h2 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:24px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h3 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:18px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h4 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:14px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h5 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_h6 {
  font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight:700;
  font-style:normal;
  font-size:10px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_image {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:center;
  line-height:normal;
}
.ax_text_link {
  color:#0000FF;
}
.ax_text_link_mouse_over {
}
.ax_text_link_mouse_down {
}
.ax_text_field {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_text_area {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_droplist {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_list_box {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:left;
  line-height:normal;
}
.ax_checkbox {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_radio_button {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_flow_shape {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_tree_node {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_html_button {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#000000;
  text-align:center;
  line-height:normal;
}
.ax_hot_spot {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_inline_frame {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_dynamic_panel {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_master {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_repeater {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_table {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_table_cell {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:left;
  line-height:normal;
}
.ax_menu {
  font-size:13px;
  color:#000000;
  text-align:center;
  line-height:normal;
}
.ax_horizontal_line {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_vertical_line {
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.ax_connector {
  font-family:'ArialMT', 'Arial';
  font-weight:400;
  font-style:normal;
  font-size:13px;
  color:#333333;
  text-align:center;
  line-height:normal;
}
.overdue{
   color:red;
}
.tableHeader {
    font-size: 15px;
}
.sorticon {
    font-size: 25px;
    cursor: pointer;
}