.cmsbody {
	padding: 0;
	margin: 0;
	background-color: white;
	background-image: url(../images/cms_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.cmscontainer {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 10px 10px;
    width: 700px;
}

.cms,
.cms td {
    color: #386FB0;
}

.cms h1 {
    font-size: 18px;
    color: #022368;
}

.cms .errors {
    color: #CC0000;
}

.cms a img {
    border: none;
}

.cms ul li a img {
    margin-bottom: -3px;
}

.cms textarea {
    width: 450px;
}

.cms .editpage textarea {
    width: 450px;
    height: 300px;
}

.cms .editnewsitem textarea {
    width: 450px;
    height: 300px;
}

.cms .editnewsitem textarea.summary {
    width: 450px;
    height: 200px;
}

.cms .edithome textarea {
    width: 300px;
    height: 100px;
}

.cms,
.cms .submenu_a,
.cms .td,
.cms .submenu2 {
    font-size: 12px;
}

.cms th {
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}

