/*

---------------------------------------------------------------------------------------------   
|              TopBox                                        +-----------------------------+ |      
|                                                            |                             | |      
|                                                            |   TopBoxUserDataBox         | |      
|                                                            +-----------------------------+ |      
+--------------------------------------------------------------------------------------------+ 
|		MenuBox                                                                             
+--------------------------------------------------------------------------------------------+	     
+--------------------------------------------------------------------------------------------+       
| DataAreaBox                                                                                |       
|	                                                                                     |     
|	                                                                                     | 
|	                                                                                     | 
|	                                                                                     | 
|	                                                                                     | 
+--------------------------------------------------------------------------------------------+    
|--------------------------------------------------------------------------------------------|     
|     Footer Box                                                                             |     
----------------------------------------------------------------------------------------------    
*/

body {
    width:990px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color:#4e4e4e;
}

.closeHelpButton{
    background-color: #3e3e3e;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    color: #c6c6c6;
    text-decoration: none;
    line-height: 20px;
}

.closeHelpButton a:link {
    color: #c6c6c6;
    text-decoration: none;
    line-height: 20px;
}
.closeHelpButton a:visited {
    color: #c6c6c6;
    text-decoration: none;
    line-height: 20px;
}

h2{
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#headerBox {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #545454;
}

#headerBox a:link {
    color: #FFFFFF;
    text-decoration: none;
}
#headerBox a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#headerMenu{
    background: #c8c8c8;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#headerMenu span a{
    text-decoration: none;
    color: #569bc9;
    margin-right: 15px;
}

#headerMenu .disabled{
    text-decoration: none;
    color: #939393;
    margin-right: 15px;
}

img{
    border: 0px;
}
.infoParagraph{
    background-color: #737373;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

label {
    display:block;
    font-weight:bold;
    margin:0;
    width:auto;
}

#loginBox {
    color: #444444;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

/* set input for normalize text and passowrd input lenght*/
input {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#login_error{
    margin-top: 10px;
    float: right;
    font-size: large;
    color: red;
}

.linkButtonBox{
    background-color: #569bc9;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
}

.linkButtonBox a:link {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
}
.linkButtonBox a:visited {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
}

#maincontainer{
    min-height: 400px;
    font-size: 12px;
}

#mainBoxLoginContainer{
    background-color: #c8c8c8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#newAccountBox {
    margin-top: 50px;
    padding-left: 377px;
    height:50px;
    padding-top: 30px;
    color: #444444;
}

#TopBox {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #eaeaea;
    height: 80px;
}

/** BOX WITH ROUND BORDERS**/
.outerRoundBorderBox {
    background: #b6b6b6;
    padding: 1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.innerRoundBorderBox {
    background: #FFF;
    height: 100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color: #535353;
}
.innerRoundBorderBox a:link { color: #569bc9; }
.innerRoundBorderBox a:visited { color: #569bc9; }

.smallButton {
   background-color: #569bc9;
    font-size: 13px;
    padding: 4px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
    margin-left: 3px;
    margin-right: 3px;
}

.smallButton a:link {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
}
.smallButton a:visited {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
}

.bigButton {
    background-color: #33be40;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 18px;
}

.bigButton a:link {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
}

.bigButton a:visited {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 14px;
}

.titleRow {
    padding: 0px;
    border: 2px orange solid;
    margin-top: 10px;
    width: 100%;
    background-color: white;
    font-size: larger;
    margin-top: 10px;
    margin-bottom: 10px;
}

.titleRow th {
    padding: 4px;
    font-weight: bold;
    color: white;
    background-color: gray;
    margin: 3px;
}

.titleRow td {
    background-color: lightgray;
}

.listHelpLowerAlpha{
    list-style-type: lower-alpha;
    padding-left: 30px;
}

.listHelpArabicNumbers{
    list-style-type: decimal;
    padding-left: 30px;
    counter-reset: section;
    list-style-type: none;
}
.listHelpArabicNumbers li { 
    counter-increment: section; 
}
.listHelpArabicNumbers li:before { 
    content: counters(section, ".") ". "; 
}