﻿@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body,
canvas, caption, center, cite, code, command,
datalist, dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, keygen,
label, legend,li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, source, span, strike, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt,
u,ul,
var, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}

html,body {}
body, div, input, select, textarea{font-family:"droid_sans"; font-size:13px; color:#666; line-height:normal;outline: 0;}
body{background:url("images/bg.jpg");}
.clr{clear: both;}

@font-face {
    font-family: 'droid_sans';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sans_bold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'pf_handbook_pro_light_trRg';
    src: url('fonts/pf_handbook_pro_light_tr-webfont.eot');
    src: url('fonts/pf_handbook_pro_light_tr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pf_handbook_pro_light_tr-webfont.woff') format('woff'),
         url('fonts/pf_handbook_pro_light_tr-webfont.ttf') format('truetype'),
         url('fonts/pf_handbook_pro_light_tr-webfont.svg#pf_handbook_pro_light_trRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#loginContainer
	{width:390px; margin-left:auto; margin-right:auto; margin-top:8%; margin-bottom:8%}
#logo
	{display:block; width:100%; text-align:center}
#logo .logo
	{margin:0 auto}
#SsoHeader
	{color:#b6b6b6;font-size:25px;line-height:50px;font-family:"pf_handbook_pro_light_trRg";text-shadow: -1px -1px #fff, 1px 1px #fff; text-align:center; display:block; width:100%}
#loginFormContainer
	{border-radius:5px; background:#fdfdfd; padding:2px}
#loginForm
	{border-radius:5px; background:#f9f9f9; border:1px solid #cecece}
#loginForm .content
	{margin:25px 30px 25px 30px}
#boxShadow
	{height:20px; background:url(images/shadow.png) no-repeat center top;}
#copyright
	{text-align:center; font-size:12px; color:#b6b6b6;text-shadow: -1px -1px #fff, 1px 1px #fff;}
.input-text
	{margin-bottom:7px; width:100%}
.button
	{text-align:right; margin-top:15px}
.input-caption
	{margin-bottom:4px}
.logInput[type='text'],
.logInput[type='password'] 
	{background:#fff url("images/input_bg.jpg") repeat-x top;padding-left:10px;padding-right:10px;height:28px;line-height:28px;border:1px solid #adafaf; border-radius:5px; width:300px}
.logInput[type='text']:focus,
.logInput[type='password']:focus
	{border-color: rgba(82, 168, 236, 0.8);  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); border-radius:5px; }
.logButton
{background:#373737 url(images/bt_bg.jpg) repeat-x top;border:1px solid #000000; border-radius:7px; text-align:center;text-shadow: -1px -1px #333, 1px 1px #333; color:#fff; height:32px; line-height:30px; padding-right:40px; padding-left:40px; cursor:pointer}
.logButton:hover, .logButton:focus
{border-color: rgba(26, 168, 236, 0.8);  box-shadow: inset 0px 2px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
.error
{
    color:Red;
}
.loadingDiv
{
    background:url('images/loading.gif') 50% 50% no-repeat;
    width:390px;
    height:50px;
}

#errorContainer
	{width:500px; margin-left:auto; margin-right:auto; margin-top:8%; margin-bottom:8%}
#errorForm
	{border-radius:5px; background:#f9f9f9; border:1px solid #cecece}
#errorForm .content
	{margin:25px 30px 25px 30px}
	
.loginMessage
{
    margin:25px 30px 25px 30px;
}

#cPassDialog {
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #CECECE;
}

.clogInput[type='text'],
.clogInput[type='password'] 
	{background:#fff url("images/input_bg.jpg") repeat-x top;padding-left:10px;padding-right:10px;height:28px;line-height:28px;border:1px solid #adafaf; border-radius:5px; width:250px}

#ddlLanguage {
    width: 100%;
    border-radius: 5px;
    height: 28px;
}