body {
  background:  url("images/pinks_tiles.gif");
  background-repeat: repeat;
  background-position: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tahoma, verdana, arial, sans-serif;
  font-size: 12px;
}

td {
  font-family: Tahoma, verdana, arial, sans-serif;
  font-size: 12px;
}

a, a:link, a:visited, a:active
{
    COLOR: #CB8F8C;
    BORDER-BOTTOM: #CB8F8C 1px dotted;
    text-decoration: none;
    font-weight: bold;
	position: relative;
}

a:hover {

    COLOR: #CB8F8C;
    BORDER-BOTTOM: #000099 1px dotted;
    text-decoration: none;
    font-weight: bold;
	position: relative;

}

form {
	padding: 0;
	margin: 0;
}

h1 {
 	font-size: 18px;
 	font-weight: bold;
 	color: #000099;
	font-family: Tahoma, verdana, arial, sans-serif;
}

.noMarginBody {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#xoutermostTable {
	margin: 0 auto;
	height: 100%;
}

#xborder1 {
		background-color: #009;
		padding: 4px;
		height: 100%;

}

#xborder2 {
		background-color: #00C;
		padding: 4px;
		height: 100%;
}

#xborder3 {
		background-color: #66F;
		padding: 4px;
		height: 100%;
}

#xborder4 {
		background-color: #CCF;
		padding: 4px;
		height: 100%;
}

#xborder5 {
		background-color: #EFEFFF;
		padding: 4px;
		height: 100%;
}

.xinnerTable {
	background-color: #FFF;
	padding: 0px 4px;
}

#xheader {
	position:relative;
	height: 63px;
	border-bottom: 1px dotted #000;
	margin-bottom:12px;
}


#xheaderLinks {
	height: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#xmainContainer {
	margin: 12px 0px;
}

#xmainbodyRight {
	margin-left: 168px;
	padding: 0;
}

#xmainbodyRight p {

}

#xmainbodyRightNoLeft {
	padding: 0;
}

/*
#xscoreboardMainLeftWrapper {
	float:left;
	width:100%;
	margin-left:-50%;
}
*/

#xscoreboardMainLeft {
	float: left;
	width: 47%;
	margin-right: 3%;
}

#xscoreboardMainRight {
	float: left;
	width: 50%;
	display: inline;
}

.scoreboardHeading {
	zoom: 1;
 	font-size: 18px;
 	font-weight: normal;
 	color: #000099;
	font-family: Tahoma;
	padding: 10px 4px;
	background-color: #eee;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url('images/trivia_gradient_green_big.jpg');
	background-repeat: repeat-x;
}

.answerText {
	COLOR: #CB221A;
 	font-size: 18px;
	font-weight: bold;
}

#xstats {
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0 0 30px 0;
	border: 1px solid #999;
 	background-color: #EEE;
 	font-size: 10px;
}

#xstats h1 {
	margin: 0 0 3px 0;
	padding: 3px;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
}


.xstatsList {
	margin: 3px 3px 5px 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;
	border-bottom: 1px dotted #000;
}

.xstatsList li {
	margin: 0 0 4px 0;
	padding-left: 10px;
	background-image: url(images/square_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.xstatsLinks {
	margin: 3px;
	padding-left: 0px;
	list-style: none;
}

.xstatsLinks li {
	margin: 0;
	padding: 0 0 10px 20px;
	background-repeat: no-repeat;
	background-position: 0px 0;
}

.xstatsLinks li.statsEditItem {
	background-image: url(images/icon_edit_small.gif);
}

.xstatsLinks li.statsContactItem  {
	background-image: url(images/icon_email.gif);
}

#xgroups {

}

#xgroups table {
	margin-bottom: 10px;
}

.xgroupsHeader {
	padding: 5px 3px;
	background-color:#eee;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	cursor: pointer;
}

.xgroupsHeaderCollapsed {
	padding: 5px 3px;
	margin-bottom: 10px;
	background-color:#eee;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #ccc;
	cursor: pointer;
}

