/*
	Fiveasider green #3B9859; rgb(59, 152, 89)
	Lighter #42A962
	Lighter #4BB96E
	Lighter #5DC07D
	Lighter #70C78C
	Lighter #82CE9A
	Lighter #95D6A9
	Lighter #A7DDB7
	Lighter #B9E4C6
	Lighter #CCEBD5
	Lighter #DEF2E4
	Lightest #F0F9F3

*/

body {
	font-family: "lucida grande",tahoma,verdana;
	font-size: 14px;
	overflow-x: hidden;
	color: #444;
}

#header {
	background: url(../images/default/stripes.png) 8px 0%;
}

.pagination {
	border-top: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	text-align: center;
	   -moz-box-shadow: 0 0 3px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
	        box-shadow: 0 0 3px 1px #AAAAAA;
	background-color: #EFEFEF;
}

.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.mainContent {
	color: #131;
	font-size: 1.1em;
	line-height: 1.3em;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	float: left;
	width: 170px;
}

label.radio  {
	float: none;
	width: auto;
}

table td {
	vertical-align: top;
}

table td.value, table th.value {
	text-align: right;
}

div.inlineListContainer {
	float: left;
}

ul.inlineList li {
	float: left;
	list-style-position: inside;
	margin-right: 10px;
	list-style-image: none;
	list-style-type: none;
}

ul.links li:after { content: ","; }
ul.links li:last-child:after { content: ""; }


ul.inlineList li:after {
	content: ",";
}

ul.inlineList li:last-child:after {
	content: "";
}

.faded {
	color: #888;
}

.halfSize {
	font-size: 50%;
}


/* MESSAGES AND ERRORS */

.message {
    /* background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; */
    background: #FFFFCC url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #8e8e04;
    color: #006dba;
    margin: 10px 0 15px 0;
    padding: 5px 5px 5px 30px
}



div.message a {
	text-decoration: underline;
}

.info {
	border: 1px solid #06c;
    color: #06c;
    margin: 10px 0 15px 0;
    padding: 0;
    background-color: white;
}

.infoBody {
    /* background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; */
    /* background: #E0E3F9 url(../images/skin/information.png) 8px 50% no-repeat; */
    /* color: #06c; */
    color: #000;
    padding: 5px 5px 5px 30px;
    background-color: white;
}


.infoHeader {
    background: #E0E3F9 url(../images/skin/information.png) 8px 50% no-repeat;
    background-color: #06c;
    color: white;
    padding-left: 30px;
    font-weight: bold;
}

.infoBody, p {
	margin-bottom: 12px;
}

.info a, .info a:hover {
	 border-bottom: 1px dotted #06c;
	 text-decoration: none;
}

.instructions {
    /* background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; */
    background: #F0F9F3 url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #95D6A9;
    color: #06c;
    margin: 10px 0 15px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errorField {
    color: #cc0000;
}

div.errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

#header {
	background-color: #CCEBD5;

	margin-top: 0px;
	margin-bottom: 25px;
	/*height: 100px;*/
	box-shadow: 0 0 10px 1px #aaa;
}

#headerLogoWrapper {
	position: relative;
}

#headerLogo {
	position: absolute; top: 10px; left: 10px;
	box-shadow: 0 0 10px 1px #aaa;
	border: 3px solid white;
}

#titleBarInner {
	/*background-color: #5DC07D;*/
}

#header #toolbar {
	font-size: 0.8em;
	float: right;
}

#header #toolbar #toolbarMenu {
		box-shadow: 0 0 20px 1px #888;
}

#header #toolbarUser, #header #toolbarMenu {
	text-align: right;
}

#header #toolbar ul {
	margin-left: 0;
	margin-right: 0;
}

#header a {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
}

#header a:hover {
	text-decoration: underline;
}

#header  li {
	margin-left: 10px;
	text-align: right;
}

li.menuItem {
	 display: inline;
}

li.lookingAlert a {
	color: white;
	background: red;
	padding: 0 3px 0 3px;
}

