﻿HTML
{
    color: #4F4F4F;
}

BODY
{
    font-size: 12px;
    line-height: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #000000;
	background-image: url(../img/background/as_bg.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	letter-spacing: 1px;
}

/* Fix for IE */
br 
{
    *letter-spacing:0px !important;
}





	.red  {
		color:#ff0000;
	}

	.rowHeader  {
		text-decoration:underline;
		font-weight:bold;
		font-style:italic;
		text-align:left;
	}




/* ORIGINAL BLUE
A
{
    color: #2797e6;
    text-decoration:none;
  
}*/

A
{
    color: #CCCCCC;
    text-decoration:none;
}

A:hover
{
    color: #CCCCCC;
    text-decoration: underline;
}

/*
A:active
{
    color: #3db0f4;
    text-decoration: underline;
}
*/

/* ORIGINAL BLUE
A:hover
{
    color: #3db0f4;
    text-decoration: underline;
}*/

/*
A:visited
{
    color: #5792bc;
}
*/

SELECT
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #363636;
}

INPUT
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
}

TEXTAREA
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
}

INPUT[type="button"]
{
    color: #303030;
}

INPUT[type="submit"]
{
    color: #303030;
}

H1
{
    font: 16px Helvetica, Arial, sans-serif;
}
H2
{
    font: 16px Helvetica, Arial, sans-serif;
}
H3
{
    font: 14px Arial, Helvetica, Sans-serif;
}
H4
{
    font: 14px Arial, Helvetica, Sans-serif;
}
H5
{
    font: 12px Arial, Helvetica, Sans-serif;
}
H6
{
    font: 10px Arial, Helvetica, Sans-serif;
}

H1, H2
{
    color: #6D6440;
    font-weight: lighter;
}

H1 A:hover
{
    text-decoration: none;
}
H2 A:hover
{
    text-decoration: none;
}

H3
{
    color: #6D6440;
    font-weight: lighter;
    padding-bottom: 10px;
    font-weight: bold;
}

H4, H5, H6
{
    color: #212121;
    font-weight: bold;
    padding-bottom: 10px;
}

IMG
{
    border: 0px;
}

A IMG
{
    border: 0;
}

HR
{
    background: #ccd1d4;
    border: 0;
    color: #ccd1d4;
    height: 1px;
    margin: 0;
}

FORM
{
    margin: 0;
}

UL
{
    list-style-type: none;
}

LI
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.clearfix
{
    display: inline-block;
}

.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.CommonList
{
    list-style-type: square;
}
.CommonList LI
{
    list-style-type: square;
    line-height: 1.4em;
    margin-left: 24px;
}

#ctrlPagerTop DIV
{
    display: inline;
    padding-left: 10px;
    font-size: .9em;
}

#ctrlPagerBottom DIV
{
    display: inline;
    padding-left: 10px;
    font-size: .9em;
}

.rndCornerL1, .rndCornerL2, .rndCornerL3, .rndCornerL4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}

.rndCornerL1
{
    height: 1px;
    background: #eaeaea;
    margin: 0 5px;
}
.rndCornerL2
{
    height: 1px;
    background: #eaeaea;
    margin: 0 3px;
}
.rndCornerL3
{
    height: 1px;
    background: #eaeaea;
    margin: 0 2px;
}
.rndCornerL4
{
    height: 2px;
    background: #eaeaea;
    margin: 0 1px;
}


.ratingStar
{
    background-image: url(../img/rating/star_full.gif);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
}
.savedRatingStar
{
    background-image: url(../img/rating/star_full.gif);
}
.filledRatingStar
{
    background-image: url(../img/rating/star_full.gif);
}
.emptyRatingStar
{
    background-image: url(../img/rating/star_empty.gif);
}

/*   These are the image parts to the small boxes on the main page		*/

.eventsTop
{
    background-image: url(../img/front/bullseye-top.jpg);
    background-repeat: no-repeat;
}
.eventsMiddle
{
    background-image: url(../img/front/bullseye-middle.jpg);
    background-repeat: no-repeat;
}
.eventsBottom
{
    background-image: url(../img/front/bullseye-bottom.jpg);
    background-repeat: no-repeat;
}

.membershipTop
{
    background-image: url(../img/front/calendar-top.jpg);
    background-repeat: no-repeat;
}
.membershipMiddle
{
    background-image: url(../img/front/calendar-middle.jpg);
    background-repeat: no-repeat;
}
.membershipBottom
{
    background-image: url(../img/front/calendar-bottom.jpg);
    background-repeat: no-repeat;
}

