.MenuBreak {
    border: 1px dotted #fff;
}

.actionCell {
    width: 60px;
}

.actionCell ul {
    margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.actionCell ul li {
    display: inline;
    margin-left: 0;
    text-align: center;
}


#session {
    float: right;
    text-align: center;
    color: black;
    background: #d0d0dd;
	border-top:5px solid #a0a0aa;
	border-bottom:5px solid #a0a0aa;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:83px;
	font-size:0.8em;
	top:0px;
}

#session a {
    color: #fff;
}

#session a:hover {
    background: #fff;
    color: #000;
}

#projectname {
    color: black;
    font-weight: bold;
}

#projectdesc {
    font-size: smaller;
}

#dress_code {
    font-size: smaller;
}


.concert_cell {
    font-weight: bold;
}

#messages {
    float: right;
    height:100%;
    position:relative;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    width: 21em;
    background: #EEE;    
}

#sender {
    font-size: smaller;
    font-style: italic;
}

input {
    border-color: #000;
    border: 1px solid;    
}
textarea {
    border-color: #000;
    border: 1px solid;    
}
select {
    border-color: #000;
    border: 1px solid;    
}