﻿html {
	min-height: 100%;
}
body {
	color: #032222;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 20px;
	margin: 0 5px 0 5px;
	padding: 0px;
    background-color:#eff0f3;
}

a:link {
	color: #005cab;
	text-decoration: none;
}
a:visited {
	color: #505ABC;
}
a:hover {
	color: #1D60FF;
	text-decoration: underline;
}
a:active {
	color: #12EB87;
}
p, ul {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
header, footer, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	color: #2a5c5c;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
}
h1 {
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	padding: 0px 0px 10px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

#PrincipalDiv .title {
	margin: 0;
	padding: 0 0 0 26px;
	display: inline;
	float: left;
}
#PrincipalDiv .topnav {
	margin: 0;
	padding: 7px 15px 5px 10px;
	display: inline;
	float: right;
}
#PrincipalBar h1 {
	line-height: 2em;
    color:#fff;
}


/* ~~ Table Settings ~~ */
.detail table{
	width: auto;
	min-width: 100%;
}
.detail td {
	background-color: #edf0f0;	
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.detail th {
	background-color: #d5e3e5;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.detail th.white, .detail td.white {
	background-color: #FFF;
}
.detail th.left-col {
	background-color: #D5E3E5;
	text-align: right;
}
.detail th.firstrow 
{
    background-color: #D5E3E5;
    text-align: right;
    -webkit-border-radius: 7px 0 0 0;
	-moz-border-radius:4px;
	border-top-left-radius: 7px;

}
.detail td.firstrow  {
    -webkit-border-radius-right: 7px;
	-moz-border-radius-right: 7px;
	border-top-right-radius: 7px;
}

.detail th.roundtop
{
    background-color: #D5E3E5;
    text-align: center;
    -webkit-border-radius: 7px 0 7px 0;
	-moz-border-radius:4px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}



#SecondBar {
	background-color: #FFFFFF;
	height: auto;
	padding: 20px 26px 0px;
	border-top: none;
	border-right: 1px solid #AFD4D4;
	border-bottom: none;
	border-left: 1px solid #AFD4D4;
}
#logoff-page {
	color: #346359;
	font-weight: bold;
	height: 200px;
	margin: 0px auto;
	text-align: center;
	width: 400px;
}
.page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.billingpage {
	margin-left: auto;
	margin-right: auto;
}
header, #header {
	color: #000000;
	padding: 0px;
	position: relative;
	margin: 0px;
}
header h1, #header h1 {
	border: medium none;
	color: #FFFFFF;
	font-size: 32px ! important;
	font-weight: bold;
	line-height: 2em;
	margin: 0px;
	padding: 5px 0px;
	text-shadow: 1px 1px 2px #111111;
}
#main {
	background-color: #FFFFFF;
	height: auto;
	min-height: 300px;
	padding: 20px 26px 10px;
	border-top: none;
	border-right: 1px solid #DCDEDF;
	border-bottom: none;
	border-left: 1px solid #DCDEDF;
}
#main2 {
	background-color: #FFFFFF;
	height: 1300px;
	padding: 30px 30px 15px;
}
#main3 {
	background-color: #FFFFFF;
	height: 400px;
	padding: 30px 30px 15px;
}
footer, #footer {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	color: #999999;
	font-size: 0.9em;
	line-height: normal;
	margin: 0px 0px 30px;
	padding: 10px 0px;
	text-align: center;
}
ul#menu {
	border-bottom: 1px solid #5C87B2;
	margin: 0px;
	padding: 0px 0px 2px;
	position: relative;
	text-align: right;
}
ul#menu li {
	display: inline;
	list-style: none outside none;
}
ul#menu li#greeting {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2.8em;
	padding: 10px 20px;
	text-decoration: none;
}
ul#menu li a {
	background-color: #E8EEF4;
	border-radius: 4px 4px 0px 0px;
	color: #034AF3;
	font-weight: bold;
	line-height: 2.8em;
	padding: 10px 20px;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
