﻿table.gridtable a:hover
{
	text-decoration: none;
}

table.gridtable td.plus
{
	font-size: large;
	font-weight: bolder;
	color: #9BC500;
}

table.gridtable td.links
{
	width: 70px;
}

table.gridtable thead tr
{
	background-image: url(/images/th_back.jpg);
	background-repeat: repeat-x;
}

table.gridtable thead tr td
{
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	color: #ffffff;
}

table.gridtable thead tr td.externalSortButton
{
	cursor: pointer;
}

table.gridtable thead tr th.volumeIndex
{
	width: 40px;
}

table.gridtable thead tr th.tip
{
	width: 40px;
}


.auth a
{
	color: #FFF;
	text-decoration: none;
}

.auth div
{
	color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 25px;
}

.auth a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.auth
{
	float: left;
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	width: 291px;
	height: 93px;
	margin-bottom: 19px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 30px;
}

input
{
	width: 150px;
	margin-bottom: 6px;
}

.authsub input
{
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}


.table_top_button a, .table_top_button a:hover
{
	/*display: block;*/
	color: #fff;
	text-decoration: none;
}

.table_top_update
{
	text-align: center;
}

.headingFree
{
	background-image: url(/images/heading1.png);
	background-repeat: no-repeat;
	display: block;
	width: 900px;
	margin-top: 10px;
	height: 45px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

/* FORMS STYLES */

.form div p
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #929293;
}
.form legend
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 6px;
	color: #4A4A42;
}
.form label, .form p
{
	font-weight: bold;
	float: left;
	text-align: right;
	width: 120px;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	color: #4A4A42;
}

.form .heading
{
	float: none;
	text-align: center;
	width: 400px;
	font-size: large;
}

.form select, .form input
{
	font-size: 12px;
	width: 350px;
	height: 25px;
	border: 1px solid #87857F;
	padding: 0px;
	padding-left: 15px;
	padding-top: 6px;
}

.form textarea
{
	font-size: 12px;
	width: 350px;
	height: 60px;
	border: 1px solid #87857F;
	padding-left: 15px;
}


.form fieldset
{
	width: auto;
	border: 1px solid #87857F;
	padding-left: 10px;
	padding-left: 10px;
	height: 400px;
}

.cellbg_red1
{
	background-color: #f2cbd4;
}
.cellbg_red2
{
	background-color: #faafc1;
}
.cellbg_red3
{
	background-color: #ff93ad;
}

.cellbg_green1
{
	background-color: #dee6d2;
}
.cellbg_green2
{
	background-color: #d4e4bc;
}
.cellbg_green3
{
	background-color: #cae1a6;
}

.pick
{
	font-weight: bolder;
}

.icon_up
{
	padding: 0px;
	background-image: url(/images/icon_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
}

.icon_down
{
	padding: 0px;
	background-image: url(/images/icon_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
}

.icon_stats
{
	background-image: url(/images/icon_stats.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
	width: 35px;
	float: left;
	text-decoration: none;
}

.icon_game
{
	background-image: url(/images/icon_game.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
	width: 35px;
	float: right;
	text-decoration: none;
}


/** Boxes **/

.sort_by_box_custom
{
	background-image: url(/images/sort_by_box.png);
	background-repeat: no-repeat;
	width: 679px;
	height: 95px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

.date_box_custom
{
	background-image: url(/images/date_box.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 95px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

.sort_by_box_custom li, .date_box_custom li
{
	float: left;
	font-weight: normal;
	background-image: none;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.sort_by_box_custom li
{
	width: 225px;
}

.date_box_custom li
{
	width: 95px;
}

.sort_by_box_custom a, .date_box_custom a
{
	display: block;
	float: left;
	padding-left: 10px;
	height: 30px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
}

.sort_by_box_custom a
{
	width: 210px;
}

.date_box_custom a
{
	width: 80px;
}

.sort_by_box_custom a:hover, .sort_by_box_custom a.selected, .date_box_custom a:hover, .date_box_custom a.selected
{
	text-decoration: none;
	background-repeat: no-repeat;
	color: #fff;
}

.sort_by_box_custom a:hover, .sort_by_box_custom a.selected
{
	background-image: url(/images/button_big.png);
}

.date_box_custom a:hover, .date_box_custom a.selected
{
	background-image: url(/images/button_small.png);
}

.cellbg_blue1
{
	background-color: #B4D6FE;
}
.cellbg_blue2
{
	background-color: #0099FF;
	color: #FFFFFF;
	font-weight: bold;
}
.cellbg_blue3
{
	background-color: #0061C1;
	color: #FFFFFF;
	font-weight: bold;
}

.cellbg_red1
{
	background-color: #FFE273;
}
.cellbg_red2
{
	background-color: #FB7D00;
	color: #FFFFFF;
	font-weight: bold;
}
.cellbg_red3
{
	background-color: #EA0000;
	color: #FFFFFF;
	font-weight: bold;
}

.cellbg_green1
{
	background-color: #A7E860;
}
.cellbg_green2
{
	background-color: #66B50F;
	color: #FFFFFF;
	font-weight: bold;
}
.cellbg_green3
{
	background-color: #008800;
	color: #FFFFFF;
	font-weight: bold;
}

.cellbg_pink1
{
	background-color: #EED0E3;
	font-weight: bold;
}
.cellbg_pink2
{
	background-color: #E4B8D6;
	font-weight: bold;
}
.cellbg_pink3
{
	background-color: #D288BA;
	color: #FFFFFF;
	font-weight: bold;
}

form.signupsms label
{
	display: table-cell;
	width: 130px;
}

form.signupsms input
{
	display: table-cell;
	width: 130px;
}