/* style rules of Announcement and its content */


.datepicker{
	float:left;
	_margin-top: 3px;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	background: transparent url('../Brix/Images/calendar.gif') no-repeat 0 0;
}


.announcement_edit{
	float:left;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	background-image: url('../brix/images/rte_edit.gif');
	background-repeat: no-repeat;
	margin-top:10px;
}


.announcement_info_popup{
	float:left;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	background-image: url('../brix/images/rte_preview.gif');
	background-repeat: no-repeat;
	
}


.announcement_table
{
	font: bold 11px Arial, sans-serif;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	
}

.announcement_content_table
{
	margin:0px;
	font-size: 12px;
}


.announcement_short_content_table 
{
	margin-left:10px;
	margin-right:10px;
	font-size: 12px;
	text-align: justify;
	
}

.announcement_hr_table
{
	width:590px;
	margin:0px;
	
}


.announcement_td
{
	text-align:center;
	color: #FFFFFF;

}

.announcement_little_td
{
	width:50px;

}

.announcement_outer_td
{
	padding-left:10px;
	color:red;

}


.announcement_select
{
	width:150px;
}

.announcement_button
{
	width:75px;
	height:20px;
}

.announcement_linktext
{

	cursor:pointer;
}

.announcement_unvisible_table
{
	display:none;
	height:40px;
	font: bold 11px Arial, sans-serif;
}

.announcement_paging_row
{

	font: bold 11px Arial, sans-serif;
}

.announcement_unvisible_table.announcement_th
{
	font: bold 12px Arial, sans-serif;
	padding-left:9px;
}

.announcement_th2
{
	font: bold 14px Arial, sans-serif;
}

.announcement_input
{
	width:500px;
	
}

.announcement_noborder_input
{
	border:none;
	width:500px;
}

.announcement_input_little
{
	width:50px;
	
}


.announcement_input_file
{
	width:300px;
	margin-left:20px;
}