
.clear { 
clear: both;
}
.left {
float: left;
}
.right { 
float: right;
}

.pointer {
	    cursor: pointer;
}

.error
{
  color: #ff0000;
  font-size: 10pt;
}

.system_error
{
    color: #ff0000;
    padding: 5px;
    background: #FFFFC0;
    border: 2px solid #ff0000;
}

.general_error
{
    background: #FFFFC0;
    color: #ff0000;
    padding: 3px;
    border: 1px solid #ff0000;
}

span.module_error
{
    color: #ff0000;
}

div.op_links {
	text-align: right;
}



div.content_item {
border: solid 1px white
}

.clear {
clear:both;
}

.content_edit {
display: block;
float:right;
clear:right;
}

.content_missing {
display: block;
color: red;
