body {
  font: 14px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
	background-color: white;
}
body.rugby {
  background-image : url(../images/rugby.jpg);
	background-position : center;
	background-repeat : no-repeat;
}

/* ========================= 
  Headers and Footers
========================== */

#topHeader
{
  background: url(../images/logo_itsourdateXS.jpg) no-repeat;
	font-size: 40px;
  color: white;
	background-color: rgb(192,192,192); /* #bbbbff;*/
	
  padding: 15px 0 0 150px; 
	margin-top: 0px;
	height:69px; /*84px -15 of padding, if not difference between firefox and IE */
}
#topHeaderRugby
{
  background: url(../images/herb.bmp) repeat;
	height:75px;
}
#logoHeader
{
  margin: 0 10px 0 20px;
}
#textHeader
{
  font-size: 40px;
  color: white;
  float:right;
  padding: 20px 160px 0 0;
}

.header
{
	font-size: 14px;
	color: white;
}
.floatRight {
	float: right;
}
.textRight {
	text-align: right;
}
.menuspan {
  margin-left:20px;
 /*margin-right:30px;*/
}
#bottomTop
{
	background-color: rgb(150,150,150); 
	padding: 6px 60px 6px 0;
}
#bottomTopUser
{
	background-color: #c5e1a8; /*#99cc66; *//*#DAF198; */ /*rgb(255,80,80);*/
	padding: 6px 60px 6px 0;
}
/*
#footer
{
	background-color: #666;
  padding: 2px 30px 2px 0;
}*/
#footerTop
{
  text-align: left;
	background-color: #666;
  padding: 2px 30px 2px 30px;
  
  font-style: italic;
  color: #ffffff;
  text-shadow: 2px 2px 2px #090909;
}
.header a {
  text-decoration: none;
  color: #ffffff;
}
.firstDecal {
  padding-left: 20px;  
}
.secondDecal {
  padding-left: 20px;
}
.thirdDecal {
  padding-left: 200px;
}
.showUp {
  font-weight: bold;
  padding: 0 6px 0 6px;
}
.smallFont {
  font-size: 12px;
}

#redirectSport {
  cursor:pointer;
  background: url(/itsourdate/images/herb.bmp) repeat; 
  height:75px; 
  width:220px;
}
.redirectSportText {
  float:right;
  padding: 20px 6px 0 6px;
  font-size: 14px;
  color: white; 
  font-weight: bold; 
}

/* ========================= 
  Main divs
========================== */

#content {
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 0;
}

#leftToFill {
  float: left;
  width: 120px;
  height: 400px;
  margin: 10px 0 0 10px;
}

#advertisement {
  float: left;
  width: 120px;
  height: 600px;
  margin: 20px 0 0 10px; 
  background-color: #EEE;
  /*background: url(../images/pub/advertisement.jpg) no-repeat;*/
}
#advertisement2 {
  float: left;
  width: 300px;
  height: 250px;
  margin: 20px 0 0 10px; 
  background-color: #EEE;
  /*background: url(../images/pub/advertisement.jpg) no-repeat;*/
}

.breakDiv {
  height: 6px; 
  width: 100%;
  clear: both;
}
.largeBreakDiv {
  height: 20px; 
  width: 100%;
  clear: both;
}
.banner {
  background:#f0f0f0;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
  text-align: center;
}

.text {
 text-align: justify;
 color: #666;
 background: #f0f0f0;
 padding: 10px 10px 10px 10px;  
}
.textCenter {
 text-align: center;
 color: #666;
 background: #f0f0f0;
 padding: 10px 10px 10px 10px;  
}
.textnoJustify {
 color: #666;
 background: #f0f0f0;
 padding: 10px 10px 10px 10px;  
}

