table.cms *.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.cms label.error {
    color: red;
    border: 0;
    font-weight: bold;
    background-color: transparent;
}

table.cms input, textarea,select {
    border: 1px solid #696969;
	font-family: Arial;
	
    padding: 2px;
}
table.cms input.text250 {
    width: 300px;
}
table.cms input.text200 {
    width: 219px;
}
table.cms textarea.text250 {
    width: 300px;
    height: 100px;
    overflow: auto;
}
label {
    cursor: pointer;
}
table.cms {
    border-collapse: collapse;
}
table.cms th {
    background-color: #606060;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
table.cms tr.row1 td {
    border-bottom: 1px solid #343434;
    background-color: #efefef;
    padding:6px;
}
table.cms tr.row2 td {
    border-bottom: 1px solid #343434;
    background-color: #e0e0e0;
    padding:6px;
}
table.cms tr.row1 td td,
table.cms tr.row2 td td {
    border: 0;
}

p.submenu {
    background-color: #8C8C8C;
    padding: 3px 10px 3px 0px;
    display: block;
    height: 16px;
}
p.submenu a {
    margin: 2px;
    padding: 3px 5px 3px 5px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
p.submenu a:hover {
    padding: 3px 5px 3px 5px;
    color: #efefef;
    background-color: #a8a8a8;
}
table.cms input.submit {
    width: 100px;
    background-color: #606060;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #505050;
}

table.cms a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #696969;
    display: block;
    background-color: #989898;
    color: #fff;
    padding: 3px;
    text-align: center;
}
table.cms a.button {
    padding: 1px 3px 1px 3px;
}
table.cms a.button.new:hover {
    background-color: #33ff33;
}
table.cms a.button.delete:hover {
    background-color: red;
}
table.cms a.button.edit:hover {
    background-color: green;
}
img.orders {
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 3px;
}
/********************
 * start pager
 ********************/
div.pager {
    display: block;
    clear: both;
    height: 22px;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 2px;
}
div.pager a {
    border: 1px solid #8C8C8C;
    text-decoration: none;
}
div.pager a:hover {
    border: 1px solid #8C8C8C;
    background-color: #8C8C8C;
}
div.pager span {
    border: 1px solid #DEDEDE;
    color: #DEDEDE;
}