ul#menu li a:active {
	background-color: #A6E2A6;
	text-decoration: none;
}
ul#menu li.selected a {
	background-color: #FFFFFF;
	color: #000000;
}
fieldset {
	border: 1px solid #DDDDDD;
	margin: 0px 0px 1.5em;
	padding: 0px 1.4em 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {
	border: 1px solid #D6EBEF ! important;
	margin: 10px 5px 10px 0px ! important;
	min-height: 100px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	color: #444444;
	font-size: 1.2em;
	padding: 2px;
	width: 200px;
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: -2px;
}
select {
	border: 1px solid #CCCCCC;
	color: #444444;
	padding: 2px;
	margin-bottom: 0;
    height: 25px;
}
input[type="submit"] {
	padding: 5px;
    margin-bottom: 0;
}
span {
	color: Black;
	font-weight: normal;
}
table {
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	width: 100%;
}
table td {
	padding: 4px 4px;
}
table th {
	background-color: #fff;
	padding: 2px 4px;
	text-align: center;
	color: #4b7a79;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.clear {
	clear: both;
}
.error {
	color: Red;
}
nav, #menucontainer {
	margin-top: 40px;
}
div#title {
	display: block;
	float: left;
	height: 71px;
	max-width: 100%;
	text-align: left;
	margin: 0px;
}
#logindisplay {
	color: #38293a;
	display: block;
	font-size: 14px;
	font-style: normal;
	height: auto;
	margin: 0px;
	padding-left: 12px;
	padding-top: 8px;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 6px;
}
#logindisplay span {
	color: #6699CC;
}
#logDiv {
	overflow: hidden;
	background-color: #eff0f3;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #eff0f3;
	border-left-color: #eff0f3;
	margin-left: auto;
	height: 71px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
    min-width: 300px;
    display: inline-table;
    float: right;
}

#logoffDiv {
	overflow: hidden;
	width: 400px;
	height: 71px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}

#logoff {
	margin-left: 100px;
	margin-top: 5px;
	overflow: hidden;
	width: 100px;
}
#logindisplay a:link {
	color: #7DC6B6;
	text-decoration: underline;
}
#logindisplay a:visited {
	color: #7DC6B6;
	text-decoration: underline;
}
#logindisplay a:hover {
	color: white;
	text-decoration: none;
}
.field-filter {
	margin-bottom: 10px;
	text-align: right;
	width: 600px;
}
.field-validation-error {
	color: #FF0000 ! important;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	background-color: #FFEEEE;
	border: 1px solid #FF0000;
}
.validation-summary-errors {
	color: #FF0000;
	font-weight: bold;
}
.validation-summary-valid {
	display: none;
}
.left-sided-fit {
	float: right;
	padding: 10px;
	width: 360px;
}
.display-title {
	height: 27px;
	margin: 5px 0px 0px;
}
.display-label, .editor-label-site {
	font-family: Verdana;
	font-size: 0.9em;
	margin-bottom: 10px;
	width: 230px;
}
.display-label2 {
	margin: 4px 0px 5px;
	width: 75px;
}
.display-label4 {
	margin: 4px 0px 5px;
	overflow: hidden;
	width: 300px;
}
.display-label-esp {
	margin: 4px 0px 5px;
	width: 290px;
}
.display-label3 {
	margin-bottom: 25px;
	width: 230px;
}
.display-field, .editor-field-site {
	margin: 1em 0px 20px;
}
.editor-field2 {
	margin: 5px 0px 0px;
}
.display-field2 {
	margin: 5px 0px 5px 1px;
}
.display-field3 {
	margin: 5px 0px 10px 1px;
}
.display-field4 {
	margin: 5px 0px 20px 1px;
}
.editor-field2 {
	float: left;
	width: 50px;
}
.text-box {
	width: 30em;
}
.text-box.multi-line {
	height: 6.5em;
}
.tri-state {
	width: 6em;
}
.button-add {
	margin-left: 450px;
	padding-right: 5px;
	text-align: center;
	width: 65px;
}
.display-label-request, .editor-label-request {
	margin: 1.7em 0px 0px;
}
.editor-label-request2 {
	margin: 35px 0px 0px;
}
.instructions {
	width: 500px;
}
.request {
	padding: 0 5px 0 5px;
}
.label-request {
	float: left;
	height: 200px;
	overflow: hidden;
	width: 200px;
}
.field-request {
	float: left;
	height: 200px;
	overflow: hidden;
	width: 225px;
}
.btn-remove {
	float: right;
    margin-top: -7px;
}
.italic {
	font-style: italic;
}
/*
#notes {
	float: left;
	margin: 30px 0px 5px;
	overflow: hidden;
}
#Add {
	background-color: rgba(0, 0, 0, 0.075);
	border: 1px solid #CCCCCC;
	color: #555555;
	margin-left: 485px;
	padding: 5px;
	text-decoration: none;
}*/
.label-request-view {
	float: left;
	overflow: hidden;
	padding-left: 5px;
	width: 200px;
}
.label-fee {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	width: 150px;
}
.field-request-view {
	color: Black;
	float: left;
	overflow: hidden;
	width: 150px;
}
.field-request-view2 {
	color: Black;
	float: left;
	height: 345px;
	overflow: hidden;
	width: 160px;
}
.field-request-view3 {
	color: Black;
	float: left;
	overflow: hidden;
	width: 450px;
}
.request-additional {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	float: left;
	height: 200px;
	margin-bottom: 40px;
	margin-top: 15px;
	padding: 10px;
	width: 400px;
}
.request-additional2 {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	float: right;
	height: 200px;
	margin-bottom: 40px;
	margin-top: 90px;
	padding: 10px;
	width: 400px;
}
.request-additional-approval {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6F7FB 100%);
	float: left;
	height: 140px;
	margin: 50px;
	padding: 10px;
	width: 320px;
}
.request-additional-req {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	float: right;
	height: 140px;
	margin: 50px;
	padding: 10px;
	width: 400px;
}
#container-request-view {
	font-weight: bold;
	height: 600px;
	width: 600px;
}

