/***** GLOBAL STYLE *****/	
.clear {
	clear: both;
}

form.page {
	text-align: right;
	padding-right: 10px;
}

/***** NICETABLE STYLE *****/	
.content span.standard,  table.nicetable, table.nicetable input, table.nicetable select, table.nicetable textarea {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #222;
	line-height: 18px;
}

span.standard img{
	max-width: 350px;
	width: expression( this.width>350?350:true );
}

table.nicetable {
	width: 350px;
}

table.nicetable td, table.nicetable label {
	line-height: 14px;
	height: 20px;
}

table td {
	padding: 2px;
}

table td.label {
	text-align: right;
}

table.nicetable th {
	font-size: 12px;
	font-weight: bold;
	background: #3f5e6d;
	color: #FFF;
	padding: 2px 5px;
}

table.nicetable input.radio {
	float: left;
}

table.nicetable label {
	width: 120px;
	float: left;
	padding: 0 5px;
	height: 28px;
}

table.border,  table.border td, table.border th{
	border-collapse: collapse;
	border: 1px solid #3f5e6d;
}

table.nicetable input.button {
	/*border: 3px double #FFF;*/
	width: 104px;
	margin: 5px 0 0 0;
	padding: 0;
	height: 26px;
	color: #FFF;
	background: #FFF url(../img/btn_bg.gif) no-repeat;
	border: 1px solid #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/***** CONTENT *****/
.content{
	margin: 0px;
	margin-left: 274px;
	*margin-left: 269px;
	width: 629px;
}

.content div.detail, .content div.detail h1, .content div.detail h2, .content div.detail h3 {
	width: 350px;
}

.content span.standard p.wtext{
	width: 595px;
}

/***** DATE_TITLE *****/	
h4.date_title {
	border-bottom: 1px solid #f4f1e6;
	margin: 20px 15px 0 0;
	color: #3f5e6d;
}

h4.date_title span {
	float: right;
}

/***** RIGHT BOX_TITLE *****/
ul.event_right {
	width: 240px;
	float: right;
	margin-right: 1px;
	*margin-right: -1;
}

ul.event_right img {
	max-width: 235px;
	width: expression(this.width>235?235:true);
	border: 1px solid #f4f1e6;
}

ul.event_right li {
	margin:0;
	padding: 0;			
	float: left;
	width: 237px;
	list-style: none;
}

ul.event_right li a {
	display: block;
	background: #ddd5bc;
	border: 1px solid;
	border-color: #EED #CBA #CBA #EED;
	padding: 5px;			
	text-decoration: none;
	color: #764;
	font: bold 11px Verdana, Helvetica, sans-serif;
	text-align: center;
}

ul.event_right li a:hover {
	background: #DCA;
}

ul.event_right label {
	display: block;
	margin: 10px 0 5px 0;
	/*margin-top: -10px;*/
	line-height: 13px;
}
