div.neoboard {
    width: 80%;
    margin: 2em 5em 2em 15em;
}

div.neoboard_description {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 1em;
    text-transform: lowercase;
    font-weight: bold;
}

div.neoboard_description a:hover {
	text-decoration: overline underline;
}

div.neoboard_content_tabs {
    background: transparent;
    white-space: nowrap;
    margin-right: 2em;
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding: 0.5em 0.5em 0.2em 0.5em;    
    text-align: right;
    border: 0;
}

div.neoboard_content_tabs a {
    /* The normal, unselected tabs. They are all links */
    color: #578308;
    font-weight: normal;
    text-transform: lowercase;
    border: 0px 1px 1px 1px solid transparent;
    margin-right: 0.5em;
    padding: 5px 0.5em 0.2em 0.5em;    
}

div.neoboard_content_tabs a:visited {
    color: #578308;
}

div.neoboard_content_tabs a.selected {
    /* The selected tab. There's only one of this */
    background: #CDE2A7;
    color: #578308;
    font-weight: normal;
    border-bottom: 1px solid #74AE0B;
    padding: 5px 0.5em 0.2em 0.5em;    
}

div.neoboard_content_tabs a:hover {
    background-color: #CDE2A7;
    color: #578308;
}

img.menu_icon {
	border: none;
}

img.thumbnail {
	border: 1px solid black;
}

div.neoboardSearchBox {
    margin: 3em 0em 0em 1em;
}

div.neoboardCategorySelector {
    margin: 0em 0em 0em 1em;
}

div.thumbnail {
    text-align: center;
}

div.neoboardArticleAccessLog {
    margin: 3em 0em 3em 5em;
    padding: 3em 0em 3em 5em;
}

div.neoboardArticleRatingMenu {
    border-top: 1px solid #8CACBB;
}

div.neoboardArticleContentIcons {
    width: 80%;
    border: 1px solid #8CACBB;
    margin: 1em 3em 1em 3em;
    padding: 1em 1em 1em 1em;
}


div.neoboardArticleList {
    margin: 0;
    padding: 0;
}

div.batchActionButtons {
    margin: 1em 1em 1em 1em;
}

div.articleActionButtons {
    padding: 1em 0em 1em 0em;
    position : relative;
    top: -3em;    
    margin: 0em 1em 0em 0em;
}

div.articleActionButtons form {
    margin: 0;
    padding: 0;
}

div.articleActionButtons input {
    margin: 0;
    padding: 0em 1em 0em 1em;
}
div.message {
    margin: 1em 0em 1em 0em;
}


div.neoboardForms {
    padding: 0;
    margin: 0;
}

div.commentMenuForm {
    width: 40%;
    position : relative;
    top: -3em;
}


.group {
    width: 100%;
}

div.article {
    border: 1px solid #CDE2A7;
    background: #F7F9FA;
    padding: 1em 1em 1em 1em;
    margin: 0;    
}

div.articleTitle {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    vertical-align: middle;    
    margin-top: 1em;
    padding: 0;
}

div.articleCreator {
	text-align: right;
	font: italic normal 100% Verdana, Helvetica, Arial, sans-serif;	
	color: #A09080;	
	border: solid #908070;
	border-width: 1px 0px 0px 0px;
    font-weight: bold;
    font-size: 100%;
    padding: 1em 0em 1em 1em;
    vertical-align: middle;    	
}

div.articleCreator a{
	font-weight: bolder;
	text-decoration: underline;
}

div.attachment {
    position : relative;
    top: -3em;
    margin-top: 1em;
    font-weight:bold;
}

div.attachmentTitle {
    margin-top: 0.1em;
}

div.attachmentSize {
    margin-top: 0.1em;
}

div.attachmentDescription {
    margin-top: 0.1em;
    border-bottom: 1px dotted black;
}

div.articleBody {
    position : relative;
    top: -3em;
    margin-top: 1em;
    margin-bottom: 1em;
    font: normal 90% Verdana, Helvetica, Arial, sans-serif;
}

div.remoteIP {
    color: red;
    font-weight: bold;
    font-size: 100%;
    vertical-align: middle;    
}

table.neoboardArticleList {
    width: 95%;
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    padding: 0;
    margin: 0;
}

table.neoboardArticleList th {
    background: #DEE7EC;
    border-top: 1px solid #8CACBB;
    border-bottom: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
    color: Black;
    font-weight: normal;
    padding: 0.3em 0.2em 0.3em 0.2em;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
    font: bold 90%  Verdana, Helvetica, Arial, sans-serif;
}

table.neoboardArticleList td {
    border-right: 1px solid #8CACBB;
    text-align: center;
    padding: 0.3em 0.2em 0.3em 0.2em;
    font: normal 90% Verdana, Helvetica, Arial, sans-serif;
}

table.neoboardArticleList td.top {
    border-left: 1px solid White;
    border-right: 1px solid White;
    text-align: right;
    text-align: center;    
    position: relative;
    left: -1px;
}

table.neoboardArticleList tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.neoboardArticleList tr.even {
    background: #F7F9FA;
}

table.neoboardArticleList tr.hot {
    background: #D7E1F4;
}

table.neoboardArticleList tr.notice_article {
    font: normal 100% Verdana, Helvetica, Arial, sans-serif;
    background: #E8E8E8;
}

table.neoboardArticleList th.title {
    width: 70%;
    text-align: center;
}

table.neoboardArticleList td.title {
    padding: 0;
    text-align: left;
}

table.neoboardArticleList td.title a:hover{
    text-decoration: none;
    font-weight: bold;
}

table.neoboardArticleList a:hover {
    text-decoration: underline;
}

table.neoboardArticleList img {
	vertical-align: middle;
}

textarea {
    font-size: 9pt;
}

div.neoboard_article_comment{
	text-align: left;
	padding: 1em;
	margin: 2em; 
	border: 1px solid 1px solid #8CACBB;
} 

div.neoboard_article_comment_body {
    padding: 0.5em;
    top: 2em;
    left: 1em;
}

span.neoboard_article_comment_header {
    font-weight: bold;
    background: #F7F9FA;
    padding: 1em;
    position : relative;
    top: -1.8em;
    left: 1em;
}

div.neoboard_lost_article_comment{
	text-align: left;
	padding: 1em;
	margin: 2em; 
	border: 1px dotted #FF0000;
} 


div.neoboard_lost_comment_info {
    position : relative;
    top: -1.8em;
    left: 1em;
    color: red;
    font: italic;
}

div.light_warning {
    margin: 2em 1em 2em 1em;
    color: red;
    font: italic;
}


div.neoboard_footer {
    color: 1px solid #8CACBB;
    border-top-color: #8CACBB;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 1em;
    font-weight: light;
    text-align: right;
    margin-top: 1em;
}

div.neoboard_footer a:hover{
    font-weight: bold;
}

select.to_board {
    font-size: 80%;
}

select.category_selector {
    font-size: 80%;
}

