
/* Import the standard styles */
@import url(../../../blocks/sake.css);
/* ============== BASIC RESETS ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
background: transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section {
display:block;
margin: 0;
padding: 0;
}
table, thead, tbody, tfoot, tr, th, td {
vertical-align: middle;
}
html, body {
height: 100%;
width: 100%;
}
ol, ul {
list-style: none;
}
address {
font-style: normal;
}
/* ============== BASIC STYLES ============== */
.clear {
clear: both;
}
.onepx {
display: block;
height: 1px;
width: 1px;
}
.invisible {
visibility: hidden;
}
.help {
cursor: help;
}
/* ============== TYPOGRAPHY ============== */
body {
font: normal 100%/120% Arial, Helvetica, sans-serif;
color: #333333;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
}
h2, h2#pageTitle {
font: normal bold 125%/110% Arial, Helvetica, sans-serif;
}
h3, h3#pageSubTitle {
font: normal bold 108%/110% Arial, Helvetica, sans-serif;
}
h2,
h2 a,
h2#pageTitle,
h2#pageTitle a {
color: #752124;
}
h3,
h3 a,
h3#pageSubTitle,
h3#pageSubTitle a {
color: #005941;
}
a {
color: #752124;
font-weight: normal;
text-decoration: none;
}
a:hover, a:focus {
color: #005941;
}
/* ============== TABLE STYLES ============== */
thead th, .trlabel {
color: #FFFFFF;
background-color: #CCCCCC;
}
.tdlabel {
color: #333333;
background-color: #EEEEEE;
}
.cell, .odd {
color: #333333;
background-color: #EEEEEE;
}
.cell2, .even {
color: #333333;
background-color: #FFFFFF;
}
/* ============== PAGE STYLES ============== */
body {
background: #e9e9e9 url(../../../image/bgTile.png) repeat-y center top;
}
#container {
margin: 0 auto;
width: 976px;
background: #FFF;
border-left: 1px solid #999;
border-right: 1px solid #999;
position: relative;
}
#container .body {
position: relative;
}
#header {
height: 200px;
border-bottom: 5px solid #005941;
background: transparent url(../../../_ccLib/image/random/DETA-9.jpg) no-repeat center top;
}
#pageContent {
padding: 20px;
padding-left: 220px;
}
#homeContent {
float: right;
width: 25%;
padding: 20px;
background: #FFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #005941;
}
form {
background: #EEE;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#calloutbox {
border: 1px solid #005941;
color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#calloutbox h3 {
text-align: center;
color: #FFF;
background: #752124;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
}
#calloutbox ul#calloutboxList {
}
#calloutbox ul#calloutboxList li {
font-weight: normal;
}
#calloutbox ul#calloutboxList a {
color: #FFFFFF;
text-decoration: none;
}
#calloutbox ul#calloutboxList a:hover,
#calloutbox ul#calloutboxList a:focus {
color: #666666;
}
#sidebar {
position: absolute;
left: 20px;
top: 20px;
padding: 20px 0;
width: 200px;
background: #FFF;
border-right: 1px solid #005941;
/*top: 205px;*/
top: 0;
left: 0;
bottom: 0;
}
#sidebar ul {
padding: 0 20px;
}
#sidebar li {
padding: 0.5em 0;
color: #752124;
}
#sidebar ul a {
text-decoration: none;
font-weight: false;
font-size: 100%;
color: #752124;
}
#sidebar li:hover,
#sidebar ul a:hover {
color: #005941;
}
#logo {
text-indent: -900em;
background: transparent url(../../../_ccLib/image/random/DETA-1.jpg) no-repeat 50% 50%;
position: absolute;
top: 11px;
left: 20px;
height: 178px;
width: 300px;
}
#logo a {
display: block;
height: 100%;
}
#footer {
clear: both;
padding: 0.5em 20px;
font-size: 80%;
border-top: 5px solid #005941;
}

