﻿@charset "utf-8";
/*----------------------------------Reset  css---------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	background: #F1F7FB url(../images/page_Bg.gif) repeat-x 0 0;
}



a {
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*remember to define focus styles! 
:focus {

	outline: dotted;
}*/
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color: #97BC3F;
	margin: 10px 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #036ab4;
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0;
}
form p {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px 50px 2px 0;
	/*float: left;*/
	display: inline-block;
	zoom: 1; 
    *display: inline; 
    *float: none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0 10px 0;
	margin: 0;
	display: block;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 10px 0;
	clear: both;
}
.border {
	border: 1px solid #666;
}
.portal_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #0072bc;
	margin: 0;
}
/*-----------------form related basic css------------------------*/
.clearfix {
	clear: both;
}
.clear_both {
	float: none;
}
form label {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	display:inline;
	width: 180px;
	margin: 0px 5px 0px 0px;
}
.label100 {
	width: 100px;
}
.label180 {
	width: 180px;
}
.label200 {
	width: 200px;
}
label, input[type="radio"] {
	vertical-align: middle;
	margin: 0;
}

form input[type="checkbox"], form input[type="radio"] {
	padding: 0;
	background: none;
	border:none;
	outline: none;
	vertical-align: middle;
}

.form_input_text {
	width: 170px;
}
.form_input_date {
	width: 107px;
}
.form_input_fixed {
	width: 170px;
}
.form_input_time {
	width: 50px;
}
.form_input28 {
	width: 28px;
}
.form_input30 {
	width: 30px;
}
.form_input40 {
	width:40px;
}
.form_input50 {
	width: 50px;
}
.form_input60 {
	width: 60px;
}
.form_input70 {
	width: 70px;
}
.form_input80 {
	width: 80px;
}
.form_input90 {
	width: 90px;
}
.form_input100 {
	width: 100px;
	margin: 0;
}
.form_input_text_adr {
	width: 230px;
}
.form_input_text_static {
	color: #999999;
	width: 150px;
	border: 1px #ccc solid;
}

.form_input_select {
	width: 178px;
}

.form_select_small {
	width:50px;
	padding-top:2px;
	padding-bottom:2px;
}
.form_input_textarea {
	width: 220px;
}
.form_textarea {
	width:170px;
	height:30px;
	transition: width 1s, height 1s ease-out;
	-webkit-transition:width 1s, height 1s ease-out;
}
.form_textarea:focus
{
	width:250px;
	height:60px;
}
* html form input[type="text"], form input[type="select"] {
	width: 190px;
}
form input, form select, form button, form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form select.form_input_select
{
	padding: 2px 3px;
}
form input[type="date"], form input[type="time"] {
	padding: 2px 3px;
}
.hide1, .hide2 {
	display: none;
}
.input_18 {
	width: 18px;
}
.input_22 {
	width: 22px;
}
.input_25 {
	width: 25px;
}
.input_50 {
	width: 50px;
}
.select_box {
	width: 188px;
}
textarea {
	resize: none;
}
.security_check {
	border: 1px dashed #fff;
	background: #F8DC92;
}
/*-----------------------------main and wrapper -------------------*/



.main {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0;
}
.wrapper {
	width: 100%;
	float: left;
	height: auto;
	background: #fff;
}
/*-----------------------------Header part-----------------------*/

.header {
	width: 100%;
	height: auto;
	float: left;
	background:#FDFEFF url(../images/head_bg.jpg) repeat-x bottom;
	position: relative;
	/*z-index:3000;*/
	border-bottom: 5px #0072bc solid;
}
.logo {
	float: left;
	margin: 31px 20px 20px 20px;
	background: url(/Corp/images/new-logo.jpg) no-repeat;
	width: 218px;
	height: 55px;
	position: relative;
}
.header_right {
	float: right;
	position: relative;
	margin: 5px 20px 5px 10px;
}

.username {
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
}
/*-----------------------------content part-----------------------*/

