﻿@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: url('bg_body_ie.png') repeat-x;
    width: 100%;
    height:100%;
        position: absolute;
        top: 0;
        left: 0;
}

.b-ie
{
    background: url('bg_body_ie.png') repeat-x;
}
.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:600px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    top:50%;
    margin-top: -220px;
}

.dialog .tabcontent, .dialog_content .content
{
    margin-top: -16px;
    padding: 20px;
    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;
    POSITION: relative;
    left: 6%;
}

.copyright {
    font-size: 0.6em;
    text-align:center;
    color:gray;
    font-family:'Segoe UI'
}


.dialog label
{
    font-size: 16px !important;
    margin-left: 60px;
    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;
}


.dialog input[type=text],  .dialog textarea, .dialog .area, .dialog .input
{
    font-size: 13px;
    width: 253px;
    padding: 2px 4px;
    font-family: Segoe UI, Verdana, Tahoma;
}

.dialog input[type=password] {
    font-size:13px;
    width:253px;
    padding: 2px 4px;
    font-family: Segoe UI, Verdana, Tahoma;
}

select 
{
    font-size:13px;
    font-family: Segoe UI,Verdana,Tahoma;
    padding: 2px 4px 2px 0px;
}


.dialog_buttons
{
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    text-align: right;
}
.dialog_buttons .button
{
    margin-left: 10px;
}

.application-logo-container {
    vertical-align: top;
    padding: 0px;
    text-align: center;
}

    .application-logo-container .application-logo {
        padding-bottom: 5px;
    }

    .application-logo-container .application-name {
        font-size: 16px;
        font-family: Segoe UI, Verdana, Tahoma;
    }

