/**
 * $Horde: site/themes/screen.css,v 1.1 2004-11-25 02:22:34 chuck Exp $
 */
ul, ol{
  margin: 0 0 0 20px;
	padding:0;
}
.bottombordercollapse {
    border-bottom: 2px solid #999;
}
/* Navbar action styling. */
ul.msgactions, ul.msgactions ul {
    list-style: none;
}
.msgactions li {
    float: left;
    padding: 1px 3px;
    border-right: 1px solid #888;
    position: relative;
}
.msgactions li.lastnavbar {
    border-right: 0;
}
.msgactions a.hasmenu {
    padding-right: 11px;
    background: url("graphics/popdown.png") no-repeat center right;
}
.msgactions li a {
    font-size: 90%;
    white-space: nowrap;
}
.folders .msgactions li a {
    font-size: 100%;
}
.msgactions li ul {
    display: none;
    position: absolute;
    left: -1px;
    margin-top: -2px;
    padding: 2px;
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    z-index: 99;
}
.bottomborder .msgactions li ul {
    top: 1.25em;
}
.topborder .msgactions li ul {
    bottom: 1.25em;
}
.msgactions li ul a:hover, .msgactions li ul a:active {
    background: gray;
    color: #fff;
}
.msgactions li:hover ul, .msgactions li.hover ul {
    display: block;
}
.msgactions li ul li {
    float: none;
    padding: 0;
    border: none;
    display: inline;
}
.msgactions li ul li a {
    display: block;
    padding: 2px;
}
.mboxcontrol {
    color: #000;
    background: #ccc;
}
.bottomborder {
    border-bottom: 1px solid #999;
}
.bottombordercollapse {
    border-bottom: 2px solid #999;
}
.topborder {
    border-top: 1px solid #999;
}

#msgheaders {
    clear: left;
}
#all {
  width:900px;
  margin: auto;
}
.row_center {
  width: 900px;
}
.home-box {
  
}
.home-left {
  float:left;
  width:50%;
}
.home-right {
  float:left;
  width:50%;
}
.home-box-links {

}
.home-box-resources {

}
.home-box-intro {

}

.menu_link {
  padding: 3px;
}
