@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	min-width: 430px;
}

body {
	font-size: 100%;
	color: #59626a;
	height: 100%;
	background: white;
	min-width: 430px;
}

@font-face{
	font-family: "GillSans";
	src: url('fonts/GillSans.eot');
    src: url('fonts/GillSans.eot?#iefix') format('embedded-opentype'),
         url('fonts/GillSans.woff') format('woff'),
         url('fonts/GillSans.ttf') format('truetype'),
         url('fonts/GillSans.svg#dinpro-medium') format('svg');
}

.messageHolder {
	line-height: 60px;
	height: 60px;
	width: 360px;
	padding-bottom: 10px;
	text-align: center;
}

.errorMessage {
	height: 100%;
	width: 100%;
	background-color: #FABCBF;
	border: solid 1px #666666;
}

.infoMessage {
	height: 100%;
	width: 100%;
	background-color: #B4E3AC;
	border: solid 1px #666666;
}

/* GLOBAL CSS */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display:block; }
.bold { font-weight:bold; }
.w100 { width:100% !important; }

textarea { resize: none; }

textarea,
button,
select,
input {
	border-color: #99abbf;
    border-image: none;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #59626a;
    font-size: 14px;
    outline: medium none;
    padding: 3px 10px;
}

input:focus,
select:focus,
textarea:focus {
    outline-style: none;
}

a {
	color: #3579b1;
	text-decoration: underline;
}

a:hover { text-decoration:none; }

img {
	border: none;
	display: inline-block;
}

ul li { list-style: none; }

fieldset { border: none; }

.clear { clear: both !important; }

.center { text-align: center; }

h1, h2, h3, h4, h5, h6 { font-family: "GillSans"; }

h1 { font-size: 26px; font-weight: normal; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

.highlight {
	font-weight: bold;
	/*background-color: #fce8de;*/
}
/*end*/

#wrap {
	height: auto !important;
    min-height: 100%;
    position: relative;
	background: #f5f5f5 url(../img/page-bg.gif) repeat-x left top;
}

/* LANGUAGES */
#lang {
	float: right;
	margin-top: 10px;
}

#lang li {
	float: left;
}

#lang a {
    font-size: 14px;
    line-height: 23px;
    padding: 2px 0px 2px 0px;
    margin: 0px 10px 0px 5px;
}

#lang b {
	border-left: 1px solid #ced6de;
    padding: 0;
    margin-left: 0;
	font-size: 14px;
    line-height: 23px;
    padding: 2px 0px 2px 0px;
    margin: 0px 10px 0px 5px;
}
/*end*/

/* HEADER CSS */
#header {
	padding: 50px 0px 40px 0px;
}

#logo {
	float: left;
	height: 48px;
}

#logo a {
	display: inline-block;
    width: 225px;
}

/*end*/

/* MAIN CSS */
#main {
	padding-bottom: 150px;
}

#content-block {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

#viisp-block {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.18);
}
/*end*/


/* LOGIN FORM */
#content-block {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.05) 180%);
	padding: 30px 20px;
}

#login ul {
   margin: 0 auto;
   width: 85%;
}

#login li {
    padding-bottom: 13px;
    text-align: right;
}

#login li:last-child {
    padding-bottom: 0px;
}

#login input {
    width: 150px;
	margin-left: 7px;
}

#login label {
    font-size: 13px;
}

#login button {
	background: #50769e none repeat scroll 0 0;
    border: 1px solid #50769e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	padding: 2px 10px;
}

#login button:hover {
	background: #2f83bd none repeat scroll 0 0;
    border: 1px solid #2f83bd;
    
}
/*end*/

/* VIISP BLOCK */
#viisp-block {
	margin-top: 30px;
	padding: 20px;
	text-align: center;
}

#forgot-text {
	font-size: 13px;
	text-align: left;
}

#viisp-block button {
	background-color: #ebf0f3;
    border: 1px solid #99abbf;
    color: #3579b1;
    display: inline-block;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
	cursor: pointer;
}

#viisp-block button:hover {
	background: #99abbf none repeat scroll 0 0;
    border: 1px solid #99abbf;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    
}
/*end*/


/* FOOTER CSS */
#footer {
	background: #d6dce1 url(../img/footer-bg.jpg) repeat left top;
	bottom: 0; 
    position: absolute;
    width: 100%;
	color: #595e62;
	font-size: 12px;
	padding: 15px 0px;
}


#author { margin-top: 15px; }

#author a {
	color: #3579b1;
	text-decoration: underline;
}

#author a:hover {
	text-decoration: none;
}
/*end*/

#header > div,
#main  > div,
#footer > div {
	max-width: 400px;
    min-width: 400px;
    margin: 0 auto;
	position: relative;
	padding: 0px 15px;
}


/* IPHONE 6 SCREEN (vertical screen)*/
@media screen and (max-width:500px){
	html {
		font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
		height: 100%;
		min-width: 330px !important;
	}

	body {
		font-size: 100%;
		color: #59626a;
		height: 100%;
		background: white;
		min-width: 330px !important;
	}
	
	#header {
		padding: 30px 0px 20px 0px !important;
	}
	
	#logo {
		float: none;
		height: 48px;
	}
	
	#lang {
		float: none;
		clear: both;
		text-align: center;
	}
	
	#lang ul {
		display: inline-block;
	}
	
	#login ul {
	   margin: 0 auto;
	   width: 100%;
	}
	
	#header > div,
	#main  > div,
	#footer > div {
		max-width: 330px !important;
		min-width: 330px !important;
		margin: 0 auto;
		position: relative;
		padding: 0px 15px;
	}
	
	#footer {
		font-size: 10px !important;
	}


	#author { font-size: 10px !important; }
}
/*end*/

@media screen and (max-width:767px){

	html {
		font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
		height: 100%;
		min-width: 470px;
	}

	body {
		font-size: 100%;
		color: #59626a;
		height: 100%;
		background: white;
		min-width: 450px;
	}
	
	#header {
		padding: 20px 0px 20px 0px;
	}
	
	#header > div,
	#main  > div,
	#footer > div {
		max-width: 450px;
		min-width: 450px;
		margin: 0 auto;
		position: relative;
		padding: 0px 15px;
	}

	#footer {
		font-size: 8px;
	}
	
	#author { font-size: 8px; }
}
