body {
	text-align:center;
	background: #8B8C97;
	font: 11px Arial, Helvetica, sans-serif;
}

html {
    overflow-y: scroll;
}

input[type=checkbox] {
	cursor:pointer;
}

input[type=checkbox]:disabled {
	cursor: default;
}

td {
	padding-left: 3px;
	padding-right: 3px;	
}

.wrapper {
	margin: 0 auto;
	background:#FFFFFF;
	width:1200px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.wrapper_100 {
	margin: 0 auto;
	width: 100%;
	background:#FFFFFF;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.main_container {
	background:#FFFFFF;
	min-height: 96%;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header_container {
	background: #FFFFFF; /*For older browsers */
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#0CCCCCC');/*For IE7-8-9*/
	border: none;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	height:91px;
	margin-bottom: 1px;
}

.header_left {
	float: left;
	background: none;
	border: none;
	margin-left: 5px;
}

.header_right{
	float: right;
	border: none;
	margin-right: 5px;
}

.header_logo {
	float: right;
	border: none;
	margin: 5px 30px 0px 0px;
}

.header_menu {
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#08ADFF', endColorstr='#0459B7');/*For IE7-8-9*/
	border-radius: 3px;
	height: 25px;
	margin: 0px 2px 0px 2px;
	box-shadow: 0 3px 3px #999999;
	-webkit-box-shadow: 0 3px 3px #999999;
	margin-bottom: 4px;
}

.tab_open {
	float:left;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	width:100px;
	margin: 7px 2px 0px 2px;
	border-radius: 5px 5px 0px 0px;
	background: #FFFFCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
}

.tab_open a {
	text-decoration:none;
}

.tab_open:hover {
	cursor: pointer;
}

.tab_box {
	height: 35px;
	border-bottom:solid 1px black;
}

.tab_close {
	float:left;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	width:100px;
	margin: 7px 2px 0px 2px;
	border-radius: 5px 5px 0px 0px;
	background: #999999;
	border: 1px solid #000000;
	color: #1975D1;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.tab_close a {
	color: #FFFFFF;
	text-decoration:none;
}

.tab_close:hover {
	background: #CCCCCC;
	cursor:pointer;
}

.tab_close_r {
	float:left;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	width:100px;
	margin: 7px 2px 0px 2px;
	border-radius: 5px 5px 0px 0px;
	background:red;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.tab_close_r:hover {
	background: #FF8888;
	cursor:pointer;
}

.tab_open_white {
	float:left;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	width:100px;
	margin: 7px 2px 0px 2px;
	border-radius: 5px 5px 0px 0px;
	/*background: #FFFFCC;*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
}

.tab_open_white:hover {
	cursor: pointer;
}

.tab_field_100 {
	border:solid 1px black;
	border-radius: 4px;
	min-height:95%;
}

.search_box {
	height: 35px;
	border-bottom:solid 1px black;
	background: #FFFFCC;
}

.search_box_33 {
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

.search_right {
	float:right;
	height:30px;
	margin-right: 0px;
	margin-top: 5px;
}

.search_left {
	float: left;
	height: 30px;
	margin-left: 0px;
	margin-top: 5px;
}

.messages {
	float:left;
	height:30px;
	margin-left:2px;
}

.schedule {
	float:left;
	height:30px;
	margin-left:2px;
	width:280px;
}

.content_main {
	display: inline-block;
	text-align:center;
	margin: 10px 2px 0px 2px;
}

.content_main_100 {
	display: inline-block;
	width: 100%;
}

.content_main_left {
	display: block;
	text-align:center;
	margin: 10px 2px 0px 2px;
	border: none;
}

.subcontent_q {
	text-align:left;
	border: none;
	width: 400px;
	float:left;
}

.subcontent_q_2 {
	text-align:left;
	border: none;
	width: 900px;
	float:left;
}

.subcontent_1 {
	text-align:left;
	border: none;
	width: 400px;
	float:none;
}

.subcontent_1_left {
	/*changed*/
	text-align:left;
	border: none;
	width: 398px;
	float: left;
}

.subcontent_1_right {
	text-align:left;
	border: none;
	width: 400px;
	float: right;
}

.subcontent_2 {
	text-align:left;
	border: none;
	width: 798px;
	float: none;
}

.subcontent_2_left {
	/*changed*/
	text-align:left;
	border: none;
	width: 798px;
	float: left;
}

.subcontent_66_left {
	/*changed*/
	text-align:left;
	/*border: solid 1px black;*/
	width: 66%;
	float: left;
}

.subcontent_33_left {
	/*changed*/
	text-align:left;
	/*border: solid 1px black;*/
	width: 33%;
	float: left;
}

.subcontent_100_left {
	/*changed*/
	text-align:left;
	/*border: solid 1px black;*/
	width: 100%;
	float: left;
}

.subcontent_3 {
	text-align:left;
	border: none;
	width: 1196px;
	float: none;
}

.subcontent_350_left {
	text-align:left;
	border: none;
	width: 350px;
	float: left;
}

.fieldset_schedule {
	padding: 0px;
	margin-bottom: 5px;
	border: dotted 1.5px #1975D1;
	border-radius: 4px;
	/*background: -webkit-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;*/
	/*box-shadow: 0 0 15px #AAAAAA;*/
}

.fieldset_schedule:hover {
	border: solid 1.5px #1975D1;
	background:#DDDDDD;
	cursor:pointer;
	box-shadow: 0 0 15px #AAAAAA;
}

.fieldset_schedule legend {
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 5px;
	padding-right: 1em;
 	padding-left: 1em;
	/*box-shadow: 0 0 15px #AAAAAA;*/
}

.fieldset_schedule_header {
	padding: 0px;
	margin-bottom: 5px;
	border: solid 1px #1975D1;
	border-radius: 4px;
	/*background: -webkit-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;*/
	/*box-shadow: 0 0 15px #AAAAAA;*/
}

.btn_popup_close {
	height: 35px;
	width: 35px;
	color: #1975D1;
	font-size: 18px;
	font-weight: bold;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 15px;
	/*box-shadow: 0 0 15px #AAAAAA;*/
	margin-top: -50px;
	margin-right: -35px;
	float: right;
}

.btn_popup_close:hover {
	background: #DDDDDD;
	cursor: pointer;
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: default;
}

.fieldset_popup {
	height: 80%;
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	padding: 5px;
	margin-bottom: 20px;
	border: solid 1px #1975D1;
	border-radius: 4px;
	/*background: -webkit-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;*/
	background: white;
	box-shadow: 0 0 15px #AAAAAA;
}

.fieldset_popup legend {
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 5px;
	padding-right: 1em;
 	padding-left: 1em;
	box-shadow: 0 0 15px #AAAAAA;
}

.fieldset_popup_fit {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	padding: 5px;
	margin-bottom: 20px;
	border: solid 1px #1975D1;
	border-radius: 4px;
	/*background: -webkit-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;*/
	background: white;
	box-shadow: 0 0 15px #AAAAAA;
}

.fieldset_popup_fit legend {
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 5px;
	padding-right: 1em;
 	padding-left: 1em;
	box-shadow: 0 0 15px #AAAAAA;
}

.btn_popup_close {
	height: 35px;
	width: 35px;
	color: #1975D1;
	font-size: 18px;
	font-weight: bold;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 15px;
	/*box-shadow: 0 0 15px #AAAAAA;*/
	margin-top: -50px;
	margin-right: -35px;
	float: right;
}

.btn_popup_close:hover {
	background: #DDDDDD;
	cursor: pointer;
}

.fieldset_subcontent {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	border: solid 1px #1975D1;
	border-radius: 4px;
	/*background: -webkit-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(0deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;*/
	background: white;
	box-shadow: 0 0 15px #AAAAAA;
}

.fieldset_subcontent legend {
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF; /*For older browsers*/
	background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC');/*For IE7-8-9*/
	border: solid thin;
	border-radius: 5px;
	padding-right: 1em;
 	padding-left: 1em;
	box-shadow: 0 0 15px #AAAAAA;
}

#pos {
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	color: #FFFFFF;
	border: solid 1px #1975D1;
}

#neg {
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	color: #FFFFFF;
	border: solid 1px #800000;
}

.modules {
	padding: 0px 0px 5px 20px;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	margin-bottom: 5px;
}

.modules:hover {
	border: dotted 1px #1975D1;
	border-radius: 5px;
	background: #FFFFCC;
	padding: 0px 0px 5px 50px;
}

.modules img {
	border-style: none;
	
}

.frame_settings {
	margin: -10px 0px 10px 0px;
	width: 100%;
	border:none;
	height:640px;
}

.frame_popup {
	margin: -3px 0px 0px -3px;
	width: 100%;
	height:100%;
}

.frame_invoices {
	margin: -10px 0px 10px 0px;
	width: 100%;
	border:none;
	height:700px;
}

.table_main {
	text-align:left;
	width:100%;
}

.table_header {
	background:#FFFFFF;
}

.table_body {
	float: none;
}

.table_body:hover {
	background:#DDDDDD;
	cursor:pointer;
}

.table_row_div {
	height:1px;
	background:#AAAAAA;
}

.table_cell_div {
	height:1px;
	background:#AAAAAA;
}

.table_main textarea {
	float:left;
	border: solid 1px #999999;
	border-radius:5px;
	overflow: hidden;
	height:50px;
	width:140px;
}

.table_main textarea:hover {
	transition: all 0.2s;
	-webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
	border-radius: 5px;
	overflow: auto;
	height: 130px;
	width:170px;
	z-index: 1;
	position: absolute;
	box-shadow: 0 0 20px #000000;
	background: #FFFFCC;
}

.editframe {
	display:block;
	overflow: auto;
	height: 400px;
	box-shadow: 0 0 0px #000000;
	background: #FFFFCC;
	background: #FFFFFF;
}

.iframe {
	margin-top:8px;
}

.agentframe {
	display:none; 
	border:solid 1px #DDDDDD; 
	border-radius:5px; 
	position:absolute; 
	background:#FFFFCC; 
	margin-left:-30px;
	box-shadow: 0 0 15px #AAAAAA;
}

.boardingframe {
	display:none; 
	border:solid 1px #DDDDDD; 
	border-radius:5px; 
	position:absolute; 
	background:#FFFFCC; 
	margin-left:-90px;
	box-shadow: 0 0 15px #AAAAAA;
}

.warningframe {
	display:none; 
	border:solid 1px #DDDDDD; 
	border-radius:5px; 
	position:absolute; 
	background:#FFFFCC; 
	margin-left:-30px;
	box-shadow: 0 0 15px #AAAAAA;
}

.hidden {
	display:none;
}

/*text styles*/

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1975D1;
	font-size: 16px;
	font-weight: bold;
	margin: 7px;
}

