﻿/**  DEFAULT THEME - STYLESHEET - MAIN **/

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:"Trebuchet MS", Verdana;
font-size:1em;
width:99.1%;
}



#pagewrapper
{
	margin:10px 10px 10px 20px;
	border-width:0px;
	border-color:#fff;
	border-style:none;
	border-width:0px;
	min-width:920px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
}

.pageinnertube
{
	padding:2px 2px 20px 2px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topsection{
background: #6686ad;
position:relative;
background-image: url(./images/connect_head_tile_center.jpg);
background-repeat:repeat-x;
height: 167px; /*Height of top section*/
}


.absImage
{
	/*******Main image in top right of the page header **********/
	position:absolute;
	top:0px;
	right:0px;
}

.Logo
{
	/*******This controls the position of the top left image in the header - connect_head_logoleft.jpg **********/
	position:absolute;
	left: 0px;
	
}

/*******Start of Search items Start**********/

.mainsearch
{
	position:absolute;
	top:132px;
	right:12px;
	line-height:40px;
	
}

.mainsearch .SearchBox
{
	width:190px;
	height:18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1px 5px 1px 5px;
	border:solid 1px #FE9518;
	float:left;
}

.mainsearch .searchbutton
{
	float:left;
	margin-left:5px;
}

.mainsearch .advancesearchbutton
{
	float:left;
	margin-left:5px;
	cursor:pointer;
}
/*******This is the watermark on the Search Box**********/
.watermarktext
{
	color:#c9c9c9;
	filter: Alpha(Opacity=80); -moz-opacity:0.8; opacity: 0.8;
}
/*******End of Search items**********/

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin-right: 0px; /*Set right margin to RightColumnWidth*/
	margin: 20px 0px 0px 40px;
}

.hidden
{
	display:none;
}


/***Start - RIGHT HAND COLUMN - These are the styles used to control the right hand column****/
#rightcolumn
{
	/*******This style controls the right hand column on all pages - Currently only visible on the memberhomepage.aspx**********/
	float: right;
	width: 283px; /*Width of right column in pixels*/
	margin-left: -283px; /*Set left margin to -(RightColumnWidth) */
	margin-top:-2px;
	background-image: url(./images/rightColumn_bac.jpg);
	background-repeat:repeat-x;
	display:none;
	min-height:528px;
}

#rightcolumn .border 
    {
    /*border-color:#d1f3ff;
    border-width:2px;
    border-style:solid; 
    margin-top:5px;   */
    }
    
 #rightcolumn .container
{
	padding:20px 4px 20px 4px;
	font-family:Verdana,Arial;
	background-color:White;
	width:266px;
	margin-left:5px;
	background-image: url(./images/h3box_bac_inner_tile.jpg);
	background-repeat:repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #62ABD4;
}

