﻿
/**********************    Layout         ***************************************************************************/

.mainSection
{
    width:100%;
}

    .headerSection IMG
    {
        width:100%;
    }

.headerSection .courtName
{
    font-size:1.5em;
    top: -80px;
}
   

.stepbuttonSection .stepButton
{        
    font-size: 0.8em;            
}       

.stripe
{                
    margin-bottom:0;
}

  
/**********************    Layout         ***************************************************************************/



/**********************    Basic Classes         ***************************************************************************/

.button
{
    padding: 3px 3px 3px 3px;
}

.halfSection
{
    float:left;    
    width:45%;    
    margin:0 1px 0 1px;
    padding:8px 4px 8px 8px;

    border-style:solid;
    border-width:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;        

    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none; 
}



/**********************    Basic Classes         ***************************************************************************/




/**********************    Col Classes          ***************************************************************************/

.entryNameCol
{    
    width: 120px;    
}

.entryValueCol
{        
    width: 150px;
}

.col
{
    width:150px;
}

.colValue
{
    margin-bottom:0.25em;
}

    .icon INPUT[type="text"], .icon SELECT
    {
        width:80%;
    }

.entryValue IMG[src="Images/searchIcon.gif"]
{
    vertical-align:middle;
    width:30px;
}

/**********************    Col Classes          ***************************************************************************/

















/**********************    Search Results         ***************************************************************************/




/**********************    Search Results         ***************************************************************************/








/**********************    pop up         ***************************************************************************/


.white_content {
	display: none;
	position: fixed;
	top: 12%;
    height: 76%;

	left: 12%;
	width: 76%;
	
	padding: 6px;
	border: 1px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