.container-comments {
	border-right: 1px solid #D6EBEF;
	font-weight: normal;
	overflow: auto;
	padding: 0px 0px 10px 10px;
	table-layout: fixed;
}
.container-comments2 {
	float: left;
	font-weight: normal;
	height: 202px;
	overflow: scroll;
	table-layout: fixed;
	width: 510px;
}

#txtComments, #txtComments2, #txtNotes, #disclaimer {
	border-radius: 4px 4px 4px 4px;
    width: 95%;
}
.comment {
	margin-top: 36px;
	padding: 5px 30px;
	position: absolute;
	right: 0%;
	top: 0px;
	width: 360px;
}

#browseDiv {
	height: 75px;
	overflow: hidden;
	padding-left: 5px;
	width: 450px;
}
#maindiv {
	overflow: auto;
}
#maindiv2 {
	overflow: auto;
}
#remarks {
	float: right;
	width: 400px;
}
#container-tasks-view {
	float: left;
	font-weight: bold;
	overflow: hidden;
	width: 1000px;
}
#details-labels-container {
	float: left;
	overflow: hidden;
	padding-left: 5px;
	width: 305px;
}
#details-fields-container {
	float: left;
	overflow: hidden;
	width: 240px;
}

#remarks-table {
	float: inherit;
}
#details-container {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 20px;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 425px;
}
#details-container-req {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	font-family: Verdana;
	font-size: 11px;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 425px;
}
#detailsDiv {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	height: 355px;
	margin-left: 80px;
	overflow: hidden;
	width: 545px;
}
#details-container-orange {
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #FCD595 100%);
	border-radius: 15px 15px 15px 15px;
	float: left;
	font-family: Verdana;
	font-size: 0.9em;
	height: 300px;
	overflow: hidden;
	padding: 30px 40px 30px 30px;
	width: 900px;
}
#profileDiv {
	border-radius: 15px 15px 15px 15px;
	float: left;
	height: 360px;
	overflow: hidden;
	width: 505px;
}
#logonFormDiv {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #FCD595;
	float: left;
	height: 260px;
	margin-bottom: 0px;
	margin-left: 430px ! important;
	margin-right: 0px;
	margin-top: 15px;
	overflow: hidden;
	width: 270px;
}
.master-menu {
	padding: 20px 10px 10px;
	text-align: center;
}
#details-container-master {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	height: 100px;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 200px;
}
#masterAdmin {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	height: 130px;
	margin: 0px 20px;
	overflow: hidden;
	width: 220px;
}
#details-container2 {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 20px;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 500px;
}
#details-container-fit {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 5px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 330px;
}
#details-container-extended {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	float: left;
	font-family: Verdana;
	font-size: 0.9em;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 200px;
}
.master-admin-options {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	margin: 5px;
	overflow: hidden;
	width: 320px;
}
#details-container3 {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	height: 100px;
	margin: 5px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.table-Setting {
	border: 0px none;
	margin: 15px auto;
}
.container-prending-quote {
	height: auto;
	overflow: auto;
	width: 1025px;
}
.container-prending-quote-req {
	height: auto;
	overflow: auto;
	width: 1155px;
}
.container-prending-quote2 {
	min-height: 365px;
	overflow: auto;
	width: 1150px;
}
.label-prending-quote {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 5px;
	width: 220px;
}
.label-prending-quote2 {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 2px;
	width: 100px;
}
.label-prending-quote3 {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 3px 0px 0;
	width: 220px;
}
.label-prending-quote4 {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	width: 300px;
}
.label-prending-quote-requ {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 10px;
	width: 240px;
}
.labelAverage {
	font-size: 13px;
	font-weight: bold;
}
.request-add {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	height: 100px;
	margin: 10px 0px 0px 20px;
	width: 800px;
}
#admin-submit {
	float: right;
}
.left-sided {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	width: 620px;
}
.left-sided-master {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	width: 250px;
}
.right-sided {
	float: right;
	width: 140px;
}
.admin {
	float: none;
	margin: 5px 0px 0px 50px;
	width: 140px;
}
.right-sided2 {
	float: right;
	width: 300px;
}
.labeltest {
	margin: 0px 0px 15px;
}
.labeltest-edit {
	font-family: Verdana;
	font-size: 0.9em;
	margin: 6px 15px 15px 0px;
}
.labeltest-edit2 {
	font-family: Verdana;
	font-size: 0.9em;
	margin: 16px 15px 14px 0px;
}
.labeltest-edit3 {
	margin: 18px 15px 14px 0px;
}
.labeltest-fit {
	height: 25px;
	margin: 25px 0px 0px;
	width: 25px;
}
.fit {
	height: 30px;
	margin-top: 15px;
}
#DivOptions {
	float: left;
	overflow: hidden;
	width: 450px;
}
#DivButtons {
	float: left;
	overflow: hidden;
	width: 300px;
}
.left-sided-mini {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.left-sided-up {
	float: left;
}
.left-sided-mini2 {
	float: left;
	margin-bottom: 10px;
}
.left-sided-mini3 {
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
.radio-style {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
.radio-style2 {
	float: left;
	margin-left: 50px;
	margin-right: 25px;
	margin-top: 8px;
}
.right-trans {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.left-trans {
	float: left;
	margin-top: 25px;
}
.visitsTable {
	border: 1px solid #D6EBEF;
	color: #346359;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 475px;
}

.tableElement {
	text-align: center;
}
.tableElement2 {
	float: left;
	margin: 5px 0px 4px 20px;
}
.Edit-password {
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D6EBEF;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px 20px;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 360px;
}
.left-sided-label {
	float: left;
	margin-left: 10px;
	margin-right: 19px;
	margin-top: 15px;
}
.left-sided-label2 {
	float: left;
	margin-left: 10px;
	margin-right: 38px;
	margin-top: 15px;
}
.left-sided-field {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}
.left-sided-bot {
	float: left;
	margin: 30px 0px 0px 45px;
}
.left-sided-create {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.action-buttons {
	float: left;
	margin: 120px 0px 0px;
}
#po {
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.temp-text {
	color: #808080 ! important;
	font-size: 11px ! important;
	font-style: italic ! important;
	width: 70px ! important;
}
.normal-text {
	color: Black ! important;
	font-size: 11px ! important;
	font-style: normal ! important;
	margin-left: 10px ! important;
	width: 70px ! important;
}
.element-form {
	font-family: Verdana;
	font-size: 0.9em;
	margin-top: 9px;
}
.element-form-edit {
	font-family: Verdana;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#translatorList {
	float: left;
	width: 310px;
}
#assign-translator-controls {
	width: 445px;
}
#Modify {
	background-color: rgba(0, 0, 0, 0.075);
	border: 1px solid #CCCCCC;
	color: #555555;
	margin-left: 5px;
	padding: 5px;
	text-decoration: none;
}
#fee_note {
	float: left;
	height: 20px;
	margin-top: 10px;
	width: 442px;
}
#sub_button {
	float: right;
	margin-top: 7px;
}
#yes-DIV {
	float: left;
	width: 60px;
}

