body {
    background-color: #F1F1F1;
    color: #717171;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0 0 50px;
    text-decoration: none;
}
div.shell {
    background-image: url("../images/topbg.gif");
    background-repeat: repeat-x;
}

body.sandpit{
    background-image: url("../images/sandpit_bg.png");
    background-repeat: repeat;
}


#page {
    width: 950px;
}

#header {
    margin: 0;
    padding: 0;
    height: 105px;
}

#content {
    padding-top: 25px;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#footer {
    background: url("../images/botbg.gif") repeat-x scroll left top transparent;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

#logo {
    padding: 0 0;
    float: left;
    font-size: 200%;
}

#mainmenu {
}

#mainmenu ul {
    margin: 12px 20px 0;
    padding: 0;
}

#mainmenu ul li {
    display: block;
    float: left;
}

#mainmenu ul li a {
    color: #6B6B6B;
    display: block;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    height: 35px;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 105px;
}

#mainmenu ul li a:hover, #mainmenu ul li.activeitem a {
    color: #080500;
}

#mainmenu ul li.activeitem a {
    background-image: url("../images/menu_under.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #000000;
    height: 42px;
}

h1 {
    background: url("../images/h1bg.gif") no-repeat scroll left center transparent;
    font-size: 1.9em;
    height: 35px;
    line-height: 35px;
    padding-left: 45px;
    text-transform: uppercase;
}

a:link, a:visited {
    color: #55839B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
	text-decoration: underline;
}

div.flash-notice a {
    color: #514721;
	text-decoration: underline;
}

div.flash-success a {
    color: #264409;
	text-decoration: underline;
}

div.form .rememberMe label {
    display: inline;
    width: 200px;
    float: none;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    color: #4B4B4B;
    font-weight: bold;
    margin: 7px 0 0;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.25;
}

div.breadcrumbs span {
    font-weight: bold;
}

div .breadcrumbs a {
    font-size: 1em;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.breadcrumbs {
}

.portlet {
}

.portlet-decoration {
}

.portlet-title {
    background: url("../images/h1bg.gif") no-repeat scroll left center transparent;
    font-size: 1.9em;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 35px;
    margin: 0;
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: bold;
}

.portlet-content {
    margin: 10px 0;
    padding: 20px 19px;
    background-color: #e9e9e9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.portlet-content h3, .portlet-content h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #4b4b4b;
    margin: 7px 0 4px;
}

.portlet-content h4 {
    margin: 5px 0 2px;
}

.portlet-content p {
    margin: 1px 0 5px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 1em Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}



