/* @override 
	http://cms.pilship.com.local/css/screen_home.css
*/

#wrapper-banners.home #banner {
	width: 600px;
	height: 360px;
	position: absolute;
	left: 360px;
}

#wrapper-squares {
	width: 480px;
	height: 360px;
	display: block;
	position: absolute;
	top: 100px;
	left: 5px;
	z-index: 10;
}

#wrapper-squares .square1 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}
#wrapper-squares .square2 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 240px;
	top: 0;
	background: #0070af;
}
#wrapper-squares .square3 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 240px;
	top: 120px;
	background: transparent url(./images/bkgnd_banner_home_square_01.jpg) no-repeat center center;
}
#wrapper-squares .square4 {
	width: 220px;
	height: 220px;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #cde7f3;
}
#wrapper-squares .square5 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 240px;
	top: 240px;
	background: #ee3a43;
}
#wrapper-squares .square6 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 120px;
	top: 240px;
	background: transparent url(./images/bkgnd_banner_home_square_02.jpg) no-repeat center center;
}
#wrapper-squares .square7 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 240px;
	background: #000000;
}

#wrapper-squares div a, #wrapper-squares div a:hover {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 10px;
	display: block;
	position: relative;
	font-size: 100%;
	line-height: 100%;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	background: none;
    border: none;
	z-index: 100;
}
#wrapper-squares div a i, #wrapper-squares div a:hover i {
	position: absolute;
	bottom: 8px;
	right: 3px;
	font-size: 150%;
	text-align: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	/* IE 5-7 */
	filter: alpha(opacity=60);	
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.6;
	/* Good browsers */
	opacity: 0.6;	
}
#wrapper-squares div a:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);	
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;	
}
#wrapper-squares div a:hover {
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05); /* IE 9 */
	-webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
	z-index: 100;
}
#wrapper-squares .square2 a, #wrapper-squares .square2 a:hover {
	background-color: #0070af;
}
#wrapper-squares .square5 a, #wrapper-squares .square5 a:hover {
	background-color: #ee3a43;
}
#wrapper-squares .square7 a, #wrapper-squares .square7 a:hover {
	background-color: #000000;
}








#ticker-area {
	width: 220px;
	height: 220px;
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	color: #0070af;
	line-height: 34px;
}
#ticker-area li {
	list-style: none;
}









.form-prewrapper {
	width: 240px;
	height: 240px;
	margin: 0;
	padding: 0;
	float: left;
}
.form-wrapper {
	width: 219px;
	height: 188px;
	margin: 0;
	padding: 10px;
	display: block;
	position: relative;
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
}
h3.form-name {
	height: 28px;
	width: 240px;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	color: #ee3a43;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	border-bottom: 2px solid #0070af;
}
.form-wrapper .button {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 0;
	text-decoration: none;
}
.form_wrapper form a {
	border-bottom: 1px solid #aaaaaa;
	text-decoration: none;
}

.tabs-wrapper {
	width: 228px;
	height: 18px;
	margin: -10px 0 0 -4px;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.tabs-wrapper a, .tabs-wrapper a:hover, .tabs-wrapper a.active, .tabs-wrapper a b {
	margin: 0 0 0 2px;
	padding: 1px 0 0 5px;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1;
	border: 0;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(./images/bkgnd_minitabs.gif);
}
.tabs-wrapper a b {
}
.tabs-wrapper a b, .tabs-wrapper a.active b {
	margin: 0;
	padding: 0 5px 1px 0;
	background-position: right bottom;
}
.tabs-wrapper a:hover, .tabs-wrapper a.active {
	background-position: left -13px;
}
.tabs-wrapper a:hover b, .tabs-wrapper a.active b {
	background-position: right -14px;
	color: #ffffff;
}

input[type="text"], textarea {
    width: 211px;
    height: 19px;
    height/*\**/: 17px\9;
    margin: 10px 0 0 0;
	padding: 3px;
	border-radius: 3px;
    border: solid 1px #80b7d9;
    background-color: #f9f9f9;
    cursor: hand;
    cursor: pointer;
    box-shadow: inset 0 0 2px #bbb;
}
.form-wrapper label {
	height: 13px;
	margin: 0 0 0 0;
	padding: 8px 0 0 3px;
	display: block;
	float: none;
	clear: both;
	font-weight: 700;
	font-size: 12px;
	color: #0070af;
}
.form-half-left, .form-half-right {
	width: 106px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	position: relative;
}
.form-half-right {
	float: right;
}
.form-half-left input[type="text"], .form-half-left textarea, .form-half-right input[type="text"], .form-half-right textarea {
    width: 98px;
}
.form-wrapper .chosen-container {
  font-size: 12px;
}
#forms_schedules .chosen-container {
	margin: 10px 0 0 0;
}
.form-wrapper .chosen-default {
	font-size: 12px;
	font-weight: bold;
	color: #484848;
}
input.date-start {
	font-size: 12px;
	color: #484848;
	background-image: url(./shared/images/calendar.png);
	background-repeat: no-repeat;
	background-position: 84px 5px;
    background-position/*\**/: 84px 3px\9;
}

form#form_schedule_port {
	margin: 48px 0 0 0;
	padding: 0;
}
form#form_schedule_porttoport {
	margin: 11px 0 0 0;
	padding: 0;
}
#forms_tracktrace form {
	margin: 11px 0 0 0;
	padding: 0;
}
#forms_tracktrace textarea {
	height: 56px;
	height: 55px\9;
	resize: none;
	cursor: text;
}
#forms_tracktrace label {
	position: relative;
}
#forms_tracktrace label i {
	position: absolute;
	top: 8px;
	right: 0;
	cursor: help;
}










.map-wrapper {
	width: 219px;
	height: 114px;
	margin: -1px 0 9px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #0070af;	
	border-top: 1px solid #0070af;	
}
#worldmap {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
#hovers, #selects { width: 219px; height: 115px; margin: 0; padding: 0; display: block; position: absolute; z-index: 2; background-color: transparent; background-image: url('./images/hovers-mini.gif'); background-repeat: no-repeat; background-position: 0 115px;}
#selects {
	background-image: url('./images/selects-mini.png');
}
#region_name {
	padding: 3px 5px;
	position: absolute;
	top: 3px;
	left: 5px;
	background: rgba(0, 0, 0, .67);
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 10px;
	z-index: 10;
	font-weight: 700;
}




.info-help, .info-help:hover {
	width: 219px;
	height: 27px;
	margin: 10px 0 0 0;
	(;margin: 6px 0 0 0;);
	[;margin: 6px 0 0 0;];
	display: block;
	border: none;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #cedfe8;
	line-height: 27px;
	font-size: 11px;
	text-align: center;
	cursor: help;
}
.info-help:hover {
	color: #fff;
	background: #0070af;
}
.info-help b {
	display: inline-block;
	position: relative;
	padding: 0 0 0 13px;
}
.info-help b i {
	position: absolute;
	top: 1px;
	left: 0;
}









.search-ajax {
	width: 16px;
	height: 16px;
	margin: 19px 75px 0 0;
	padding: 0;
	display: inline-block;
	float: right;
	background: url(./images/ajax_loader_32.gif) no-repeat center center;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(./css/pie/PIE.php);
	border: none;
}

