﻿h1 
{
	margin-left: 10px;
}


.CalendarControl
{
    background-color: white;
    width: 225px;
    height: 185px;
    vertical-align: top;
}


.WeekendStyle
{
    background-color: #CFEBA7;
    font-weight: bold;
}

.OtherMonthDayStyle
{
    background-color: white;
    color: #A0D750;
}

.TitleStyle
{
    background-color: transparent;
    background-image: url(/images/calendar/title_background.gif);
    background-repeat: no-repeat;
    height: 35px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    display: none;
}

.TitleStyle td
{
    height: 55px;
}

.NextPrevStyle
{
    height: 55px;
}

.DayStyle
{
    background-color: #E7F5D3;
    height: 25px;
    width: 25px;
    font-weight: bold;
    color: #00A000;
}

.EventOnThatDay
{
    background-color: #D7FF00;
    height: 25px;
    width: 25px;
    font-weight: bold;
    color: #00A000;
}

#taskHolder
{
    width: 176px;
    height: 357px;
    float: left;
    background-image: url(/images/calendar/tasks_background.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#calendarHolderDiv
{
    float: left;
    
    width: 360px;
    border: none;
    height: 353px;
    background-color: White;
    background-image: url(/images/calendar/calendar_background.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

#calInnerHolder
{
    width: 249px;
    margin: 47px auto auto auto;
}

#allEventHolder
{
    width: 176px;
    height: 349px;
    float: left;
    background-image: url(/images/calendar/reminders_background.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: none;
}

#allEventHolder2
{
    width: 176px;
    height: 349px;
    float: left;
    background-image: url(/images/calendar/reminders_background2.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: none;
}


ul {
	list-style: none none;
	margin-top: 10px;
	padding: 10px;
	font-size: 11pt;
	height: 400px;
	width: 150px;
	float: left;
	clear: both;
	border: solid 1px #CCCCCC;
}

li {
	border: 0px solid #000000;
	width: 200px;
	height: auto;
	padding: 10px;
	margin: 2px;
	font-size: 11px;
}



.TodayDayStyle
{
    border: solid 1px #00A000;
    background-color: white;
    font-weight: bold;
}


th
{
    font-size: 12px;
    height: 25px;
    text-align: center;
}

#h
{
    width: 730px;
    margin: auto;
}

.dialogPopUp
{
    width: 282px;
    height: auto;
    border: solid 1px #00A000;
    position: absolute;
    z-index: 20; 
    background-color: White;
    padding-bottom: 10px;
    margin: auto;
}

#test
{
    position: absolute;
    width: 760px;
}

.DayHeaderStyle
{
    text-align: center;
}

.dialogInner
{
    margin: 10px;
}

h3
{
    margin: 0px;
    padding: 0px;
}

.eventLink
{
    clear: both;
    margin-top: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}

.innerDialog
{
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

select
{
    border: solid 1px black;
    margin-bottom: 5px;
}

textarea
{
    border: solid 1px black;
    margin-bottom: 5px;
    overflow: auto;
}

.SystemEvent
{
    color: #00A000;
    font-weight: normal;
    font-size: 11px;
    font-weight: bold;
}

.OtherEvent
{
    color: #00A000;
    font-size: 11px;
    font-weight: bold;
}


#secondary-nav
{
    background-image: url(/images/submenu/products/background.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 0;
    height: 106px;
}

#headbanner
{
    position: relative;
    float: left;
    clear: both;
    background-image: url(/images/greensclub/offers_heading_background4.jpg);
    background-repeat: no-repeat;
    width: 795px;
    height: 239px;
}

#headbanner-copy
{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 269px;
}

#cp
{
    width: 269px;
    clear: both;
    margin-top: 10px;
}

#signupbanner
{
    margin-left: 5px;
}
#loginbanner
{
    height: 160px;
    width: 185px;
    background-image: url('/images/greensclub/login_banner.jpg');
    background-repeat: no-repeat;
    
    
}

#loginbanner table
{
    position: relative;
    left: 5px;
    top: 10px;
}
#titles
{
    position:relative;
    float: left;
    clear: both;
    margin-top: 0px;
    margin-left: 5px;
}
.banner
{
    position: relative;
    float: left;
    margin-right: 10px;
}

.lastbanner
{
    margin-right: 0px;
}

label.floated
{
	float: left;
	width: 120px;
	font-weight: bold;
}

input.floated 
{
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
}

.error 
{
	color:Red;
	margin: 0!important;
}

.notice 
{
	
}

ol 
{
	width: auto;
}

ul
{
	width: auto;
	border: none;
	height:auto;
	margin: 0;
	padding: 0;
}

li 
{
	width: auto;
}

h2.box 
{
	background-color: #CFEBA7!important;
	border-bottom: 1px solid green!important;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

#friend-details-container 
{
	height: auto;
	margin: 10px 0 0 15px;
}

#friend-details 
{
	height: auto;
	padding: 0 0 5px 0;
	margin: 15px 0 0 0;
	border: solid 1px green;
	float: left;
}

#friendDetailsList
{
	float: left;
	clear: both!important;
}

#friendDetailsList li 
{
	float: left;
	clear: left;
	width: 690px;
	padding-right: 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid green;
}

#friendDetailsList h2 
{
	margin-bottom: 3px;
}

.friendName 
{
	float: left;
	width: 100px;
}

.friendEmail
{
	float: left;
	width: 200px;
}

.friendDetails 
{
	height: 100%!important;
}

.submit 
{
	margin-top: 10px;
	margin-left: 290px;
}
.valentinesleft {
    width: 368px;
    float: left;
    padding-left: 20px;
}
.valentinesright {
    width: 368px;
    float: left;
    padding-left: 20px;
}
.nopad li {
    padding: 0;
    margin: 0;
}
.valentinemsg {
    font-style: italic;
}
.valentinemsgfrom {
    color: #00A000;
}
#ctl00_content_TxtPoem {
    width: 600px!important;
    height: 60px!important;
}
#ctl00_content_TxtDedi {
    height: 20px!important;
}