@charset "utf-8";

/* CSS Document */

td.news_table {
	vertical-align: top;
	width:100%; 
	height:150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.news_table {
	overflow-y: auto;
	height: 150px;	
	border: 0px solid white;
	background:white;
}

div.news_table div {
	cursor: pointer;
	width: 100%;
	font-family:verdana;
	font-size:10px;
	text-align:justify;
	color: black;
}

td.post_date {
	text-align: right;
}

div.title {
	font-weight: bold;
	font-size:11px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
}

td.middle {
	font-family:verdana;
	font-size:10px;
	text-align:justify;
}

td.image img {
	vertical-align: top;
}

img.news_image {
	width: 200px;
}

td.article {
	vertical-align: top;
	padding-left: 20px;
	background:white;
	font-family:verdana;
	font-size:10px;
	text-align:justify;
}

th  {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.main_text {
	overflow-y:auto;
	height:200px;
	color: black;
	padding-right: 30px;
}
div.main_text span.red {
	color: red;
}

div.main_text span.blue {
	color: blue;
}

div.main_text span.green {
	color: green;
}

div.upload {
	padding-top: 10px;
}

td.edit {
	text-align: right;
}

tr.highlighted {
	background-color: gray;
	font-weight: bold;
}

/* Editing Screens */

div.editing a {
	padding-right: 5px;
}

td.font_color {
	text-align: right;
}

td.font_color a {
	text-decoration: none;
}

div.buttons {
	padding-top: 10px;
}

/* Manage Users */
td.main_content {
	vertical-align: top;
}

div.user_table th {
	font-size: 12px;
}

div.user_table {
	border: 1px solid red;
	overflow-y: auto;
	height: 200px;
	vertical-align: top;
	width: 500px;
}

table.mid {
	padding-bottom: 20px;
}