.maincontent {
	width: 96%;
	float: left;
	height: auto;
	padding: 1% 2%;
	position: relative;
}
.button_holder {
	height: auto;
	width: 100%;
	/*padding:0px 20px;*/
	margin: 0px auto 10px auto;
	text-align: center;
	display:block;
	margin:15px 0;
}

.button, .button1, .btnsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0072bc;
	/*clip: rect(auto,auto,auto,auto);*/
	/*height: 22px;*/
	width: auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin: 0px;
	padding: 5px 10px;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,87,153,1)), color-stop(50%, rgba(41,137,216,1)), color-stop(51%, rgba(32,124,202,1)), color-stop(100%, rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-8 */
}
.button, form button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0072bc;
	/*clip: rect(auto,auto,auto,auto);*/
	/*height: 22px;*/
	width: auto;
	margin: 0px;
	padding: 5px 10px;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,87,153,1)), color-stop(50%, rgba(41,137,216,1)), color-stop(51%, rgba(32,124,202,1)), color-stop(100%, rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-8 */
}
.button:hover
{
	color:#fff;
	text-decoration:none;
}
.button:hover, form button:hover, .button:active, form button:active {
	border: 1px solid #72AA00;
	background: #bfd255; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-8 */
}
.btnsmall {
	padding: 3px 5px;
	font: 11px normal Arial, Helvetica, sans-serif;
}
img
{
	vertical-align:middle;
	border:none;
}
.note {
	font-size: 11px;
}
.declaration_text {
	font-size: 0.9em;
	text-align: justify;
	padding: 5px;
	background-color: #ffffff;
	line-height: 15px;
}
.declaration_text_bold {
	font-size: 11px;
	font-weight: bold;
}
.note_title {
	color: #FF3300;
	font-size: 11px;
}