#DCheck {
	float: right;
	width: 35px;
}
span.valMessage {
	color: #FF0000 ! important;
	font-family: Verdana;
	font-size: 0.9em;
	font-style: italic;
}
#add_Language {
	width: 610px;
}
.move_up {
	background: url("/content/images/move_up.png") repeat scroll center top transparent;
	display: block;
	height: 26px;
	text-indent: -99999px;
	width: 100px;
}
.move_up:hover {
	background-position: 0px -26px;
}
.move_down {
	background: url("/content/images/move_down.png") repeat scroll center top transparent;
	display: block;
	height: 26px;
	text-indent: -99999px;
	width: 100px;
}
.move_down:hover {
	background-position: 0px -26px;
}
.move_first {
	background: url("/content/images/move_first.png") repeat scroll center top transparent;
	display: block;
	height: 26px;
	text-indent: -99999px;
	width: 100px;
}
.move_first:hover {
	background-position: 0px -26px;
}
.move_last {
	background: url("/content/images/move_last.png") repeat scroll center top transparent;
	display: block;
	height: 26px;
	text-indent: -99999px;
	width: 100px;
}
.move_last:hover {
	background-position: 0px -26px;
}
.delete_agency {
	background: url("images/delete.png") repeat scroll center top transparent;
	display: block;
	float: left;
	height: 42px;
	text-indent: -99999px;
	width: 35px;
}
.delete_agency:hover {
	background-position: 0px -42px;
}

