/* Default CSS Stylesheet for a new Web Application project */

.Smallbuttons
{
	padding: 0px; 
	background-color: #cbeeff; 
	border: 1px solid #abe4ff;
}


  .dragHandle li
    { 
        list-style-type:none;
        margin-left:-35px; 
        vertical-align:top;
    }


.PagingNumbers
{
	font-size: 12px;
	background-color: #d2f0ff;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.PagingNumbersSelected
{
	font-size: 12px;
	background-color: white;
}


.PictureBox
{
	font-size: 10px;
	color: #006699;
	background-color: #d3f0fe;

}

.FloatRight
{
	float:right;
	padding-left:5px;
}

.FloatLeft
{
	float:left;
	padding-right:5px;
}

.AdminBox
{
		font-size: 9px;
	border: 1px solid #ffd3fd;
	background-color: #ffeafe;
	padding: 3px;
	width: 98%;
	margin-bottom: 10px;
}


.BoxHeader
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.Box
{
	font-size: 11px;
	color: #005a68;
	background-color: white;

}


.AboutBox
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	color: #005a68;
}

.BoxOut
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	font-weight: bold;
	color: #005a68;
}


.SiteMapHeader 
{
	background-color: #cbeeff;
	border: 1px solid #0099cc;

}

.SiteMapItem 
{
	text-indent: 10px;

}


hr
{
	border: none;
	 border-top: 1px solid #0099cc;
}



BODY
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: White;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
	height: 100%;
}

HTML
{
	min-height: 100%;
	height: 100%;
	}
	
	
.Normal
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

TABLE
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

BLOCKQUOTE
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.FieldLabel
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.Footer
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: Gray;
}

.TotalSwimmingText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #005a68;
}

.TotalSwimmingNumber
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #005a68;
}

.FAQuestions
{
	color: #B95D00;

}


INPUT
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; /*	background-color: #eceff7;  */
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}

.Warning
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}

.Info
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #10A652;
}

.TextArea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; /*	background-color: #eceff7;  */
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}

.DropDown
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; /*	background-color: #eceff7;  */
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}

SELECT
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
		border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}

H1
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #005a68;
}

H2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	color: #005a68;
}

P
{
	margin-top: 10px;
	margin-bottom: 10px;
}


IMG
{
	border: none 0px;
}

a:link
{
	color: #3333FF;
	text-decoration: none;
	border: none 0px;
}

a:visited
{
	color: #3333CC;
	text-decoration: none;
}

a:active
{
	color: #3333FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: circle;
}

UL LI LI LI
{
	list-style-type: disc;
}

OL LI
{
	list-style-type: decimal;
}

OL UL LI
{
	list-style-type: circle;
}


OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}



.AdminCenteredTextBox
{
	font-size: 11px;
	text-align: center;
}


.FeaturedEventStyle /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the even numbered lines*/
{
	background-color: #D0EAFC;
}