

body {
	background: #FFF url(images/backgrounds/greygrid.gif) repeat;
	border: solid 0px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	padding: 0;
}


div.container {
	border: 0px solid #000;
	margin: 0px auto 0px auto;
	padding: 0;
}

div.headerleft {
	float: left;
	width: 200px;
	height: 125px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

div.headerright {
	float: right;
	text-align: right;
	width: 468px;
	height: 60px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.topbarcontainer {
	clear: both;
	height: 15px;
	border: 1px solid #000;
	margin: 10px 0px 10px 0px;
	padding: 2px 4px 6px 4px;
	background: #000099;
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
}

div.topbarcontainer a {
	color: #FFF;
}

div.topbarcontainer a:hover {
	color: #DDD;
}

div.topbarleft {
	float: left;
	width: 50%;
	text-align: left;
}

div.topbarright {
	float: left;
	width: 50%;
	text-align: right;
}

div.sidebarcontainer {
	width: 172px;
	float: left;
	border: 0px solid #000;
	margin: 0px 10px 0px 0px;
	padding: 0;
}

div.sidebarheader {
	height: 14px;
	border: 1px solid #000;
	margin: 0;
	padding: 2px 4px 6px 4px;
	background: #F89B1F;

	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
}

div.sidebar {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0;
	padding: 5px 4px 5px 4px;
	background: #FFF;

	font-size: 10pt;
}


div.contentcontainer {
	float: left;
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div.contentheader {
	height: 14px;
	border: 1px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 6px 4px;
	background: #F89B1F;

	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
}

div.content {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 4px;
	background: #FFF;
}

div.footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

input.search {
	margin: 0;
	padding: 1px 0px 0px 0px;
	font-size: 0.75em;
	background: #FFF url(images/backgrounds/inputdropshadow.gif) no-repeat;
}

input.searchsubmit {
	margin: 0;
	padding: 0;
	font-size: 0.70em;
}


div.sharebar {
	border: solid 1px #000;
	height: 80px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background: #767676 url(images/backgrounds/greygradient-large.gif) repeat-x;
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
}

div.sharebar a {
	color: #FFF;
}


/* SHORTCUT CLASSES */


.blockcenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter { text-align: center; }


/* LINKS */



a {
	color: #F89B1F;
}


a:visited {
	color: #686868;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}



a img {
	text-decoration: none;
	border: none;
}

a.plain {
	text-decoration: none;
	color: inherit;
}



/* VOTE BOXES */

.votebox {
	margin: 0px 0px 5px 0px;
	padding: 3px;
	color:#333399;
	border:1px solid #C6D880;
	text-align: center;
}

.votecount {
	margin: 0px;
	padding: 0px;
	font-size: 3em;
	font-weight: bold;
	color: #666699;
}

.votetext {
	margin: 0px;
	padding: 0px;
	color: #888;
}

/* new buttons */

/* body { padding: 20px; font-size: 0.85em; font-family: georgia, serif; } */
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/images/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
 
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
 
.btn.blue { background: #2ae; font-size: 0.8em; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #4CF; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/buttons/shade.png); background-position: bottom; }
 
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
 
form p .btn { margin-right: 1em; }

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
    border:1px solid #C6D880;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



table {
	border-collapse: collapse;
	border: 0px solid #000;
	margin: 0px auto 0px auto;
	padding: 0;
}

table td {
	vertical-align: top;
	text-align: left;
}

table.featuretable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px auto 10px auto;
}

.featureheader {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px 3px 3px 3px;
	background-color: #767676;
	text-decoration: none;
	font-family: MS-Serif, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
}

.featureheader2 {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px 3px 3px 3px;
	background-color: #ff9900;
	text-decoration: none;
	font-family: MS-Serif, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
}

.featurecell {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div.bookmark {

	padding: 20px auto 5px auto;
	color: #C48C00;
	text-align: center;
	font-weight: bold;
	
}

div.ratingbox {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border: solid 1px #000000;
}

.yellowbg {
	background: #ff9900;
}


a:hover.white
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.right
{
	text-align: right;
	margin: 3px 5% 0px 5%;

}

.forgot
{
	color: #686868;
}

p {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
}

td{
font-family: Verdana, Arial;
font-size: 8pt;
font-style: normal;
color: #333333;
}

p.welcome {
font-family: Verdana, Arial;
font-size: 8pt;
font-style: normal;
color: #333333;
margin: 0px 10px 0px 10px;
padding: 0px 0px 0px 0px;
}

h1 {
font-family: Verdana, Arial;
font-size: 8pt;
font-style: normal;
text-align: left;
color: #FF9900;
font-weight: bold;
margin: 0px 0px 0px 0px;
}

h2 {
font-family: Verdana, Arial;
font-size: 8pt;
font-style: normal;
color: #000000;
font-weight: bold;
margin: 0px 0px 0px 0px;
}

h3 {
font-family: Verdana, Arial;
font-size: 3.0em;
font-style: normal;
text-align: center;
color: #FF9900;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}