.cancel_ordering {
	background: url("images/cancel.png") repeat scroll center top transparent;
	display: block;
	float: left;
	height: 42px;
	text-indent: -99999px;
	width: 35px;
}
.cancel_ordering:hover {
	background-position: 0px -42px;
}

.save {
	background: url("images/save.png") repeat scroll center top transparent;
	display: block;
	float: left;
	height: 42px;
	text-indent: -99999px;
	width: 35px;
}
.save:hover {
	background-position: 0px -42px;
}
.manageButtons {
	float: left;
	margin-left: 20px;
	width: 120px;
}
.controlButtons {
	float: left;
	width: 100px;
}
#sortable {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#sortable li {
	font-size: 1em;
	height: 12px;
	margin: 0px 3px 3px;
	padding: 0.4em 0.4em 0.4em 1.5em;
}
#sortable li span {
	margin-left: -1.3em;
	position: absolute;
}
.selected {
	background-color: #A4A4A4;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	color: #416D62;
	font-weight: bold;
}
#profileInfo #profileData th {
	width: 280px;
}
#tableContent {
	margin-bottom: 7px;
	width: 280px;
}
#edit-master-textbox {
	font-family: Verdana;
	font-size: 0.9em;
}
#translatorGrid {
	width: 800px;
}

.controllers {
	font-family: Verdana;
	font-size: 0.9em;
}
#Tablegrid tr:last-child {
	text-align: center;
}
#Tablegrid th:last-child {
	text-align: center;
	width: 15px ! important;
}
#Tablegrid th:last-child {
	text-align: center;
	width: 15px ! important;
}
#Tablegrid th:last-child {
	text-align: center;
	width: 20px ! important;
}
#Tablegrid th:nth-child(1) {
	width: 50px;
}
#Tablegrid th:nth-child(3) {
	width: 15px;
}
#Tablegrid th:nth-child(4) {
	width: 10px;
}

.title-hover:active, .title-hover.active {
	background:#feffff;
}
.table_wrap {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #AFD4D4;
	margin: 0px 0px 26px;
	padding: 0px;
	width: 100%;
}

#Languagegrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	margin: 30px 0px 0px 150px;
	table-layout: fixed;
	text-align: center;
	width: 500px;
}
#Languagegrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Languagegrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 97px;
}
#Languagegrid th:nth-child(1) {
	width: 15px;
}
#Languagegrid th:nth-child(2) {
	width: 15px;
}
#Languagegrid th:nth-child(3) {
	width: 15px;
}
#Financialgrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	margin: 30px 0px 0px;
	table-layout: fixed;
	text-align: center;
	width: 500px;
}
#Financialgrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Financialgrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	font-size: 10px;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 65px;
}
#Financialgrid th:nth-child(1) {
	width: 60px;
}
#Financialgrid th:nth-child(3) {
	width: 70px;
}
#Financialgrid th:nth-child(4) {
	width: 60px;
}
#Financialgrid th:nth-child(5) {
	width: 60px;
}
#Financialgrid th:nth-child(6) {
	width: 60px;
}
#Financialgrid th:nth-child(7) {
	width: 60px;
}
#Acceptancegrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	margin: 30px 0px 0px 200px;
	table-layout: fixed;
	text-align: center;
	width: 700px;
}
#Acceptancegrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Acceptancegrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 97px;
}
#Acceptancegrid th:nth-child(1) {
	width: 50px;
}
#Acceptancegrid th:nth-child(2) {
	width: 110px;
}
.fiter_label {
	color: #346359;
    font-weight: bold;
}
.filtercontrols2 {
	margin: 7px 10px 0px 0px;
}
#Disclaimergrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	margin: 30px 0px 0px 200px;
	table-layout: fixed;
	text-align: center;
	width: 700px;
}
#Disclaimergrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Disclaimergrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 97px;
}
#Disclaimergrid th:nth-child(1) {
	width: 30px;
}
#Disclaimergrid th:nth-child(2) {
	width: 50px;
}
#Disclaimergrid th:nth-child(3) {
	width: 300px;
}
#disclaimer-wrapper {
    width: 95%;
    height: 100%;
    padding: 10px;
}
#disclaimer-detail {
	width: 100%;
    height: 100%;
}

