#content h3.event {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0 0;
}

#content .event{
	line-height: 20px;
}
.entry {
	margin-bottom: 40px;
}

div.projectupdate{
	margin-top: 10px;
}

.updateinfo{
line-height: 14px;
font-size: 80%;
color: #999;
margin: 0 0 15px;
}

#content a.back {
color: #999;
text-decoration: none;
background: #fff url(http://ccasanet.vanderbilt.edu/images/icons/back.png) no-repeat left center;
padding: 2px 2px 2px 22px;
}

#content a.add {
color: #999;
text-decoration: none;
background: #fff url(http://ccasanet.vanderbilt.edu/images/icons/add.png) no-repeat left center;
padding: 2px 2px 2px 22px;
}

#content a.edit{
color: #999;
text-decoration: none;
background:#fff url(http://ccasanet.vanderbilt.edu/images/icons/pencil.png) no-repeat left center;
padding: 2px 2px 2px 22px;
}

#content .subtext{
color: #999;
font-size: 11px;
}

#content a.edit:hover, #content a.add:hover {
text-decoration: underline;
}

div.centerbox {
width: 80%;
margin: 5px auto;
text-align: left:
font-weight: normal;
background-position: 14px 50%;
}

div.alert {
background: #F6F3C2 url(http://ccasanet.vanderbilt.edu/images/icons/alert_triangle.png)  no-repeat 10px 50%;
padding: 5px 5px 5px 55px;
line-height:25px;
border:1px solid #AB5E01;
color: #AB5E01;
}

/* red box */
.warning {
background:#FFEBE5 url(http://ccasanet.vanderbilt.edu/images/icons/exclamation.png) no-repeat left center;
border:1px solid #B32700;
color: #B32700;
padding: 5px 5px 5px 40px;

}

/* red text */
span.alert {
	color: #CC0000;
	font-weight:bold;
}

/* green */
.feedback {
	background:#E5FFEE url(http://ccasanet.vanderbilt.edu/images/icons/check.png) no-repeat left center;
	border:1px solid #006624;
	color: #006624;
	padding: 5px 5px 5px 40px;
}

span.valid {
	color: #009900;
	font-weight:bold;
}

/* blue */
.reminder { 
	background:#E9F5FC url(http://ccasanet.vanderbilt.edu/images/icons/information.png) no-repeat left center;
	border:1px solid #125C87;
	color: #125C87;
	padding: 5px 5px 5px 40px;
}


.left{
float: left;
}

.right{
float: right;
}

.halfcol{
width: 44%;
border: none;
padding-right: 5%;
}

.thirdcol{
width: 22%;
border: none;
overflow: hidden;
padding-right: 2%;
}

.twothirdscol{
width: 62%;
border:none;
overflow: hidden;
padding-right: 2%;
}
.clear{
clear: both;
}

#content p.indent{
padding: 0 30px;
margin: 15px 0;
}

div.entranceform{
width: 60%;
border: 1px solid #ccc;
background: #f6f6f6;
padding: 35px;
margin-left: 20px;
}

div.comment_form{
width: 80%;
border: 1px solid #ccc;
background: #f6f6f6;
padding: 12px;
margin-left: 20px;
}

.comment_form textarea{
width: 90%;
height: 120px;
border: 1px solid #ccc;
}

div.comment_entries{
margin: 40px 0 20px 20px;

}

div.button{
margin: 10px 0 0 0;
}



div.citation {
margin: 20px 35px 20px 35px;
color: #000;
font-weight: bold;
line-height: 20px;
}

div.fileentry span{
color: #000;
font-weight: bold;
}

div.fileentry {
margin-right: 30px;
color: #666;
line-height: 20px;
}

div.citation .details{
margin: 20px 0 0 20px;
color: #333;
font-weight: normal;
}

span.odd{
	color:#ff6600;
}

span.even {
	color: #156b9d;
}

.articleinfo span{
	font-weight: bold;
	font-size: 12px;
}

.articleinfo span.eventdate{
	font-weight: bold;
	color: #FF6600;
}
.contacts{
	font: normal 12px Verdana, geneva, sans-serif;
	padding: 6px;
	border: 1px solid #A7C3F1;
	background-color: #E2EAFA;
	width:200px;
	margin-left: 30px;
	margin-bottom: 20px;
}
/*-----image display-----*/

div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#ffffff;
    font-size: 7pt;
    text-align: center;
    overflow: hidden;
    line-height: 12px;
}
div.thumb div img {
    border:1px solid #ffffff;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4;
    padding: 0.3em 0 0.1em 0;
	color: #505050;
}

div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

div.tcenter {
    text-align: center;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

