body {
    background-color: #E1E1E1;
}
a {
    color: #000000;
	padding:2px 8px 2px 0;
}
h1, h2, h3, h4, h5 {
    font-family: verdana;
}
div.header {
    height: 34px;
    background: transparent url(../img/header.png) repeat-x;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}
div.titlebar {
    font-size: 16px;
    color: #fff;
    padding: 3px 0 0 30px;
    height: 29px;
    background: transparent url(../img/titlebar.png) repeat-x;	
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}
#loginpanel, #menubar_aux, #content {
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}
#loginpanel {
    background-color: #4B5050;
    color: #fff;
    padding-bottom: 13px;
}
#loginpanel a {
    color: #0076CC;
}
#loginpanel a:hover {
    color: #000;
}
#menubar_aux {
    background-color: #BD070F;
}
#menubar_core {
    background: transparent url(../img/menubar_bg.png) repeat-x;
}
#menubar_core div.menubar_left, #menubar_core div.menubar_right {
    width: 12px;
    height: 72px;
}
#menubar_core div.menubar_left {
    background: transparent url(../img/menubar_left.png) no-repeat;
}
#menubar_core div.menubar_right {
    background: transparent url(../img/menubar_right.png) no-repeat;
}
#menubar_core div.links a {
    color: #333333;
	font-size:13px;
    font-weight: bold;
    padding: 23px 20px;
    display: block;
	text-decoration: underline;
}
#menubar_core div.links a:hover {
    color: #B6040B;
    background-color: transparent;
	text-decoration: none;
}
#menubar_aux, #menubar_aux a, #menubar_aux span {
    color: white;
    font-weight: bold;
}
#menubar_core div.split {
    background: transparent url(../img/menubar_split.png) no-repeat;
    width: 12px;
    height: 72px;
}
#logo {
    background-image: url(../img/logo.png);
}

a.red, span.red {
    color: #BD070F;
}
a.red {
    font-size: 15px;
}
.white {
    background-color: #fff;
}
span.maplink {
    color: #0000CC;
    padding: 2px;
    text-decoration: underline;
}
span.maplink:hover {
    color: #000;
    background-color: #BEEA69;
}
div.button_bg {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: transparent url(../img/button_bg.png) repeat-x;
}
div.button_left, div.button_right {
    width: 14px;
    height: 20px;
}
div.button_left {
    float: left;
    background: transparent url(../img/button_left.png) no-repeat;
}
div.button_right {
    float: right;
    background: transparent url(../img/button_right.png) no-repeat;
}
<!-- -- New added from grid.css -- -->
.main{ width:950px; margin:0 auto; text-align:left  }
.date {
    background: #E7E7E7 url(../../../img/calendar_month.png) 3px 2px no-repeat;
	border:1px solid #F3F3F3;
	border-left:1px solid #F5F5F5;
	border-top:1px solid #F5F5F5;
}
tr.altrow, tr.altrow td {
    background: #FFFFFF;
}
div.paging div.disabled {
    color: #777777;
}