#disclaimer-label {
	color: #416D62;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 3px 0px 0;
	width: 220px;
}
#Feedbackgrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	table-layout: fixed;
	text-align: center;
	width: 700px;
}
#Feedbackgrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Feedbackgrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 97px;
}
input.enable {
	border-radius: 8px 8px 8px 8px;
}
.disable {
	background-color: #A4A3A3 ! important;
	border-radius: 8px 8px 8px 8px;
}
#Visitsgrid {
	border: 1px solid #D6EBEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	margin: 10px 0px 10px 200px;
	table-layout: fixed;
	text-align: center;
	width: 700px;
}
#Visitsgrid td {
	border: 1px solid #D6EBEF;
	overflow: hidden;
	width: 50px;
}
#Visitsgrid th {
	background: linear-gradient(#FEFFFF, #F7FBFC) repeat scroll 0% 0% transparent;
	border: 1px solid #D6EBEF;
	color: #346359;
	height: 10px;
	overflow: hidden;
	text-align: center;
	width: 97px;
}
#Visitsgrid th:nth-child(2) {
	width: 70px;
}
#Visitsgrid th:nth-child(3) {
	width: 60px;
}
tfoot a {
	color: #346359 ! important;
	text-decoration: none ! important;
}
tfoot td {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.button-upload {
	background-color: #EEEEEE;
	border-color: #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	color: #555555 ! important;
	cursor: pointer;
	display: inline-block;
	font: 13px Arial;
	height: auto;
	margin-bottom: 0px;
	padding: 5px;
	text-decoration: none ! important;
	width: auto;
}
#AgenciesList {
	border-radius: 10px 10px 0px 0px;
	margin: 30px 0px 0px;
	overflow: hidden;
}
 /* Icons */
.topnav .btn {
	margin: 0px 0px 0px 24px;
}
[class^="icn-"], [class*=" icn-"] {
 display: inline-block;
 width: 27px;
 height: 25px;
 *margin-right: .3em;
 line-height: 25px;
 vertical-align: text-top;
 background-image: url(/content/images/icon-master.png);
 background-position: 27px 25px;
 background-repeat: no-repeat;
}
[class^="icn-"]:last-child, [class*=" icn-"]:last-child {
 *margin-left: 0;
}
.icn-home {
	background-position: 0 0;
}
.icn-request {
	background-position: -40px 0;
}
.icn-help {
	background-position: -80px 0;
}
.icn-x {
	background-position: -120px 0;
}
.icn-xx {
	background-position: -160px 0;
}
.icn-xxx {
	background-position: -200px 0;
}
.icn-xxxx {
	background-position: -240px 0;
}
.icn-xxxxx {
	background-position: -280px 0;
}
.icn-xxxxxx {
	background-position: -320px 0;
}
.icn-xxxxxxx {
	background-position: -360px 0;
}
.row {
	/* [disabled]margin-left:-20px; */
	min-width: 960px;
    max-width: 1230px;
    zoom:1;
}
.row:before, .row:after {
	display:table;
	content:"";
	line-height:0;
}
.row:after {
	clear:both;
}
[class*="spn"] {
    float:left;
    min-height:1px;
    margin-left:12px;
}