h1  {
	text-shadow: 2px 2px 5px #ccc;
	color: #777;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 6px;
}

.titleName {
	font-family: 'Fugaz One', cursive;
	color: #113311;
}

/*.titlePrefix {*/
	/*font-family: 'Londrina Shadow', cursive;*/
	/*font-family: 'Fredericka the Great', cursive;*/
/*}*/

#contents {
	margin-top: 10px;
	/*border-radius: 15px;*/
	/*border: solid 1px #3B9859;*/
	/*box-shadow: 5px 5px 5px #888;*/
}

#squadTitleBar h1 {
	/*background-color: #F0F9F3;*/
	font-size: 20px;
}

#pageTitleBar h1, #pageTitleBar h2 {
	text-shadow: 2px 2px 5px #ccc;
}

#pageTitleBar h1, #pageTitleBar h2, #pageTitleBar h3, #pageTitleBar h4, #pageTitleBar h5 {
	margin: 5px 0 12px 0;
}

#pageTitleBar ul {
	margin-right: 0;
	border-bottom: 1px solid #ccc;
	background: url(../images/skin/shadow.jpg) 12px 100% repeat-x;
}

#pageTitleBar ul li {
	margin: 5px 10px 5px 0;
	padding-left: 4px;
}

#pageTitleBar a {
	/*color: #3B9859;*/
	font-weight: bolder;
	font-size: 0.8em;
}

.listColumn {
	float: left;
	width: 160px;
	margin-right:20px;
	padding: 5px;
	background-color: #F0F9F3;
}

#footer {
	margin-top: 20px;
	height:75px;
	clear: both;
	width: 100%;
	background: url(../images/default/grass.png) 12px 100% repeat-x;
}

#footer p {
	color: white;
	font-weight: bold;
	position: relative; top:40px;
	text-align: center;
}

#footer .footerText {
	padding: 2px;
	background-color: #3B9859;
}

#footer a {
	color: white;
	text-decoration: underline;
}

.text {
	padding: 5px;
}

.box {
	margin-left: 50px; border: solid 1px blue; background-color: #E0E3F9;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px #ccc;
}

.box #availabilityForm {
	display: inline;
}

.selectTeam {
	width: 200px;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #E0E3F9; /*#DEF2E4;*/
	float: left;
}

.selectTeam a.moveListItems {
	font-size: 0.8em; color: gray;
}

#otherPlayers {
	width: 100%;
}

#otherPlayers li {
	float: left;
	list-style-position: inside;
	margin-right: 20px;
}

#otherPlayers li span.score {
	font-size: 0.8em;
}


.playersList {
	background-color: #DEF2E4;
	width: 200px;
	padding: 5px;
	float: left;
	margin: 0 0 20px 20px;
}

.sortableLists li, .sortableLists li a {
	cursor: move;
}

.sortableLists li {
	list-style-image: url("../images/skin/icons/drag_handle.png");
}

ul.inlineList li.inlineList {
	display: inline;
}

span.highlighted {
	font-weight: bold;
}

/* Front Page */

#grassBar {
	background-image: url(../images/default/grass.png);
}

/* Forum */
pre.postDetailMessage {
	font: inherit;
	color: black;
	font-size: 0.9em;
	word-wrap: break-word;
}

#squadDescriptionTrunc {
	height: 32px;
	overflow: hidden;
}

#squadDescriptionFull {
	word-wrap: break-word;
	margin: inherit;
}

.squadDescription {
	word-wrap: break-word;
	font: inherit;
	font-size: 0.8em;
	overflow: hidden;
	border: 1px solid #95D6A9;
	background-color: #F0F9F3;
	padding: 3px;
}

#columnLeft {
	width: 465px;
	margin-left: 10px;
	float: left;
}

#columnRight {
	width: 465px;
	margin-left: 10px;
	float: left;
}

#columnInfo {
	width: 210px;
	margin-left: 10px;
	float: left;
}

