﻿body
{
    background: #A2C073 url("Images/bg-gradient.png") repeat-x;
    font-family: "Segoe UI" Arial;
    font-size: 13px;
}

html>/**/body
{
    background: #AAC67E url("Images/bg-gradient.png") repeat-x;
}

h3
{
    margin-bottom: 2px;
}

#wrapper
{
    width: 980px;
    margin: -15px auto 0px auto;
}

    html>/**/body #wrapper
    {
        margin-top: 0px;
    }

    *html #wrapper
    {
        margin-top: 0px;
    }

#innerWrapper
{
    width: 100%;
    /*background: url("Images/bg-wrapper.jpg") repeat-y;*/
    display: table;
}

#upper
{
    background: url("Images/bg-header.gif") no-repeat;
    height: 90px;
}

#navigation
{
    /*background: url("Images/logo.jpg") no-repeat;*/
    height:16px;
    width: 100%;
    position: relative;
    top: 70px;
    left: 0px;
}

#navigationLeft
{
    float:left;
    height:16px;
    width:700px;    
}
#navigationRight
{
    float:right;
    text-align: right;
    height:16px;
    width:240px;
}


#topLinks
{
    text-align: right;
    color: #DDD;
    margin-bottom: 5px;
}

a.topLink
{
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
}

.topLabel
{
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
}

a.topLink:hover
{

}

#content
{
    margin-top: 0px;
    width: 980px;
    display: table;
    background-color:#688E56;
}

#footer
{
    /*background: url("Images/bg-footer.jpg") no-repeat;    */
    height: 23px;
}

.pageContent
{
    background: #B3C6AA;
    padding: 10px;
    /*min-height: 510px;*/
}

.header
{
    font-weight: bold;
    font-size: 1.4em;
    color: black;
    padding-bottom: 10px;
}

.progressBar
{
    padding-left:20px;
    color:#505050;
}

