p.common_edit_page_menu
{
  margin: 10px 0 10px 10px;
}

p.common_edit_page_menu a
{
  font-size: 14px;
  color: #2051E6;
}

.clear-both{
  clear: both;
}

.left
{
  float: left;
}

/* -------------------------------------*/

table.standard {
width : 100%;
border-bottom : 1px solid #e5eff8;
border-right : 0 solid #e5eff8;
margin : 0 0 1em 0;
border-collapse : collapse;
}

table.standard a, table.standard a:link, table.standard a:visited {
border : none;
}

table.standard tr.highlighted {
background-color : #fffead;
}

table.standard td, table.standard tr.glue td {
color : #678197;
border-top : 1px solid #e5eff8;
padding : 0.5em 1em;
text-align : left;
vertical-align : top;
font-size : 14px;
}

table.standard tr.glue td{
border-top : 0px solid #fff;
}

table.standard th {
background-color : #f0f0f0;
font-weight : normal;
color : #4c6070;
text-align : left;
border-top : 1px solid #cecece;
padding : 0.3em 1em;
vertical-align : top;
}

table.standard tr.odd td {
background : #f7fbff;
}

table.standard tr.odd {
background : #f4f9fe;
}



/* -------------------------------------*/


/*---------------------*/
span.insert_help{
    text-decoration : underline;
    color: #00e;
}

div.some_help{
    display: none;
    width: 95%;
    height: 300px;
    overflow: auto;
    margin: 20px 0 20px 0;
    border: solid 1px #dea;
}

div.boxesHere textarea
{
    font-size: 11px;
}