.columnTight {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.column {
  float: left;
  padding: 0 8px 0 8px;
  margin: 20px 0 0 10px;
}
.oneColumn150 { width: 150px; }
.oneColumn165 { width: 165px; }
.oneColumn220 { width: 220px; }
.oneColumn300 { width: 300px; }
.oneColumn360 { width: 360px; }
.oneColumn400 { width: 400px; }
.oneColumn440 { width: 440px; }
.oneColumn480 { width: 480px; }
.oneColumn500 { width: 500px; }
.oneColumn600 { width: 600px; }
.oneColumn630 { width: 630px; }
.oneColumn650 { width: 650px; }
.oneColumn700 { width: 700px; }
.oneColumn740 { width: 740px; }
.oneColumn800 { width: 800px; }
.oneColumn870 { width: 870px; }
.oneColumn900 { width: 900px;  overflow: auto; }

.lightGrey { background-color: #DDD; }

.selectionContainer {
  width: 350px;
  height: 262px;
  float:left;
  position: relative; 
  overflow: auto; 
  
  border:1px solid #777777; /*#963;*/
  
	padding: 0; 
	margin: auto;
	background-color: white;
}
.infoBoxEligible {
  width: 350px;
  height: 38px;
  float:left;
  position: relative; 
  overflow: auto; 

	padding: 0; 
	margin-top:0px;
	margin-bottom:10px;
}
#infoBoxPlayers {
  margin: 2px 0 0 10px;
}
/* ========================= 
  Tables
========================== */
tr.hidden {display: none;}
td.nowrap {white-space:nowrap;}

table.collapse {
  border-collapse:collapse; 
}
table.pretty {
  width: 100%; 
  font-size: 12px;
}
table.pretty a:link, table.pretty a:visited, table.pretty a:hover {
  padding: .4em;
  display: block;
  border: 0px none;
  color: #339; 
}
table.pretty a:hover {
  color: #000;
  background: #dddddd; 
  margin-bottom: 2px;
}

table.pretty thead {
  background: #f0f0f0; 
}
table.pretty thead th, table.pretty thead td {
  font-size: 120%;
  font-weight: bold;
  color: #777;
  padding: .5em; 
}
table.pretty thead th.freshness {
  font-size: 90%; 
}
table.pretty tbody th, table.pretty tbody td {
  padding: .4em 6px .0em;
  color: #444; 
}
table.pretty tbody th.freshness, table.pretty tbody td.freshness {
  font-size: 95%;
  color: #666; 
}
table.pretty tbody td.middleAlign {
  vertical-align:middle; 
}
table.pretty tbody td.topAlign {
  vertical-align:top; 
}
table.pretty td.rightSide {
  text-align: right;
}
table.pretty td.leftSide {
  text-align: left;
}
table.pretty th.leftSide {
  text-align: left;
}
table.pretty td.centerHorizontal {
  text-align: center;
}
table.pretty td.narrow {
  width: 20px;
  padding: .4em 2px .0em 2px;
}
table.pretty td.higher {
  padding: 1.5em 6px 1em 8px;
}
table.pretty td.littleHigher {
  padding: 0.8em 6px 0.4em 8px;
}
table.pretty td.muchHigher {
  padding: 3em 6px 0.4em 8px;
}
table.pretty td.higherBottom {
  padding: .4em 6px 0.8em;
}

table.pretty tbody tr {
  background: #f3f3f3;
}
table.pretty tr.alternateRow td {
  background-color: rgb(180, 180, 180);  /*#e0e0e0;*/
}
table.pretty tbody td.inverse {
  background-color: rgb(180, 180, 180);
  color: white;
}
table.pretty tr.canceledRow td {
	text-decoration: line-through;
	background: #666;/* rgb(128,0,0); #C96; rgb(215,215,215); #ededff; #f3f3f3; */ 
	color: white; 
}
table.pretty td.canceled {
	text-decoration: line-through;
}

table.pretty tbody tr.even th, table.pretty tbody tr.even td {
  background: #fafafa; 
}
table.pretty.purple thead {
  background: #ededff; 
}
table.pretty span {
  margin-right: 20px;
}

table.prettyWhite tbody tr { 
  background: white; 
}
table.prettyWhite thead {
  background: white; 
}
/* ========================= 
  Legends or Miscellaneous
========================== */
.indicLegend 
{
	font-weight: normal; 
	font-size: 12px; 
	text-transform: none; 
	color: #800000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none
}

.legendSmall
{
  font-size: 10px; 
}

.indicLegend2
{
	font-weight: normal; 
	font-size: 14px; 
	color: #800000; 
	font-family: Arial; 
	margin: 15px 0 0 0;
}

.indicLegend2Bold
{
	font-weight: bold; 
	font-size: 14px; 
	color: #800000; 
	font-family: Arial; 
	margin: 15px 0 0 0;
}

.indicLegend2_OK
{
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(0,128,0);
	font-family: Arial; 
	margin: 15px 0 0 0;
}

.errorBold
{
	background-color: white;
	color: #800000; 
	
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial; 
	padding: 10px 15px 10px 15px;
}

.indicInfo
{
	font-weight: bold;
	font-style: italic;
	color: #440066;
}

.asterisk 
{
	font-weight: normal; 
	font-size: 16px; 
	margin: .3em 0 0 8px; 
}

.pointer 
{
  cursor:pointer;
}
/*
.linkSubmitBorder {
  background-color: transparent; 
  color: #339;
  font-weight: bold;
  margin:4px 0 6px 0;
  
	border-left: 1px solid  #bbbbff;
  border-top: 2px solid #bbbbff;
	border-right: 1px solid  #bbbbff;
	border-bottom: 2px solid #bbbbff;
}
.linkSubmitHalfBorder {
  background-color: transparent; 
  color: #339;
  font-weight: bold;
  margin:4px 0 6px 0;
  
  border-left: 0;
  border-top:0;
	border-right: 1px solid  #bbbbff;
	border-bottom: 2px solid #bbbbff;
}
*/
.linkSubmit {
  background-color: transparent; 
  color: #339;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
  margin:4px 0 6px 0;
  border:0;
}
a.submit {
  text-decoration:none;
  color: #339;
  font-weight: bold;
}

/* bottom margin should not be useful but vertical-aligne does not work */
.spinner img { vertical-align:middle; margin: 0 10px 6px 0 }

a.command {
  font-size: .8333em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial,helvetica,sans-serif;
  border: none;
  color: #444444; 
}
a.command:hover {
  color: #222222; 
}

/*
* Yes : green, No : red, Possible : Grey
*/
/* ========================= 
  Answers : Yes : green, No : red, Possible : Grey
========================== */
table.pretty td.itsourdate
{
	width: 80px;
	text-align: center;
}
table.pretty td.schedule
{
	background-color: white;
	color: #222;
	font-weight: bold;
}
table.pretty td.yes
{
	width: 80px;
	background-color: rgb(0,128,0);
	color: white;
	text-align: center;
}
table.pretty td.no
{
	width: 80px;
	background-color: rgb(128,0,0);
	color: white;
	text-align: center;
}
table.pretty td.possible
{
	width: 80px;
	background-color: rgb(128,128,128);
	color: white;
	text-align: center;
}
table.pretty td.void
{
	width: 80px;
}

option.yes
{
  color:white; 
  background-color:#008000;
}
option.no 
{
  color:white; 
  background-color:#800000;
}
option.possible 
{
  color:white; 
  background-color:#808080;
}
.inputField 
{
  background-color:#FFFFDD;
}
/* ========================= 
  Gallery
========================== */

.gallery {
  padding:5px;
  margin:2px 2px 20px;
  max-height:300px;
  overflow:auto;
  background-color:#c5e1a8;
}
.gallery div {position:relative}
.gallery img {
  vertical-align:top;
  margin-right:10px;
}
.gallery .overlay {
  position:absolute;
}
.gallery .overlay a, .gallery .overlay input {
  position:relative;
  left:-20px
}
.gallery .overlay img {
  height:16px;
  width:16px;
  border:none;
}
.gallery .block {
  display:inline-block;
  vertical-align:top;
}
.gallery .thumb {
  display:inline-block;
  width:160px;
  margin:5px;
  color:black;
  text-align:center;
	padding:3px;
  background:white;
  text-decoration:none;
  border:2px solid white;
}

.gallery .thumb:hover {
  background: #666;
  border:2px solid #666;
  color:white;
}

.gallery .selected, .gallery .selected:hover {
  border:2px solid #CC2958;
}

h3 {
  background-color:#DAF198;
  color:#777777;
  font-weight:bold;
  margin:5px 0px;
  font-size:100%;
  text-align:center;
}