﻿#wrapper {
    position: relative;
}

#databox {
    margin-left: 260px;
    padding-top: 25px;
}

#sidebar {
    position: absolute;
    top: 0px;
    left: 0;
    width: 240px;
    margin-left: 20px;
}

#footer {
    margin-left: 260px;
    padding-top: 25px;
}


#sidebar img {
    margin: 5px 0 0 -10px;
}

#titleIcon {
    float:left;
    padding: 7px 10px 0 0;
}

#titleText {
    float:left;
    font-weight: bold;
    line-height: 1;
    padding: 0;
}

#title {
    font-size: 22px;
    color: #CCCCCC;
    font-family: Verdana, san-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
}

#scope {
    text-transform: uppercase;
    display: inline-block;
    margin: 3px 0 0 0;
    padding-right: 0;
}

#sup {
    position: relative;
    display: inline-block;
    padding: 0;
}






.space10Before {
	margin-top: 10px;
}

.space20Before {
	margin-top: 20px;
}

.space30Before {
	margin-top: 30px;
}

.space40Before {
	margin-top: 40px;
}








p.foo {
	color: red;
}

h3 {
	color: #C00;
	padding-bottom: 5px;
	font: bold 44px "Arian AMU", "Arial AMU", "Arial Unicode", Sylfaen, sans-serif;
}

.graycolor {
	color: gray;
}

td.heading {
	white-space: nowrap;
	text-align: right;
	padding-left: 15px;
}

.clear {
    clear:both;
}


/* RATING PAGINATION */
ul { list-style: none; }

#pagesNav {
    margin: 5px 0 0 0;
    float: right;
}

#pagesNav li {
    width: 20px;
    float: left;
    margin: 2px;
    text-align: center;
}

#pagesNav .first {
    width: auto;
    padding-right: 5px;
}

#pagesNav .current {
    width: 18px;
    display: block;
    background: #EFEFEF;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
}

#pagesNav a {
    display: block;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #C00;
}

#pagesNav a:link,
#pagesNav a:visited {
    background: #F66;
}

#pagesNav a:hover {
    background: #C00;
}