#columnLeft section {
	margin-bottom: 20px;
}

#columnRight section {
	margin-bottom: 20px;
}

section .sectionHeader {
	/*border: solid 1px #95D6A9;*/
	/*background-color: #70C78C;*/
	background-color: #4BB96E;
	padding: 2px 2px 2px 5px;
}


section h2.sectionHeader {
	font-size: 1.3em;
	color: white;
	font-family: 'Fugaz One', cursive;
	font-weight: 300;
}

.sectionDescription {
	border: solid 2px #95D6A9;
	/*background-color: #70C78C;*/
	padding: 2px 2px 2px 5px;
}

/* Forums */
#forums .forumName {
	font-size: 1.5em;
}

#forums .forumDescription {
	font-size: 1.2em;
}

#forums .forumSummary {
	margin-bottom: 20px;
}

.postDetail .postDetailHeader {
	border-top: 3px solid #B9E4C6; padding: 5px;
	border-left: 3px solid #B9E4C6; padding: 5px;
	border-right: 3px solid #B9E4C6; padding: 5px;
	font-size: 0.8em;
}

.postDetail .postDetailMessage {
	border-bottom: 3px solid #B9E4C6; margin: 0; padding: 5px; margin-bottom: 10px;
	border-left: 3px solid #B9E4C6; margin: 0; padding: 5px; margin-bottom: 10px;
	border-right: 3px solid #B9E4C6; margin: 0; padding: 5px; margin-bottom: 10px;
}

.postDetail .dateTime {
	float: right;
}

/* Show game page */
#displayPost .postDetail .postDetailMessage {
	background-color: #ffffcc;
}

.postDetail .postDetailMessage.importantPost {
	background-color: #fff3f3;
}

span.playerGameResultW {
	color: green;
}
span.playerGameResultD {
	color: blue;
}
span.playerGameResultL {
	color: red;
}

.featureBox {
	border: solid 3px #5D7DC0;
	background-color: #e5ecf9; /*#e0e8f6;*/
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(../images/skin/reverse_shadow.jpg);
	background-repeat:repeat-x;
	height: 90px;
}

.featureBox h3 {
	font-size: 1.2em;
	color: #3B9859;
}

article img.imgLeft {
	float: left;
	margin: 0 10px 0 0;
}

article img.imgRight {
	float: right;
	margin: 0 0 0 10px;
}

/* timeline */

.timelines {
	clear: both;
	margin: 10px 0 10px 0;
	height: 110px;
	overflow-x: auto;
	width: 100%;
}

.timelines .timeline {
	float: left;
	width: 160px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #eee;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}

.timeline.available {
	border-color: #CCFFCC;
}

.timeline.unavailable {
	border-color: #FFDDBB;
}

.timeline.dropout {
	border-color: #FFCCCC;
}


.timeline .timestamp {
	color: gray;
	font-size: 0.6em;
}

.timeline .name {
	font-size: 0.8em;
}

.timeline .status {
	font-size: 0.8em;
	text-transform:capitalize;
}

.timeline .status.available {
	color: green;
}

.timeline .status.unavailable {
	color: orange;
}

.timeline .status.dropout {
	color: red;
}

.timeline .stimulous {
	font-size: 0.6em;
	color: gray;
}

/*table.statistics {*/
/*    font-size: 1.7em;*/
/*}*/

table.statistics td {
	text-align: left;
}

table.statistics th {
	text-align: left;
}

table.statistics th.stat,
table.statistics td.stat {
	text-align: right;
	width: 50px;
}

table.statistics .player {
	text-align: left;
	max-width: 150px;
}

table.statistics .posDigit {
	width: 15px;
}

table.statistics td.stat {
    font-family: monospace;
}

table.statistics td.stat.pos {
	width: 50px;
}

table.tablesorter-default {
    /*font-size: 14px;*/
}

/*.score {*/
	/*font-family: 'Press+Start+2P', cursive;*/
/*}*/
