.news_index_box {
	margin-left: 20px;
}

a.news_index {
	text-decoration: underline;
}

a.news_index_hidden {
	color:  #666666;	
}

a.news_index:hover {
	text-decoration: underline;
}

/* @group rounded box */


.news_date {
	color: #999999;
	display: block;
	padding-bottom: 8px;
}

.news_title {
	font-size: 120%;
	font-weight: bold;
	display: block;
}
 .news_image {
	float: right; width: auto; height: auto; background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}

* a.del {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

* .box {
	width: 793px;
}

* .box .tl {
	width: 10px; height: 10px;
	background-image: url(../gfx/box10-gray-tl.gif);
	background-repeat: no-repeat;
}

* .box .tc {
	background-image: url(../gfx/box10-gray-c.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

* .box .tr {
	width: 10px; height: 10px;
	background-image: url(../gfx/box10-gray-tr.gif);
	background-repeat: no-repeat;
}

* .box .lc {
	background-image: url(../gfx/box10-gray-c.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
}

* .box .data {
	background-color: #ffffff;
}
* .box .rc {
	background-image: url(../gfx/box10-gray-c.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffffff;
}

* .box .bl {
	width: 10px; height: 10px;
	background-image: url(../gfx/box10-gray-bl.gif);
	background-repeat: no-repeat;
}


* .box .bc {
	background-image: url(../gfx/box10-gray-c.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
}

* .box .br {
	width: 10px; height: 10px;
	background-image: url(../gfx/box10-gray-br.gif);
	background-repeat: no-repeat;
}

/* @end */

* .admin_boxlink {
	background-color: #cccccc;
	padding: 2px 4px 1px;
	border: 1px outset #eeeeee;
	border-bottom-style: none;
}

* .admin_boxlink2 {
	background-color: #cccccc;
	padding: 2px 4px 1px;
	border: 1px outset #eeeeee;
}

* .hidden {
	background: url(../gfx/hidden90.png) repeat;
	width: 100%;
	height: 100%;
}

* .nav, * a.nav {
	color: #000000;
	text-decoration: none;
}

* .usertable {
	background-color: #DDDDDD;
}

* .usertable th, * .usertable td {
	padding-left: 3px;
	padding-right: 3px;
}
* .usertable th {
	background-color: #EEEEEE;
	text-align: left;
	font-weight: bold;
	color: #666666;
}

* .usertable tr {
	background-color: #FFFFFF;
}

* .usertable tr:hover {
	background-color: #CCCCCC;
}

.std_form label {
	width: 10ex;
	float: left;
	text-align: right;
	margin-right: 2px;
	display: block;
	margin-top: 2px;
	font-weight: bold;
}