/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:black;
  text-decoration: underline;
  
}

a:hover {
  color:blur;
}
  
body {
  
  background-color: rgb(242, 242, 242);
  width: 1024px;
  margin-left: auto; 
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
}

.surround {
  background-color: #efefef;
  border-top: 0px solid #ffffff;

}

.menubar {
  background: #dddddd url('images/menubar_AGBU.jpg') repeat-x;
  height:35px;
 _width:1024px  ;padding-top:3px;
  /* _margin:0 auto 0 120px;*/
  

}
.AGBU {
  /*background:url('images/menubar_AGBU.jpg') repeat-x;*/
  width:130px; _width:95px; text-align:center; height:35px;
  /*padding-top:3px;*/
  margin: 0px; float: right; 
  
}
.navbar {
  background: none;
  border-color:#ffffff;
  color: #929292;
  font-size:13pt;
}

.navbar a:link {
    color: #929292;
}	
.navbar a:visited {
    color: #929292;
}
.navbar a:hover {
    color: #929292;
}


div.headermenu 
{
	color:#ffffff;
}

.breadcrumb .sep, #admin-report-simpletest-index .sep {
  color:#5390a0;
}

.breadcrumb a{
  color:#5390a0;
}

.minicalendar a,
.calendarmonth a {
  color:#ff0000;
}

.rightBlock { width:191px; float:left; background-color:#e3e3e3 ; font-size:15px;  }

#center {
 width: 99%;
 height: 99%;
 padding:0px;
 text-align: left; 
 background-color: #f2f2f2 ;
 border:0px solid red;
}

#log{ 
background-image: url(../images/login.gif);
background-repeat: no-repeat;
position: absolute;
padding: 5px 0px 5px;
color: white;
font-size: 14px;
width: 70px;
height: 29px;
text-align: center;
margin-left: 900px;
margin-top: 45px;

}
#log  A:link{text-decoration:none; color:#FFFFFF;} 
#log  A:hover{text-decoration:none; color:#FFFFFF;} 
#log  A:visited{text-decoration:none; color:#FFFFFF;} 
