/*TMR Layout Style*/	
body {
	background-image: URL('images/bg.jpg');
	margin:0;
	font-family: verdana, arial;
	font-size: 15px;
}

img {
border: 0;
}

#topbarouterwrapper {
	background-color:#7383d0;
	height:16px;
}
#topbarwrapper {
	width:1005px;
	margin:0 auto;
	height:16px;
}
#topbarleft {
	float:left;
	width: 800px;
	height:16px;
}
#topbarright {
	text-align:right;
	float:right;
	width: 205px;
	height:16px;
}
#wrapper {
	width:1005px;
	margin:0 auto;
	background-color:#e0e0e0;
}

#bannerwrapper {
	margin:0 auto;
}

#bannerleft {
	width:277px;
	height: 90px;
	text-align: center;
	float:left;
	background-color:#7383d0;
}

#bannerright {
	width:728px;
	height: 90px;
	float:right;
	background-color:#7383d0;
}
.clear {
	clear:both;
}

#colwrapper {
	height:100%;
}

#leftcol {
	background-color:#7383d0;
	float:left;
	width:160px;
	overflow:hidden;
}

#rightcolwrapper {
	float:right;
	width:845px;
}

#search {
	background-image: URL('images/searchbar.jpg');
	height: 20px;
	padding: 0px;
}

#lettersel {
	background-image: URL('images/lettersel.jpg');
	height: 20px;
	padding: 0px;
	word-spacing: 1.9px
}

#content {
	background-color:#e0e0e0;
}

#footer {
	text-align:center;
	font-family: verdana;
	font-size: 10px;
}

input {
	vertical-align: top;
	padding: 0px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #7383d0;
	font-size: 0.9em;
}

select {
	vertical-align: top;
	padding: 0px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #7383d0;
	font-size: 0.8em;
}

button {

	vertical-align: top;
   font-size:13px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#ffffff;
   width:80px;
   background-color:#7383d0;
   border-style:solid;
   border-color:#6171be;
   border-width:1px;
}

/*table stuff*/
td.icontext {
	height: 150px;
	width: 120px;
	border: 0;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

/* Regular table containing games / sheets */
table.gametable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	font-size:13px;
	text-align: left;
}
table.gametable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
} 

table.gametable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
}

/* Titlebar for the game table*/
.titlebar tr td {
	color: #E0E0E0;
	font-weight: bold;
}

/* Regular selection for the game / sheet tables */ 
.sheettext tr td {
    background-color: #6171be;
} 

/* Game icons for the category page */
.gameicons {
 	font-size:13px; 
	text-align: left;   
}

.gameicons img {
	border: 0;
}

table.gameicons tr td {
	width: 33%;
	text-align: center;
}

/* Table Stuff*/
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

.update {
	font-size:10px;
	border-width: 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	text-align: left;	
	background-color: #000000;
}

.updatecell {
	background-color: #E0E0E0;
}

.updatecell img {
	border: 0;
}

.header {
	background-color:#6171be;
}

.subheader {
	background-color:#7282cf;
}

.subheader2 {
	background-color:#7282cf;
	width: 50%;
}

td.avatar {
	background-color:#6171be;
	width: 150px;
	text-align: center;
}

td.avatar img {
	display: block;
}

/* Content table */
.sheet tr {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.sheet tr img{
	border: 0;
}
/* Regular table containing games / sheets */
table.gametable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	font-size:13px;
	text-align: left;
}

table.gametable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
} 

table.gametable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
}

/* Titlebar for the game table*/
.titlebar tr td {
	background-color: #6171be;
	color: #E0E0E0;
	font-weight: bold;
}

/* Regular selection for the game / sheet tables */ 
.sheettext tr td {
    background-color: #7282cf;
} 

/* Game icons for the category page */
.gameicons {
 	font-size:13px; 
	text-align: left;   
}

.gameicons img {
	border: 0;
}

table.gameicons tr td {
	width: 33%;
	text-align: center;
}

/* Sheet icons for the game page */
.sheeticons {
	font-size:13px; 
	text-align: left;
}

.sheeticons img {
	border: 0;
}

/* Navbar (letters) */
.navbar {
	background-color:#6070bd;
	height: 15px;
	font-size:13px;
	color: #E0E0E0;
}

.navbar a {
	color: #E0E0E0;
}
