body 
{
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    margin: auto auto;
}

a:link
{ 
	color: #0066CC;
	text-decoration: none;
}
a:visited
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #0066CC;
	text-decoration: underline;
}
a:active
{
	color: #0066CC;
	text-decoration: none;
}

.NavMenu
{
    background-color: #F7F6F3;
    border-bottom: solid 1px gray;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:left;
}

.NavMenu a
{
    text-decoration: none;
    color:Black;
}

.NavMenu a:hover
{
    text-decoration: underline;
    color:Black;
}


.Block
{
    border:solid 3px yellow;
    padding:5px;
    margin:5px;
}

.BlockHeader
{
    font-size:14px;
    font-weight:bold;
}

.DetailBlock
{
    padding:5px;
    
}

.DetailBlockHeader
{
    font-weight:bold;
}

#LeftCol
{
    float: left;
    width: 250px;
}

#RightCol
{
    float: left;
    width: 440px;
    clear: right;
}

hr
{
    padding: 10px;
    color: Black;
    height:1px;
}


.LeftNav
{
    font-family:Arial;
    font-size:13px;
    line-height:30px;
    padding-left:10px;
    text-align:right;
	padding-right:10px;
}

.LeftNav a
{
    text-decoration:none;
    color: #444444;
}

.LeftNav a:hover
{
    text-decoration: underline;
}

.LoginForm
{
    font-size:12px;
    width:80px;
    text-align:left;
}

h1
{
    font-size: 14px;
}

h2
{
    font-size: 13px;
	margin-bottom: 5px;
}

#ContentFrame
{
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
}

.leftNavCol
{
    width: 80px;
    font-size: 9px;
}

img
{
    padding:0px;
    margin:0px;
}

.credits
{
    clear: both;
    font-size: 9px;
    color: #999999;
    text-align: center;
}

.credits a
{
    color: #999999;
    text-decoration: none;
}

.credits a:hover
{
    text-decoration: underline;
}

.LoginButton
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    color: #ffffff;
    border-bottom: #999999 1px solid;
    background-color: #aaaaaa;
}

.AccordionHeader
{
    font-weight: bold;
    color: white;
    background-color: #5d7b9d;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 10px;
    cursor: pointer;
}

div
{
    margin: 0px auto;
    text-align:left;
}

.box
{
	border:1px #6DA5BA solid;
	background-color:#EEEEEE;
	height:100%;
}

.RSVPlist
{
	border:1px #6DA5BA solid;
	background-color:#EEEEEE;
	height:100%;
}

.RSVPlist th
{
	background-color:#BBBBBB;
	height: 25px;
	font-size: 13px;
}

.shortEventList
{
	text-indent: -12px;
	padding-left: 12px;
	margin: 0px;
}

.boxLinks
{
	float:right;
	width:130px;
}

.boxLinks div
{
	padding:1px;
	padding-left:0px;
	padding-right:10px;
	border-bottom:1px #6DA5BA solid;
	
}

.boxLinks div a
{
	text-decoration: none;
	
}

.pipe {
	color:gray;
	padding:0px 3px;
}

form input
{
	font-family: Arial;
    font-size: 11px;
}

form textarea
{
	font-family: Arial;
    font-size: 11px;
}

#OrgForm textarea
{
    width: 470px;
}

.loginBox
{
	width: 270px;
	height: 100%;
	border:1px #6DA5BA solid;
	background-color:#EEEEEE;
	text-align: center;
	font-family: Arial;
    font-size: 11px;
}

.registerBox
{
	width: 320px;
	height: 100%;
	border:1px #6DA5BA solid;
	background-color:#EEEEEE;
	text-align: center;
	font-family: Arial;
    font-size: 11px;
}

#giveInformation {
background: url('beta/images/backgrounds/formBG.gif') repeat-x left top;
border: 1px solid #999;
padding: 25px;
clear: both;
margin-bottom: 10px;
}

#giveInformation label {
font-weight: bold;
display: block;
}

#giveInformation input {
border: 1px solid #999;
padding: 5px;
font-size: 90%;
margin-bottom: 5px;
width: 300px;
}

#giveInformation textarea {
border: 1px solid #999;
padding: 5px;
font-size: 90%;
margin-bottom: 5px;
width: 550px;
}

#giveInformation input#saveForm {
width: 125px;
}
