﻿@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

img#bg {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
 } 
 
html, body
{
    height: 100%;
}

body
{
    background-color: #fff;
}
    body.b-ie {
        background: #418BCA;
        background: linear-gradient(0deg,#418BCA 0%,#fff 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.p40
{   
        position: fixed;

}

input.button
{
    display: block;
    float: right;
    height: 50px;
}

p
{
    margin-bottom: 16px;
}
em{font-style:italic;}

.mandatory 
{
	color:Red;
	font-size:11px;
	font-family:Verdana;
}


.buttondefault
{   
    margin: 0;  
    border-style: none;
	border-color: #25a0da;	
	font: 12px Segoe UI, Verdana;
	CURSOR: pointer;
	COLOR: white;
	vertical-align:middle;
	height:24px;
	BACKGROUND-COLOR: #25a0da;
}


.dialog
{
    background-color: white;
    border: 1px solid #c0c2c4;
    padding: 20px;
    
    z-index: 1000;
    color: #5b636b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}


#maindiv
{    
    width:640px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    top:50%;
    margin-top: -250px;
}

#maindiv2
{    
    width:500px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    top:50%;
    margin-top: -250px;
}

.dialog .tabcontent, .dialog_content .content
{
    margin-top: -16px;
    padding: 10px;
    clear: none;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ced0d3;
    background-color: #eff1f2;
}


.dialog_content
{
    position: relative;
    padding-bottom: 15px;
}


.dialog .close
{
    background: url('common-32.png') no-repeat 0 -1187px;
    height: 32px;
    width: 32px;
    position: absolute;
    right: -16px;
    top: -10px;
    cursor: pointer;
}


.error 
{
	font-size: 11px;	
	text-align:center;
	color:Red;
	font-family: Verdana;
}

.copyright {
    font-size: 0.6em;
    text-align:center;
    color:gray;
    font-family:'Segoe UI'
}


.dialog label
{
    font-size: 16px !important;    
    width: 80px;
    text-align: right;
    font-family: Segoe UI, Verdana, Tahoma;
}
.dialog label.above
{
    line-height: 24px !important;
}
.dialog label.field
{
    line-height: 26px !important;
}
.dialog .checkbox + label
{
    font-weight: normal;
    color: #5b636b;
    width: auto;
    text-align: left;
    clear: none;
    float: left;
}
.dialog label.large {
    width: 50px;
    font-family: Segoe UI, Verdana, Tahoma;
    margin-left: 60px;
    color: #10334D;
    line-height: 24px;
    padding-right: 5px;
}


.dialog input[type=text], .dialog input[type=password], .dialog textarea, .dialog .area, .dialog .input
{
    font-size: 13px;
    width: 350px;
    padding: 4px 6px;
    font-family: Segoe UI, Verdana, Tahoma;
}

select 
{
    font-family: Segoe UI,Verdana,Tahoma;
}


.dialog_buttons
{
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    text-align: right;
}
.dialog_buttons .button
{
    margin-left: 10px;
}

.defaultPicture {
    width: 140px;
    height: 170px;
    font-size: 160px;
    color: #418BCA;
    cursor: pointer;
}
