@charset "utf-8";

html, body {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #666666;
	margin				: 0px;
	padding				: 0px;
	border				: 0px;
	background-image	: url(images/bg.jpg);
}

.tbl_main{
	border				: 0;
	width				: 980px;
	background-color	: #FFFFFF;
	padding-left		: 12px;
}

.tbl_menu{
	width				: 950px;
	background-color	: #FFFFFF;
	padding-left		: 80px;
	background-image	: url(images/bg_pm.jpg);
}


.footer {
	font-size			: 11px; 
	color				: #666666; 
	margin				: 22px 0px 0px 20px;
}

a {
	color				: #FF0000;
}

a:hover {
	font-size			: 10pt;
	color				: #666666;
	text-decoration		: none;
}

.stabillo {
	background-color	: #FF0000;
	padding-left		: 2px;
}

.stabillo {
	padding-right		: 2px;	
}


ul {
	list-style-image	: url(images/pointer.gif);
}

ul, li {
	line-height			: 17px;
}


.img_gallery{
	border				: solid #666666 1px;
	padding				: 1px;
}

/*cal*/

.my-calander-area{
	width				: 714px;
	float				: right;
	}
.calander-outer{
	width				: 714px;
	float				: left;
	}		
.my-calander-top{
	background-image	: url(images/calander-top.gif);
	width				: 350px;
	height				: 65px;
	background-repeat	: no-repeat;
	}
.my-calander-middle{
	background-image	: url(images/my-calander-middle.gif);
	background-repeat	: repeat-y;
	width				: 350px;
	border				: 0px #FF0000 solid;
/*	vertical-align:middle;
	z-index:1;
	position:static;*/
	}
.my-calander-bottom{
	background-image	: url(images/my-calander-bottom.gif);
	width				: 350px;
	height				: 10px;
	background-repeat	: no-repeat;
	}
.calander-day{
	border-bottom		: #e3e3e3 1px solid;
	font-family			: Arial;
	font-size			: 11px;
	font-weight			: bold;
	color				: #194a7e;
	padding				: 7px 0px 7px 0px;
	text-align			: center;
	}	
.my-calander-name{
	font-family			: Arial;
	font-size			: 11px;
	color				: #2f2f2f;
	height				: auto;
	margin				: 0px;
	padding				: 0px;
	
	}
.my-calander-name a{
	font-family			: Arial;
	font-size			: 11px;
	color				: #2f2f2f;
	text-decoration		: none;
	}
.my-calander-name a:hover{
	font-family			: Arial;
	font-size			: 11px;
	color				: #2f2f2f;
	text-decoration		: underline;
	}						
	
.my-calander-name-active{
	font-family			: Arial;
	font-size			: 11px;
	color				: #d60a0a;
	}
	
.pd-top{
	padding				: 20px  0px 0px 0px;
	font-family			: Arial;
	font-size			: 13px;
	color				: #FFFFFF;
	font-weight			: bold;
	}

.my-event-link{
	color				: #3399FF;
	font-size			: 10px;
}

.my-event-link:hover{
	color				: #666666;
	font-size			: 10px;
}

/*font*/
.font_white_10{
	font-size			: 10px; 
	color				: #FFFFFF; 
}

.font_white_11{
	font-size			: 11px; 
	color				: #FFFFFF; 
}

.font_white_12{
	font-size			: 12px; 
	color				: #FFFFFF; 
}

.font_white_18{
	font-size			: 18px; 
	color				: #FFFFFF; 
}

.font_red_12{
	font-size			: 12px; 
	color				: #FF0000; 
}

.font_red_18{
	font-size			: 18px; 
	color				: #FF0000; 
}

.color_blue {
	color				: #3399FF;
}