html, body {
	background-color: #fff;
	color: #000;
}

#mainDiv {    

}

#menu_top {
  background-color: #FFFFFF;
  text-align: right;
  padding: 10px;
}

#menu_top a{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0px 20px;
}

#menu_top a:hover{
  color: #008a6e;
}

#client_top td {
  border-bottom: 3px solid #009c7a;
  padding-bottom: 5px;
}

#main_contener {
  border-spacing: 0px;
  width: 100%;
}

.country_flag {
  display: inline-block;
  margin: 0 15px;
}

#rank_name {	
  cursor: pointer;
  position:fixed;
  top:0px;
  left:0px;
  margin-left:0px;
  width:30px;
  background-color:#99aaff;
  height:125px;
  border: 1px solid black; 
  border-collapse: collapse;
}

#rank_name span {
  position:fixed;
  top:55px;
  left:-25px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#headDiv {
	background-color: #bbbbdd;
	height:90px;
}

#loginDiv {

	width: 210px;
	background-color: #bbbbdd;
	float: left;
        text-align: center;
        vertical-align: middle;
}

#titleDiv {	
	margin-left: 210px;
	background-color: #bbbbdd;
        text-align: center;
        vertical-align: middle;

}

#menuDiv {	
	overflow: hidden;
	position: relative;
	width: 210px;
	height:1000px;
	background-color:#bbbbdd;
        text-align: center;
        float: left;
}

#contentDiv {
	background-color: #fff;   
        margin-left: 230px;
        margin-top: 20px;
        margin-right: 10px;
        /*  
        position:fixed;
        table-layout:fixed;
    */
        
}

#dataTable{
    
    table-layout:fixed;
    /*
        width:100%;
        */    
    background-color:#cccccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;    
}

td.dataTableTd{
    background-color:#ddcccc;
    text-align:center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    overflow:hidden;
}

td.dataTableTdD{
    background-color:#dddddd;
    text-align:center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    overflow:hidden;
}

#errorMessageDiv{
    display: block;
    text-align: left;
    vertical-align: middle;
    color: #a94442;
    border: 1px solid #f2dede;
    background-color: #f2dede;
}
#MessageDiv{
    display: block;
    text-align: left;
    vertical-align: middle;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
}
#simpleErrorMessageDiv{
    display:block;
    background-color: #ff9999;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #cc0033;
    border-bottom-color: #cc0033;
    border-left-color: #cc0033;
    border-right-color: #cc0033;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    text-align: center;
    vertical-align: middle;
}
#errorMessageSpanTitle{

    background-color: #cccccc;
    font-size: 24px;
    font-family: Georgia,'Times New Roman',times,serif;
    text-align: center;
    word-spacing: 3px;
    letter-spacing: 8px;
    line-height: normal;
}
#errorMessageSpanContent{

    font-size: 15px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    padding-left: 20px;
}
#MessageSpanContent{

    font-size: 15px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    padding-left: 20px;
}
#simpleErrorMessageSpanContent{
    background-color: #ff9999;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

img.hello {
  position: fixed;
  top: 7%;
  left: 17%;
}

img.hello2 {
  position: fixed;
  left: 5%;
  height: 100%;
}

div.hello {
  color: #fff;
  position: fixed;
  top: 7%;
  left: 55%;
}

font.hello {
  font-weight: 800;
  font-size: 30px;
}

font.hello2 {
  font-size: 20px;
}

.login-form-table{
  background-color: #fff;
  width: 250px;
  position: fixed;
  top: 50%;
  left: 17%;
  padding: 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius:12px;
}

.hello, .hello2, .login-form-table {
  display: none;
}

.login-form-table td {
  padding: 5px;
}

.login-form-table th {
  text-align: right;
  padding: 5px;
}

.change-password-table {
  background-color: #cccccc;
  padding: 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius:12px;
}

.change-password-table td {
  padding: 5px;
}

.change-password-table th {
  text-align: right;
  padding: 5px;
}

.round_input {
  outline:none;
  padding: 3px 7px;
  background-color: #ececec;
  border:none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius:12px;
}