.common_table
{
	border-left: #b0b0b0 1px solid;
	border-top: #b0b0b0 1px solid;
}

.common_table td
{
	border-right: #b0b0b0 1px solid;
	border-bottom: #b0b0b0 1px solid;
}

.td_odd
{
	background-color: #efefef;
}

.td_even
{
	background-color: #ffffff;
}

/*
.search_input
{
	margin-top:10px;
	width:130px;
	height:22px;
	background-image:url('../images/search_bg.gif');
	background-repeat:no-repeat;
}

.search_input input
{
	margin-top:1px;
	margin-left:9px;
	border:0px;
	width:110px;
	height:15px;
}

.search_button
{
	
}

.gallery_cat      
{
	list-style-type:none;
	margin:7px;
}

.gallery_cat li   
{
	margin:0px;
}

.gallery_cat li a 
{
	text-decoration:none;
}

.common_button
{
	background:url('../images/button_bg.gif');
	border:0px;
	width:67px;
	height:21px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
*/

.common_input
{
	border:solid 1px #B2B2B2;
	color:#5D5D5D; /*#000000*/
	font-size:11px;
}

.large_input
{
	height:25px;
	font-size:13px;
}

.CAL_header  
{
	
}
.CAL_header td 
{
	/*text-align:center;*/
}
.CAL_header select 
{
	font-family:Sylfaen;
	height:18px;font-size:10px;
}
.CAL_day
{
	text-align:center;
	font-size:11px;
	color:#000;
}
.CAL_day a
{
	text-align:center;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.CAL_today
{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background-image:url('../images/square_red.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.CAL_today a
{
	text-align:center;
	color:#FFFFFF;
}

#loader
{
	/*
	padding-left:550px;
	text-align:center;
	vertical-align:middle;
	*/
	position:absolute;
	display:none; 
	/*
	width:300px;
	height:200px;
	*/
	/* background:#FCFDFE; */
	
	/*
   background: #ddd; 
   position: absolute;
   */
   top:0px; 
   left:0px;
   /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); // first!
   filter: alpha(opacity=50);
   opacity: 0.5;*/
}