﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.main
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-size: 11px;
	color: #666666;
}
body.slice
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
}
h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */


div#message
{
	width: 880px;
	height: 10px;
	margin: 2px auto;
	padding: 0 10px;
	color:#fff;
}

#logo
{
	width: 880px;
	height: 88px;
	margin: -14px auto 0px auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #DD8B4E;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x;
	color: #D56E22;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	/* background: url(images/img03.gif) repeat-y; */
}
#page-slice
{
	width:638px;
}

#page-bg {
	padding: 11px 24px;
	/* background: url(images/img03.jpg) no-repeat; */
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 638px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 0px;
	/* border-bottom: 1px solid #F2F2F2; */
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	/* background: url(images/img02.gif) repeat-x; */
	/* border: 1px solid #F2F2F2; */
	font-size: 12px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	/* border-bottom: 1px solid #F2F2F2; */
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 20px 0 30px 0;
	background: #D56E22 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


#ads
{
	width:160px;
	height:600px;
	border:1px solid gray;
}

small.tiny
{
	font-size:.3em;
}

#pollEntry
{
	float:left;
	width:600px;
	border-style:dashed;
	border-width:2px;
	border-color:#D56E22;
	padding:15px;
	margin:20px 0px 20px 0px;
}
#questionEntry
{
	float:left;
	width:610px;
	border:2px dotted #D56E22;
	padding:15px;
	margin:20px 0px 20px 0px;
}
div.break
{
	margin-top:20px;
}
#questions .btn
{
	padding-top:2px;
}
div.question
{
	margin-top:5px;
	height:18px;
	width:600px;
}
div.question .title
{
	vertical-align:top;
	width:450px;
	overflow:hidden;
	display:inline;
}
input.question
{
	width:300px;
}
input.btn
{
	border:1px solid #A3A3A3;
}
input.txt
{
	border:1px solid #A3A3A3;
	padding:1px 2px 1px 2px;
	font-size:1.1em;
	height:1.2em;
}
input.line
{
	display:block;
}
label.entry
{
	display:block;
	width:580px;
}
span.label
{
	float:left;
	position:relative;
	width:12em;
	font-size:1.2em;
	font-weight:bold;
}
span.sublabel
{
	display:block;
	position:relative;
	top:-10px;
	height:10px;
	font-size:.8em;
}
span.definition
{
	display:block;
	font-size:.8em;
}



/********************/
label.e
{
	display:block;
	width:580px;
}
span.l
{
	width:160px;
	font-size:1.2em;
	font-weight:bold;
	display:inline-block;
}
span.t
{
	position:relative;
	width:200px;
	display:inline-block;
	border:1px solid blue;
}
span.h
{
	border:1px solid yellow;
	position:relative;
	width:200px;
	display:inline-block;
}
/********************/


/********************/
th.l, td.t, td.h
{
	border-top:1px solid #F0C1A0;
}
th.lb, td.tb, td.hb
{
	border-bottom:1px solid #F0C1A0;
}
th.l, th.l2
{
	width:160px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
td.t
{
	width:220px;
	vertical-align:top;
	background:url(images/eBack.png) no-repeat;
}
td.h
{
	width:200px;
	vertical-align:top;
}
td.q
{
	vertical-align:top;
}
td.q1
{
	width:200px;
}
td.q2
{
	width:360px;
}
a.bold
{
	font-weight:bold;
	font-size:1.1em;
}
.bold
{
	font-weight:bold;
}

.responseQuestion
{
	margin:20px 0px 0px 0px;
}
.responseQuestion li
{
	list-style-type:none;
}

.resultQuestion
{
	margin:20px 0px 0px 0px;
	float:left;
}
.graphTable
{
	border:1px dashed #F0C1A0;
}
.fl
{
	float:left;
}
/********************/

a.nl{cursor:pointer;}
a.nl:link {cursor:auto;}     /* unvisited link */
a.nl:visited {cursor:auto;}  /* visited link */
a.nl:hover {cursor:pointer;}   /* mouse over link */
a.nl:active {cursor:auto;}   /* selected link */

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    border-bottom:solid 5px #D56E22;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0px 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:top;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
    height:20px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    top:-20px;
    padding:0px 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(images/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(images/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    padding:0.25em 0.5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}

/*Reorder List*/
.dragHandle
{
	width:10px;
	height:15px;
	background-color:#F0C1A0;
	background-image:url(images/reorder.png);
	cursor:n-resize;
	border:solid thin white;
}

.callbackStyle
{
	border:1px #D56E22 solid;		
}

.callbackStyle table
{
	background-color:#F0C1A0;	
	color:Black;
}

.reorderCue
{
	border:dashed 1px black;
	width:100%;
	height:20px;
}

.rankItem
{
	margin-left:15px;
	font-size:1em;
	text-align:left;
}
.beta
{
	font-size:.4em;
}
span.stats
{
	font-size:.3em;
	float:left;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


.graphBarO
{
	height:12px;
	background-color:#E7E7E7;
	border:1px solid #313131;
}
.graphBarI
{
	height:8px;
	margin:2px 2px 2px 2px;
	background-color:#313131;
}

.publicPollLink
{
	margin-top:20px;
	font-size:1.4em;
}
.publicPollMessage
{
	font-size:.6em;
}


div#subfooter
{
	padding-top:10px;
	float:none;
	width:800px;
	margin:10px auto 0px auto;
	font-size:1.3em;
	color: #666666;
	border:solid 1px #666666;
}

div#subfooter p
{
	color: #666666;
	margin-bottom:10px;
}

table.sister
{
	width:100%;
}
table.sister td
{
	width:50%;
	color: #666666;
	vertical-align:top;
}

div.center
{
	text-align:center;
}

div.desc
{
	font-size:.8em;
}

h2 span.new
{
	font-size:.7em;
	font-weight:bold;
	color:Red;
}

span.small
{
	font-size:.8em;
}

span.flashy
{
	color:Red;
	font-weight:bold;
	font-size:1.1em;
}
span.exportWrapper
{
	vertical-align:top;
}
div.exportWrapper a, div.exportWrapper a:visited, div.exportWrapper a:hover
{
	text-decoration:none;
	border-bottom:0;
}

