@charset "utf-8";

/* HTML5 tags */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Site-wide properties ======================================================== */

html {
	margin-bottom: 1px;
	height: 100% !important;
}

body {
	padding: 0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;
	color: #3e3e3f;
	background-color: #F2F2F2;
	height:100%
}

a {
	color:#09F;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration:underline;
}

/* Headers */

h1 {
	color: #428604;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:12px 0px;
}

h2 {
	color: #3e3e3f;
	font-size:15px;
	font-weight:normal;
}
h3 {
	color: #428604;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	padding-bottom:11px;
}

h4 {
	color:red;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	padding-bottom:12px;
}
	
	
/* Stracture & parts of the page */

#contentwrapper {

	min-height:100%;
	z-index: 1;
	margin: 0 auto -53px;
	height: auto !important;
}


/*Header of the page*/


#topheaderwrapper {
	width:auto;
	overflow:auto;
	padding-top:8px;
	z-index: 2;
	border-radius:0 0 5px 5px;
}
#header {
	

	width:900px;
	overflow:auto;
	margin:0 auto;
	padding:8px;
	z-index: 3;
	color:#CCC;
	border:1px solid #CCC;
	box-shadow: 4px 4px 4px #ccc;


	background:#4B8582; /*Old Browsers*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #4B8582 0%, #154A47 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #4B8582 0%, #154A47 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #4B8582 0%, #154A47 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4B8582), color-stop(1, #154A47));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #4B8582 0%, #154A47 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #4B8582 0%, #154A47 100%);
	
}
.title {
	color: #e7e7e7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 7px;
}
.servicetitle {
	color: #e7e7e7;
	font-size: 18px;
	font-weight: bold;
}

.logo {
	float:left;
	margin-top:3px;
}
.logotext{
	float: left;
    margin-top: 18px;
    padding-left: 20px;
}



/* Main */

#main {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:48px;
	height:100%;
	overflow:auto;
	display:block;
	z-index: 3;
	/*border: 1px solid #CCCCCC;*/
	-moz-box-shadow:    0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow:       0 0 5px #000;
	background:#fff;
  	
}

/* Menu */
.menu {
	margin: 10px;
	min-height:40px;
}

#nav {
	padding: 8px 0px;
    display:block;
	font-size:13px;
}
#nav li {
    float: left;
    margin-right: 35px;
    list-style: none;
}

#nav li.current a {
    background: #428604;
	color:#FFF;
	border-radius: 5px;
	border: 3px solid #055987;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left:35px;
	padding-right:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
}
#nav li.current a:hover{
	color:#FFF;
	text-decoration:none;
}
#nav li a {
	color: #055987;
}
#nav li a:hover {
	color:#09F;
	text-decoration:none;
}

/*Stracture of home page (below menu)*/
.introtext {
	width:100%;
	float:left;
	padding: 12px 0px;
	margin-bottom: 5px;
	clear:both;
} 
#left-home {
	padding:10px;
	width:50%;
	float:left;
}
#right-home {
	padding:10px;
	width:40%;
	float:right;
}
.textlines {
	float: left;
    padding-left: 10px;
}
.services {
	padding:25px;
}
.home-service {
	float:left;
	width:30%;
}
.home-icon {
	float:left;
	padding:5px;
	width:20%;
}
.home-text {
	float:left;
	width:70%;
}
.paddingtop {
	padding-top:10px;
}
/* Left part of home page*/
.service-line {
	margin-bottom:30px;
	overflow:auto;
	clear:both;
}
.service-icon {
	width:15%;
	float:left;
}
.service-text {
	width:80%;
	float:left;
}
.more-link {
	float:right;
	padding:10px;
}


/* Right part of home page*/
.center {
	text-align:center;
}
.box-right {
	border: 1px solid #CCCCCC;
  	box-shadow: 2px 2px 2px 2px #ccc;
	border-radius: 5px;
	background:#FFF;
	padding:15px;
	overflow:auto;
}

/* Reusable classes */

.iconlink-line{
	margin-bottom:2px;
	overflow:auto;
	width:100%;
}
.lefticon {
	float:left;
	padding:5px;
	width:10%;
}
.reminder {
	float:left;
	width: 80%;
}
.rightlink {
	padding-top:8px;
	font-size:11px;
	float:left;
	width:70%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:red;
	float:left;
	margin-left:5px;
}
.redmsg {
	color:red;
	float:left;
}
.green {
	color:#428604;
	float:left;
	margin-left:5px;
}
.clear {
	clear:both;
}
.smaller-text{
	font-size:11px;
}


/*Urgent and normal message announcements*/
.urgentmsg {
	border: 1px solid red;
	color: red;
	padding: 5px;
	overflow:auto;
	clear:both;
	
}
.normalmsg {
	border: 1px solid #055987;
	padding: 5px;
	overflow:auto;
	clear:both;
}
.accountstatus {
	float:left;
	width:70%;
}
.msgconnected {
	float:right;
	color: #3e3e3f;
	width:30%;
	
}
.marginline {
	height:20px;
}

/* Buttons ============================================================ */


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	/*margin: 0 2px;*/
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	color:#FFF;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.button-right {
	float:right;
}
.button-left {
	float:left;
}

/* blue button */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}

/* Successfull login and logout messages */

.box-around {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:12px;
	width:430px;
	background-color: #F2F2F2;
	overflow:auto;
}
.box-success {
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	border:1px  solid #428604;
	width:400px;
	background-color:#fff;
	box-shadow: 3px 3px 4px #ccc;
	overflow:auto;
}
.box-fail {
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	border:1px  solid red;
	width:400px;
	background-color:#fff;
	box-shadow: 3px 3px 4px #ccc;
	overflow:auto;
}
.title-line {
	float:left;
	width:100%;
	clear:both;
}
.title-msg {
	float:left;
	padding-top:3px;
	margin-right:10px;
	width:80%;
}
.icon-msg {
	float:right;
}
.boxpush {
	height:15px;
}

/* Safety page style */

.safety-text {
	float:left;
}
.safety-img {
	float:left;
	margin-right:8px;
	
}
.safety-tip {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top:10px;
}

.waitsms {
	margin-top:20px;
	padding:15px;
	width:200px;
	text-align:center;
	color: #fff;
	font-size:13;
	background-color:#069; 
}


/*Footer*/

#footerwrapper {
	background-color: #333;
	width:100%;
	bottom:0;
	clear:both;
	left:0;
	float: none;
	margin-top:5px;
}
#footerline {
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-x;
	width:auto;
	z-index: 2;
	min-height:10px;
}
#footer {
	padding:12px;
	background-color: #333;
	font-size:11px;
	color:#fff;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
}
#copyrightinfo {
	float:left;
}
.footerinfo {
	float:right;
	z-index:4;
	cursor:pointer;
}
.footerlink {
	color:#fff;
}
.footerlink:hover {
	text-decoration:underline;
}


.spancenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#push {
	height:53px;
}

#password_suggestions {
	font-family: Ubuntu Mono, Andale Mono, Consolas, Courier, monospace;
	padding-right: 4px;
	cursor: pointer;
}
#password_suggestions tr td {
	padding: 4px;
	border: 1px solid #cccccc;
}
.highlighted_password {
	background: yellow;
}

.password-img {
	width:30%;
	float:left;
	background:url("../images/pwd150.png");
	width: 150px;
	height: 121px;
	background-repeat: no-repeat;
	padding: 12px;
}
.welcome-txt {
	font-size:15px;
}

.logo-line {
        background:url('../images/logo_new.jpg') center no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 104px;
}

