a:visited  { color:#336699; text-decoration:none }
a:active   { color:#336699; text-decoration:none }
a:link     { color:#336699; text-decoration:none }
a:hover    { color:#336699; text-decoration:none }

/* Base formatting */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
}
body, input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}
body {
	text-align: center;
	margin-top: 0pt;
  	padding-bottom: 20pt;
	background-color: #ECECEC;
	color: #4e4e4e;
	line-height: 150%;
}
p, ul, ol {
	font-size: 0.8em;
	line-height: 1.5em;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
div#content {
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align: left;
}
div#contentGames {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
textarea {
    resize: none;
}

/* Common divs Formatting */
div.pageHeaderMain {
	background-color: #A5ADBE; /* blue-purple */
	padding-top: 4px;
}
div.pageHeaderLeft {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	padding-left: 15px;
	/*padding-top: 8px;
	padding-bottom: 6px;*/
}
div.pageHeaderSub {
	background: url('/images/cellHeader.png') center repeat-x;
	text-align: right;
	color: #555555; /* dark gray */
	height: 34px;
}
div.pageHeaderSubLeft {
	float: left;
	font-size: 0.75em;
	text-align: left;
	color: #555555; /* dark gray */
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.pageHeaderSubRight {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 7px;
}
div.pageButtons {
	background-color: #F3F3F3; /* light gray */
	height: 34px;
	text-align: center;
	/*padding-top: 4px;
	padding-bottom: 4px;*/
}
.pageBackground {
	background-color: #DDDDDD;
}
.pageSpacer { /*remove later?*/
	background-color: #DDDDDD;
	height:15px;
}
div.divider {
   margin-bottom: 15pt;
	/*border-top: dotted 1px;*/
	padding-left: 10px;
}

/* Mainmenu DB Formatting */
p.mainMenuIntro {
	padding-left: 30px;
}
div.mainMenuItem {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	/*width: 300px;*/
	font-size: 1em;
	font-weight: bold;
}
div.mainMenuItem:hover, span#divLinks a:hover {
	background-color: #E1E4EA
}
.linkNormal a:hover, .linkDisagreedAdmin a:hover {
	/*background-color: #F2F8FD; light blue */
	text-decoration: underline !important;
}

/* Users DB Output formatting */
.userTitle {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: #555555; /* dark gray */
	padding-left: 10px;
}
.userHeader {
	text-align: left;
	font-weight: bold;
	color: #555555; /* dark gray */
	padding-left: 10px;
	padding-bottom: 10px;
}
.userBodyEven {
	text-align: left;
	color: #555555; /* dark gray */
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 200%;
}
.userBodyOdd {
	text-align: left;
	color: #555555; /* dark gray */
	padding-left: 10px;
	background-color: #E0E3E9; /* light blue */
	overflow: hidden;
	white-space: nowrap;
	line-height: 200%;
}
.userBodyOdd a:hover, .userBodyEven a:hover {
	text-decoration: underline;
}

/* Games DB Output formatting */
.gameHeaderH {
	text-align: right;
	font-size:  0.8em;
	font-weight: bold;
	color: #555555; /* dark gray */
	padding-right: 10px;
}
.gameHeaderA {
	text-align: left;
	font-size:  0.8em;
	font-weight: bold;
	padding-left: 10px;
	color: #555555; /* dark gray */
}
.divider {
	border-bottom: 1px solid #A5ADBE; /* blue-purple */
	padding-right: 10px;
}
.dbTable { /*remove later?*/
	border: 0px;
	background-color: #FFFFFF;
	margin-left: 30px;
	border-collapse: collapse;
}
.teamTable {
	border: 1px solid Gray;
	background-color: #F3F3F3; /* light gray */
}
.teamSubTable {
	background-color: #F3F3F3; /* light gray */
}
.dbCell {
	padding: 10px;
}
.form {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333; /* dark gray */
}
.formBox {
	font-weight: normal;
	/*vertical-align: -40%;*/
	vertical-align: -0.2em;
	color: #333333; /* dark gray */
}
.formRed {
	border: 2px solid red;
}
.formBold {
	font-weight: bold;
	color: #555555; /* dark gray */
}
.formButton {
	font-size: 12px;
	color: #333333; /* dark gray */
}
.formCenter {
	text-align: center;
	color: #555555; /* dark gray */
}
.formCenterHead {
	font-size: 1.0em;
	text-align: center;
	color: #555555; /* dark gray */
}
.formError {
	/* font-size: 0.75em; */
	color: red;
	font-weight: bold;
}
.formHead {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #CDCBDA; /* blue-purple */
	color: #555555; /* dark gray */
	padding-top: 5px;
	padding-bottom: 5px;
}
.formHeadTeam {
	font-size: 0.9em;
	font-weight: bold;
	color: #555555; /* dark gray */
}
.formHeadPlain {
	font-size: 0.7em;
	font-family: Vedana, Arial, Helvetica, sans-serif;
	background-color: #CDCBDA; /* blue-purple */
}
/*.formSelector {
	font-weight: normal;
	color: #333333; dark gray
	height: 25px;
}*/
.modifyError {
	font-size: 1.0em;
	font-weight: bold;
	background-color:  #F3F3F3; /* light gray */
	color: #555555; /* dark gray */
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.cellBold {
	font-weight: bold;
}
.teamPendingH, .teamPendingAdminH {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: right;
	padding-right: 10px;
	background-color: #F3F3F3; /* light gray */
}
.teamPendingA, .teamPendingAdminA {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: left;
	padding-left: 10px;
	background-color: #F3F3F3; /* light gray */
}
.teamReportedH {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: right;
	padding-right: 10px;
	background-color: #D4D4D4; /* medium gray */
}
.teamReportedA {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: left;
	padding-left: 10px;
	background-color: #F3F3F3; /* light gray */
}
.teamReportedAdminA {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: left;
	padding-left: 10px;
	background-color: #D4D4D4; /* medium gray */
}
.teamReportedAdminH {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: right;
	padding-right: 10px;
	background-color: #D4D4D4; /* medium gray */
}
.teamApprovedAdminA {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: left;
	padding-left: 10px;
	background-color: #C1E6AC; /* medium green */
}
.teamApprovedAdminH {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: right;
	padding-right: 10px;
	background-color: #C1E6AC; /* medium green */
}
.scorePending {
	/*font-size: 8pt;*/
	font-weight: normal;
	color: #333333; /* dark gray */
	text-align: center;
	background-color: #F3F3F3; /* light gray */
}
.scoreReported, .scoreReportedAdmin {
	/*font-size: 8pt;*/
	font-weight: normal;
	text-align: center;
	color: #333333; /* dark gray */
	background-color: #D4D4D4; /* medium gray */
}
.scoreApprovedAdmin {
	/*font-size: 8pt;*/
	font-weight: normal;
	text-align: center;
	color: #333333; /* dark gray */
	background-color: #C1E6AC; /* medium green */
}
.dateShaded {
	/*font-size: 8pt;*/
	font-weight: normal;
	text-align: center;
	height: 20;
	color: #333333; /* dark gray */
	background-color: #F2F8FD; /* light blue */
}
.linkDisagreedAdmin {	
	font-weight: bold;
	color: red;
}
.linkNormal {
	color:#336699;
	text-decoration:none;
	font-weight: bold;
}
.forfeitCell {
	font-size: 0.75em;
	font-weight: bold;
	color: red;
	vertical-align: 10%;
	padding-right: 6px;
	padding-left: 6px;
}
.popup
{
	color: #9F141A;
	cursor: help;
	text-decoration: none;
	padding-left: 2px;
}

/* Rosters DB Output formatting */
.rosterTitle {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: #555555; /* dark gray */
	padding-left: 10px;
}
.teamHeader {
	text-align: left;
	font-weight: bold;
	color: #555555; /* dark gray */
	padding-left: 10px;
	padding-bottom: 10px;
}
.teamBodyEven {
	text-align: left;
	color: #555555; /* dark gray */
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 200%;
}
.teamBodyOdd {
	text-align: left;
	color: #555555; /* dark gray */
	padding-left: 10px;
	background-color: #F2F8FD; /* light blue */
	overflow: hidden;
	white-space: nowrap;
	line-height: 200%;
}
.form_indent {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333; /* dark gray */
	padding-left: 20px;
}
.section {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333; /* dark gray */
	background-color: #D4D4D4; /* medium gray */
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;} 
