/* Global Stylesheet used by multiple apps.  Should eventually be maintained in single location for all apps */

h1 {
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 24px;
	color: #122e79;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: trebuchet ms, arial, verdana;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: trebuchet ms, arial, verdana;
}

#container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border-bottom: 1px solid #4d6480;
}

#pageHeader {
	margin: 0 auto;
	padding: 0px;
	background-color: #003366;
	color: #eeeeee;
	width: 100%;
	position: relative;
	border-top: 1px solid #4d6480;
	border-bottom: 1px solid #eeeeee;
	margin-top: 0px;
}

#pageHeader #landVic {
	text-align: right;	
}

#header {
	width: 100%;
	border-collapse: collapse;
	
}

#appHeading {
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
	padding: 3px;
}

#siteLinks {
	font-size: 12px;
	text-align: right;
	padding: 3px;
}

#siteLinks a:link, #siteLinks a:visited {
	color: #eeeeee;
}

#siteLinks a:hover {
	color: #eaeaf8;
}

#contentHeader {

	background-color: #cfddf2;
	border-bottom: 1px solid #4d6480;
	border-top: 3px solid #4859a7;
	height: 26px;
}

#navigationHeader {

	width: 160px;
	font-size: 13px;
	padding: 5px 3px 4px 3px;
	border-right: 1px solid #4d6480;
	border-bottom: 1px solid #4d6480;
	border-top: 3px solid #4859a7;
	background-color: #cfddf2;
	height: 26px;
}


#navigation {
	width: 160px;
	padding: 1px;
	border-right: 1px solid #a6b4db;
	background-color: #ffffff;
	font: bold 12px arial, sans-serif;
}



#content {
	padding: 5px;
	margin-top: 0px;
}

#footer {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	color: White;
	text-align: right;
	vertical-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.image-header{
	background: url('../images/banner-image.png') no-repeat top right;
}
.left-logo{
	background:url('../images/logov2.png') no-repeat left center;
}
.app-header{
	background: -webkit-linear-gradient(left, #1a181d , #20b1e6) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #1a181d, #20b1e6) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #1a181d, #20b1e6) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #1a181d , #20b1e6) !important; /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#1a181d, endColorStr=#20b1e6, GradientType=1);
}

.lassiBanner {
	box-sizing: border-box;
 	color: #FFFFFF;
	font-family: 'Open Sans', Arial,Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align:center;
    padding-left:140px;
}

.app_footer{
	background: -webkit-linear-gradient(left, #1a181d , #20b1e6) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #1a181d, #20b1e6) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #1a181d, #20b1e6) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #1a181d , #20b1e6) !important; /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#1a181d, endColorStr=#20b1e6, GradientType=1); 
}
