input[type="submit"], input[type="button"] {
	color: blue !important;
}

.assignments-panel{
	margin-top: 2.2em;
	margin-left: -16 px;
}
.assignment-pane{
	table-border: 1px bottom solid;
	margin-bottom: 1em;
	border-bottom: 2px dotted #BBB;
	margin-left:13px;
	padding-bottom: 0.8em;
}
.assignment-pane-status{
}
p.logged-in-pane{
	margin-left: 13px;
}
.white-light
, .black-light, .red-light, .yellow-light, .green-light{
		    padding-left: 20px;
}
.white-light {
	    background: url(/common/images/whitelight.png) no-repeat left center;
}

.black-light {
	    background: url(/common/images/blacklight.png) no-repeat left center;
}

.red-light {
	    background: url(/common/images/redlight.png) no-repeat left center;
}

.yellow-light {
	    background: url(/common/images/yellowlight.png) no-repeat left center;
}
.green-light {
	    background: url(/common/images/greenlight.png) no-repeat left center;
}
.message-button{
	border: 2px solid lightblue;
	border-radius: 10px;
	line-height: 26px;
	height: 26px;
	padding: 5px 2em;
	font-size: 1em;
        background-position: 6px 6px;
        background-repeat: no-repeat;
}
.message-button:hover{
    background-color: lightblue;
}
.answer-button{
    background-image: url(/common/images/reply.gif);
}
.edit-button{
    background-image: url(/common/images/edit.gif);
}
.delete-button{
    background-image: url(/common/images/delete_icon.png);
}
span a img{
	vertical-align: middle;
	padding-right: 7px;
}
.mceContentBody
{
    background-color: #ffffff;
    text-align: left;
}
div.scroller_div {
	max-width: 580px;
}
pre.prettyprint {
	overflow: auto;
}
form{
  text-align: left !important;
}
#MainArea{
   padding-top: 18px !important; 
}
#MainBodyArea{
   overflow: visible !important;
}
caption {
    font-size:large;
    padding-bottom:3px;
    padding-left:36px;
    padding-top:6px;
    text-align:left;
    background-color: #fff;
    border-color: black;
    border-width: 1px;
    border-style: dotted;
	font-family: sans-serif;
	margin-top: 30px;
        /*text-decoration:underline;*/
}
caption span{
    font-size: 70%;
    border-color: black;
    border-width: 1px;
}
.messagearea_td {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: fff;
	border-bottom: dotted black 1px;
}
.authortext{
	font-size: 0.8em;
    text-align: right;
    padding-right: 15px;
	background-color: #dddddd;
}
#centerarea {
    overflow: visible !important;
}


.topiccontainer {
    padding: 0px;
    /*background:transparent url(/common/images/fbg.png) no-repeat scroll left top;*/
}
.topiccontainer table caption, 
.topiccontainer table td:first-child
{
    padding: 0px;
}
.openborder {
    margin-bottom:1em;
    padding:6px;
}
.unread {

}
.branch
{
    margin-top: 6px;
    margin-bottom: 4px;
    list-style-type: none;
}

.branchopen
{
    margin-top: 6px;
    margin-bottom: 4px;
    list-style-type: none;
}
.branchopen ul
{
    display:block;
}
.branch ul
{
    display:none;
}	
li.topic
{
    margin-top: 10px;
    margin-bottom: 6px;
}
li.leaf
{
    margin-top: 6px;
    margin-bottom: 4px;
    list-style-type: none;
    /*list-style-image: url('../images/doc.gif' );*/
}

ul.root{
    list-style-image: none;
    list-style-type: none;
    margin-left:  17px;
}
.messageTitle{
    width:70%;
    padding:1px;
    border-bottom:2px inset #ccffcc;
}
.messageTable{
    width:90%;
    padding:1px;
}
.stylereplies{
    font-size:0.8em;
    width:60px;
    background-color: #ffffcc;
    cursor: hand;
    border:2px outset #ffffcc;
}
.abstract {
    font-style:italic;
}
ul.sub
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 2px;
    padding-left: 8px;
}

ul.warning{
    border: #000 dashed 1px;
    background-color: pink;
    list-style-type: none;
    font-size: 1.4em;
}
ul.warning li{
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('/common/images/error-small.png');
    padding: 1em;
    padding-left: 64px;
}
