/* 5 DAY EVENT PREVIEW */

.epMainTable {
	width: 100%;
        border: 1px solid #4371af;
        background-color: #ffffff;
        padding: 15px;
}

.epSubTable {
	width: 100%;
}

.epEventDate {
        color: #cc3300;
        font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 2px;
        background-color: #e3e9f1;
}

.epEventDescription {
	font-size: 12px;
        line-height: 1.5;
        padding: 10px 0 5px 2px;
        xborder-bottom: 1px dotted #9d9d9d;
}

.epEventThumb {
	padding: 1px;
	border: 0px;
	background: transparent;
	float: right;
	margin: 0 5px 5px 10px;
}

a.epEventThumb:hover, a.epEventThumb:active {
	text-decoration: none;
	background: transparent;
} 

/* MASTER CSS */

body, td {

    font-family: Arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
}

a:link, a:visited {
        color: #336699;
	text-decoration: underline;
        font-weight: bold;
}

a:active, a:hover {
        color: #6699cc;
	text-decoration: none;
        font-weight: bold;
}

.popupBody {
	background-color: #ffffff;
	margin: 0 0 0 0;
}

.popupAlt {
	background-color: #000000;
	margin: 0 0 0 0;
	color:  #fafafa;
}

hr {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: #9d9d9d dotted 1px;
	margin: 5px 0 5px 0;
}

.footer {
	background-color: transparent;
	font-size: 13px;
	color: #b0c3dc;
        font-weight: bold;
	text-transform: none;
	}

.footerMenu {
	background-color: transparent;	
	font-size: 12px;
	color: #8cb1e3;
	text-transform: none;
        padding: 0 2px 0 2px;
}

a.footermenu:link, a.footermenu:visited {
	text-decoration: underline;
        color: #8cb1e3;
}

a.footermenu:hover, a.footermenu:active {
        color: #cccc33;
	text-decoration: none;
}

/* HEADINGS */

h1 {
	font-family: Georgia, Times, sans-serif;
	color: #4371af;
        font-size: 24px;
	line-height: 1;
	font-weight: normal;
}

h2 {
	color: #874606;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
	border-bottom: #9d9d9d dotted 1px;
}

h3 {
	color: #4371af;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
        line-height: 1;
}

h4 {
	color: #cc6600;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

/* IMAGES */

a.imglink:link, a.imglink:visited {
	text-decoration: none;
	border: none;
	border-bottom: 0px; 
}

a.imglink:hover, a.imglink:active {
	text-decoration: none;
	background: transparent;
}

.photoFrame {
	padding: 1px;
	border: #cacaca solid 6px;
	background-color: transparent;
	float: right;
	margin: 0 12px 8px 0;
}

a.photoframe:hover, a.photoframe:active {
	text-decoration: none;
	background-color: transparent;
} 

.insetl {
	padding: 1px;
	border: #cacaca solid 6px;
	background-color: transparent;
	float: left;
	margin: 0 12px 8px 0;
}

a.insetl:hover, a.insetl:active {
	text-decoration: none;
	background-color: transparent;
} 

.insetr {
	padding: 1px;
	border: #cacaca solid 6px;
	background-color: transparent;
	float: right;
	margin: 0 0 0 10px;
}

a.insetr:hover, a.insetr:active {
	text-decoration: none;
	background-color: transparent;
} 

/* Input */

input {
	font-size: 12px;
}

/* Search */

.ResultsHead {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
        text-align: left;
        padding: 2px 0 0 25px;
	background-color: #f2ff5f;
}

.ResultsTable {
	border: #fffff solid 2px;
        padding: 10px 10px 10px 20px;
}

.ResultsLink {
	font-weight: bold;
}

.ResultsPageTitle {
        padding: 5px;
	background-color: #ffffff;
}

.ResultsDescription {
	background-color: FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	padding: 5px;
}

.ResultsDetails {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #E11E22;
}

/* SPECIAL */

.opfLink:Link {
        color: #cc0000;
}

.opfLink:Active {
         color: #cc3333;
}

.gallery {
	padding: 1px;
	margin-left: 0;
	width: 100%; 
}

.gallery li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #e3e9f1 solid;
	text-align: left;
}

.gallery li a {
	display: block;
	padding: 4px 0 3px 10px;
	text-decoration: none;
}

.gallery li a:link { 
	font-weight:bold;
	color: #585858; 
	text-decoration: none;
}

.gallery li a:visited { 
	font-weight:bold;
	color: #cacaca; 
	text-decoration: none;
}

.gallery li a:hover {
	font-weight:bold;
	color: #6699cc;
	background: #eeeeee;
}

.highlight {
	background-color: #f2ff5f;
	font-weight: normal;
	color: #333333;
	padding: 0 3px 0 3px;
}

.poweredby {
	background-color: transparent;
	font-size: 11px;
}

.poweredby:link, .poweredby:visited {
	color: #36619a;
}

.poweredby:hover, .poweredby:active {
	color: #8cb1e3;
        text-decoration: none;
}

/* END MASTER CSS */
