/**
* @author: Alexandr Mazur <amazur@vtsystems.com>
* @version: $Id: all.css,v 1.11 2007/10/18 11:53:14 vvlasov Exp $
*/
body {
	background-color: white;
	margin: 0 auto;
	padding: 0px;
	font: normal 76% / 1.5em Arial, Helvetica, sans-serif;
}

ul {
	text-align: left;
	list-style-image: url( ../images/design/li1.gif );
	margin: 5px 10px 5px 20px;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

body, div, td, p {
	color: #666666;
}

input, textarea, select {
	color: #666666;
	width: 170px;
}

.readonlyField {
	background-color: #f3f5f7;
	font-weight:bold;
	border-width:0px;
	border-style:none;	
}

big {
	font-weight: bold;
}

.contentTitle {
	font-weight: bold;
	color: #00548E;
	margin: 0;
	text-align: left;
	border-bottom: #98ACC1 1px solid;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contentBlock {
	padding: 10px;
}

.addMessageContentBlock {
	background-color: #f3f5f7;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #ffffff;
	clear: both;
}


#header {
	text-align: center;
	width: 758px;
	height: 98px;
	vertical-align: top;
	background-image: url( ../images/design/header.jpg );
	background-repeat: no-repeat;
	background-position: center top;
}

#gradient {
	background-image: url( ../images/design/bgr_top.jpg );
	background-repeat: repeat-x;
	background-position: top;
}

#topmenu {
	text-align: center;
	width: 752px;
	background-color: #006699;
	background-image: url( ../images/design/blueBack.gif );
	border-top: #98ACC1 1px solid;
	padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

#topmenu td {
	text-align: center;
	border-right: #FFFFFF 1px dotted;
}

#topmenu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	width: 752px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

#footer {
	width: 752px;
	margin-top: 10px;
	background-color: #f3f5f7;
}

#topLinks {
	position: relative;
	top: 45px;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

.commonLinks, .commonLinks a {
	color: #336699;
	text-decoration: none;
}

.copyright {
	color: #bbbbbb;
	margin-top: 10px;
	text-align: center;
}

.infoTable {
	margin-top: 10px;
	border-bottom: #98acc1 1px solid;
}

.infoTable td {
	padding: 1px 3px 1px 3px;
	text-align: left;
}

.tableCaption td {
	color: #00548e;
	font-weight: bold;
	background-color: #98acc1;
	text-transform: uppercase;
}

.tr0 {
	background-color: #ffffff;
}

.tr1 {
	background-color: #f0f0f0;
}

.tipTable {
	border-left: 1px solid #98ACC1;
	border-right: 1px solid #98ACC1;
	border-bottom: 1px solid #98ACC1;
	table-layout:auto;
	font-size:12px;
	margin-top: 10px;
	width:100%;
}

.tipTable tbody td {
	padding: 1px 3px 1px 10px;
	text-align: left;
}

.tipTable thead  td {
	font-weight: bold;
	color:white;
	background-color: #006699;
	text-transform: uppercase;
}
.tipTable thead .colCaption {
	height:27px;
	position:relative;
}

.tipTable thead .colCaption .colText {
	color:white;
	padding-left:10px;
	position:absolute;
	left:0;
	bottom: 3px;
	z-index:1;
}

.tipTable thead .colCaption .leftImg {
	position:absolute;
	left:0;
	top:0;
	z-index:1
}

.tipTable thead .colCaption .rightImg {
	position:absolute;
	right:0;
	top:0;
	z-index:1
}

.tipTable tfoot .colFooter {
	height:10px;
	position:relative;
}

.tipTable tfoot .leftImg {
	position:absolute;
	left:-1px;
	bottom:-1px;
}

.tipTable tfoot .rightImg {
	position:absolute;
	right:-1px;
	bottom:-1px;
}
/**/
/*.tipTable td {*/
	/*padding: 1px 3px 1px 3px;*/
	/*text-align: left;*/
/*}*/
/**/
/*.tipTableCaption td {*/
	/*color: #ffffff;*/
	/*font-weight: bold;*/
	/*background-color: #006699;*/
	/*text-transform: uppercase;*/
/*}*/

.paginator {
	font-weight: bold;
	color: #00548e;
	margin-top: 5px;
}

a {
	color: #00548e;
	text-decoration: none;
}

