﻿
.loginOuter
{
    /*width: 100%;*/
    padding: 0px 50px 43px 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*height: 400px;*/
    overflow:hidden;
    background-image: none;
    background-color: #C9C5B9;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
   
}

.loginBox
{
    width: 250px;
    background-color: #B5B3A8;
     border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    margin: 0px 0px 0px 0px;
     z-index:90;
    display: block;
    position: relative;
}

.loginBox a:link, .loginBox a:visited, .loginBox a:link, .loginBox a:hover, .loginBox a:active
{
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


.loginBoxContainer
{
    position: relative;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.loginBoxHeader
{
    cursor: move;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    font-family: arial,helvetica,clean,sans-serif;
    background: url(images/sprite.jpg) repeat-x 0px 0px;
    background-color: #BBB19D;
    border-bottom: #666666 1px solid;
    text-align: center;
}
.loginBoxBody
{
	background-color: #F0F0F0;
	padding: 10px;
	font-family: arial,helvetica,clean,sans-serif;
	color: #000000;
	font-size: 9pt;
}

.feedbackOK_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    color: #FF6600;
}

.feedbackKO_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #990000;
}



.html_inputbox, .cell_blur
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}




.cell_highlight
{
    border-color:#CCCCCC;
    border-width:1px;
    border-style:Solid;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #f2f2f2;
  
}



.input_box_text
{
    background-color: black;
    color: #DFE0C9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.html_button
{
   font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    text-align: center; /*padding:2px;*/
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    cursor: pointer;
    background-position-y: top;
    background-repeat: repeat-x;
    background-color: #b5b3a8;
}

.html_button:hover
{
    background-color: #666666;
}
.html_button2
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    text-align: center; /*padding:2px;*/
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    cursor: pointer;
    background-position-y: top;
    background-repeat: repeat-x;
    background-color: #b5b3a8;
    
}

.html_button2:hover
{
    text-decoration: none;
    text-decoration: none;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    background-color: #878474;
}



.html_button2: a, .html_button2: a:link, .html_button2: a:visited, .html_button2:hover, .html_button2: a:active
{
    text-decoration: none;
    text-decoration: none;
     border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    background-color: #b5b3a8;
}
