/* ================= Elements Minibox Sample Layout Opera 5 / 6 ================ */
/* ================= Copyright Grishan 2005 www.dotflare.com ================== */

* {
margin: 0;
padding:0;
border: 0;
}

body {
height: 100.1%;
margin: 0;
padding:0;
background-color: #0080AB;
}

a:link, a:visited {
color: #005F82;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: none;
}

h1, h2, h3 {
font-weight: normal;
}

h4, h5, h6 {
font-weight: bold;
}

p {
padding: 8px 0 8px 0;
margin: 0;
}

p, div, li {
font-family: Georgia, Tahoma, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #303030;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

ul li {
line-height: 20px;
padding-left: 15px;
padding-top: 0px;
}

/* ================= Template Classes & Id's Minibox Sample Layout ================= */

.moduletable {
padding-left: 2px;
padding-bottom: 16px;
}

.moduletable h3 {
font-size: 12px;
font-weight: bold;
font-family: Tahoma, Helvetica, sans-serif;
color: #707070;
text-align: left;
line-height: 20px;
margin: 2px 0 6px 0;
padding: 0;
}

.highlight {
border: 1px solid #cccccc;
color: #303030;
background-color: #AFEEEE;
padding: 2px;
}

.readon {
display: block !important;
width: auto;
background: url('images/readon_op5.gif') left center no-repeat !important;
padding: 0 0 0 15px;
}

/* ================= ID's Minibox Sample Layout ================= */

#miniboxcontainer {
height: 100%;
min-height: 100%;
width: 736px;
padding: 0;
margin: 0 auto;
background: url(images/content_bg.gif) repeat-y;
}

#miniboxheader {
background: url(images/dotflare_header.gif) top left no-repeat;
width: 736px;
height: 136px;
text-indent: 8px;
}

#headerspace {
width: 736px;
height: 24px;
background: url(images/content_bg.gif) repeat-y;
text-indent: 8px;
}

.dummyleft {
height: 24px;
width: 7px;
float: left;
}

.dummywrapper {
height: 24px;
width: 736px;
background: url(images/content_bg.gif) repeat-y;
}

#topmenu {
background:#898989;
background: url(images/topnavi_bg.gif) top left repeat-y;
height: 22px;
border: 1px solid #000000;
width: 720px;
float: left;
}

#moscontentwrapper {
width: 736px;
background: url(images/content_bg.gif) repeat-y;
float: left;
}

#moscontent {
width: 501px;
padding: 10px 17px 0 23px;
float: left;
}

#mosmodright {
border-top: solid 1px #FFFFFF;
padding: 10px;
width: 166px;
float: left;
}

/* ================= Individual Classes & ID's ================= */

.clr {
clear: both;
}

.nospace {
padding: 2px 0 2px 0;
margin: 0;
}

.decolight {
background-color: #ffc;
border: 1px solid #303030;
font: 11px 'courier new', courier, monospace;
color: #606060;
padding: 0 3px 1px 3px;
margin: 0 4px 0 4px;
}

li.listnobg, ul.listnobg li {
padding: 0;
background-image: none !important;
}

.red {
background: #ffffff;
color: #B44040;
}


/* selective Opera 5 Corrections + Hacks */

/*/*//*/
 * #miniboxheader {background-color: #ffffff;  }
 * #miniboxheader {background-color: #ffffff;  }
 * .decolight { padding: 3px 3px 1px 3px;  }
 * .decolight { padding: 3px 3px 1px 3px;  }
 * .highlight { padding: 5px 2px 2px 2px;  }
 * .highlight { padding: 5px 2px 2px 2px;  }
 * .nospace { padding: 5px 0 2px 0;  }
 * .nospace { padding: 5px 0 2px 0;  }
/* */

