body {
	font: 12px arial ; 
	border: 0px  none inherit;
}

#logo {
  height: 35px;
  font-size: 25px;
}

#menu {
  float: left;
}

#lang {
  float: right;
  padding-bottom: 5px;
}

#middle {
  background-color: #E8E8F4;
  clear: both;
}

.table_content {
  width: 100%;
  padding: 0;
  font-size: 12px;
}

.tr_content {
  vertical-align: top;
}

#td_left_content {
  width: 130px;
  height: 400px;
  padding: 5px;
}

#td_content {
  padding: 5px 10px 5px 10px;
  height: 300px;
  background-color: #FFFFFF;
}

#td_right_content {
  width: 130px;
  padding: 5px;
  background-color: #E8E8F4;
}

.div_content {
  font-size: 12px;
}

.div_content .left {
  float: left;
}

.div_content .right {
  float: right;
}

.div_content .center {
  text-align: center;
}

.div_content .middle {
  vertical-align: middle;
}

.div_content h1, h2,h3, h4 {
  font-weight: bold;
  font-family: Arial;
}

.div_content h1 {
  font-size: 24px;
}

.div_content h2 {
  font-size: 16px;
}

.div_content h3 {
  font-size: 10px; 
}

.div_content h4 {
  font-size: 14px;
}

.div_content ul {
  padding-bottom: 15px;
}

.div_content ol {
  list-style-type: circle;
}



.login_table {
  width: 100%;
  padding: 0;
  font-size: 12px;
}

.datagrid th{
  white-space: nowrap;
}

.login {
  width: 180px;  
}

#login {
  text-align: left;
}

.login td{
  white-space: nowrap;
}

table.calendar {
    background-color: silver;
    width: 130px;
}
caption {
    font-family: Arial;
    font-size: 12px;
    background-color: while;
}
.prevMonth {
    font-size: 10px;
    text-align: left;
}
.nextMonth {
    font-size: 10px;
    text-align: right;
}
th.calendar {
    font-family: Arial;
    font-size: 11px;
    color: navy;
    text-align: center;
}

.selected {
    background-color: yellow;
}
.empty {
    color: white;
}

input {	
  
	color: #808080;
	border: #808080 1px solid; 

}

input.input_menu {
	
	background-color: #f0f0f0;
	color: #235F23;
	border: #235F23 1px solid; 
	font-size: 9pt;

}

input.input_menu_hover {
	
	color: #f0f0f0;
	border: #235F23 1px solid; 
	font-size: 9pt;

}

select {
	
	color: #808080;
	border: #808080 1px solid; 
	font-size: 9pt;

}

textarea {
	color: #808080;
	border: #808080 1px solid; 
	font-size: 9pt;

}

.error{

  padding-left:10px; 
  color:red;
  font-weight: bold;

}

.img_table {

  vertical-align: middle;
  border: 0px;

}

.gallery img {
  border: black 1px solid;  
  padding: 5px;
  margin: 5px;
}


#menuShp {
top: 0;
left: 0;
}

#login {

  padding-left: 15px;

}

#up {
  float: right;
  border:0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#green {
  background-color: #51B851;
}

#yellow {
  background-color: yellow;
}

.good{
  background-color: #44E272;
  height: 20px;
  text-align: center;
}

.little{
  background-color: #7FBAFF;
  height: 20px;
  text-align: center;
}

.more{
  background-color: #FF6F76;
  height: 20px;
  text-align: center;
}

/*suggestions*/
.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

#wiki {

  padding: 2px;

}

#required {

  color: rgb(255, 0, 0);

}
