body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;font-smooth:always;}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}.clear {zoom:1;}.clear:before,.clear:after {content:".";display:block;height:0;overflow:hidden;text-indent:-999em;clear:both;color:transparent}
body {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
	font-size:14px;
	background-color:#1a1a1a;
	color:#fff;
	margin-top:20px;
}
	table.mobilify, .mobilify thead, .mobilify tbody, .mobilify th, .mobilify td, .mobilify tr { 
		display: block;
		margin:0;
		border:none;
	}
	
	.mobilify thead tr .shrink { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.mobilify thead tr {
		background-color:#1a1a1a;
		color:#fff;
		padding:0 50px;
	}
	
	.mobilify thead tr th {
		float:left;
		width:50%;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color:#fff;
		font-weight:500;
		font-weight:bold;
		font-size:16px;
		text-transform:uppercase;
	}
	
	.mobilify tr>td {
		float:left;
		width:50%
	}
	
	.mobilify tbody tr.ftyperow {
		border:none;
		background-color:#00447a;
		cursor:default;
	}
	
	.mobilify tr.ftyperow>td {
		width:100%;
		float:none;
		color:#fff;
		font-size:16px;
		padding:10px;
	}
	
	.mobilify tbody tr { 
		border: 1px solid #ccc; 
		margin:2px 0;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
		padding-right:50px;
		padding-left:50px;
	}
	.mobilify tbody tr:nth-child(even) {
		/*background-color:#eceef0;*/
	}
	
	.mobilify tbody tr .toggle {
		height:24px;
		width:24px;
		background:url(../images/plus.png) no-repeat;
		display:block;
		position:absolute;
		margin:7px 10px;
		cursor:pointer;	
		left:0;
		top:0;
		z-index:1000;
	}
	
	.mobilify tbody tr .active {
		background:url(../images/minus.png) no-repeat;
	}
	
	.mobilify tbody tr .arrow {
		height:24px;
		width:24px;
		background:url(../images/arrow.png) no-repeat;
		display:block;
		position:absolute;
		margin:7px 10px;
		cursor:pointer;	
		right:0;
		top:0;
		z-index:1000;
	}
	
	.mobilify tbody>tr {
		cursor:pointer;
	}
	
	.mobilify tr:first-child {
		margin-top:0;
	}
	
	.mobilify .row {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		display:block;
		clear:both;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mobilify .td {
		
	}
	.mobilify td,.mobilify .td { 
		width:50%;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		vertical-align:top;
	}
	
	
	.mobilify .expand {
		display:none;
		clear:both;
		width:100%;
		margin-top:10px;
		border-top:1px dotted #666;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

/*status*/
	table.mobilifyStatus, .mobilifyStatus thead, .mobilifyStatus tbody, .mobilifyStatus th, .mobilifyStatus td, .mobilifyStatus tr { 
		display: block;
		margin:0;
		border:none;
	}
	
	.mobilifyStatus thead tr .shrink { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.mobilifyStatus thead tr {
		background-color:#1a1a1a;
		color:#fff;
		padding:0 50px;
	}
	
	.mobilifyStatus thead tr th {
		float:left;
		width:50%;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color:#fff;
		font-weight:500;
		font-weight:bold;
		font-size:16px;
		text-transform:uppercase;
	}
	
	.mobilifyStatus tr>td {
		float:left;
		width:50%
	}
	
	.mobilifyStatus tbody tr.ftyperow {
		border:none;
		background-color:#00447a;
		cursor:default;
	}
	
	.mobilifyStatus tr.ftyperow>td {
		width:100%;
		float:none;
		color:#fff;
		font-size:16px;
		padding:10px;
	}
	
	.mobilifyStatus tbody tr.actionrow {
		border:none;
		background-color:#e9e9e9;
		cursor:default;
	}
	
	.mobilifyStatus tr.actionrow>td {
		width:100%;
		float:none;
		color:#fff;
		font-size:16px;
		padding:10px;
		color: #000000;
	}
	
	
	
	.mobilifyStatus tbody tr { 
		border: 0px solid #ccc; /*skwok modified on 6/19/2013*/
		margin:2px 0;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
		padding-right:50px;
		padding-left:50px;
	}
	.mobilifyStatus tbody tr:nth-child(even) {
	
	}
	
	.mobilifyStatus tbody tr .toggle {
		height:24px;
		width:24px;
		background:url(../images/plus.png) no-repeat;
		display:block;
		position:absolute;
		margin:7px 10px;
		cursor:pointer;	
		left:0;
		top:0;
		z-index:1000;
	}
	
	.mobilifyStatus tbody tr .active {
		background:url(../images/minus.png) no-repeat;
	}
	
	.mobilifyStatus tbody tr .arrow {
		height:24px;
		width:24px;

		display:block;
		position:absolute;
		margin:7px 10px;
		cursor:pointer;	
		right:0;
		top:0;
		z-index:1000;
	}
	
	.mobilifyStatus tbody>tr {
		cursor:pointer;
	}
	
	.mobilifyStatus tr:first-child {
		margin-top:0;
	}
	
	.mobilifyStatus .row {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		display:block;
		clear:both;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mobilifyStatus .td {
		
	}
	.mobilifyStatus td,.mobilifyStatus .td { 
		width:50%;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		vertical-align:top;
	}
	
	
	.mobilifyStatus .expand {
		display:none;
		clear:both;
		width:100%;
		
		border-top:1px dotted #666;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


.body {
	background-color:#fff;
	color:#343434;	
	padding:30px 20px;
}

a {
	color:#00457c;
	text-decoration:none;
}

p {
	padding-bottom:16px;
}


a:hover, a:focus, a:active {
	text-decoration:underline;
}

header {
	background-color:#004378;
	margin-top:20px;
	padding:20px 0;
	position:relative;
}

.sub-zone {
	background-color:#ebedef;
	padding:7px 40px;
	color:#343434;
	font-size:13px;
	text-align:justify;
}

.sub-zone.top {
	border-bottom:1px solid #d7dde2;
}

.sub-zone.bottom {
	border-top:1px solid #d7dde2;
}

footer {
	border-top:20px solid #00457c;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(26,26,26,1) 3%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(3%,rgba(26,26,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(26,26,26,1) 3%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(26,26,26,1) 3%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(26,26,26,1) 3%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(26,26,26,1) 3%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */

	padding:30px 40px;

}

footer p:last-child {
	padding-bottom:0;
}

footer {
	font-size:12px;
}

footer a {
 color:#fff;
}

.menu-button {
	background:#336a96 url(../images/menu-icon.png) center center no-repeat;
	display:block;
	text-indent:-999em;
	color:transparent;
	height:20px;
	width:30px;
	padding:10px;
	border-radius:3px;
	cursor:pointer;
	position:relative;
	z-index:10;
	box-shadow:0 0 5px #00335d;
	float:right;
	margin-right:20px;
}

.menu-button:hover {
	box-shadow:0 0 5px #c2d3e0;
}

header {
	width:100%;
}

.logo {
	vertical-align:middle;
	width:60%;
	margin-left:20px;
	position:relative;
	z-index:10;
	margin-right:20px;
}

.menu {
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:0px;
	width:100%;
	z-index:9;
}



.logo img {
	max-width:100%;
}

.top-menu {
	display:none;
	position:absolute;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;	
	right:0;
}

.top-menu.open {
	display:block;
}

.top-menu>ul {
	background-color:#336a96;
	padding:60px 0px 10px;
	border-radius:3px;
	overflow-y: hidden;
	margin-top:-10px;
	box-shadow:0 0 5px #00335d;
}

.top-menu a {
	color:#fff;
	display:block;
	padding:10px;
	font-size:16px;
	text-align:right;
}

.top-menu a:hover {
	box-shadow:0 0 5px #00335d;
	border-radius:3px;
	background-color:#e9edf0;
	color:#343434;
	text-decoration:none;
}

.button,
[type="submit"],
[type="button"] {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    position:relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	padding:10px 20px;
	cursor:pointer;
	display:block;
	background:#00457c url(../images/button-corner.png) no-repeat right 3px top 3px;
	width:100%;
	border-radius:3px;
	z-index:1;
	margin-bottom:10px;
	text-shadow:1px 1px 1px #002e52;
	white-space: normal;
    top: 0px;
    left: 0px;
}

.button:hover,
.button:active,
.button:focus {
	box-shadow:0 0 5px #00335D;
}

[class*="span"] img {
	max-width:100%;
	display:block;
}


.row {
	padding-left:20px;
}

.row [class*="span"]:first-child {
	padding-left:0;
}

.row [class*="span"] {
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 20px 0 0;
}

.span1 {
	width:25%
}
.span2 {
	width:50%
}
.span3 {
	width:75%
}
.span4 {
	width:100%
}

h1 {
	font-size:30px;
	font-family: "Helvetica Neue LT Std","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#00457c;
	margin-bottom:6px;
}

h2 {
	font-size:18px;
	color:#737b35;
	margin-bottom:12px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.body ul {
	list-style-type:disc;
	margin-left:15px;
}

.login-panel .row {
	margin:10px 0;
}

.login-panel label {
	display:block;
	padding:8px 0;
	font-weight:bold;
	cursor:pointer;
}

.login-panel input[type="checkbox"] {
	display:none;
}

label.checkbox {
	display:inline-block;
}

label.checkbox:after {
	display:inline-block;
	content:"No";
	font-size:14px;
	margin-left:10px;
	color:#7a0000;
}

[type="checkbox"]:checked + label.checkbox:after {
	color:#007c06;
	content:"Yes";
}

table {
	width:100%;
}

input[type="text"],
input[type="password"] {
	background-color:#e9edf0;
	border:1px solid #e0e1e4;
	border-radius:3px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px 10px;
}

input[type="text"]:focus,
input[type="password"]:focus {

box-shadow:0 0 5px #00335d;
}

.hr {
	background-color:#eaeaea;
	height:1px;
	overflow:hidden;
	margin:20px 0;
}