﻿.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
    background-color:#fff;
}

.centered {
    position: absolute; /* fixed or absolute */
    padding:5px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
    background-color: #fff;
    width: 700px;
    opacity: 0.8;
    border-style: solid;
    border-width: 1px;
    border-color:#eeeeee;
}
/*
.centerdiv{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
*/
.searchtextbox
{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 32px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 15px;
    color: #404040;
    width:235px;
}

.divUpdateProgressContainer
{
    display:none;
    top:0px;
    z-index:99999;
    position:absolute;
    width:100%;
    height:100%;
}

.divUpdateProgress
{ 
    top:5px;
    margin-left:auto;
    margin-right:auto;
    width:100px;
    padding:2px;
    color:#ffffff;
    font-size:small;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    box-shadow: 4px 4px 2px #888888; 
    position:relative;
    text-align:center;
}
.divUpdateProgressInside
{
    display:inline-block;
    position:relative;
}

body 
{
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    width:100%;
    font-family: Arial, Helvetica;
}
.textlabel
{
    padding: 1px;
    font-family: Arial, Helvetica;
	font-size: 12px;
}

.textlabel_header
{
    font-family: Arial, Helvetica;
}
.textbox 
{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
display: inline-block;
height: 35px;
padding: 0 8px;
margin: 0;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
font-size: 15px;
color: #404040;
width: 100%;
}   


.buttonlink
{
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #1E82CC;
color: #fff;
border-style: none;
font-size: 15px;
height: 35px;
}
.buttonlink:hover 
{
    background-color: #0073B5;
    border-radius:2px;
    cursor:pointer;
}

.button
{
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

color: #fff;
border-style: none;
font-size: 15px;
height: 35px;
}
.button:hover 
{
    border-radius:2px;
    cursor:pointer;
}

#languagelist{
    padding: 0px; /* Give the items some air to breathe */
    color: #666666;
}

#languagelist > li {
    display: inline-block;
    *display:inline;
    /* this fix is needed for IE7- */
}

#languagelist > li > a{
    color: #666666;
    text-decoration: none;
    font-size:15px;
    font-weight:100;
    padding:2px 2px 0px 0px;
}

#languagelist > li > a:hover{
    color: black;
}

#linklist{
    padding: 0px; /* Give the items some air to breathe */
    color: #666666;
}

#linklist > li {
    display: inline-block;
    *display:inline;
    /* this fix is needed for IE7- */
}

#linklist > li > a{
    color: #666666;
    text-decoration: none;
    font-size:15px;
    font-weight:100;
    padding:2px 2px 0px 0px;
}

    #linklist > li > span {
        color: #666666;
        text-decoration: none;
        font-size: 15px;
        font-weight: 100;
        padding: 2px 2px 0px 0px;
    }

#linklist > li > a:hover{
    color: black;
}











.header_line 
{
    float:left;
    height: 100%;
    margin-top: 0px;
    width: 100%;
    border-top: 4px solid #ffffff;
    padding-top: 5px;
    /*background-color: #ffffff;*/
}
.header
{
    float:left;
    left: 0;
    min-width: 1024px;
    top: 0px;
    -webkit-user-select: none;
    width: 100%;
    height:43px;
    background-color: #ffffff;
}
.body
{
    float:left;
    margin-top:0px;
    width:100%;
    /*background-color:Aquamarine;*/
}
.body_content
{
    float:left;
    padding:20px;
    background-color:Bisque;
    width:100%;
}
.body_content .body_content_left
{
    float:left;
   /* background-color:Yellow;*/
    width:60%;
    /*min-width:600px;*/
}
.body_content .body_content_right
{
    margin:10px;
    float:left;
    background-color:Blue;
    /*width:40%;*/
}
.body_content_inside
{
    float:left;
    width:100%;
   /* min-width:600px;*/
}

.body_content_inside h2
{
    margin-left:20px;
    font-size: 24px;
}
.body_content_inside h4
{
    margin-left:20px;
     font-family: Arial;
    font-size: 14px;
}

.body_content_inside .login
{
    margin-left:20px;
    margin-right:20px;

}
hr {
    display: block;
    border-style: inset;
    border-width: 1px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



.login_inside_header
{
    float:left;
    height:125px; 
    width:100%;
    
  
}

.loginform_label_div
{
    
    float:left;
    text-align: right;
    vertical-align:middle;
    padding-top:10px;
    font-family: Arial;
    font-size: 12px;
    width:120px;
    height:35px;
} 
.loginform_link_div
{
    float:left;
    margin-left:5px;
} 
.loginform_button_div
{
    float:left;
    margin-left:5px;
} 
.loginform_checkbox_div
{
    float:left;
    margin-left:5px;
} 
.loginform_checkbox_div label
{
    font-family: Arial;
    font-size: 12px;
    margin-top:10px; 
} 
.loginform_checkbox_div input
{
    margin-top:10px; 
} 
.loginform_textbox_div
{
    float:left;
    margin-left:5px;
} 
.loginform_textbox_div span
{
    font-family: Arial;
    font-size: 12px;
} 
.loginkink
{
     font-family: Arial;
    font-size: 12px;
}



.credentials_label_div
{
    float:left;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    min-width:20px;
} 
.credentials_label
{
    font-family: Arial;
    font-size: 12px;
} 
.credentials_link
{
     font-family: Arial;
    font-size: 12px;
}

