@CHARSET "UTF-8";
/*
*	Copyright ---Maxim---- 2007
	Event CSS
*/
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

.event{
	background: #f2f2f2;
	width: 371px;
	text-align: center;
}
.event td.header{
	background: #f2f2f2 url("../images/addAction/header.gif") no-repeat;
	width: 100%;
	height: 43px;
	color: #ffffff;
	font: bold 20px sans-serif;
	vertical-align: middle;
}
.event td.info{
	color: #000000;
	font: bold 14px sans-serif;
	vertical-align: middle;
	height: 30px;
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
}
.event td.footer{
	background: #f2f2f2 url("../images/addAction/footer.gif") no-repeat center;
	width: 100%;
	height: 11px;
}
.event td.content{
	background: #f2f2f2;
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
}
.event td.button{
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
}
table.edit{
	width: 100%;
	margin: 0 15px 0 15px;
}
table.edit .sup{
	font: 9px sans-serif;
	text-indent: 0;
	height: 100%;
	vertical-align: top;
}
table.edit td.name{
	background: url("../images/addAction/input_l.gif") no-repeat top left;
	font: bold 14px sans-serif;
	color: #ffffff;
	width: 89px;
	height: 22px;
	padding: 2px 0 0 7px;
	vertical-align: top;
}
table.edit td.easy{
	background: none;
	color: #bbbbbb;
}
table.edit td{
	background: #f2f2f2;
	font: 14px Arial;
	vertical-align: middle;
}

table.edit td.action input,
 table.edit td.action select,
 table.edit td.action textarea{
	border: solid 1px #a5acb2;
	font: 14px sans-serif;
	height: 20px;
	width: 90%;
}
table.edit td.action textarea{
	height: 50px;
}
table.edit td.action select{
	width: auto;
}

table.edit td.action input.check{
	width: 12px;
	height: 12px;
	font: 12px sans-serif;
	margin-right: 15px;
}

/* buttons */
.button_add{
	background: url("../images/addAction/button_add.gif") no-repeat;
	width: 84px;
	height: 27px;
	border: 0;
	color: #ffffff;
	font: bold 14px sans-serif;
	cursor:pointer;
}
.button_clear{
	background: url("../images/addAction/button_clear.gif") no-repeat;
	width: 84px;
	height: 27px;
	border: 0;
	color: #ffffff;
	font: bold 14px sans-serif;
}
/* buttons */