﻿/* Dialog css */
html {margin:0;padding:0;color:#000;background:#fff;height: 100%;}
body { font-family:Arial, Helvetica, sans-serif;margin:0;padding:0;background:#121c37;padding-top:00px; height: 100%; }
.LDTitle { height:30px;padding-top:42px;padding-left:40px;  color:#ffffff; font-size:24px;}
.ErrTbl { background-color:#f8ccd0; width:100%;}
.ErrMsg { color: #ff2d0a; width:100%; paddling-left: 4px; font-size:14px; font-weight:bolder;}
.NewsTitle { padding-left:40px;padding-top:10px;padding-bottom:5px; color: #4b4b4b; font-size: 18px; }
.NewsText { color: #323232; font-size: 14px; }
.SupportTitle {  padding-top:10px;color: #4b4b4b;padding-bottom:5px; font-size: 18px; }
.SupportText {  padding-top:5px;color: #323232; font-size: 14px; }
.SupportLink {  padding-top:5px;color: #1e8ce1; font-size: 14px; white-space: nowrap;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
ul { margin-top:0px; padding-top: 0px; }
.dlgMessage{ font-size: 14px; color: #4b4b4b; font-weight: normal; background:url(../img/icon_info.png) no-repeat 0px 5px;	margin-left:30px; padding: 5px 0px 10px 30px;margin-bottom:10px;}
.MainArea { padding-top: 30px; padding-bottom:40px; }

h1 {margin:0 0 0;color:#444;font:normal 1em/1.2 Georgia,Times,serif;font-size:2em;}
#wrap {	max-width:50em;	margin:0 auto;}
.dlgHeader{	padding-bottom: 5px;	border-bottom: solid 1px #cccccc;	margin-bottom:10px;}
.dlgTitle{ width: 99%;	vertical-align: bottom;}
.dlgLogo{	width:1%;}
.dlgWarning{ background:url(../img/icon_warn.png) no-repeat 0px 3px;	padding: 5px 0px 5px 30px;	margin-bottom: 10px;	veritcal-align: bottom;	color: #ff0000;	font-weight: bold;}
.dlgContent{ border-bottom: solid 1px #cccccc;	padding:10px 0px 20px 0px;	margin-bottom:10px;}
.dlgMessage2 { background:url(../img/gms12.png) no-repeat 0px 4px;	padding: 0px 0px 0px 15px;margin:0px;font-size: 12px;	}
.dlgTbl{ margin-bottom:10px;}
.dlgCol1{	vertical-align: top;	width: 60%;}
.dlgCol2{	background-color: #cccccc;}
.dlgCol3{	width: 40%;	padding: 0px 0px 10px 0px;	vertical-align: top;}
.dlgFooter { position: relative; top:-8px; }
.dlgFooter1{ font-size: 10px;	width:50%;	padding-left:10px;}
.dlgFooter1 a  {text-decoration: none;}
.dlgFooter1 a:hover {text-decoration: underline;}
.dlgFooter2{ text-align: right;	font-size: 10px;	width:50%;	padding-right: 10px;}
.dlgFooter2 a  {text-decoration: none;}
.dlgFooter2 a:hover {text-decoration: underline;}
.dlgLabel{ font-size: 14px; color: #4b4b4b; font-weight: normal;	width: 120px; text-align:right;padding-right:5px;}
.dlgRow{ height:5px; }
.dlgBtnCol{	text-align: right;}

/* Login css */
.loginForget{	color: #1e8ce1;font-size: 12px; font-weight: normal;	vertical-align:top;}
.loginUser{	width: 250px; color:#4b4b4b;}
.loginPwd{ width: 150px; color:#4b4b4b;}
.loginLang{	font-size: 14px; color: #4b4b4b; font-weight: normal;	width: 90px;}
.loginLangCol{ text-align: right;}
.loginTbl { margin:0px 25px 0px 25px; font-size: 14px; color: #4b4b4b; font-weight: normal; width:100%;	}

/* Forget password 1 */
.forgetMail{	width: 250px;}
.forgetPwd {width: 200px; }

/* Registrering */
.regInput{	width: 150px;}

/* knapp */
.GlobalBtn
{
border-spacing: 0px;
display:inline-block;
cursor: pointer;
border-left:1px solid #b4b4b4;
border-right:1px solid #b4b4b4;
color:#4b4b4b;
min-width:80px;
width:80px;
height: 20px;
font-size:13px;
/*line-height:2.2;*/
margin: 0px 0px 0px 0px;
padding:4px 0px 0px 0px;
text-align:center;
vertical-align:middle;
white-space:nowrap;
background-image: url(../img/tgbtnbg.png);	background-repeat: repeat-x;
border-spacing: 0px;
}
.GlobalBtnS
{
display:inline-block;
cursor: pointer;
border-left:1px solid #265496;
border-right:1px solid #265496;
color:#265496;
min-width:80px;
width:80px;
height: 20px;
font-size:13px;
/*line-height:2.2;*/
margin: 0px 0px 0px 0px;
padding:4px 0px 0px 0px;
text-align:center;
vertical-align:middle;
white-space:nowrap;
background-image: url(../img/tgbtnbg_s.png);	background-repeat: repeat-x;
border-spacing: 0px;
}