/*
a:link  { color: #67b4de; text-decoration: underline; }
a:visited { color: #67b4de; text-decoration: underline; }
a:hover { color: #67b4de; text-decoration: none; }
a:active  { color: #67b4de; text-decoration: underline; }
*/
a:link  { color: #3C78B5; text-decoration: underline; }
a:visited { color: #3C78B5; text-decoration: underline; }
a:hover { color: #3C78B5; text-decoration: none; }
a:active  { color: #3C78B5; text-decoration: underline; }

body {
	/*background-color: #606060;*/
}

p {
	margin: 0.8em 0;
}
ol {
	list-style-type: decimal;
	margin-left: 40px;
}
ul.disc {
	list-style-type: disc;
	margin-left: 40px;
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

ul.pad li {
	padding: 2px;
}

ul.page-links {
	list-style-type: none;
	position: relative;
}
ul.page-links li {
	display: inline;
	padding-right: 5px;
}

ul.form-errors li {
	color: #000;
	font-weight: bold;
	padding: 2px;
}

table {
	border-collapse: collapse;
}
td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
}
thead, tfoot {
	background-color: #EEE;
}

table.invisible td {
	border: 0;
}
table.invisible th {
	border: 0;
}

table.simpleform td {
	border: 0;
	padding: 5px;
}
table.simpleform td.label {
	font-weight: bold;
}
table.simpleform td.label-optional {
	font-weight: normal;
}

table.display th {
	/*background-color: #EEE;
	font-weight: bold;
	padding: 0.5em;*/
}
table.display td {
	/*padding: 5px;*/
}

/**
 * Table Sorting
 */
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../img/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../img/down.gif);
}
.nosort {
	cursor: default;
}

/**
 * Used to clear floats: http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**
 * Heading-Content Boxes
 */
.heading-content {
	/*float: left;*/
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #EEEEEE;
	/*width: 650px;*/
}
.heading-content .heading {
	/*font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 12px;*/
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px #FFFFFF solid;
}
.heading-content .content {
	padding: 5px;
	border-bottom: 1px #FFFFFF solid;
}
.heading-content table {
	border-collapse: collapse;
}
.heading-content table tr {
}
.heading-content table tr td {
	padding: 5px;
}
.heading-content table tr td.label {
	text-align: right;
	width: 130px;
}
.heading-content table tr.a td {
	background-color: #F6F6F6;
}
.heading-content table tr.b td {
	background-color: #FFFFFF;
}
.heading-content table tr.c td {
	background-color: #EFEFEF;
    font-weight: bold;
}
.heading-content table label.field-label {
}
.heading-content table label.field-label-required {
	font-weight: bold;
}
.heading-content table label.field-label-error {
	font-weight: bold;
	color: #990000;
}

#doc {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 0px;
}

/**
 * Header
 */
#hd {
	background-color: #f4f7fb;
}
#hd #hd-top {
	border-bottom:1px solid #BCD2E6;
}
#hd #hd-top .yui-u {
	position:relative;
	height: 90px;
}
#logo {
	padding-left: 15px;
	padding-top: 18px;
}
#user-info {
	font-size:85%;
	padding: 10px;
	text-align: right;
}

#crumbtrail {
	background-color: #FFF;
	padding-bottom: 10px;
}

/**
 * Main
 */
#bd {
	/*background-color: #F1F1F1;*/
}
#bd h1 {
	font-size: 136%;
	margin-bottom: 8px;
}
#bd h2 {
	color: #3C78B5;
	font-size: 114%;
	font-weight: bold;
	
	margin-bottom: 0.5em;
	/*
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
	*/
}

#bd #yui-main #main-content { /* main (left) content */
	background-color: #FFF;
	padding: 10px 0;
}

#bd #secondary { /* right column */
	padding: 10px 0;
}

.yui-t2 #bd #yui-main #admin-content { /* main (right) content */
	padding: 10px;
}

.yui-t2 #bd #admin-menu { /* left column */
	background-color: #73bde7;
	color: #FFF;
	padding: 10px;
}
.yui-t2 #bd #admin-menu a {
	color: #FFF;
}

/**
 * Full Layout
 */
.yui-t7 #bd #yui-main #main-content {
	background-color: #FFF;
	padding: 10px;
}

/**
 * Footer
 */
div#ft {
	background-color: #f4f7fb;
	border-top: solid 1px #BCD2E6;
	
	padding: 10px;
}
div#ft #copyright {
	/*float: right;*/
}
ul#ft {
	position: relative;
	padding: 0px;
	list-style-type: none;
}
ul#ft li {
	display: inline;
	padding: 5px;
	text-align: center;
}

/**
 * Drinking Games
 */
.game-stats {
	background-image: url(../img/blue-fade-bg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #BCD2E6;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 150px;
}
#games-submenu {
	background-color: #f4f7fb;
	padding: 10px;
}

/**
 * Ads
 */
.ad-google-banner {
	background-color: #FFF;
	width: 468px;
	height: 68px;
	margin: 0 auto;
}
.ad-google-sky {
	background-color: #FFF;
	width: 120px;
	height: 600px;
	padding: 0 10px;
}

/**
 * Cake
 */
.error_message {
	background-color: red;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}
