﻿.calendar, .dropbox, .mismatches
{
	width:98%;
	text-align:center;
}


.calendar_vacantcell
{
	border : dotted 1px silver;
	background-color : #f9f9f9;
	height:100%;
}

.mismatches
{
	width:92%;
}

.calendar_cell_draghandle, .mismatches_cell_draghandle
{
	background-image:url(images/draghandle.gif);
	background-repeat:no-repeat;
	cursor:move;
}

.calendar_cell_info
{
	background-image:url(images/infoicon.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:12px;
	height:12px;
	cursor:hand;
}

.calendar_cell_candrop
{
	background-image:url(images/smalltick.gif);
	background-repeat:no-repeat;
}

.calendar_cell_selected
{
	border-style:dashed;
	border-color:rgb(250, 1, 5);
	border-width:3px;
}

.calendar_cell_proposed
{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;	
}

.calendar_cell_teampaidbutowe
{
	background-image:url(images/orange$.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.calendar_cell_teamplayednotpaid
{
	background-image:url(images/red$.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.calendar_cell_teampaiddonotowe
{
	background-image:url(images/green$.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.dropbox
{
	width:100%;
	height:600px;
	text-align:center;
	border-style:dashed;
	border-color:rgb(250, 1, 5);
	border-width:3px;
}

.dropbox_dropzone_candrop
{
	background-color:Yellow;
}

.ScoreEntry
{
	font-size:8pt;
}

.ScoreEntry h1
{
	font-size:12pt;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

.ScoreEntry div.Form
{
	width:93%;
}

textarea.ScoreEntry
{
	width:93%;
}

.ScoreEntry div.FormRow
{
	padding-top:1px;
}

.ScoreEntry table
{
	width:100%;
}

.ScoreEntry table, .ScoreEntry table input
{
	font-size:8pt;
}

.Link
{
	text-decoration:underline;
	cursor:hand;
	color:Blue;
}

#EditGameContainer, #EditGameContainer table, #EditGameContainer input, #EditGameContainer textarea
{
	font-size:7pt;
}

.Owing
{
	background-color:Red;
}

.DropBoxDropZone
{
	height:100%;
	width: 50px;
	float:left;
	background-color:#CCCCCC;
}

.DropBoxDragZone
{
	height:100%;
	background-color:#E8E8E8;
}

.Loading
{
	background-image: url(images/loading_small.gif);
	background-repeat:no-repeat;
	width:38px;
	height:32px;
}

table.PopupPanel
{

	font-size:8pt;
}

td.Title
{
	font-weight:bold;
}

.reorderCue {
    border:dashed thin black;
    background-color:silver;
    width:100%;
    height:25px;
}

.dragHandle {
    width:10px;
    height:15px;
    background-color:Silver;
    cursor:move;
    border:thin black;
}    

.ReorderList li {
    list-style:none;
    margin:2px;
    background-repeat:repeat-x;
    color:black;
}

.ReorderListCallbackStyle {
    border:thin blue inset;		
}

.ReorderListCallbackStyle table {
    background-color:#5377A9;	
    color:Black;
}

.ReorderList li a {color:red !important; font-weight:bold;}
