body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  /*color: #fff;*/
  margin: 0;
  padding: 0;
  background: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body * {
  outline: none;
}

/* HEADER */

#header {
  width: 100%;
  height: 105px;
  padding: 0;
  border-bottom: 1px solid #000;
  background: #FFFFFF;

}
/*  background: #00577B; */

#header .logo {
  height: 58px;
  width: 100%;
  float: left;
  text-align: left;
  background: none;
}

#header .content {
  color: rgb(143, 143, 143);
  height: 62px;
  width: auto;
  float: right;
  /*background: #e2001a;*/
}

#header .content a {
  color: rgb(143, 143, 143);
}

#header .title {
	height:auto;
  width:auto;
  font-size:13px;
  font-weight:normal;
  text-align:right;
  border:0px solid #ccc;
  padding:10px 25px 0px 25px;
}

#header .login {
  height:auto;
  width:auto;
  text-align:right;
  padding:5px 25px 0px 25px;
  font-size:13px;
}

#header .important {
  font-size:16px;
  font-weight:bold
}

/*table*/

table.content {
  height: 100%;
  width: 100%;
}

table.content td {
  text-align: left;
  vertical-align: top;
}

th.header {
  height: 9%;
  width: 100%;
}

td.tab {
  width: 1%;
  border-left: 4px solid #333;
  background: rgb(67, 182, 209);
}

td.left {
  width: 12%;
   background: rgb(67, 182, 209); 
  /* background: rgb(236, 244, 254); */
}

td.right {
  width: 100%;
}

td.footer {
  height: 2%;
  width: 70%;
}

/*container img*/

#content {
  background-color: #e6e6e6;
  height: 100%;
  padding: 0;
}
  
#boxcontrol {  
  height: 89%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px;
  font-size: 11px;
}

* html #boxcontrol {height:94%;}

#actions {
  height: 40px;
  width: 100%;
  border-bottom: 1px groove #999;
  background: #CCCCCC;
}

#actions .button {
  float: left;
  font-size: 10px;
  color: #000;
  border-right: 1px groove #999;
  margin:8px 5px 0px 0px;
  text-decoration: none;
}

#actions .image {
  float: left;
  margin: 0px 5px 0px 5px;
}

#actions .text {
  float: left;
  font-size: 11px;
  font-weight:bold;
  color: #000;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

/* MENU */

#menu_content {
  height: 100%;
  padding: 10px 0px 10px 10px;
}
 
/* TAB */

#tab {
  height: 30px;
  width: 25px;
  margin-top: 10px;
  margin-left: 0px;
  background-image:url(../images/menu/tab.png);
  background-repeat:no-repeat;
}

#tab .arrow {
  text-align: center;
  padding-top: 1px;
  font-size: 20px;
  /* color: #da251d; */
  font-weight: bold;
}

#tab .arrow a:hover {
  text-decoration: none;
}

.line {
  height: 100%;
  width: 25px;
  margin: 0px;
  background: rgb(67, 182, 209);
}

/* FOOTER */

#footer {
  color: #000;
  font-family: verdana,arial,sans-serif;
  font-size: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 1px groove #555;
}

#footer a {
  color: #000;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
}

.switch-application {
  font-size: 12px;
  font-weight: bold;
  border: none !important;
}