﻿.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

#content a {text-decoration:none;color:#333333;}
#content .twocolumns 
{
    width:650px;
}
#content .left 
{
    width:350px;
    float:left;
    margin:0;
    padding:0;
    height:700px;
}
   
#content .right 
{
    width:225px;
    float:right;
    text-align:right;
    margin:0;
    padding:0;
}
#content .clear
{
    clear:both;
}

#content .eventdetails a
{
    text-decoration:none !important;
    color:#0f4770;
}

#content .calendar a
{
    text-decoration:none;
    color:#0f4770;
}

table.data-table {
	width: 100%;
}
table.data-table th {

	text-align: left;
}
table.data-table tr {}
table.data-table td, table th {padding: 10px;}
table.data-table td {

}
