#newsHeader {
	color:				#ffffff;
    border:             thin solid #000000;
    text-align:			center;
	background-image:	url(../images/header/newsHeader.jpg);
}

.newsBox {
	background:			#C0D8F1;
    border:             1px solid #000000;
    margin-bottom:		30px;
}

.newsBox table {
	background:			#000000;
	color:				#ffffff;
	border:				none;
	width:				598px;
	font-size:			100%;
}

.newsTitleLeft {
	text-align:			left;
	border:				none;
    padding-left:       4px;
	background-color:	#a9000c;
}

.newsTitleLeft a {
    color:              white;
    text-decoration:    none;
    font-weight:        bolder;
}

.newsTitleRight {
	text-align:			right;
	border:				none;
	background-color:	#a9000c;
    padding-right:      4px;
}

.action {
    text-align:         right;
}

.action a {
    text-decoration:    none;
}

.adminActionRow {
    font-size:          70%;
    background:         yellow;
    color:              black;
}

.adminActionRow td {
    padding-left:       4px;
    padding-right:       4px;
}

.newsTitleRight span {
    font-weight:        bold;
}

.newsContent {
	min-height:			100px;
	height: 			auto;
	color:				black;
    padding-left:       4px;
    padding-right:      4px;
}

.newsContent span {
    padding-right:      10px;
}

.newsFooter {
	background:			#4B4D4B;
	font-size:			80%;
	color:				#ffffff;
}




#news_title {
	width:				100%;
}

#news_category_id {
	width:				100%;
}

#news_content {
    height:             250px;
}

#newsForm table {
    width:              900px;
}

#newsForm h1 {
    margin-top:      30px;
}

#newsForm .actions {
    text-align:         right;
}

#newsForm .legend {
}

#newsForm .htmlAllowedMessage {
    margin-top:         20px;
    color:              green;
}

#newsForm .label {
    vertical-align:     top;
    font-weight: bold;
}

#newsForm table.news_list {
    width:100%;
}



#newsForm .value {
    padding-left:       15px;
}

#news .newsCategory {
    text-align:         right;
    color:              #A52A2A;
    padding-right:      8px;
}

#news table {
    margin-top:         15px;
}

#news table .newsContent {
    padding-left:       8px;
    padding-right:      8px;
    color:              white;
}

#news table .created {
    padding-left:       8px;
    padding-right:      8px;
    font-size:          smaller;
}

#news .spacer {
    height:             10px;
}

#news .newsComment {
    width:              100%;
}

#news .editNews {
    padding-left:       8px;
}