/*main.xtpl*/
body
{
	font-family: Arial, Tahoma;
	font-size: 14px;
	
}

#body
{
	background-image: url('/img/body.png');
	background-repeat: repeat-x;
	background-color: #d4dee3;/*#fafafa;*/
}
img
{
	border: 0px;
}

#header
{
	height: 54px; 
	background-image: url('/img/header.png'); 
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	font-family: Verdana;
}

/*article_list.xtpl*/
.item
{
	margin-top: 13px; 
	width: 100%;
}

.title
{
	background-color: #cccccc;
	padding-left: 3px;
}

.type
{
	width: 90px;
	background-color: #cccccc;
	text-align: center;
}

.edit
{
	text-align: center;
	width: 24px;
}

.del
{
	text-align: center;
	width: 24px;
}

.pagination
{
	text-align: center;
}
.pagination a
{
	color: blue;
	text-decoration: none;
}

.lang
{
	text-align: right; 
	padding-right: 50px;
	height: 30px;
}

.lang a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
/* menu*/
#menu
{
	position:relative;
	padding-left: 100px;
}

.menu2 {
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #fe502e;
	width: 144px;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	background: url('/img/button.gif') no-repeat center center;
}
.menu2 li em {
	font-weight: normal;
	background: url('/img/hover.png') no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 15px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* article.xtpl*/
.article_title
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
}

.article_text
{
}

/* footer */
.footer
{
	background-color: #ffffff; 
	width: 1000px; 
	height: 100px;
	text-align: center;
}
.footer a
{
	color: #478ef0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}

/* anounce.xtpl*/
.article_title_anounce
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
}

.article_text
{
}

.more
{
	text-align: right;
	border-bottom: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.more a
{
	color: #fe502e;
	text-decoration: none;
	font-weight: bold;
}

/* module*/
.module_footer2
{
	width: 200px;
	height: 25px;
	background-image: url(/img/module_footer.png);
	background-repeat: no-repeat;
}

.module_header2
{
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial; 
	text-align: center; 
	width: 200px; 
	height: 25px; 
	background-image: url(/img/module_header.png); 
	background-repeat: no-repeat;
}
.module_border
{
	border-left: 1px; 
	border-left-color: #d4d4d4; 
	border-right: 1px; 
	border-right-color: #d4d4d4; 
	border-style: solid; 
	border-top: 0; 
	border-bottom: 0; 
}

.admin_menu
{
	text-align: center;
	height: 50px;
}
.admin_menu a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
