#plugins legend {
	font-weight:bold;
}

#plugins fieldset {
	margin-top:20px; border:dashed 1px #cccccc;
}

#plugins a {
	color:#494949;
}

#plugins a:hover {
	text-decoration:none;
}


#plugins #saveButton, #plugins #cancelButton {
	border-left:solid 1px #cccccc; border-top:solid 1px #cccccc;
	border-right:solid 1px #666666; border-right:solid 1px #666666;
	padding:3px;
	background:#eeeeee;
	font-weight:bold;
	color:#cb1a14;
}


#content #exist_pages a {
	color:#494949;
	text-decoration: underline;
}
#content #exist_pages a:hover {
	color:#323232;
	text-decoration:none;
}

#exist_pages h1 {
	font:normal 18px 'Trebuchet MS';
	color:#494949;
	border-bottom:solid 2px #cccccc;
}



#exist_pages table th {
	padding:5px; background:#e3e3e3; cursor:default;
}
#exist_pages table {
	width: 100%;
}

#exist_pages table tr {
	background:#ffffff;
}


#exist_pages table td {
	padding:5px;  cursor:default;
}

#exist_pages input {
	border-left:solid 1px #cccccc; border-top:solid 1px #cccccc;
	border-right:solid 1px #666666; border-right:solid 1px #666666;
	padding:2px;
	background:#eeeeee;
	font:bold 11px verdana;
	color:#494949;
	margin-left:10px;
}


    .button_readmoreen {
        width:94px;
        height:25px;
        display:block;
        background-image:url(img/button_readmore.jpg);
        float:left;
    }

    .button_readmorefr {
        width:94px;
        height:25px;
        display:block;
        background-image:url(img/button_readmore_fr.jpg);
        float:left;
    }
    hr{
    border: none;
    border-top : 1px solid #0066CB;
    }