.quickTip {
	width: 170px;
}

.quickTip h3 {
	color: #00548e;
	background-color: #f3f5f7;
	border-bottom: #98ACC1 1px dotted;
	padding: 1px 5px 1px 5px;
	margin: 0;
}

.quickTip div {
	padding: 5px;
}

.required {
	color: #bb5555;
}

.contentSubTitle {
	color: #00548e;
	font-weight: bold;
	background-color: #98acc1;
	text-transform: uppercase;
	padding: 4px;
	margin-bottom: 7px;
}

.pageNavigator {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.pageNavigator ul, .pageNavigator li {
	margin-top: 0px;
	padding-top: 1px;
	text-transform: uppercase;
}

.pageNavigator a {
	border: 1px solid #98ACC1;
	margin: 0px 5px 0px 5px;
	padding: 0px 0.4em 0.1em 0.4em;
}

.pageNavigator a:hover {
	background-color: #00548e;
	color: #ffffff;
}

.pageNavigator a.currentPage, .pageNavigator a.currentPage:hover {
	background-color: #f3f5f7;
	color: #666666;
	cursor: default;
}

.fieldSet {
	background-color: #f3f5f7;
	margin: 20px;
	padding: 0px;
	text-align: left;
	border: 1px solid #ffffff;
	clear: both;
}

.fieldSet .formInfo {
	margin: 0px 20px 10px 20px;
}

.formInfo {
	background-color: #f3fff3;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.formInfo p {
	margin: 0;
	padding: 10px;
}

.formErrors {
	background-color: #fff3f3;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.formErrors p {
	margin: 0;
	padding: 10px;
}

ul.errors, ul.errors li {
	margin-left: 20px;
	list-style-image: url( "../images/design/icons/error-small.gif" );
	color: #bb5555;
	font-weight: bold;
}

ul.fields {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.fields li {
	padding: 1px 10px 1px 10px;
	list-style-image: none;
	text-align: left;
	clear: both;
}

.fields label {
	display: block;
	width: 50%;
	padding: 2px;
	float: left;
	text-align: left;
}

.fields span {
	font-weight: bold;
}

.fields input {
	width: 250px;
}

.fields input.checkbox {
	width: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.fields select {
	width: 256px;
	padding:0px;
	margin:0px;
}

.fields textarea {
	width: 250px;
}

.fields div.MiniEditor {
	float: left;
	display: inherit;
	width: 254px;
	border: solid 1px #98ACC1;
	margin-left:3px;
}

.fields iframe {
	width: 254px;
	background-color: #ffffff;
	border:none;
}

.vertical {
	margin: 10px 0px 10px 0px;
}

.vertical label {
	float: none;
}

.vertical select {
	width: 605px;

}

.vertical input {
	width: 600px;
}

.vertical div.MiniEditor {
	width: 590px;
}

.vertical iframe {
	width: 590px;
}

.wide label {
	width: 150px;
}

.wide input {
	width: 430px;
}

.wide select {
	width: 436px;
}

.wide textarea {
	width: 430px;
}


.wide div.MiniEditor {
	width: 433px;
}

.wide iframe {
	width: 433px;
}



.fieldSetCaption {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	width: 15em;
	top: -12px;
	left: 5px;
	background-color: #f3f5f7;
}

.fieldSetCaption label {
	display: block;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	margin: 0;
}

.standardAgreement {
	padding: 0px;
	padding-top: 20px;
    margin-right:10px;
    text-align:justify;
}

.standardAgreement p {
	margin: 10px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.standardAgreement span {
	font-weight: bold;
}

.infoLeft {
	font-weight: bold;
	color: #00548E;
	padding-right: 3px;
	text-align: left;
}

.infoRight {
	margin: 0px;
	text-align: right;
}

form button {
	border: 1px solid #98ACC1;
	margin: 0px 5px 0px 5px;
	padding: 0px 0.4em 0.1em 0.4em;
	background-color: #ffffff;
	font-weight: bold;
	color: #00548E;
}

.formButton {
	border: 1px solid #98ACC1;
	margin: 0px 1px 0px 1px;
	padding: 0px 0.4em 0.0em 0.4em;
	background-color: #ffffff;
	font-weight: bold;
	color: #00548E;
	width: 80px;
}

form button:hover {
	background-color: #00548e;
	color: #ffffff;
}

#welcome td {
	text-align: left;
	padding-right: 5px;
}

.generalInfo {
	background-color: #FFFFFF;
	text-align: left;

}

.generalDetails {
	background-color: #F1F6FD;
}

.generalDetails div {
	padding: 10px 5px 10px 5px;
}

.generalDetails .key {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 15px 0px 15px;
	color: #98ACC1;
}

.generalInfo .key {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 15px 0px 15px;
	color: #339966;
}

.generalDetails .value {
	text-transform: capitalize;
}

#additionalContractInfo {
	display: none;
	margin-top: 10px;
}

.infoItem {
/*	position:relative; */
	float: left;
	margin: 0px 10px 0px 3px;
	padding: 0px 0px 1px 0px;
	width: 26em;
	list-style: none;
	list-style-image: none;
}

.infoItem .key {
	float: left;
	padding: 2px 5px 2px 3px;
	margin: 0px;
	width: 12em;
	font-size: small;
	font-weight: bold;
	color: #004D82;
}

.infoItem .value {
	font-size: small;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

.buttons {
	text-align: left;
}

.buttons a {
	border: 1px solid #98ACC1;
	margin: 0px 5px 0px 5px;
	padding: 0.3em 0.4em 0.3em 0.4em;
	background-color: #ffffff;
	font-weight: bold;
	color: #00548E;
}

#details a {
	width: 16em;
}

.buttons a:hover {
	background-color: #00548e;
	color: #ffffff;
}
/**/
/*#signatureMeans {*/
	/*text-align: left;*/
	/*width: 100%;*/
/*}*/
/**/
/*#signatureMeans td {*/
	/*margin: 0px;*/
	/*padding: 1px 10px 0px 10px;*/
	/*vertical-align: top; /*border:  solid 1px #98ACC1;*/*/
/*}*/
/**/
/*#signatureMeans span {*/
	/*font-weight: bold;*/
	/*color: #004D82;*/
/*}*/

.standardAgreement .infoItem {
	float: none;
	margin: 0px;
	padding: 0px;
}

#contractDetails td {
	padding: 10px 0px 3px 40px;
}

#contractDetails .infoTitle {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #004D82;
	text-align: left;
	border-bottom: solid 1px #98ACC1;
}