.xgroupsHeader ul, .xgroupsHeaderCollapsed ul {
	float: left;
	width: 69%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.xgroupsHeader li, .xgroupsHeaderCollapsed li {
	margin: 0;
	padding: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0;
	cursor: pointer;
}

.xgroupsHeader li.expand,  .xgroupsHeaderCollapsed li.expand {
	background-image: url(images/icon_collapse_minus.gif);
}

.xgroupsHeader li.collapse, .xgroupsHeaderCollapsed li.collapse {
	background-image: url(images/icon_expand_plus.gif);
}

.xgroupsHeader a, .xgroupsHeaderCollapsed a {
	font-size: 10px;
}

.groupIcons {
	float: right;
	width: 29%;
	text-align: right;
}

.topText {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

.xGridHeader {
	display: block;
	padding: 5px;
	margin: 0px;
	background-color:#eee;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	cursor: pointer;
}

.xGridHeaderCollapsed {
	padding: 5px;
	background-color:#eee;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #ccc;
	cursor: pointer;
}

.xGridHeader ul, .xGridHeaderCollapsed ul {
	margin: 0px;
	margin-left: -3px;
	padding: 0px;
	list-style: none;
}

.xGridHeader li, .xGridHeaderCollapsed li {
	margin: 0;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0;
	cursor: pointer;
}

.xGridHeader li.expand,  .xGridHeaderCollapsed li.expand {
	background-image: url(images/icon_collapse_minus.gif);
}

.xGridHeader li.collapse, .xGridHeaderCollapsed li.collapse {
	background-image: url(images/icon_expand_plus.gif);
}

.xGrid {
	display: block;
	visibility: visible;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.xGrid th {
	padding: 3px;
	color: #666;
	background-color: #F5D9E1;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

.xGrid td {
	padding: 4px 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.xGrid td.c {
	text-align: center;
}

.xGrid td h1 {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 14px;
}

.xGrid td h2 {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

.xGrid tr.r1 {
	background-color: #FFF;
}

.xGrid tr.r2 {
	background-color: #FFF8EF;
}

tr.GridTopBoundary td {border-top:2px solid green;}

tr.GridBottomBoundary td {border-top:2px solid red;}

tr.CurrentUserRow td {background-color: #CFC;}

tr.GridRowInactive td {background-color: #EEE; color: #999;}
tr.GridRowInactive td h1 {color: #999;}


.xGridLined {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ccc;
}

.xGridLined th {
	padding: 3px;
	color: #666;
	background-color: #F5D9E1;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

.xGridLined th a:link, .xGridLined th a:visited, .xGridLined th a:active {
    COLOR: #009;
    BORDER-BOTTOM: #009 1px dotted;
    text-decoration: none;
    font-weight: bold;
	position: relative;	
}

.xGridLined th a:hover {
    COLOR: #009;
    BORDER-BOTTOM: #CB8F8C 1px dotted;
    text-decoration: none;
    font-weight: bold;
	position: relative;	
}

.xGridLined td {
	padding: 4px 3px;
	border: 1px solid #ccc;
}

.xGridLined td.c {
	text-align: center;
}

.xGridLined tr.r1 {
	background-color: #FFF;
	height: 32px;
}

.xGridLined tr.r2 {
	background-color: #FFF8EF;
	height: 32px;
}

.hiddenDiv {
	display: none;
	visibility: hidden;
}

.xsectionHeader {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
}

.xsectionHeader h1 {
	height: 20px;
	position: absolute;
	top: 100%;
	margin: 0px;
	margin-top: -14px;
	padding: 0px;
 	font-size: 12px;
	color: #333;
 	font-weight: bold;
}

.xsmallGrid {
	border-collapse: collapse;
	width: 100%;
	border: 1px dotted #00C;
}

.xsmallGrid th {
	padding: 3px;
	color: #666;
	background-color: #EEE;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

.xsmallGrid td {
	font-size: 11px;
	padding: 4px 3px;
	border-top: 1px dotted #00C;
	border-bottom: 1px dotted #00C;
}

.xsmallGrid tr.r1 {
	background-color: #FFF;
}

.xsmallGrid tr.r2 {
	background-color: #FFF;
}

.xsmallGrid td.c {
	text-align: center;
}

#xblog {
	
}

#xblog h1 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0 3px 0;
}

#xblog p {
	padding: 5px 0;
	margin: 0;
}

#xblog p.admin {
	border-top: 1px solid #F5D9E1;
	border-bottom: 1px solid #F5D9E1;
	background-color: #FFF8EF;
	margin: 3px 0px;
}

#xblog .xblogFooter {
	display: block;
	margin: 5px 0 2px 0;
	font-style: italic;
}

.xblogDivider {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background-image: url(images/blog_divider_dotted.gif);
	background-repeat: repeat-x;
}

.blogSelect {
	width: 30%;
	height: 20px;
	float: right;
	margin-right: 5px;
	margin-bottom: 1px;
	border: 1px solid #666;
}

.xsmallButton {
	height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 2px 4px;
	font-size: 10px;
	/*font-size: 16px;*/
	float: right;
	margin-bottom: 1px;
	background-color: #EEE;
	border: 1px solid #666;
	cursor: pointer;
}

.signupButton {
	width: 200px;
	background-color: #CFC;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, arial, sans-serif;
}

a.button {
    background: transparent url('images/button_bg_right.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: right;
    font: normal 11px Tahoma, verdana, arial, sans-serif;
    height: 21px;
    margin: 0 0 1px 0;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
	border: 0px;
}

a.button span {
    background: transparent url('images/button_bg_left.gif') no-repeat;
    display: block;
    line-height: 13px;
    padding: 4px 0 4px 11px;
	border: 0px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	border: 0px;
    display: block;
    float: right;
}

a.button:hover {
	font: normal 11px Tahoma, verdana, arial, sans-serif;
	color: #000;
	border: 0px;

}

a.button:visited {
	font: normal 11px Tahoma, verdana, arial, sans-serif;
	color: #000;
	border: 0px;
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 4px 11px; /* push text down 1px */
	border: 0px;
}

h2.txtQuestion {
	display: block;
	padding: 0 0 15px 0;
	margin: 0px;
	width: 96%;
	font-size: 20px;
	font-weight: normal;
	font-family: Tahoma, verdana, arial, sans-serif;
}

.txtTimer {
 	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

.successText {
	color: #090;
	font-weight: bold;
}

.errorText {
	color: #CB221A;
	font-weight: bold;
}

.highlightText {
	background-color: #CFC;
}

.oathText {
	line-height: 20px;
}

.signupText {
	line-height: 18px;
	color: #333;
}

.yui-overlay { 
	position:absolute;
	border: 2px solid #009;
	padding:5px;
	margin:10px;
	background:#fff; 
	overflow: auto;
}

.yui-overlay .hide-scrollbars .bd {
    overflow: hidden;
}

.yui-overlay .show-scrollbars .bd {
    overflow: auto;
}

.yui-overlay .bd { 
	padding:5px; 
}

.xclear {
	clear: both;
}

#registration {
	width: 680px;
	margin: 30px auto 0 auto;
}

#registration label {
	font-weight: bold;
	width: 80px;
	margin-right: 10px;
	padding-top: 2px;
	float: left;
}

#registration p {
	clear: both;
	padding-bottom: 25px;
	margin: 0px;
}

#registration span {
	font-style: italic;
 	font-size: 10px;
}

#registration input, #registration select {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#registration input.radio {
	float: left;
	width: auto;
	margin: 0;
}

#registration label.radio {
	float: left;
	font-weight: normal;
	width: 115px;
	margin-left: 10px;
	padding: 0;
	float: left;
}

.required {
	color: red;
	font-weight: bold;
}

.inputLarge {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.newPlayerInput {
	float: none;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	height: 20px;
	border: 1px #000 solid;
	padding: 3px;
	margin: 0;
}

.newPlayerInputOn {
	float: none;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	height: 20px;
	border: 1px #CB8F8C solid;
	padding: 3px;
	margin: 0;
}

.boxOff {
	border: 1px #000000 solid;
}

.boxOn {

	border: 1px #CB8F8C solid;

}

.instructions {
	font-style: italic;
	color: #333;
}

/* ADMIN STYLES */


.adminTopContainer {
	background-color: #eee;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	
}

.adminTopContainer a, .adminTopContainer a:visited {
	font-size: 14px;
}

.adminMainBodyContainer {
	padding: 10px;
	padding-top: 20px;
}

.adminTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}


.adminLabel {
	font-weight: bold;
}

.adminLabelSmall {
	font-weight: bold;
	font-size: 10px;
}

.adminUsersHeaderNum {
	display:inline;	
}