/* plato.css - Included in Frontend */

/* ================================= 
   Basic HTML
   ================================= */
body, html, iframe {
margin:0px;padding:0px;
}

form {
display:inline;
}

img {
border:none;
}

p {
margin:0px;
padding:8px 0px 0px 0px;
}

hr {
margin:4px 0px; 
padding:0px 0px;
}

a, a:active, select, a img, img, map, area, area:focus, input, input:focus, button, button:focus {
outline:none;
-moz-outline-style:none;
}

/* ================================= 
   CMS - Frontend Classes
   ================================= */
.xtrasmall {
font-weight:normal !important;
font-size:7px !important;
font-family: small fonts,Verdana !important;
color:#000 !important;
text-transform:uppercase !important;
}

.transparent {
filter:alpha(opacity=50); 
-moz-opacity:0.50;
opacity:0.5;
}

.offline-content {
background:#EEE;
background: url(../images/std/off_bg.gif) repeat top left;
}

.new-content {
/*border-top:1px dotted red;border-bottom:1px dotted red;*/
}

.offline-content .offline-text, .new-content .offline-text, .admin-info-text {
font-family:"Bitstream Vera Sans",Tahoma,Verdana,sans-serif !important;
color:#CC0000 !important;
font-size:9px !important;
font-weight:bold !important;
line-height:15px !important;
font-style:normal !important;
}

div.editbox-modules {margin-top:0px}
.editbox-modules td {padding:0px;white-space:nowrap;}
.editbox-modules {margin:0px 0px 0px 0px;}
.editbox-modules table {background:transparent;}
.editbox-content td {padding:0px;white-space:nowrap;}
.editbox-content {margin:2px 0px 2px 0px;border-bottom:1px dashed red;}
.editbox-content table {background:transparent;}

.ibox-link {
cursor:help;
}
.editbox-content small {color:#888888;font-size:9px;line-height:14px;font-family:Tahoma,sans-serif;}

a.admin-panel-link, .admin-panel-link {
color:#444 !important;
text-decoration:none !important;
font-family:Tahoma,sans-serif !important;
line-height:16px !important;
font-size:11px !important;
font-style:normal !important;
}
a.admin-panel-link:hover {
color:#777 !important;
text-decoration:none !important;
}