/***** RoundCube|Mail basic styles *****/

body
{
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
/*  background: url(images/caema/logo.jpg) no-repeat right center;  */
  background-color: #EBF6FD; /* #EBEBEB; */
}

body.iframe
{
  margin: 0px;
}

body.extwin
{
  margin: 10px;
}

body, td, th, span, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #EBF6FD;

}

body, td, th, span, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

th
{
  font-weight: normal;
}

h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
}

a, a:active, a:visited
{
  color: #000000;
}

a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
{
  color: #000000;
  text-decoration: none;
}

a.tab
{
  width: 80px;
  display: block;
  text-align: center;
}

hr
{
  height: 1px;
  background-color: #666666;
  border-style: none;
}

input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}

input.button
{
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  background: url(images/buttons/bg.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}

input.button:hover
{
  color: black;
}

img
{
  behavior: url('skins/default/pngbehavior.htc');
}

.alttext
{
  font-size: 11px;
}


/** common user interface objects */

#header
{
  position: absolute;
  text-align: center;
  top: 1px; 
  /* left: 20px;*/
  background: url('images/caema/fnd_cabecalho.png');
  background-repeat: repeat-x;
/*  background: url('/images/caema/cabecalho.png'); */
  /*width: 170px;*/
  width: 100%;
  height: 60px;
  z-index: 21; 
}

#rodapelogin
{
  position: absolute;
  text-align: center;
  bottom: 1px;
  /* left: 20px;*/
  width: 100%;
  height: 60px;
  background: url('images/caema/login_inferior.png');
  background-repeat: repeat-x;
/*  background: url('/images/caema/cabecalho.png'); */
  /*width: 170px;*/
  z-index: 21; 
}

#rodapelogin_img_esq
{
position:absolute;
left:5px;
bottom:10px;
z-index:22;
}

#rodapelogin_img_dir
{
position:absolute;
right:5px;
bottom:10px;
z-index:22;
}


#header img {
	width: 770px;
	height: 64px;
}


#rodapelogin img {
	width: 770px;
	height: 64px;
}

#taskbar
{
  position: absolute;
  /*top: 70px;*/
  top: -5px;
  right: 5px;
  width: 400px;
  height: 37px;
/*   background: url('images/taskbar.gif') top right no-repeat; */
  padding: 15px 2px 5px 5px;
  text-align: right;
  white-space: nowrap;
  z-index: 30;
}

#taskbar div {
	padding: 5px;
	color: #FFFFFF;
}

#taskbar a,
#taskbar a:active,
#taskbar a:visited
{
  font-size: 11px;
  /*color: #666666;*/
  	color: #FFFFFF;
  text-decoration: underline;
  padding: 2px 5px 10px 10px;
  background-repeat: no-repeat;
}

#taskbar a:hover
{
  color: #EEEEEE;
}

a.button-mail
{
/*  background-image: url(images/buttons/mail.gif); */
}

a.button-addressbook
{
/* background-image: url(images/buttons/addressbook.gif); */
}

a.button-settings
{
/* background-image: url(images/buttons/settings.gif); */
}

a.button-logout
{
/*  background-image: url(images/buttons/logout.gif); */
}


#message
{
  position: absolute;
  display: none; 
  top: -1px;
/*  bottom:40px; */
  left: -1px;
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
}

#message div
{
  width: 400px;
  margin: 0px auto;
  height: 24px;
  min-height: 24px;
  padding: 8px 10px 8px 46px;

}

#message div.notice,
#remote-objects-message
{
  background: url(images/display/info.png) 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}

#message div.error,
#message div.warning
{
  background: url(images/display/warning.png) 6px 3px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}

#message div.confirmation
{
  background: url(images/display/confirm.png) 6px 3px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}

#message div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}


/***** common table settings ******/

table.records-table thead tr td
{
  height: 20px;
  padding: 0px 4px 0px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif); 
  font-size: 11px;
  font-weight: bold;
}

table.records-table tbody tr td
{
  height: 16px;
  padding: 2px 4px 2px 4px;
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;  
/*  background-image: url(images/caema/logo.jpg);  */

}

table.records-table tr
{
  background-color: #FFFFFF;
}

table.records-table tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}


/***** roundcube webmail pre-defined classes *****/

a.rcmContactAddress
{
  text-decoration: none;
}

a.rcmContactAddress:hover
{
  text-decoration: underline;
}

#rcmKSearchpane
{
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
}

#rcmKSearchpane ul
{
  margin: 0px;
  padding: 2px;
  list-style-image: none;
  list-style-type: none;
}

#rcmKSearchpane ul li
{
  height: 16px;
  font-size: 11px;
  padding-left: 8px;
  padding-top: 2px;
  padding-right: 8px;
  white-space: nowrap;  
}

#rcmKSearchpane ul li.selected
{
  color: #ffffff;
  background-color: #CC3333;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#gauge1{
	position:absolute; 
	bottom: 1px; 
	height: 15px; 
	font-size:9px;
	width:200px; 
	border: solid 1px  #0066FF;
	text-align:left; 
	background-color:blue;
	left: 470px;
}
#gauge2{
	background-color: #000000; 
	color:#FFFFFF; 
	height: 20px; 
	width: 200px;
 }