.normaltabel {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
.normaltabel th {
	font-size:12px;
	background: #1599D3;
	color:#fff;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 2px 3px;
}
.normaltabel td {
	background: #ececec;
	padding: 2px 5px;
	border: 1px solid #fff;/*border-right:1px solid #fff;*/
	font-size: 12px;
	color:#333;
}
.normaltabel .alt {
	background: #DBDBDB;
}
.normaltabel a {
	color:#0072bc;
	text-decoration:none;
}
.normaltabel a:hover {
	text-decoration:underline;
}

.normaltabel .alt {
	background: #DBDBDB;
	color: #060;
}

.grayTabel {
	margin: 0;
	padding: 0;
	text-align:center;
	border: 1px solid #fff;
}
.grayTabel th {
	font-size:12px;
	background: #1599D3;
	color:#fff;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 2px 3px;
}
.grayTabel td {
	padding: 2px 5px;
	border: 1px solid #fff;/*border-right:1px solid #fff;*/
	font-size: 12px;
	
}
.ui-widget-content{overflow-x:hidden !important;}
.grayTabel tr {
    background: #ececec;
}
.grayTabel tr:hover {
    background:white;
	color:#0072bc;
}
.grayTabel tr:first-child:hover {
    background: white;
}
.grayTabel .alt {
	background: #DBDBDB;
}
.grayTabel a {
	color:#0072bc;
	text-decoration:none;
}
.grayTabel a:hover {
	text-decoration:underline;
}

.mGrid {
	background-color: #fff;
	margin: 5px 0 10px 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	word-spacing: 1px;
	page-break-before: auto;
	page-break-after: auto;
}
.mGrid td {
	padding: 3px 4px;
	color: #000000;
	border-right: 1px solid #fff;
}
.mGrid th {
	padding: 4px 3px;
	color: #FFF;
	background: #5293cd;
	border-left: solid 1px #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.mGrid .selected {
	background: #f1f5fa;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-size: 11px;
}
.mGrid .alt {
	background: #e7f4ff;
	font-weight: normal;
	border-bottom: 1px solid #a4d7ff;
	font-size: 11px;
	color: #014985;
}
.mGrid .pgr {
	background: #dbedfc;
	text-align: center;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #a4d7ff;
}
.mGrid .alt a {
	color: #669933;
	text-decoration: none;
}
.mGrid .alt a:hover {
	color: #000;
	text-decoration: none;
}
.mGrid .bb {
	border-bottom: 1px solid #a4d7ff;
}
.mGrid .text {
	color: #024074;
	text-align: left;
	padding-left: 8px;
	border-bottom: 1px solid #a4d7ff;
	font-size: 11px;
	line-height: 16px;
}
.mGrid .coverage {
	font-size: 15px;
	color: #024074;
	text-align: left;
	padding-left: 8px;
	font-weight: bold;
}
.mGrid .none {
	padding: 0;
	border: 0;
}
.bnone {
	border: none
}
.mGrid .note {
	font-size: 10px;
	color: #d3a400;
	line-height: 12px;
	word-spacing: 0;
	letter-spacing: 0;
}
.bg1 {
	background: #d0dafd;
}
.tableholder {
	width: 902px;
	height: auto;
	float: left;
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}
.grid {
	background-color: #fff;
	margin: 5px 0 10px 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0263b7;
	line-height: 20px;
	word-spacing: 1px;
	page-break-before: auto;
	page-break-after: auto;
}
.grid td {
	padding: 3px;
	color: #000000;
	border-right: 1px solid #fff;
}
.grid th {
	padding: 4px 0;
	color: #FFF;
	background: #4391d4;
	border-left: 1px solid #fff;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.grid .bg {
	background: #ddeefc;
	border-bottom: 1px solid #fff;
}
.grid .bg1 {
	background: #e7f4ff;
	border-bottom: 1px solid #fff;
}
.grid .selected {
	background: #f1f5fa;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	height: 130px;
}
/* ----------->>> GridView <<<----------*/
.gridView {
	width: 100%;
	clear: both;
	margin: 10px 0;
	border: medium none !important;
	border-collapse: collapse;
}
.gridView tr td {
	vertical-align: top;
}
.gridView thead tr, .footer {
	font: bold 11px Arial;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}
/* --->>> HeaderStyle (cabeçalho) <<<---*/
.gridView thead tr {
	color: #333;
	background: #fff url(../../images/bg-header-grid.png) bottom repeat-x;
	vertical-align: middle;
	height: 25px;
}
.gridView thead tr th {
	border-top: 1px solid #E2E6E6;
	border-bottom: 3px solid #E5E5E5;
	vertical-align: middle;
}
.gridView thead tr a {
	font: bold 11px Arial, Verdana;
	color: #333;
	padding: 0 0 0 10px;
	text-decoration: underline;
	background: url(../../images/Icones/ico-ordem.gif) left no-repeat;
	vertical-align: middle;
}
.gridView thead tr a:hover {
	color: #06c;
	background: url(../../images/Icones/ico-ordem-hover.gif) left no-repeat;
}
/*--------------------------------fotter css-------------------------------*/

.fotter {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	border-top: 1px solid #dbdee1;
	background-color: #0072bc;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
	line-height: 16px;
}
.copyright {
	color: #5d5c5c;
	font-size: 10px;
}

.spacer {
	height: 10px;
}
/*---------------------------fieldset and legend css-------------------------------*/

* html fieldset {
	position: relative;
	margin-top: 2.6em;
	padding-top: 1.5em;
	padding-bottom: .5em;
	padding-left:.5em;
}
* html legend {
	position: absolute;
	top: -1.3em;
	left: .2em;
}
form {
	margin: 0;
	padding: 0;
}
form fieldset {
	border: 1px dotted #999999;
	background: #edf6ff;
	margin: 0 auto 10px auto;/*width: 100%;*/
	/*overflow:hidden;
	padding-left:10px\0;*/
	padding:10px;
}
* html form fieldset {
	margin: 0 auto 25px auto;
	width: auto;
}
/* *+html form fieldset {
	padding-left:10px;
}*/
form fieldset legend {
	font-weight: bold;
	background: #FFFFFF;
	border: 1px solid #d5d5d5;
	font-size: 12px;
	margin: 0;
	padding: 3px 5px;
	outline: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.table_blue_bg {
	/*border:1px dotted #999999;*/
	background: #edf6ff;
}
.table_blue_bg01 {
	border: 1px solid #e0e0e0;
	border-top: none;
	background: #edf6ff;
}
.red_text {
	color: #FF0000;
}
.green_text {
	color: #669933;
}
.green_bold {
	color: #669933;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}
.discount_heading {
	color: #669933;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	width: 70px;
}
.applemenu {
	margin: 5px 0 10px 0;
	padding: 0;
	width: 100%; /*width of menu*/
	/*border: 1px solid #e0e0e0;*/
	position: relative;
	float: left;
}
.applemenu div.silverheader a {
	background-color: #e0e2e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5a5a5a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px #FFFFFF solid;
	
	
}
.applemenu div.silverheader a img
{
	vertical-align:middle;
	border:none;
}
.applemenu div.silverheader a {
	background-image: url(../images/plus.gif);
	background-position: 99%;
	background-repeat: no-repeat;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: 5a5a5a;
}
.applemenu div.selected a/*.applemenu div.silverheader a:hover*/ {
	background-color: #0072bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.applemenu div.selected a {
	background-image: url(../images/minus.gif);
	background-position: 99%;
	background-repeat: no-repeat;
}
.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: white;/*	padding: 5px;*//*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 10px;
}
.applemenu01 {
	margin: 5px 0 0 0;
	padding: 0;
	width: 880px; /*width of menu*/
	/*border: 1px solid #e0e0e0;*/
	position: relative;
}
.applemenu01 div.silverheader a {
	background-color: #e0e2e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5a5a5a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px #FFFFFF solid;
	margin: 5px 0 0 0;
}
.applemenu01 div.silverheader a {
	background-image: url(../images/plus.gif);
	background-position: 860px;
	background-repeat: no-repeat;
}
.applemenu01 div.silverheader a:visited, .applemenu01 div.silverheader a:active {
	color: 5a5a5a;
}
.applemenu01 div.selected a/*.applemenu div.silverheader a:hover*/ {
	background-color: #0072bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.applemenu01 div.selected a {
	background-image: url(../images/minus.gif);
	background-position: 860px;
	background-repeat: no-repeat;
}
.applemenu01 div.submenu { /*DIV that contains each sub menu*/
	background: white;/*	padding: 5px;*//*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	border: 1px solid #e0e0e0;
}

.quicklinks {
	font-weight: normal;
	font-size: 11px;
	color: #0072bc;
	font-family: arial, helvetica, sans-serif;
}
.quicklinks a, .quicklinks a:link {
	color: #0072bc;
	text-decoration: none;
}
.quicklinks a:hover {
	color: #56822b;
	text-decoration: underline;
}
.quicklinks a:visited {
	color: #0072bc;
}
#benefits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072bc;
	line-height: 30px;
	text-align: justify;
	word-spacing: 1px;
	page-break-before: auto;
	page-break-after: auto;
	font-weight: normal;
	width: 580px;
}
.renewal ul {
	list-style: none;
	padding: 0;
	margin: 10px 5px 10px 10px;
	list-style-image: none;
}
.renewal ul li {
	margin: 0;
	padding: 0 0 5px 30px;
	list-style-type: none;
	display: block;/*background:url(../images/check.gif) no-repeat left;*/
}
.renewal ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	display: block;/*background:url(../images/scroll_right.png) no-repeat left 2px;*/
}
.renewal a {
	color: #009933;
	text-decoration: none
}
.renewal a:link {
	color: #009933;
}
.renewal a:hover {
	color: #006699;
	white-space: normal;
	background-position: left;
	text-align: left;
	text-decoration: underline;
}


.row {
	padding: 2px 0;
	clear: both;
	margin: 0;/*border-bottom:1px dashed #ccc;*/
}
.row_alt {
	background: #fff;
	padding: 2px 10px;
	clear: both;
	margin: 0;
	overflow: hidden;
	border: 1px solid #A9D1F9;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.dataTables {
	background: #F7F7F7;
	border: 1px solid #ccc;
	width: 98%;
	padding: 1%;
	overflow: auto;
	margin-bottom: 1%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:15px;
}
.largeBtn {
	color: #000;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #f8a840;
	padding: 15px;
	margin: 5px 0;
	width: 100%;
	text-align: left;
	background: rgb(252,234,187); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjY2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y4YjUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmRmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(50%, rgba(252, 205, 77, 1)), color-stop(51%, rgba(248, 181, 0, 1)), color-stop(100%, rgba(251, 223, 147, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 ); /* IE6-8 */
}
.largeBtn:hover, .largeBtn:active {
	color: #fff;
	border: 1px solid #0072bc;
	background: #b7deed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3ZGVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcxY2VlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIxYjRlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2RlZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7deed), color-stop(50%, #71ceef), color-stop(51%, #21b4e2), color-stop(100%, #b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 ); /* IE6-8 */
}
#toggleLink, #toggleLink1 {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	display: block;
	width:96%;
	margin:5px 0;
}
#toggleLink a, #toggleLink1 a {
	color: #0072bc;
	text-decoration: none;
}
#toggleLink a:hover, #toggleLink1 a:hover {
	color: #000;
	text-decoration: none;
}
.plusImg {
	background-image: url(../images/plus.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.minusImg {
	background-image: url(../images/minus.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

/* nav */
.nav {
	margin: 20px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}


/* --------------------  Boxed notifications -------------------- */

.notification {
	display: block;
	padding: 10px 10px 10px 35px;
	border: 1px solid;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

.n-success {
	background-color: #a3e6bd;
	border-color: #68d59b;
	background-image: url(../images/notification-tick.gif);
	}

.n-information {
	background-color: #9fddea;
	border-color: #5fceea;
	background-image: url(../images/notification-information.gif);
	}

.n-attention {
	background-color: #f9e497;
	border-color: #ffcb4f;
	background-image: url(../images/notification-exclamation.gif);
	}

.n-error {
	background-color: #ffc6ca;
	border-color: #efb9c3;
	background-image: url(../images/notification-slash.gif);
}

.disclaimer {
	padding:16px 0;
	/*background:#dcedf2;
	border-radius:0 0 15px 15px;*/
	position:relative;
	width:100%;
	margin:20px 0 0 0;
	border-top:1px solid #d9d9d9;
	display:block;
}
.disclaimer h4 {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FD2E36;
	padding-bottom:7px;
	padding-left:25px;
}
.disclaimer ul
{
margin:0 0 0 20px;
list-style-type: decimal;
}
.disclaimer ul li {
	padding:0 0 2px 0;
	color:#666;
	font-size:11px;
	line-height:18px;
	margin:0;
}
.disclaimer ul li a {
	text-decoration:none;
	color:#0072bc;
}
.disclaimer ul li a:hover {
	color:#FD2E36;
}

.colortheme
{
	width:20px;
	height:20px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	margin:0 5px 0 0;
	display:inline-block;
	float:left;
}

.colorSkyblue
{
background-color:#0a9fb7;	
}

.colorGreen
{
background-color:#52b831;	
}
.colorBlue
{
background-color:#0072bc;	
}
.colorOrange
{
background-color:#b35a00;	
}
.colorRed
{
background-color:#b30713;	
}


.buttonSmall
{
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	border:1px solid #ccc;
    padding:6px 10px 6px 10px;
	margin:0 0 5px 0;
	width:96%;
    position:relative;
   /* float:left;*/
    display:block;
    overflow:hidden;
	color:#333;
	text-decoration:none;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
background: rgb(246,248,249); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-8 */
}

.buttonSmall:hover, .buttonSmall:active
{
background: rgb(245,247,249); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY4ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,247,249,1) 0%, rgba(215,222,227,1) 49%, rgba(229,235,238,1) 50%, rgba(246,248,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,247,249,1)), color-stop(49%,rgba(215,222,227,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(100%,rgba(246,248,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,247,249,1) 0%,rgba(215,222,227,1) 49%,rgba(229,235,238,1) 50%,rgba(246,248,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,247,249,1) 0%,rgba(215,222,227,1) 49%,rgba(229,235,238,1) 50%,rgba(246,248,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,247,249,1) 0%,rgba(215,222,227,1) 49%,rgba(229,235,238,1) 50%,rgba(246,248,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,247,249,1) 0%,rgba(215,222,227,1) 49%,rgba(229,235,238,1) 50%,rgba(246,248,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f9', endColorstr='#f6f8f9',GradientType=0 ); /* IE6-8 */

}

.buttonArrow
{
	background:transparent url(../images/arrow.png) 0 0 no-repeat;
	padding:1px 5px 1px 25px;
}
#claimsMenu
{
	background:rgba(0,0,0,0.03);
	border:1px solid #e2e2e2;
	width:60%;
	padding:20px;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
.scrollDiv
{
	margin:0;
	padding:0;
	/*overflow-x:hidden;*/
	overflow:auto;
	height:300px;
}
.scrollDiv1
{
	margin:0;
	padding:0;
	overflow:auto;
	/*height:300px;*/
}

.shadowBox{

	padding:25px 0px;
	background:#fff;
/*	margin:8px auto;*/
	font-size:12px;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}


.a-btn{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	border:1px solid #ccc;
    padding:10px 10px 10px 70px;
	width:60%;
    position:relative;
   /* float:left;*/
    display:block;
    overflow:hidden;
    margin:10px auto;
    background:#fff;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(rgba(255,255,255,1),0),color-stop(rgba(246,246,246,1),0.74),color-stop(rgba(237,237,237,1),1));
    background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background:-o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    background:linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 74%, rgba(237,237,237,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 5px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
	text-decoration:none;
}
.a-btn-symbol{
    /*font-family:'WebSymbolsRegular', cursive;*/
    color:#555;
    font-size:20px;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    position:absolute;
    left:10px;
	top:8px;
    line-height:32px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
.a-btn-text{
	color:#164a90;
    font:bold 14px/22px Arial, Helvetica, sans-serif;
    text-shadow:1px 1px 2px rgba(255,255,255,0.5);
    display:block;
	text-align:left;
	
}
.a-btn-slide-text{
    font-family:Arial, sans-serif;
    font-size:11px;
    /*text-transform:uppercase;*/
    color:#555;
    text-shadow:0px 1px 1px rgba(255,255,255,0.9);
	text-align:left;
	text-decoration:none;
}
/*.a-btn-slide-icon{
    position:absolute;
    top:-30px;
    width:22px;
    height:22px;
    background:transparent url(../images/arrow_down_black.png) no-repeat top left;
    left:20px;
    opacity:0.4;
}*/
.a-btn:hover{
    background:#fff;
    -webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
	text-decoration:none;
}
/*.a-btn:hover .a-btn-symbol{
    opacity:0;
}*/
.a-btn:hover .a-btn-slide-icon{
    -webkit-animation:slideDown 0.9s linear infinite;
    -moz-animation:slideDown 0.9s linear infinite;
    animation:slideDown 0.9s linear infinite;
}
.a-btn:active{
    /*background:#0072bc;*/
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
    box-shadow:0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
	
}
.a-btn:active .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn:active .a-btn-slide-text{
    color:rgba(0,0,0,0.4);
    text-shadow:none;
}

.confirmDiv {
	background:#fff;
	border:4px solid #98D9F8;
	width:97%;
	padding:1%;
	margin-bottom:1%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
}
.scrollContaint {
    overflow: scroll;
	height:130px;
	
}
.scrollContaint table th, .odTpClaims table th, .vehicleDetailsFir table th{
    background: #1599d3 none repeat scroll 0 0;
    color: #fff;
}

.text-uppercase{text-transform: uppercase;}
.text-uppercase.smallBox {
    width: 20%;
}
.accordion-inner.scrollContaint input[type="radio"], .accordion-inner.odTpClaims input[type="radio"]{
    margin:0 5px 0 10px;
}
.accordion-inner.odTpClaims p {
    margin: 10px 50px 10px 0;
}