﻿body 
{
    position: relative; 
}
td
{
	font-size: 80%;
	font-family: Arial, Verdana;
	color: #3e3e3e;
}
.PageTitle
{
	font-weight: bold;
	font-size: 110%;
}
.ContentTitle
{
	color: #4b4b4b;
	font-weight: bold;
}

.CourtTable
{
	border-style: solid;
	border-width: 1px;
	width: 600px;
	background-color: #AECAE8;
	border-color: #8c8c8c;
	border-collapse: collapse;
}

.CourtTableHeader
{
	border-style: solid;
	border-width: 1px;
	border-color: #8c8c8c;
	background-color: #AECAE8;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.CourtTableRow
{
	border-style: solid;
	border-width: 1px;
	border-color: #8c8c8c;
	background:  url("images/lightGradient.jpg");
	background-repeat: repeat-x;
	background-color: #FCFCEC;
	padding: 5px;
	vertical-align: top;
}

.CourtTableRowHighlight
{
	border-style: solid;
	border-width: 1px;
	border-color: #8c8c8c;
	background:  url("images/lightGradient2.jpg");
	background-repeat: repeat-x;
	background-color: #F2F7FC;
	padding: 5px;
	vertical-align: top;
}


.left_menu_header
{
	color: #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	font-weight: bold;
}
A.left_menu:link {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
}
A.left_menu:visited {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
}
A.left_menu:hover { 
	color:#414141;
	text-decoration : none; 
		
}
A.title_link:link {
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.title_link:visited {
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.title_link:hover { 
	color:#FFFFFF;
	text-decoration : underline; 
		
}
.title
{
	color:#FFFFFF;
	font-weight:bold;
}
.bread:link {
	color: #FFFFFF;
	text-decoration : none;
}
.bread:visited {
	color: #FFFFFF;
	text-decoration : none;
}
.bread:hover { 
	color: #FFFFFF;
	text-decoration : none;
		
}
.breadPath
{
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-decoration : none;
}
.SearchButton
{
	color: #FFFFFF;
}
.NavOnMouseOver
{
	background-color :  #E4E5EE;
}

.NavOnMouseOut
{
	background-color :  #F0F0F0;
}
.NavOnMouseOver1
{
	background-color :  #DBDBDB;	
}

.NavOnMouseOut1
{
	background-color :  #ECECEC;	
}
.NavRow
{
	padding-left: 4px;
}
.NavTitle
{
	font-size: 90%;
	font-weight:bold;
	color: #5E5E5E;
	font-family: Arial;
	background-color: #E4E5EE;
}
.NavLine
{
	color : #808080;
}

.ContentText
{
	font-family : Verdana;
	font-size : xx-small;
	color : #4b4b4b;
	font-weight : bold;	
}

.CurrentEventDate
{
	font-family: Verdana, Arial;
	font-size: 65%;
}

.StarAdult
{
	color: #000000;
}

.StarBox
{
	border: solid 1px #000000;
	background-color: #FFFFEF;
	padding: 4px 4px 4px 4px;
}

.StarMenu
{
	border: solid 1px #000000;
	background-color: #FFFFEF;
	font-weight: bold;
}

.JuryBankCategory
{
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

A.EricCloset:link {
	color: #ffffff;
	text-decoration : none;
}
A.EricCloset:visited {
	color: #ffffff;
	text-decoration : none;
}
A.EricCloset:hover { 
	color:#ffffff;
	text-decoration : none; 
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}

.tsDisabled 
{
    background: silver !important; 
    cursor: not-allowed;
}  

.tsDisabled.rsAptCreate 
{ 
    background: silver !important;    
}


.lables
{
    display: block; 
    margin-bottom: 5px;
    margin-top: 10px; 
}

        
.uncontestedDate
{
    display: block; 
    background: #fff; 
    color: #06A7BD;
    border: 2px solid #06A7BD;  
    padding: 5px;  
    text-align: center;
    font-size: 1.3em;
}
        

#dwndWrapper {
    height: 50px;
    background-position: left;
    background-repeat: no-repeat;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#000000;
	padding:3px;
}