.subHeader
{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

.MapPanel
{
    float: left;
    width: 640px !important;
    height: 480px !important;
    position: relative;
}

 .leftPanel
{
    float: left;
    width: 640px !important;
    position: relative;
}

.rightPanel, #CreateFieldRightPanel
{
    float: left;
    width: 300px;
    background: White;
    border: solid 1px #777;
    margin-left: 8px;
    padding: 5px; 
}

.address-box
{
    overflow: auto;
}
 
#_resultDiv
{
    border-top: solid 1px #ccc;
    width: 100%;
}
 
 .LoginDiv
 {
     padding-top:20px;
     padding-bottom:100px;
     text-align:center;
 }
 
 .DefaultPageDiv
 {
     margin-top:20px;
     margin-bottom:100px;
     text-align:center;
     font-size:18px;
 }
 
 /* Table */
.GridTable, .ViewSiteTable
{
    border: solid 2px #B3C6AA;
    background: White;
    width: 100%;
}

.GridTable a
{ 
    color: #369;
    text-decoration: none;
}

.GridTable a:hover
{
    text-decoration: underline;
}

.GridAltRow
{
    background: #F3F6F2;
    cursor:pointer;
    cursor:hand;
}

.GridAltRow:hover
{
	background-color: #C0F6C0;
}

.GridRow
{
    background: #FFFFFF;
    cursor:pointer;
    cursor:hand; 
}

.GridRow:hover
{
	background-color: #C0F6C0;
}

.GridHeader
{
    background: #B3C6AA;
    text-align: left;
    height: 20px;
}

.SiteIDColumn
{
    width:30px;
    text-align:center;
    padding:0px 2px 0px 2px;
}

.SiteColumn
{
    padding:0px 2px 0px 2px;
}

.SiteEditColumn
{
    width:40px;
    text-align:center;
    padding:0px 2px 0px 2px;
}

.SiteDateColumn
{
    width:120px;
    text-align:center;
    padding:0px 2px 0px 2px;
}

.siteEdit
{
    padding:5px 15px 10px 5px;
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:550px;
    text-align:left;
    border: #678367 5px ridge;
}

.includeEdit
{
	padding:5px 15px 10px 5px;
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:850px;
    text-align:left;
    border: #678367 5px ridge;
    z-index:1005;
}

.siteEditLong
{
    padding:5px 15px 10px 5px;
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:900px;
    text-align:left;
}

.editControl
{
    width:450px;
}

.editControlDropDown
{
    width:455px;
}

.companyEdit
{
    padding:5px 5px 5px 5px;
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:550px;
    height:80px;
    border: #678367 5px ridge;
}

.campaignEdit
{
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:550px;
    height:280px;
    border: #678367 5px ridge;
}

.siteProperty
{
    position:absolute;
    display:none;
    background-color:#B3C6AA;
    width:750px;
    height:auto;
    border: #678367 5px ridge;	
}

a.optionsLink, .PagerStyle a:link, .PagerStyle a:visited
{
    text-decoration: none;
    margin: 5px;
    padding: 0px 4px 2px 4px;
    background: url("Images/button-off-gray.png") repeat-x;
    border: solid 1px #000;
    color: Black;
    font-size: 12px;
    display:inline-block;
    width:100px;
    text-align:center;
    vertical-align:middle;
    margin-bottom:-2px;
}

a.optionsLink:hover, .PagerStyle a:hover
{
    background: url("Images/button-on-gray.png") repeat-x;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    color: #333;
    text-decoration: none;    
}

a.optionsLinkTab, .PagerStyle a:link, .PagerStyle a:visited
{
    text-decoration: none;
    margin: 5px;
    padding: 0px 4px 2px 4px;
    background: url("Images/button_tab-off.png") repeat-x;
    border: solid 1px #DDD;
    color: #EEEEEE;
    text-decoration: none;
    font-size: 12px;
}

a.optionsLinkTab:hover, .PagerStyle a:hover
{
    background: url("Images/button_tab-on.png") repeat-x;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    color: #FFFFFF;
    text-decoration: none;    
}

.selectedLinkTab
{
	text-decoration: none;
    margin: 5px;
    padding: 0px 4px 2px 4px;
    border: solid 1px #DDD;
    text-decoration: none;
    font-size: 12px;
	background-color: #B3C6AA;
	color:#000000;
    background-image:"";
    border-color:white;
}

.PagerStyle
{
    font-weight: bold;
}

.PagerStyle a:link /* overides .PagerStyle a:link above */
{
    float: none;
    font-weight: normal;
    margin: 1px;
}

.tableLabel, .tableLabel-light, .text-label, .form-label
{
    font-weight: bold;
    color: #555;
}

.tableLabel-light
{
    color: White;
}

.tableEdit
{
    width:230px;
}

.tableRoles
{
    text-align:center;
    width:300px;
}

/* Field*/

.FieldWeather
{
    margin-bottom: 5px;
    padding: 5px;
    background: #FFE9C9;
}

/*Leagues*/
.TableDiv
{
    padding: 2px;
    background: White;
}

.ViewLeagueTableDiv
{
    background: White;
    float: left;
    padding: 5px;
    width: 630px;
}

.LeagueMap
{
    height: 255px;
    margin-bottom: 15px;
    width: 955px;
    position: relative;
    float: left;
}

/*Manage Account*/
#ManageMyLeagues, #ManageMyFields
{
    margin-bottom: 10px;
    background: White;
    border: solid 1px #777;
    padding: 5px;
    display: table;
    width: 625px;
}

.ManageOptionsLinkDiv
{
    height: 25px;
}

/* Create Field and League */
#CreateFieldLeftPanel
{
    width: 470px;
    float: left;
    position: relative;
}

#CreateFieldRightPanel
{
    width: 460px;
    text-align: center;
}

/* Direction */

.DirectionsInstructionDiv
{
}

.DirectionsInstruction
{
    max-height: 270px;
    min-height: 60px;
    overflow: auto;
    text-align: left;
    border: solid 1px #999;
}

#disclaimer
{
    margin-top:50px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: small;
}

#disclaimerLeft
{
    float:left;
    width:25%;
}
#disclaimerCenter
{
    float:left;
    width:50%;
    text-align:center;
}
#disclaimerRight
{
    float:right;
    width:25%;
    text-align:right;
}

.name
{
	font-family: Arial;
	font-size: 9pt;
	text-align: right;
}

.Controls
{
	font-family: Arial;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.table_row
{
	font-family: Arial;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	text-align: left;
	height: 20px;
	background-color: White;
}
.table_row_odd
{
	font-family: Arial;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	text-align: left;
	height: 20px;
	background-color: #F3F6F2;
}

.table_header
{
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	text-align: center;
	height: 20px;
}

/* Performance Report */
body#Reports .table_header
{
	font-family: Arial;
	font-size: 9pt;
	text-align: right;
	height: 18px;
}
body#Reports .table_header_left
{
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	height: 18px;
}
body#Reports .table_row
{
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
	height: 18px;
}
body#Reports .table_row_left
{
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	height: 18px;
}

body#Reports .link
{
	font-family: Arial;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
	height: 18px;
}

/*
SupportCenter page region.
*/

 .SCname
{
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	white-space: nowrap;
}

.SCheader
{
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

.BigName
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold; 
	vertical-align: bottom;
	height: 22px;
	text-align: center;
	width: 400px;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 0px;
	margin-left: 150px;
}

.inp, .inp1, .inp2, .inp3
{
	font-size: 8pt;
}

/*
ManageAccount page region.
*/
body#ManageAccount .MainDiv
{
}

body#ManageAccount .mainPnl
{
	text-align: left;
}

body#ManageAccount .pnl1, .pnl2
{
    width: 459px;
	
}

body#ManageAccount .inp
{
    margin-right:102px;
}

body#ManageAccount .inp2
{
    margin-right:70px;	
}

body#ManageAccount .inp1
{
	margin-right:10px;
}

body#ManageAccount .inp3
{
    margin-right:34px;
}



body#ManageAccount .name
{
	font-family: Arial;
	font-size: 9pt;
	vertical-align: bottom;
	height: 14px;
	text-align: left;
	width: 250px;
	white-space: nowrap;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 0px;
}

	
body#ManageAccount .header
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 150px;
}

td
{
    background-image:none;
}

.invalidEditValue
{
    background-color:#FFCCCC;
}