/**********************************************/
/* cms.css                                    */
/**********************************************/

DIV#cms H1 {
Margin-Bottom: 0.5em;
Color: #FFF;
Font: 11px "Arial","Helvetica",Sans-Serif;
}

DIV#cms TABLE.cms {
width:600px;
Margin: 1em auto;
/*Border-Collapse: collapse;*/
Border: 2px solid #999;
}

DIV#cms TABLE.cms TH {
Border-Bottom: 2px solid #999;
Padding: 3px 1em;
Font-Weight: bold;
Text-Align: left;
Color: #FFF;
Background: #004699;
}

DIV#cms TABLE.cms TR.even {
Background-Color: #517CE5;

}

DIV#cms TABLE.cms TR{

color:#000;
}

DIV#cms TABLE.cms TR.buttons {
Border: 2px solid #999;
Text-Align: right;
Background-Color: #004699;
Color: #888;
Font-Weight: bold;
}

DIV#cms TABLE.cms TR.buttons TD {
Border-left: 0 none;
Border-right: 0 none;
}

DIV#cms TABLE.cms TR.buttons TD.total {
Text-Align: left;
Color: #FFF;
}

DIV#cms TABLE.cms TR.buttons SPAN,
DIV#cms TABLE.cms TR.buttons A {
Padding: 0 0.4em;
}

DIV#cms TABLE.cms TR.buttons SPAN.current {
Color: #ccc;
}

DIV#cms TABLE.cms TR.buttons A:link,
DIV#cms TABLE.cms TR.buttons A:visited {
Color: #3CF;
}

DIV#cms TABLE.cms TR.buttons A:hover {
Color: #ccc;
Text-Decoration: None;
}

DIV#cms TABLE.cms TR.buttons A:active {
Color: #F00;
Text-Decoration: None;
}

DIV#cms TABLE.cms TD {
Border: 1px solid #999;
Padding: 3px 1em;
Vertical-Align: top;
}

DIV#cms TABLE.cms TD A {
/*Color: #000;*/
}

DIV#cms TABLE.cms TD SELECT {
}

DIV#cms TABLE.cms TD.right {
Text-Align: right;
}

DIV#cms TABLE.cms TD INPUT[type="text"] {
}

DIV#cms TABLE.cms TD INPUT[type="button"] {
Margin: 10px;
}

DIV#cms TABLE.cms TD TEXTAREA {
Width: 480px;
Height: 200px;
}



.editor_intro {
	Width: 620px;
}

#editor {
Width: 620px;
}

.input.title {
Width: 500px;
}

.editor_title {
Width: 620px;
}
.editor_body {
Width: 620px;
Height: 500px;
}

#editor FORM TABLE TEXTAREA.intro {
Width: 500px;
Height: 100px;
/*Color: #000;*/
Text-Decoration: none;
}

#editor FORM TABLE TEXTAREA.mceEditor {
Width: 500px;
Height: 700px;
}


#editUserForm table.cms input[type="text"]{
	width:300px;
}

#editUserForm table.cms input[type="password"]{
	width:300px;
}