#rightcolumn .welcome_user .container
{
	background-image:none;
	background-color:Transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightcolumn .welcome_user
{
	margin:10px 4px 0px 4px;
	background-image: url(./images/welcome_box.jpg);
	background-repeat:no-repeat; 
}

#rightcolumn .container ul
{
   list-style-type:none;
   padding:0px;
   
}

#rightcolumn .container ul li
{
	padding:0px;
	margin:0px;
	line-height:0.3em;
}
/***End - Right Hand Column - These are the styles used to control the right hand column****/

/***This is used to add padding to containers****/
.innertube
{
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin: 10px; 
	margin-top: 0;
}



/****Start******** LOGIN **********************/

.login
{
	margin-left:50px;
	background-image:url(./images/Login_box_bac.jpg);
	width:475px;
	height: 257px;
	border-width:0px;
	border-style:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
}

.login .errortext
{
 width:350px;
}

.login .innertube
{
	border-width:0px;
	border-style:none;
	padding:10px;
	margin:0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.login a
{
	margin-left: 1.6em;
	font-size:small;
}
.login .LoginText
{
	width:150px;
}

.login label
{
	/**This controls the positioning and styling of the field labels in the Login box**/
	width: 11em;
	float:left;
	text-align:left;
	display:block;
	margin-left: 20px;
	margin-right: 0.02em;
	font-family:"Trebuchet MS";
}

.login .buttons
{
	margin-left: 197px;
}

.login .buttons :hover
{
	/**This controls the main Login button in the login box**/
	background-image:url(./images/login_button_hover.jpg);
}

#contentwrapper .login h2
{
	/**This is a specific style that controls the "LOGIN" title in the top left of the Login box**/
	font-size: xx-large;
	color:#80D9FF;
	margin:0px 0px 45px 0px;
	padding:0px;
}

.login .button 
{
	background-color:#385689;
	background-image:url(./images/login_button_normal.jpg);
	border-width:0px;
	color:#333333;
	width:194px;
	height:41px;
	padding: 1px 20px 1px 20px;
	font-size:1.2em;
	text-align:center;
	overflow:visible;
}

.button
{
	/*****This is the default button style that is applied to all buttons within connect.******/
	background-image:url(./images/button_generic_tilebac.png);
	background-repeat:repeat-x;
	color:#3D4C7D;
	height:32px;
	padding:0px 10px 0px 10px;
	line-height:1.4em;
	text-align:center;
	overflow:visible;
	border: 1px solid #77C1E3;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;
}

/************* used for the online registration button link *********/
a.button 
{
	/*****This controls the text style within the generic button style.******/
	width:auto;
	height:30px;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	padding: 0px 10px 0px 10px;
	margin-top:15px;
	display:block;
}

.button:hover
{
	cursor:pointer;
	background-image:url(./images/button_generic_tilebac_hover.jpg);
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
}

/********** currently used to make a link look like a button on manage bookings and memberships **********/
a.button2, a.button3
{
	background-color:#385689;
	background-image:url(./images/buttonbg.png);
	border-color:Blue;
	border-width:1px;
	color:White;
	width:auto;
	padding: 1px 20px 1px 20px;
	font-size:0.8em;
	text-align:center;
	overflow:visible;
	width:180px;
	text-decoration:none;
	font-size:1em;
	line-height:1.4em;
	text-align:left;
	padding: 2px 0px 2px 10px;
	margin-top:5px;
	display:block;
}

a.button3
{
	width:220px;
}

.RegistrationBox
{
	/**This style is used to control the "Dont have a Connect ID?" element in the login page. A yoga figure with speech bubble in used in its background.**/
	width:292px;
	height:132px;
	margin:20px 0px 0px 20px;
	font-family:Arial;
	font-size:1.02em;
	color:#3D4C7D;
	line-height:1.1em;
	position:relative;
	background-image:url('./images/peopleimg.jpg')
}

.RegistrationBox img
{
	/**This style controls the position of the **/
	float:right;
}
.RegistrationBox .RegistrationMessage
{
	margin-left:0px;
	padding:0px 0px 5px 0px;
}

.RegistrationBox a
{
	margin-top:20px;
	position:absolute;
}

.RegistrationBox p
{
	width:160px;
	padding-top:30px;
	padding-left:40px;
}
.RegistrationBox .button
{
	margin-left:50px;
}
.outerlinks
{
	/********** These are the top right links in the header such as Login/out and view my details **********/
	float:right;
	margin-right:10px;	
}
.outerlinks a
{
	color:Black;
	text-decoration:none;
	font-family:Arial;
	font-size:0.75em;
}

.Modules
{
	/********** Modules - Wraps around the login box and Online Registration ityem and Register for free swim **********/
	float:left;
}

.FreeSwimBox
{
	width:220px;
	margin:40px 0px 0px 20px;
	font-family:Arial;
	font-size:0.8em;
	color:#818181;
	line-height:1.1em;
	position:relative;
}

.FreeSwimBox a
{
	width:150px;
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
	padding: 2px 0px 2px 10px;
	margin-top:5px;
	display:block;
	color:#4F6A97;
	font-weight:bold;
	
}

.FreeSwimBox img
{
	position:absolute;
	top:10px;
	right:-15px;
	z-index:0;
}

/****************** HomePage **********************/
.HomeQuickLinks
{
	margin: 0 0 0 -10px;
}

.HomeQuickLinks input
{
	margin: 20px 5px 5px 20px;
}

.sectionHeader
{
	background-image:url(./images/bookingGridHeaderbg.png);
	background-color:#385689;
	color:White;
	height:37px;
	border-bottom:Solid 1px #FF9900;
}


/* *************************************/

/** SUBSCRIPTION DETAILS DIALOG - The modal styles with browser hacks - This is the lighbox window effect that holds a variety of content such as information on a subscription.*/

.modalBackground
{
    filter: Alpha(Opacity=35); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: #000000;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
	/**background-color: Red;**/
    background-image:url(../../images/lightbox_bac.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
	border: solid 4px #385689;
	position: relative;
	top: -150px;
	left: -150px;
	z-index: 1000;
	width: 300px;
	height: 340px;
	padding: 10px;
	overflow: auto;
	font-size:small;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1.4em;
	background-color: #FFF;
}

.modal h1
{
	margin:10px 0px 10px 20px !important;
}

.modal h2
{
	margin:10px 0px 10px 20px !important;
}
.modal p
{
	margin-left:25px;	
}

/* *************************************/

/******************************/
/*    Advanced Search - This is the styling for the old search when javascript is turned off        */
.advancedSearchContent-content {}
.searchOptions{}

.searchOptions .headings
{
	text-align:left;
	background-color:#385689;
	color: #ffffff;
	padding:0 2px 1px 10px;
	font-weight: bold;
}

.searchOptions .bookingswrapper 
{
	background-color:#BFEAFF;
	font-weight:bold;
	border: none;
	border-bottom: 5px solid #ffffff;
	margin:0px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
}

.searchOptions .bookings 
{
	margin-left:10px;
	margin-top:10px;
}

.siteLabel
{
	padding-right:10px;
}

.siteCombo
{
	width:250px;
}

.activityGroupLabel
{
	padding-right:10px;
}

.activityGroupCombo
{
	width:150px;
	margin-right: 40px;
}

.activityLabel
{
	padding-right:10px;
}

.activityCombo
{
	width:150px;
}

.daterange
{
}

.startdatetime
{
	float:left;
	padding-right:130px;
}

.enddatetime
{
	padding-left:50px;
}

.dateLabel
{
	margin-top:10px;
	width:100px;
	display:inline-block;
}

.dateEdit
{
	margin-top:10px;
}

.exampletxt
{
	margin-top:20px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	font-align:left;
}

.excludes
{
	/**This style is wrapper around the search options for "days"**/
	display:inline-block;
	width:135px;
	padding:5px 0px 3px 5px;
	margin-left:3px;
}

.excludes label
{
	/**This style adds some left hand padding to the "day" titles to separate it from the corresponding check boxes**/
	padding:0px 0px 0px 5px;
}

.searchOptions .searchButtonHeader
{
	text-align:left;
	background-color:#380096;
	color: #ffffff;
	padding:2px;
	font-weight: bold;
}

.searchOptions .searchButtonMainWrapper 
{
	background-color:#EBE5F4;
	font-weight:bold;
	border: none;
	border-bottom: 5px solid #ffffff;
	margin:0px;
	padding: 5px 5px 10px 5px;
}

.searchOptions .searchButtonMain {}


/*********END of Advanced Search*********************/

/****************************/
/** START  -  BOOKING elements General **/
.tableResult
{
	width:570px;
	border:solid 1px #E7F7FF;	
}

.tableResult .header
{
	/**This style controls the look of the header on the "Activity Type" table in the Make a Booking section**/
	background-color: #385689;
	background-image:url(./images/bookingGridHeaderbg.png);
	border-bottom:solid 2px #ffb355;
	border-left:solid 1px #385689;
	border-right:solid 1px #385689;
	height:35px;
	color:White;
	font-weight:bolder;
	padding-top:3px;
}

.tableResult td
{
	border-style:none;
	border-width:0px;
	padding-left:5px;
}

.tableResult td .comment
{
	font-size:smaller;
	line-height:1em;
}

.tableResult .rowStyle
{
	border-bottom:solid 1px #e7f7ff;
}

.tableResult .alternating
{
	padding:10px 0px 10px 0px;
	border-bottom:solid 1px #e7f7ff;
	background-color:#e7f7ff;
}

.BookingLinkButton
{
	background-color:Transparent;
	border:solid 0px Transparent;
	text-decoration:underline;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	width: 200px;
	padding:9px 0px 5px 7px;
}

.BookingLinkButton:hover
{
	color:#385689;
	text-decoration:underline;
}

.sort
{
	color:White;
	text-decoration:none;
	font-size:larger;
	font-weight:bold;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	border:solid 0px Transparent;
	background-color:Transparent;
	cursor:pointer;
}

/**  END - Booking  *******/

/**  START -  Edit My Details Screen   */
.editDetailsContent-content {}

.EditDetailsMain
{
	float:left;
	width: 450px;
}

.details 
{
	padding:10px;
	border:solid 1px #7fdcff; /* border: 3px solid #ffffff; */
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left:20px;
}

.editDetailsLabel
{
	width: 20em;
	float: left;
	text-align: left;
	display: block;
	clear:left;
}

.editDetailsValue
{
	margin: 0 0 10px 0;
}

.editDetailsButtons
{
	margin: 20px 0 0 145px;
}

.editDetailsSubmit
{
	height:30px;
	cursor:pointer;
}

.editDetailsCancel
{
	height:30px;
	cursor:pointer;
}

.editDetailsSuccess
{
	color:Green;
}

.editDetailsErrorMessage
{
	border: solid 1px #C00000;
	background-color: #EDDDDD;
	text-align:center;
	padding:10px;
	margin-bottom:10px
}

.editDetailsErrorMessage span
{
	color:Black;
	font-weight:bold;
}

.editDetailsSucessMessage
{
	border: solid 1px #008000;
	background-color: #CFE3CF;
	text-align:center;
	padding:10px;
	margin-bottom:10px
}

.editDetailsSucessMessage span
{
}

/************************************************/

/******Booking Confirmation************/

.confirmBookingContent-content table, th
{
	 border: 0px none;
	 padding-left:5px;
}


.confirmBookingContent-content table .header
{
	background-color: #385689;
	background-image:url(./images/bookingGridHeaderbg.png);
	height:35px;
	color:White;
	padding-top:3px;
}

.confirmBookingContent-content table td
{
	padding:0px 8px 0px 8px;
}

.confirmbookinginfo
{
display:none;	
width:600px;
}

.confirmbookinginfo h2
{
	font-size:smaller !important;
	margin: 5px 0px 0px 0px !important;
	padding: 0px !important;
}

.confirmbookinginfo .comment
{
	font-size:smaller;
	line-height:1em;
	margin-bottom:20px;
	display:block;
}
/***END***Booking Confirmation***/

/****************Booking Confirmed***************/

.bookingConfirmTable
{
	width:100% !important;
	border-width:1px;
	border-color:#AAE4FA;	
	text-align:center;
}

.bookingConfirmTable td
{
	border-width: 0px;
	text-align:center;
	padding:0px 8px 0px 8px;
	background-color:inherit;
}

.bookingConfirmTable .header
{
	background-color: #385689;
	background-image:url(./images/GridHeaderbgLight.png);
	height:32px;
	padding-top:3px;
	text-align:center;
	border-bottom:solid 1px #8CA6D0;
}

/******END****Booking Confirmed***************/

/****************Pay for Bookings ***************/


.tableconfirm, .tableconfirm td,.tableconfirm tr
{
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
}

.tableconfirm .header, .tableconfirm th
{
	background-color: #385689;
	background-image:url(./images/bookingGridHeaderbg.png);
	height:32px;
	color:White;
	padding-top:3px;
}

.tableconfirm td
{
	padding:0px 8px 0px 8px;
}

.tableconfirm .alternating
{
	padding:10px 0 10px 0;
	
	background-color:#e7f7ff;
}

.payforbookingcontainer
{
	width:700px;
}

/*****END***********Pay for Bookings ***************/

/****************Booking Information*************/

.bookingInformation h2
{
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}

.bookingInformation .comment
{
	line-height:1em;
	margin-bottom:20px;
	display:block;
}

/****END***Booking Information*************/

/************** online subscription *************/

.tableSubscription, .tableSubscription tr, .tableSubscription td
{
	border-style:none;
}

.tableSubscription td
{
	padding: 0px 5px 0px 5px;
}

.tableSubscription th
{
	background-color: #385689;
	background-image:url(./images/bookingGridHeaderbg.png);
	height:32px;
	color:White;
	padding-top:3px;
	padding-left:10px;
}

.tableSubscription
{
	text-align:center;
}

.tableSubscription tr.alternating
{
	padding:10px 0 10px 0;
	border:solid 0px Transparent;
	background-color:#e7f7ff;
}

.hideFromScreen
{
	display:none;
}

/****END********** online subscription *************/


/********** Booking Tables *************/
.viewMyBookingsTable
{
	width:750px;
	margin-bottom:20px;
	border-left:solid 1px #E7F7FF;
	border-right:solid 1px #E7F7FF;
	border-bottom:solid 1px #E7F7FF;
	text-align:center;
}

.viewMyBookingsTable .header
{
	background-color: #385689;
	background-image:url(./images/GridHeaderbgLight.png);
	height:32px;
	border-bottom:solid 1px #8CA6D0;
	padding-top:3px;
	padding: 0px 5px 0px 5px;
	color:#273D61;
}

.viewMyBookingsTable tr, .viewMyBookingsTable td
{
	border-style:none;
}

.viewMyBookingsTable td
{
	/****/
	padding: 5px 5px 5px 5px;
}

.viewMyBookingsTable .alternating
{
	padding:10px 0 10px 0;
	background-image:url(./images/viewMyBookingsTable_alternating.jpg);
	background-repeat:repeat-x;
	background-color:#e7f7ff;
}

/**END******** Booking Tables *************/


/************ tableSearch***********************************/


.tableSearch
{
	width:620px;
	padding-top:10px;
	padding-bottom:10px;
	border-collapse:collapse;
}

.tableSearch th
{
	background:url(./images/GridHeaderbgLight.png);
	height:23px;
	
}

.tableSearch .searchHeading
{
	font-weight:bold;
	color: #203F7E;
	background-image:url(./images/Search_Head_bacTile.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-size:13pt;
	margin-top:5px;
	border-bottom:solid 2px #7CD5F5;
	border-top:solid 1px #7CD5F5;
	border-right:solid 1px #7CD5F5;
	border-left:solid 1px #7CD5F5;
}

.tableSearch .price
{
	text-align:right;
}

/****END******** tableSearch***********************************/


/********* Invoice tables***********************************/
.InvoicesTable
{
	width:500px;
	margin-bottom:20px;
	margin-left:20px;
	border-color:#90b9e2;
	text-align:center;
}

.InvoicesTable .header
{
	background-color: #385689;
	background-image:url(./images/GridHeaderbgLight.png);
	height:32px;
	padding-top:3px;
	padding: 0px 5px 0px 5px;
}

.InvoicesTable tr, .InvoicesTable td
{
	border-style:none;
}

.InvoicesTable td
{
	padding: 0px 5px 0px 5px;
}

.InvoicesTable .alternating
{
	padding:10px 0 10px 0;
	border:solid 0px Transparent;
	background-color:#e7f7ff;
}
/***END****** Invoice tables***********************************/

/************** Search popup *************/

.advancedsearchpopup
{
	position:absolute;
	display:none;
	height:267px;
	width:490px;
	background-image: url(./images/advanced_search_bac3.png);
	top:24px;
	left:-166px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height:20px;
	z-index:100;
	background-repeat: no-repeat;
}

.advancedsearchpopup .button
{
	margin: 2px 0px 0px 350px;
	background-color:Transparent;
	background-image:url(./images/search_button.png);
	border-width:0px;
	color:#3D4C7D;
	width:101px;
	height:30px;
	padding: 5px 20px 5px 20px;
	font-size:0.8em;
	font-weight:bolder;
	text-align:center;
	overflow:visible;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

.advancedsearchpopup .ExcludeDays tr td label
{
	display:block;
	margin:0px 0px 0px 0px;
}

.advancedsearchpopup .ExcludeDays td
{
   padding-left:0px 0px 0px 3px;
   margin-left:30px;
   width:60px;
}

.advancedsearchpopup p
{
	margin:10px 5px 10px 0px ;
}

.advancedsearchpopup label
{
	margin:0px 10px 0px 10px ;
}

.advancedsearchpopup p span
{
	width:7em;
	float:left;
}

.advancedsearchpopup select
{
	width:14em;
	background-color:#F0FBFF;
}

.advancedsearchpopup .time select
{
	width:6.4em;
	background-color:#F0FBFF;
}
/** END - Search popup *****/


/**Start - CALENDAR **/
.popUpCal .ajax__calendar_container   
{
	/**This controls the calendars container.**/
    background-image:url(./images/Calendar_bac.jpg);
    background-repeat:repeat-x;
    background-color:#9EE0F9;
    border:solid 6px #11A7DF;
    line-height:20px;
    color:#09516C;
}

.popUpCal .ajax__calendar_header 
{
    background-color: transparent; 
    margin-bottom: 8px;
}

.popUpCal .ajax__calendar_title,
.popUpCal .ajax__calendar_next,
.popUpCal .ajax__calendar_prev
{
    color:White;
    padding-top: 3px;
    font-size:larger;
}

.popUpCal .ajax__calendar_body
{
    background-color: white; 
    border: solid 1px #9EE0F9;
}

.popUpCal .ajax__calendar_dayname
{
    text-align:center; 
    font-weight:bold; 
    margin-bottom: 8px; 
    margin-top: 2px;
    background-color:inherit;
}

.popUpCal .ajax__calendar_day
{
    text-align:center;
}

.popUpCal .ajax__calendar_active 
{
    color: #ffffff; 
    font-weight: bold; 
    background-color: #0E86B4;
}

.popUpCal .ajax__calendar_active:hover
{
    color: #ffffff; 
    font-weight: bold; 
    background-color: #0E86B4;
}

.popUpCal .ajax__calendar_hover .ajax__calendar_day,
.popUpCal .ajax__calendar_hover .ajax__calendar_month,
.popUpCal .ajax__calendar_hover .ajax__calendar_year
{
    color: #ffffff; 
    font-weight: bold; 
    background-color: #91DBF6;
}

.popUpCal .ajax__calendar_today
{
    font-weight:bold;
    margin-bottom:0.02em;
}

.popUpCal .ajax__calendar_other,
.popUpCal .ajax__calendar_hover .ajax__calendar_today,
.popUpCal .ajax__calendar_hover .ajax__calendar_title
{
    color: #000000;
}
/***END** Calendar **/



.ReadOnlyTextBox
{
	background-color:Transparent;
	color:White !important;
	border-style:none;
	width:75px;
}

.invisablebutton
{
	display:none;
}

.GridDateSelect
{
	display:inline;	
}

/*****************Help Screen *********************/

.helpMainContent a
{
		color:#3D4F86;
}

.helpMainContent ul
{
	margin-left:20px;
}

.helpMainContent ul li ul
{
		margin-left:20px;
}

#contentwrapper .helpMainContent h2  
{
	font-size:large;
	color:#283860;
}


#contentwrapper .helpMainContent h3  
{	
	font-size:medium;
	font-weight:bolder;
	color:#283860;
}

#contentwrapper .helpMainContent h4  
{	
	color:#283860;
}


.waitinglist
{
	margin-top:10px;
}
/***END**************Help Screen *********************/

/**************Payment Redirect Screen*****************/
.redirectcontents
{
	text-align:center;
    border:solid medium black;
    margin-left: auto;
    margin-right: auto;
    width:70%;
    margin-top: 5%;
}
.redirectbutton
{
	font-size:large;
	font-weight:bold;
	padding: 10px 10px 10px 10px;
}
/**END************Payment Redirect Screen*****************/


/******************Screen Profiler***********************/

.ProfilerDetails .details label
{
	width: 12em;
	float: left;
	text-align: left;	
	margin-right: 0.5em;
	display: block;
	margin-left: 20px;
}

.ProfilerDetails .details input
{
	 margin-right:5px;
}


.ProfilerDetails .details .long label
{
	width: 19em;
	float: left;
	text-align: left;	
	margin-right: 0.5em;
	display: block;
	display:block;
}

.ProfilerDetails
{
	float:left;
	width: 600px;
	
}
/***END***************Screen Profiler***********************/