.spn2
{
    width: 57.2%;
}
.spn1 {
	width:38.8%;
}
.vtop {
	vertical-align: top;
}
.cntr {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.white {
	background-color: #FFF;
	background: #FFF;
}
.comment-title th {
	background-color: #D5E3E5;
	text-align: left;
}
.comment-title td {
	background-color: #EDF0F0;
	text-align: left;
	font-weight: normal;
	padding-left: 2em;
}
.comment-title th span {
	font-weight: normal;
	color:#4b7a79;
	}

.bold {
	font-weight: bold;
}

/* ~~ Login Settings ~~ */

.login-title h3 {
	color: #d5e3e7;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 2.5em;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#districtSetting {
    width: 500px; margin-left: auto; margin-right: auto;
}

#changePassword {
    width: 400px; margin-left: auto; margin-right: auto;
}

#LanguageConfig {
    width: 600px; margin-left: auto; margin-right: auto;
}

/*District User Grid*/
/*ID*/
#Requestgrid .header th:nth-child(1) {
	width: 50px;
}

/*Student Name*/
#Requestgrid .header th:nth-child(2) 
{
    min-width: 200px;
    text-align: left;
}

/*File*/
#Requestgrid .header th:nth-child(3) {
	width: 20px;
}

/*Language*/
#Requestgrid .header th:nth-child(4) {
	width: 100px;
}

/*Return Time*/
#Requestgrid .header th:nth-child(5) {
	width: 120px;
}

/*Quote*/
#Requestgrid .header th:nth-child(6) {
	width: 100px;
}

/*Requester Name*/
#Requestgrid .header th:nth-child(7) {
	min-width: 150px;
}

/*Date*/
#Requestgrid .header th:nth-child(8) {
	width: 180px;
}

/*Note*/
#Requestgrid .header th:nth-child(9) {
	width: 20px;
}

#Requestgrid a.openDialog
{
    background: url(/content/images/icon-survey.png) no-repeat; 
    display: block;
    text-indent: -9999px;
    height:25px;
    width: 30px;
}

/*Master Translator Grid*/
/*District*/
#Mastergrid .header th:nth-child(1) 
{
    min-width: 150px;
	text-align: left;
}

/*ID*/
#Mastergrid .header th:nth-child(2) {
	width: 50px;
}

/*Student Name*/
#Mastergrid .header th:nth-child(3) 
{
    min-width: 150px;
    text-align: left;
}

/*File*/
#Mastergrid .header th:nth-child(4) {
	width: 20px;
}

/*Language*/
#Mastergrid .header th:nth-child(5) {
	width: 100px;
}

/*Return Time*/
#Mastergrid .header th:nth-child(6) {
	width: 120px;
}

/*Quote*/
#Mastergrid .header th:nth-child(7) {
	width: 100px;
}

/*Translator Name*/
#Mastergrid .header th:nth-child(8) {
	min-width: 120px;
}

/*Date*/
#Mastergrid .header th:nth-child(9) {
	width: 180px;
}

/*Note*/
#Mastergrid .header th:nth-child(10) {
	width: 20px;
}

/*Basic Translator Grid*/
/*District*/
#Basicgrid .header th:nth-child(1) 
{
    min-width: 150px;
	text-align: left;
}

/*ID*/
#Basicgrid .header th:nth-child(2) {
	width: 50px;
}

/*Student Name*/
#Basicgrid .header th:nth-child(3) 
{
    min-width: 200px;
    text-align: left;
}

/*File*/
#Basicgrid .header th:nth-child(4) {
	width: 20px;
}

/*Language*/
#Basicgrid .header th:nth-child(5) {
	width: 100px;
}

/*Return Time*/
#Basicgrid .header th:nth-child(6) {
	width: 120px;
}

/*Date*/
#Basicgrid .header th:nth-child(7) {
	width: 180px;
}

/*Note*/
#Basicgrid .header th:nth-child(8) {
	width: 20px;
}

#send-translation {
    margin: 0 4px 0 50px;
    float: left;
}
.fileinput-button, #submit-translation {
    float:left;
    margin: 0 4px 0 4px
}

.dashboardFilter {
    width: 720px;
}

.districtFilter {
    width: 500px;
}

.dashboardFilter th, .districtFilter th
{
    text-align: left;
    line-height: 4px;
}

.btn-blue .btn-orange.active, .btn-red.active, .btn-green.active {
	color:rgba(255, 255, 255, 0.75);
}

