.AdminToolbar {
background:#CCFFFF;
}

.greycontainer {
	background:url(images/grey.gif) repeat #ccc;
	margin:0px 0 10px 0;
	padding:8px;
    -webkit-border-radius-topright:8px;
    -webkit-border-radius-bottomleft:8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    border-radius-topright:8px;
    border-radius-bottomleft:8px;
}

.greycontent {
}

.greycontainer h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.greencontainer {
	background:url(images/green.gif) repeat #89D660;
	margin:0px 0 10px 0;
	padding:8px;
    -webkit-border-radius-topright:8px;
    -webkit-border-radius-bottomleft:8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    border-radius-topright:8px;
    border-radius-bottomleft:8px;
}

.greencontent {
}

.greencontainer h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}




/*---------------------------------*/

.plainline {
border-bottom:1px solid #ccc;
width:100%;
}

.plainline h2 {
padding:0;
margin:8px 0 3px 0;
}


.righttop div, .righttop, .rightbot div, .rightbot {
font-size:1px;
height:9px !important;
width:100%;
}

.righttop {
background:transparent url(corners/rt.png) no-repeat scroll right top;
height:9px;
}

.righttop div {
background:transparent url(corners/lt.png) no-repeat scroll left top;
height:9px;
}

.rightbot {
background:transparent url(corners/rb.png) no-repeat scroll right top;
height:9px;
}

.rightbot div {
background:transparent url(corners/lb.png) no-repeat scroll left top;
height:9px;
}