.header1W {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 7px;
	text-shadow: 0 2px 2px #333333;
}

.header2 {
	color: #1975D1;
	font-size: 12px;
	font-weight: bold;
	margin: 7px;
}

.header2W {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 7px;
	text-shadow: 0 2px 2px #333333;
}

.style25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.style25:link {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
}

a.style25:active {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
}

a.style25:visited {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
}

a.style25:hover {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
}

.style25R {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000; 
	text-decoration:none 
}

a.style25R:link {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000;
}

a.style25R:active {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000;
}

a.style25R:visited {
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000;
}

a.style25R:hover 
	{text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
}

.style25RI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
	font-style: italic;
}

.style26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration:none;
	font-style: italic;
}

.entry {
	float: left;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration:none 
}

.chosen_text {
    height: 20px;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 0 0 0 8px;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
}

.text400 {
	width: 400px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text300 {
	width: 300px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text240 {
	width: 240px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text180 {
	width: 180px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text120 {
	width: 120px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text80 {
	width: 80px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text50 {
	width: 50px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text30 {
	width: 30px;
	border: solid 1px #666666;
	border-radius: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.text_permit_120 {
	width: 120px;
	border: solid 1px #666666;
	border-radius: 3px;
	text-transform: uppercase;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: rgb(47, 70, 120);
}

.label {
	float: left;
	width: 80px;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration:none;
	color: #666666;	
}

.label_header2 {
	float: left;
	width: 160px;
	padding: 4px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #1975D1;	 
	text-decoration:none 
}

.label_med {
	float: left;
	width: 160px;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration:none 
}

.label_long {
	float: left;
	width: 220px;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration:none 
}

.label_100 {
	float: left;
	width: 100px;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration:none; 
}

.menu_right {
	float:right;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: none; 
	font-weight:bold;
	text-decoration: none;
}

.menu_right a{
	float:right;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: none; 
	font-weight:bold;
	text-decoration: none;
}

.menu_right a:hover {
	color: #333333;
}

.newline {
	clear:both;
}

.biginput {
  width: 300px;
  border: solid 1px #666666;
  border-radius: 3px;
  padding-left: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.autocomplete-suggestions { border: 1px solid #666666; background: #ffffff; cursor: default; overflow: auto; text-align:left; }
.autocomplete-suggestion { padding: 1px 1px; font-size: 13px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #CCCCCC; }
.autocomplete-suggestions strong { font-weight: bold; color: #0459B7; }

/*end text styles*/

/*buttons*/

.button {
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.button:hover {
	background: #08ADFF; /* for older browsers */
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.button:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.button:active {
	background: #0459B7; /* for older browsers */
    background: -moz-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    border-color: #093C75;
    outline: medium none;;  
}

.button_neg {
	background: #BB0000; /* for older browsers */
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.button_neg:hover {
	background: #FE1B31; /* for older browsers */
	background: -moz-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	color: #FFFFCC;
}

.button_neg:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.button_neg:active {
	background: #0459B7; /* for older browsers */
    background: -moz-linear-gradient(90deg, #FE1B31, #800000) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #FE1B31, #800000) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #800000) repeat scroll 0 0 transparent;
    border-color: #093C75;
    outline: medium none;;  
}

.menu_button {
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	width:140px;
	border: 1px solid #093C75;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.menu_button:hover {
	background: #08ADFF; /* for older browsers */
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.menu_button:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.menu_button_neg {
	background: #BB0000; /* for older browsers */
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	width:140px;
	border: 1px solid #093C75;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.menu_button_neg:hover {
	background: #FE1B31; /* for older browsers */
	background: -moz-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	color: #FFFFCC;
}

.menu_button_neg:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.smbutton {
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	margin: 0px 2px 0px 2px;
	height: 20px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.smbutton:hover {
	background: #08ADFF; /* for older browsers */
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.smbutton:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.smbutton:active {
	background: #0459B7; /* for older browsers */
    background: -moz-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    border-color: #093C75;
    outline: medium none;  
}

.smbutton_neg {
	background: #BB0000; /* for older browsers */
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	border: 1px solid #800000;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	margin: 0px 2px 0px 2px;
	height: 20px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.smbutton_neg:hover {
	background: #FE1B31; /* for older browsers */
	background: -moz-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	color: #FFFFCC;
}

.smbutton_neg:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.smbutton_neg:active {
	background: #093C75; /* for older browsers */
    background: -moz-linear-gradient(90deg, #FE495B, #FE1B31) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #FE495B, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE495B, #FE1B31) repeat scroll 0 0 transparent;
    border-color: #093C75;
    outline: medium none;  
}

/*end buttons*/


/*Tables*/


/*end Tables*/

.footer {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	border: none;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	height: 30px;
	background: #ABABB1;
	padding-left:10px;
}

#PasswordStrength {
	height:12px;
	display:block;
	float:left;
	border: solid 1px #666666;
	border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.pwdstrength0 {
	width:120px;
	background: #cccccc;
}

.pwdstrength_0 {
	width:120px;
	background: #cccccc;
}

.pwdstrength_1 {
	width:3px;
	background: #ff0000;
}

.pwdstrength_2 {
	width:6px;
	background: #ff0000;
}

.pwdstrength_3 {
	width:9px;
	background: #ff0000;
}

.pwdstrength_4 {
	width:12px;
	background: #ff0000;
}

.pwdstrength_5 {
	width:15px;
	background: #ff0000;
}

.pwdstrength_6 {
	width:18px;
	background: #ff0000;
}

.pwdstrength_7 {
	width:21px;
	background: #ff0000;
}

.pwdstrength1 {
	width:24px;
	background: #ff0000;
}

.pwdstrength2 {
	width:48px;	
	background:#ff5f5f;
}

.pwdstrength3 {
	width:72px;
	background: #56e500;
	background: #ff5f5f;
}

.pwdstrength4 {
    width:96px;
	background: #4dcd00;
}

.pwdstrength5 {
    width:120px;
	background: #399800;
}

/*navigation*/

.navigation_btn {
	float:left;
	width: 100px;
	height: 100px;
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	margin: 5px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.navigation_btn:hover {
	background: #08ADFF; /* for older browsers */
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.navigation_btn:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.navigation_btn_neg {
	float:left;
	width: 100px;
	height: 100px;
	background: #BB0000; /* for older browsers */
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	margin: 5px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.navigation_btn_neg:hover {
	background: #FE1B31; /* for older browsers */
	background: -moz-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.navigation_btn_neg:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

/*end navigation*/


/*rejects button*/

.rejects_btn {
	width:80px;
	height:80px;
	background: #0459B7; /* for older browsers */
	background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.rejects_btn:hover {
	background: #08ADFF; /* for older browsers */
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.rejects_btn:disabled {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: #888888;
    text-decoration: none;
	color: #888888;
	text-shadow:none;
	cursor:default;
}

.rejects_btn_neg {
	width:80px;
	height:80px;
	background: #BB0000; /* for older browsers */
	background: -moz-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #800000, #FE1B31) repeat scroll 0 0 transparent;
	border: 1px solid #093C75;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.rejects_btn_neg:hover {
	background: #FE1B31; /* for older browsers */
	background: -moz-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #FE1B31, #FE495B) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
	color: #FFFFCC;
}

.rejects_btn_new {
	width:80px;
	height:80px;
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #888888;
	border-radius: 10px;
	color: #888888;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #333333;
	text-transform: none;
}

.rejects_btn_new:hover {
	background: #EEEEEE; /* for older browsers */
	background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #333333;
    text-decoration: none;
	color: #333333;
}

/*end rejects button*/