/* ================= Elements Minibox Sample Layout =================== */
/* ================= Copyright Grishan 2005 www.dotflare.com ================== */

* {
margin: 0;
padding:0;
border: 0;
}

html {
height: 100.1%;
}

body {
height: 100%;
margin: 0;
padding:0;
background: #0080AB;
text-align: center;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
font-size: 75%;
color: #303030;
line-height: 1.50em;
}

a:link, a:visited {
color: #005F82;
background: #ffffff;
text-decoration: none;
}

a:hover {
color: #cc0000;
background: #ffffff;
text-decoration: none;
}

h1, h2, h3 {
font-weight: normal;
}

h4, h5, h6 {
font-weight: bold;
}

p {
padding: 8px 0 8px 0;
}

p, div, li {
font-size: 100%;
}

ul {
list-style: none;
}

ul li {
line-height: 1.8em;
padding-left: 15px;
padding-top: 0;
background: url(images/list_bullet.gif) 0 0.55em no-repeat;
}

/* ================= 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;
background: #F3F3F3;
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 {
background: url(images/readon.gif) left no-repeat !important;
padding: 0 0 0 15px;
}

/* ================= ID's Minibox Sample Layout ================= */

#miniboxcontainer {
position: relative;
min-height: 100%;
height: auto !important;
width: 736px;
padding: 0;
margin: 0 auto;
text-align: left;
background: #ffffff url(images/content_bg.gif) repeat-y;
color: #303030;
}

#miniboxheader {
background: url(images/dotflare_header.gif) top left no-repeat;
width: 736px;
height: 136px;
text-indent: 8px;
}

#headerspace {
width: 736px;
height: 1.80em;
text-indent: 8px;
}

#topmenu {
height: 1.80em;
min-height: 22px;
width: 720px;
background: #898989 url(images/topnavi_bg.gif) repeat-y;
color: #ffffff;
margin-left: 7px;
border: 1px solid #000000;
}

#moscontent {
width: 501px;
padding: 10px 17px 0 23px;
float: left;
}

#mosmodright {
border-top: solid 1px #FFFFFF;
padding: 10px;
width: 166px;
float: left;
}

#footer {
position: absolute;
width:736px;
height: 2.4em;
bottom: 0px;
margin: 0;
padding: 0;
border: 0;
line-height: 2.4em;
background: #0076A3 url(images/footer.gif) 0 0 no-repeat;
color: #eeeeee;
font-size: 12px;
text-align: center;
}

/* ================= Individual Classes & ID's ================= */

.clr {
clear: both;
}

.nospace, p.nospace {
padding: 2px 0 2px 0;
margin: 0;
}

.linkext {
background: url(images/linkext.gif) left center no-repeat !important;
padding: 0 0 0 14px;
}

.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;
}

.listnobg, ul.listnobg li{
padding: 0;
background: none;
}

.red {
background: #ffffff;
color: #B44040;
}

/* ============ Internet Explorer Corrections + Hacks ========== */

* html #miniboxcontainer {
height: 100% !important;
background: url(images/content_bg.gif) repeat-y;
}

* html #footer {
bottom: -1px;
}

* html #moscontent {
width: 541px;
}

* html #mosmodright {
padding: 12px 10px 10px 10px;
width: 186px;
}

* html #topmenu {
height: 1.90em;
width: 722px;
}

* html .nospace {
padding: 3px 0 2px 0;
margin: 0;
}

* html ul li {
background-position: 0 0.6em;
}

