/* ================================= 
   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;
}


sup,sub {
height: 0;
line-height: 1;
vertical-align: baseline;
_vertical-align: bottom; /* IE Hack */
position: relative;
font-size:8px;
}

sup {
bottom: 1ex;
}

sub {
top: .5ex;
}

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

/* Always show vertical scroll:  overflow-y: -moz-scrollbars-vertical; */
html {
overflow-y: scroll;
}


/* ================================= 
   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 {}
.editbox-modules td {padding:0px;white-space:nowrap;}
.editbox-modules {}
.editbox-modules table {background:transparent;}
.editbox-content td {white-space:nowrap;}
.editbox-content {margin:2px 0px 2px 0px;border-bottom:1px dashed red !important;}
.editbox-content table {background:transparent;}
.editbox-content table img {display:inline;}
.editbox-modules table img {display:inline;}
.content-block .editbox-modules {margin-top:-17px}

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

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;
}
