﻿body 
{
	font-size: 12px;
    color: #99ff66;
    font-family: Arial;
}
.ErrorMsg
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	background-color: red;
	border-right: red 10px solid;
	border-left: red 10px solid;
}

.GreenHeader1
{
        font-size: 16px;
	color: #6aa71d;
	font-family: Arial;
	font-weight:bold;
    }
    
    .GreenHeader2
{
	font-weight:bold;
        font-size: 14px;
	color: #6aa71d;
	font-family: Arial;
    }
    
    .GreenHeader3
{
	font-weight:bold;
        font-size: 12px;
	color: #6aa71d;
	font-family: Arial;
    }
    
    .GreenHeader4
{
        font-size: 12px;
	color: #6aa71d;
	font-family: Arial;
    }
    
.SmallGreenText
{
	font-size: 12px;
	color: #6aa71d;
	font-family: Arial;
}
	
.EventHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
}
	
.HeaderMainText
{
	font-weight: bold;
	font-size: 14px;
	color: #00cc00;
	font-family: arial;
}
	
.modalProgressGreyBackground {
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.6;
}
/*Grid Styles */
.AlternateRowStyle
{
    font-size: 12px;
    color: #ffffff;
    font-family: arial;
    background-color: #339933;
}
.RowStyle
{
    font-size: 12px;
    color: #ffffff;
    font-family: arial;
    background-color: #206a33;
}

.GridHeader
{
    font-size: 12px;
    color: #ffffff;
    font-family: arial;
    background-color: #117911;
}
.SnapBackground
{
	background-position: left top;
	background-image: url(../../App_Themes/Green/Images/main_page_back.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

.MainPageBackground
{
	background-repeat: no-repeat;
    background-image: url(../../App_Themes/Green/Images/main_page_back_OL.jpg);
}
	
.SuccessMsg
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	background-color: gold;
	border-right: gold 10px solid;
	border-left: gold 10px solid;
}

.LeftBackgroundMain
{
    background-image: url(../../App_Themes/Green/Images/GolfLeft.jpg);
    background-repeat: no-repeat;
}
.FlatTextBox
{
    border-right: 1px inset;
    border-top: 1px inset;
    border-left: 1px inset;
    border-bottom: 1px inset;
}
.LeftBackground
{
    background-image: url(../../App_Themes/Green/Images/glofLeftbackground.gif);
    background-repeat: repeat-y;
}

.FooterBackground
{
    background-image: url(../../App_Themes/Green/Images/bottomBackground.gif);
}
.RightBackground 
{
    background-image: url(../../App_Themes/Green/Images/rightbackground.gif);
    
    }
.HeaderBackground
{
    background-image: url(../../App_Themes/Green/Images/golfTopbackground.gif);
}
.LeftMenuTextOne
{
    font-size: 12px;
    color: #99ff66;
    font-family: Arial;
    text-indent: 10px;
    height: 20px;
    text-align: right;
    text-decoration:none;
    border-bottom: #66cc33 1px dotted;
}

.PopDiv
{
	border-right: #00cc00 2px solid;
	border-top: #00cc00 2px solid;
	font-size: 12px;
	border-left: #00cc00 2px solid;
	color: #ffffff;
	border-bottom: #00cc00 2px solid;
	font-family: Arial;
	background-color: #000000;
	position: absolute; 
	top: 200px; 
	left: 300px;
}

.BigGreenText
{
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	font-family: Arial;
}
.Footer
{
	opacity: .2;
	moz-opacity:.2;	
	filter:alpha(opacity=20);
	border-top: #33cc00 1px solid;
	border-bottom: #33cc00 1px solid;
	background-color: #000000;
}

.NormalImage
{
	border-top: #33cc00 1px solid;
	border-bottom: #33cc00 1px solid;
	background-color: #0a6b0e;
}

.HighlightImage
{
	opacity: .2;
	moz-opacity:.2;	
	filter:alpha(opacity=20);
	border-top: #33cc00 1px solid;
	border-bottom: #33cc00 1px solid;
	background-color: #000000;
}

.UnHightlightImage
{
		opacity: .9;
	moz-opacity:.9;	
	filter:alpha(opacity=100);
	border-top: #33cc00 1px solid;
	border-bottom: #33cc00 1px solid;
	background-color: #000000;
	}
	
.NormalWhiteText
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	}
	
	.NormalText
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	}
	
	.MainHeader
{
	font-size: 15px;
	color: #33cc00;
	font-family: Arial;
	font-weight: bold;
}
a:link
{font-size: 12px;
	color: #ffffff;
	font-family: Arial;
    }