﻿body
{
	background-color: #68684C;
	font-family: Verdana;
	color: black;
	font-size:10pt;
	margin-top: 1px;
	left:0px;
	top:0px;
	border:0px;
	text-align:center;
	background-image: url(ALCback.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
#wrapper{
	background: #FFE169 url(ALC_header.jpg) repeat-x;
	background-position: center top;
	color: black;
	font-size:10pt;
	left:0px;
	top:1px;
	margin-top: 1px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#eventDetailsWrapper
{
	color: black;
	font-size:10pt;
	left:0px;
	top:1px;
	margin-top: 1px;
	border-left:2px solid white;
	border-right:2px solid white;
	width:400px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.eventDetailsWrapper .eventName
{
    font-weight: bold;
}
.eventDetailsWrapper .eventDate
{
}
.eventDetailsWrapper .eventTime
{
}
.sepLine
{
    height: 4px;
    border-bottom: 1px dashed #CCC;
}
#Header
{
	position:absolute;
	z-index:20;
	left:0px;
	top:0px;
	width:800px;
	height:500px;
	border: 0px;
}
#Footer
{
	position:absolute;
	width:700px;
	height:104px;
	z-index:22;
	left:550px;
	top:80px;
	border:0px;
	color:#330033;
}
#leftstripe
{
	position: absolute;
	width: 151px;
	height: 100px;
	z-index: 9;
	left:0px;
	top:500px;
}
#radMenu
{
	width:900px;
	height:40px;
	left:300px;
	top:200px;
	text-align:center;
	Z-INDEX: 103;
	padding-top:167px;
	padding-left:0px;
}
#radEditor
{
	width: 850px;
	height: auto;
	z-index: 25;
	left: 60px;
	top: 400px;
	overflow: auto;
	background-image:url(ALCwatermark2.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:10px;
}
.login
{
	 text-align:center;
}
a:link
{color:#0030AD;}
a:hover
{color:#330033;}
ul
{
	list-style-image: url(watermarkbulletpoint.gif);
	line-height: 30px;
	font-style: italic;
	font-size: 12px;
	color: #2F1143;
}
h1
{
	font-size:14px;
	color: #2F1143;
}
h2
{
	font-size:13px;
	color: #ECA400;
}
.imgpurple
{
	padding: 4px;
	background-color: #240D35;
}
.noborderimg
{
	padding: 4px;
	background-color: transparent;
}
.pictureLeft
{
	float: left;
	padding: 10px 10px 10px 10px;
}
.pictureRight
{
	float: right;
	padding:  10px 80px 10px 10px;
}
.contentText
{
	font-style:italic;
	width: 75%;
	}
.contentTextLeft
{
	font-style: normal;
	width: 60%;
	float: left;
	padding: 10px 20px 10px 10px;
	}
.disclaimer
{
	font-size: 9px;
	color: #68684C;
}
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
.eventName
{
	background-color: #280A3C;
	font-weight: bold;
	font-size: 15px;
	color: #E6A000;
	line-height: 30px;
	width: 400px;
	text-align: center;
	}
.eventDate
{
	font-weight: bold;
	font-size: 13px;
	color: #ECA400;
	padding-top: 10px;
	}
.eventTime
{
	font-weight: bold;
	font-size: 13px;	
	color: #5C085C;
	padding-top: 10px;
	}
	


/************************************************************************
* 
* Data Grids
*
************************************************************************/
.dataGrid
{
    border: 1px solid #666666;
    border-collapse: separate !important;
}
.dataGrid .header th
{
    background: url(../website/images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 1px 5px 1px 10px;
    vertical-align: bottom;
    text-align: left;
}

.dataGrid .header th.actions
{
    color: #0000F0;
}

.dataGrid .header th a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}
/* data cell and data row rules */
.dataGrid td
{
    color: #3F3F3F;
    padding: 1px 10px;
    border-bottom: solid 1px #DFDFDF;
}


.dataGrid .empty td
{
    padding: 0;
}

.dataGrid .empty .row td
{
    padding: 4px 10px 4px 10px;
}

.dataGrid .alt
{
    background-color: #EEE;
}

.dataGrid .row
{
    background-color: #fff;
}

.dataGrid .actions
{
    border-left: 1px solid #cbcbcb;
}
/* footer column rules */
.dataGrid .footer td
{
    background: url(../website/images/sprite.png) repeat-x 0px 0px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    color: #003399;
    font-weight: bold;
    font-size: 11px;
}

.dataGrid .footer td a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.dataGrid .footer td.footerSummary
{
    color: #003399;
    font-weight: bold;
}
/* Make sure .centered is after all other .dataGrid styles to properly cascade */
.dataGrid .centered th, .dataGrid .centered
{
    text-align: center;
}

.styledButton
{
    border: 1px solid #003300;
    background-color: #D0D2D0;
    color: #003333;
    cursor: pointer;
}

.styledButton:hover
{
    background-color: #F3F5F3;
}