fieldset {
	border: 1px solid #2564C0;
	display: inline-block;
}

legend {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	text-align: center;
}

label {
	font-family: verdana;
	font-size: 12px;
	cursor: pointer;
}

.f-title {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.sf-title {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2564C0;
	border-bottom: 1px dashed #2564C0;
}

.f-title-link { 
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

.f-link-blue { 
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
	/*padding-left: 10px;*/
	text-decoration: none;
}


.f-link-white { 
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	/*padding-left: 10px;*/
	text-decoration: none;
}

.f-link-black { 
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	/*padding-left: 10px;*/
	text-decoration: none;
}

.f-status-text {
	font-family: verdana;
	font-size: 12px;
	text-align: center;
}
.login-label {
	font-family: verdana;
	color: #2564C0;
	font-size: 12px;
}

.login-text {
	font-family: verdana;
	font-size: 12px;
	border: 1px solid #2564C0;
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 150px;
}

.login-error-text {
	font-family: verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.form-label {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	text-align: right;
	padding: 3px;
}

.form-label-head {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
}

.form-input, .form-select, .form-input-readonly, .form-input-short, .form-input-long, .form-add-input-long, .form-textarea {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #D6DFEC;
	background-color: #FFFFFF;
}

.form-input:hover, .form-select:hover, .form-input-readonly:hover, .form-input-short:hover, .form-input-long:hover, .form-add-input-long:hover, .form-textarea:hover, .form-input:focus, .form-select:focus, .form-input-readonly:focus, .form-input-short:focus, .form-input-long:focus, .form-add-input-long:focus, .form-textarea:focus {
	border: 1px solid #2564C0;
}

.form-input-readonly {
	background-color: #E1E1E1;
}

.form-input-short {
	width: 50px;
}

.form-input-long {
	width: 200px;
}

.form-add-input-long {
	width: 300px;	
}

/*.form-add-input-long:active, .form-add-input-long:focus, .form-add-input-long:hover {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	padding: 3px;
	border: 1px dashed #2564C0;
	background-color: #FFFFFF;
	width: 300px;	
}*/

.form-textarea {
	padding: 3px;
	width: 200px;
	height: 75px;
}

/*.form-textarea:active, .form-textarea:focus, .form-textarea:hover {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	padding: 3px;
	border: 1px dashed #2564C0;
	background-color: #FFFFFF;
	width: 200px;
	height: 75px;
}*/

.form-submit-bttn {
	font-family: verdana;
	font-size: 12px;
	color: #2564c0;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #2564C0;
	border-top: 1px solid #2564C0;
	border-right: 1px solid #484848;
	background-color: #FFFFFF;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f5f5f5', endColorStr='#c0cbcc', gradientType= '0');*/
}

.table-header {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bolder;
	text-align: center;
}

.table-header-with-background {
	background-image: url('/ui/img/ship/table_header_background.gif');
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bolder;
	text-align: center;
}

.table-cells {
	font-family: verdana;
	font-size: 12px;
}

.table-cells-right {
	font-family: verdana;
	font-size: 12px;
	text-align: right;
}

.table-row-odd {
	background-color: #eaeaea;
}

.table-row-even {
	background-color: #dfdfdf;
}

.table-mouseOver {
	background-color: #d6dfec;
}

.table-note {
	font-family: verdana;
	font-size: 12px;
	font-style: italic;
	color: Gray;
}

.table-tr-link {
	cursor: pointer;
}

.td-label {
	font-family: verdana;
	color: #2564C0;
	font-size: 12px;
}

.td-label-white {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 12px;
}

.td-company-row {
	background-color: #FFDAD4;
	border-bottom: 1px solid #000000;
	color: #2564C0;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	padding-left: 25px;
}

.td-warning-row {
	background-color: #FF4646;
	color: #FFFFFF;
}

.td-blacklist-row {
	background-color: #484848;
	color: #FFFFFF;
}

.td-details-label {
	/*font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #2564C0;
	padding: 2px;*/
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.td-details-text {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.menu {
	font-family: verdana;
	font-size: 12px;
	width: 220px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #D0D0D0;
	height: 30px;
	color: #2564C0;
}

.menu-sel {
	font-family: verdana;
	font-size: 12px;
	width: 220px;
	text-align: center;
	background-color: #2564C0;
	height: 30px;
	border: 1px solid #2564C0;
	color: #FFFFFF;
	font-weight: bold;
}

.menu-sel:hover {
	color: #2564C0;
}

.sub-menu {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	height: 30px;
}

.sub-menu:hover {
	font-family: Verdana;
	font-size: 12px;
	/*margin-left: 10px;*/
	text-decoration: none;
	color: #2564C0;
}

.sub-menu-sel {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 30px;
	background-color: #2564C0;
	color: #FFFFFF;
	font-weight: bold;
}

.sub-menu-sel:hover {
	color: #2564C0;
}

a.menu-link {
	/*font-family: verdana;
	font-size: 12px;*/
	text-decoration:	none;
	color: #FFFFFF;
}

.menu-link:hover {
	/*font-family: verdana;
	font-size: 12px;*/
	font-weight: bold;
	text-decoration:	none;
}

.menu-td-header {
	/*background-image: url(/ui/img/ship/menu_background.png);
	background-repeat: no-repeat;
	background-position: center;*/
	text-align: center;
	font-size: 12px;
	/*height: 30px;*/
	vertical-align: middle;
	background-color: #2564C0;
	padding: 4px;
}

.row-toggle-0
{
	background: #EFEFEF;
	color: black;
}

.row-toggle-0:hover {
	background-color: #D6DFEC;
}

.row-toggle-1
{
	background: white;
	color: black;
}

.row-toggle-1:hover {
	background-color: #D6DFEC;
}

.row-checked {
	background: #2564C0;
	color: #FFFFFF;
}

.message-window {
	background-image: url(/ui/img/ship/message_background.gif);
	background-repeat: repeat-x;
	height: 150px;
	border: 1px solid #4f4f4f;
	margin-left: auto;
	margin-right: auto;
}

.message-button {
	background-image: url(/ui/img/ship/message_bttn_background.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
}

.message-text {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
	text-align: center;
}

.decision-list-text {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	padding-left: 10px;
}

.decision-list-title {
	
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
	border-bottom: 1px solid Gray;
	width: 50%;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.decision-list-message {
	font-family: verdana;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
}

.header-add-form {
	font-family: verdana;
	font-size: 14px;
	color: #2564C0;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px solid #2564C0;
	background-color: #D6DFEC;
	padding-left: 25px;
}

tr.tr-details:hover {
	background-color: #D6DFEC;
	cursor: pointer;
}

.add-item-row {
	background-color: #D6DFEC;
	border: 1px solid #D6DFEC;
}

.input-cells-to-display {
	border: 0px;
	background-color: transparent;
	color: inherit;
}

.input-cells-to-edit {
	border: 1px solid gray;
	background-color: #FFFFFF;
}

.td-video {
	width: 225px;
	height: 140px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #B92E39;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid transparent;
}

.td-video:hover {
	background-color: #FFDAD4;
	border: 1px dashed #FF4646;
}

.table-title {
	font-family: verdana;
	font-size: 12px;
	background-color: #2564C0;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.questions-block {
	background-color: #FFE56F;
	border-left: 3px solid #FF8A00;
	padding: 10px;
	margin: 10px;
}

.table-header-link {
	font-family: verdana;
	font-size: 12px;
	background-color: #2564C0;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.table-header-link:hover {
	background-color: #D6DFEC;
	color: #2564C0;
}

fieldset {
	border: 3px double #2564C0;
}

legend {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2564C0;
	margin-left: 5px;
}

a.link {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	text-decoration: none;
}

.bg-gray {
	background-color: #D6DFEC;
	border-bottom: 1px solid gray;
	border-top: 1px solid #FFFFFF;
}

.table-label {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	font-weight: bold;
}

button {
	background-color: #D6DFEC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid #FFFFFF;
}

button:hover {
	background-color: #EFF6FF;
}

.ajax-div, .ajax-div-sel {
	font-family: verdana;
	font-size: 12px;
	margin: 1px;
	padding: 1px;
}

.ajax-div {
	color: #2564C0;
	cursor: pointer;
}

.ajax-div-sel, .ajax-div:hover {
	background-color: #2564C0;
	color: #FFFFFF;
}

a.pagination {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	text-decoration: none;
	background-color: #E0EAF1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #2564C0;
	border-bottom: 1px solid #2564C0;
	padding: 4px 0px 4px 0px;
	width: 40px;
	display: inline-block;
}

a.pagination:hover {
	background-color: #FFFFFF;
}

a.pagination-sel {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2564C0;
	border: 1px solid #2564C0;
	padding: 4px 0px 4px 0px;
	width: 40px;
	display: inline-block;
} 

.row-tax-file{
	/*background-image: url(/ui/img/ship/tax_file_expired.png);*/
	background-image: url(/ui/img/ship/tax_file_expired_back.png);
}

.info {
	font-family: verdana;
	font-size: 12px;
	color: #2564C0;
	border-left: 4px solid #2564C0;
	border-right: 4px solid #2564C0;
	border-top: 1px dashed #2564C0;
	border-bottom: 1px dashed #2564C0;
	padding: 10px;
	text-align: center;
	background-color: #D6DFEC;
}