﻿@charset "utf-8";
/* CSS Document by heydaysolutions.com*/

/* seloction color */
/*::-moz-selection { background-color: #FF5E99; color: #FFF;}
::selection {background-color: #FF5E99;color: #FFF;}*/
/* seloction color */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	color:#666;
	font: 100%/normal Arial, Helvetica, Verdana, sans-serif;
	background:transparent url('../images/bg.png') ;
}


body,html{
	height: 100%;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%
}

*{ outline:none;}

/* clearfix =================================================== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* end clearfix */

/* typography =================================================== */

h1{
	color:#616161;
	font-size:1.66em;/* 12px */
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;
}
h2 {
	font-size:1.66em; /* 20px */
	margin-bottom:10px;
}
h3 {
	font-size:1.33em;/* 16px */
	margin-bottom:10px;
}

p{
	margin-bottom:10px;
}

/* end typography */

a{color:white; text-decoration:none; outline:none;}
a:hover{color:gray;}

object:active{outline: none;}
object:focus{-moz-outline-style: none;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}

form{ margin:0 ; padding:0;}

img{ border:0px; behavior: url("../css/iepngfix.htc")}

.dis-tbl{
	display:inline-table;
}


/*------ Input -----*/

input:not([type]), input[type="color"],input[type="email"],input[type="number"], input[type="password"], input[type="tel"], input[type="text"]{
 border:1px #acadb2 solid;
 width:97%;
 color:#666;
 padding:4px;
}
textarea{
 border:1px #acadb2 solid;
 width:100%;
 padding:4px;
 height:71px;
 resize: none;
 color:#666;
 overflow:auto;
	
}
button{
	border: 0 none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
}
button::-moz-focus-inner {
	border: none;
	}
button:focus{
	margin0;
	padding:0;
	border: none;
	}	
button:active{
	-ms-background-position-x: 1px;
	-ms-background-position-y: -29px;
	}	
	
	
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

/*--------- layout ----------*/

.global-width{
width:970px;
margin:0 auto;
color:#666;
}

.wrap{
/*width:210px;
margin:0 auto;
background:#fff;
padding:5px;
border:solid #CCC;
border-width:0 1px;
-webkit-box-shadow:0px 0px 12px #8D8D8D;
-moz-box-shadow: 0px 0px 12px #8D8D8D;
box-shadow:0px 0px 12px #8D8D8D;
min-height: 100%;*/

margin:auto;
}

.top-bar{
	padding:10px 10px;
	background:#005239;
	margin-bottom:13px;
}

.pad20px {padding:20px}
.pad15px {padding:15px;}
.pad10px {padding:10px;}
.pad5px {padding:5px;}


.float_right{ float:right}
.float_left{float:left}
.clear_both{ clear:both}


div.footer {
	background:#005239;
	font-size:.7em;
	color:#fff;
}
div.footer a{
	color:#fff;
	padding:0 5px;
	cursor:pointer;
}


/*--- menu --*/

div.menu {
width:70%	
}

div.menu a{

	float:left;
	border-left: 1px  #a6a6a6 solid;
	font-size:.8em;
	font-size: .7em;
	padding:0 6px;
	display: block;
	float:left;
	cursor:pointer;
	color:#a6a6a6;
}

div.menu a:first-child{
	border-left: none 0;
}
div.menu p{
	padding:9px 0 6px
}



/*------stack ----*/

.stack {
	background: #fff;
	border: 1px solid #ccc;
	min-height:300px;
	min-height:auto\9;
	
	position: relative;
	width: 700px;
	-webkit-box-shadow:0px 0px 5px #D2D2D2;
	-moz-box-shadow: 0px 0px 5px #D2D2D2;
	box-shadow:0px 0px 5px #D2D2D2;
	/*margin: 20% auto 0;
	left:-246px;*/
	margin:auto;
	margin-top: 180px;

}
.stack:after, .stack:before {
	background: #fff;
	border: 1px solid #ccc;
	bottom: -3px;
	content: '';
	min-height:300px;
	min-height:auto\9;
	left: 2px;
	position: absolute;
	width: 695px;
	z-index: -10;
	-webkit-box-shadow: 0px 0px 5px #D2D2D2;
	-moz-box-shadow: 0px 0px 5px #D2D2D2;
	box-shadow: 0px 0px 5px #D2D2D2;
}
.stack:before {
	bottom: -5px;
	left: 5px;
	width: 690px;}

.logo-login{
	background:transparent url('../images/mim_logo.png') no-repeat top left;
	width:110px;
	height:60px;
	float:left;
}

div.language{
	
}
div.language a{
	font-size:.78em;
	color:#fff;
}

div.language span{
	padding:6px 0 4px;
	display:table;
	*width:100px;
	*float:left
}


.login-box{
	clear:both;
	width:330px;
	margin:36px auto;
	padding:10px 0;
}

input.log_user_name{
	border: 1px #D0D0D0 solid;
	padding: 6px 5px;
	width: 60%;
	margin: 10px 0;
	float: right;
}
input.log_user_password{
	border: 1px #D0D0D0 solid;
	padding: 6px 5px;
	width: 60%;
	margin: 10px 0;
	float: right;
}
input.log_user_name:focus,.log_user_password:focus{
		outline:none 0px;
		box-shadow: 0 0 5px #505050;
		-webkit-box-shadow: 0 0 5px #505050; 
		-moz-box-shadow: 0 0 5px #505050; 
    }


label.log_user_password{
	background:transparent url('../images/log-password.png') no-repeat top left;
	display:inline-block;
	width:25%;
	padding: 6px 5px 6px 25px;
	font-size:.7em;
	margin: 10px 0;
	
}

label.log_user_name{
	background:transparent url('../images/log-username.png') no-repeat 0px 8px	;
	display:inline-block;
	width:25%;
	padding: 6px 5px 6px 25px;font-size:.7em;
	margin: 10px 0;
}


/*---------- button gray ------*/

.gray{
	background:#005239;
	padding:3px 10px;
	color:#fff;
	border:1px e8503e solid;
	margin:0 5px;
	font-size:11px;
}

.btn-align{
	padding-left:116px
}

/*------ flag -----------*/

ul.flag {
margin: 0 auto;
width: 94%;
display: table;
}


ul.flag li{
float:left;
margin:5px;
}

ul.flag li img{
border:1px #868686 solid;
box-shadow: 0 0 5px #868686;
-webkit-box-shadow: 0 0 5px #868686;
-moz-box-shadow: 0 0 5px #868686;
}

.lblMsg
{
    font-size: 10px; 
    position: relative;
    top: 10px; 
}
a.forgotPassword
{
    display:inline-block;
	width:50%;
	padding: 6px 5px 6px 25px;font-size:.7em;
	margin: 10px 0;
	color:#222;
	margin-left:30%;
}