/* ~~ Top Button Settings ~~ */
.btn-orange {
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
    background-image:-o-linear-gradient(top, #fbb450, #f89406);
    background-image:linear-gradient(to bottom, #fbb450, #f89406);
    background-image:-moz-linear-gradient(top, #fbb450, #f89406);
    background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-orange:hover,.btn-orange:active,.btn-orange.active,.btn-orange.disabled,.btn-orange[disabled] {
    color:#ffffff;
    background-color:#f89406;
    *background-color:#df8505;
}
.btn-orange:active,.btn-orange.active {
    background-color:#c67605 \9;
}

.btn-red {
	color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#bd362f;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
	color:#ffffff;
	background-color:#bd362f;
    *background-color:#a9302a;
}
.btn-red:active, .btn-red.active {
	background-color:#942a25 \9;
}

.btn-green {
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top, #62c462, #51a351);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image:-webkit-linear-gradient(top, #62c462, #51a351);
	background-image:-o-linear-gradient(top, #62c462, #51a351);
	background-image:linear-gradient(to bottom, #62c462, #51a351);
	background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#51a351;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	color:#ffffff;
	background-color:#51a351;
    *background-color:#499249;
}
.btn-green:active, .btn-green.active {
	background-color:#408140 \9;
}

.btn-blue {
    color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#006dcc;
    *background-color:#0044cc;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image:-o-linear-gradient(top, #0088cc, #0044cc);
    background-image:linear-gradient(to bottom, #0088cc, #0044cc);
    background-image:-moz-linear-gradient(top, #0088cc, #0044cc);
    background-repeat:repeat-x;border-color:#0044cc #0044cc #002a80;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-blue:hover,.btn-blue:active,.btn-blue.active,.btn-blue.disabled,.btn-blue[disabled] {
    color:#ffffff;
    background-color:#0044cc;
    *background-color:#003bb3;
}
.btn-blue:active,.btn-primary.active {
    background-color:#003399 \9;
}

.feedIn
{
    width:80px;
    display:none;
    z-index:1;
    position:absolute;
    box-shadow: 3px 3px 3px #000;
    background-color:#F0EEC2;
}

.survey {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 600px;
}

.survey div {
    font-size: .95em;
}

.survey td {
    text-align: center;
}

.survey th {
    text-align: center;
    font-size: .8em;
}

.adminTable {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#languageTable td {
	 text-align: center;
}

.userProfile {
    width: 200px;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: top;
}

.basicProfile {
    width: 200px;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: top;
}

.myInfoTable {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.administration {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.trendTrackingTable {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.trendTrackingCriteria {
    width: 300px;
    vertical-align: top;
}

.forgotPassword,
.notAuthorized {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.resetPassMessage,
.notAuthorizedMessage {
    font-size: .85em;
}

.centrisAdminTable {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.centrisadmin {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}


.administration .btn {
    margin: 5px;
}


.translatorSetup {
    width: 250px;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: top;
}

.agencySetup {
    width: 350px;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: top;
}

.langaugeSetup {
    width: 400px;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: top;
}

#agencyGrid th:nth-child(1) {
	width: 50px;
}
#agencyGrid th:nth-child(4) {
	width: 55px;
}
#agencyGrid th:nth-child(5) {
	width: 85px;
}
#agencyGrid th:nth-child(6) {
	width: 50px;
}

.agencyEditOrder {
	background-image: linear-gradient(to bottom, #F4FAFB 0%, #C6E5E6 100%);
	border-radius: 15px 15px 15px 15px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .85em;
	overflow: hidden;
	padding: 0px 10px 30px;
	width: 425px;
}

#Document-Translation, #Formerly-Translation {
    font-family: Open Sans;
    color: #38293a;
    font-size:20px;
    font-weight:600;
}

#Formerly-Translation {
    font-family: Open Sans;
    font-size:12px;
    opacity:0.6;
    font-weight:normal;
    padding-top:0px;
    margin-top:0px;
}

div#translation-title {
	display: block;
	float: left;
	height: 71px;
	max-width: 100%;
	text-align: left;
	margin: 30px 0 0 0;
}

.bluebtn {
    color:#fff;
    background-color:#6699CC;
    border-radius:5px;
    padding:5px;
    border:0;
}

#tblFooter {
    margin-top:60px;
}

#copyright {
    font-size: 10px;
    line-height: 1.4;
    font-family: Open Sans;
    color: #66727b;
    text-decoration: none;
}