.addTicketMessage {
	margin: 0px 0px 0px 0px;
}

.generalTicket {
	margin: 12px;
}

.generalTicket span {
	font-weight: bold;
	color: #004D82;
	padding: 10px;
}

.messageBody {
	padding: 3px 10px 3px 10px;
}

.messageBody b {
	color: #004D82;
}

.messageBody hr {
	border: 0;
	color: #98ACC1;
	background-color: #98ACC1;
	height: 1px;
}

/* List styles*/
#navcontainer {
	padding: 10px;
	margin: 0px;
}

#navlist {
	position: relative;
	width: 100%;
	height: 1.3em;
	margin: 0;
	padding: 0;
	border-bottom: #98ACC1 1px solid;
	white-space: nowrap;
}

#navlist li {
	float: left;
	margin: 0 0 0 2px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #98ACC1;
	list-style-type: none;
	list-style-image: none;
}

#navlist li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0.4em;
	color: #00548e;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	font: normal 0.8em / 110% Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

#navlist li a:hover {
	color: #f3f5f7;
	background-color: #00548e;
}

#navlist li#active {
	display: none;
}

#navlist li#firstLink {
	background-color: #ffffff;
	border: 0px;
	height: 1.3em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#navlist li#firstLink a {
	font: bold 1.15em Arial, Helvetica, sans-serif;
	color: #00548E;
	background-color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0px 10px 0px 0px;
}

/* Tool Tips */

#tooltip {
	background: #f3fff3;
	border: 1px solid #98C1AC;
	color: #333333;
	font: menu;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden
}

div.inline {
	margin-top:10px;
}

div.small {
	width: 50%;
	padding: 2px;
	float: left;
	text-align: left;
	margin:5px;

}
.spOptions {
	text-align:right;
	margin-bottom:5px;
	font-size:x-small;
}

.activelink a {
	text-decoration:underline !important;
}




div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: left;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.simpleTable {
	text-align:left;
	font-size:12px;
	width:100%;
}

.simpleTable td {
	border:1px solid;
	text-align: left;
}