.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
/* html .clearfix {height: 1%;} */
/* End hide from IE-mac */

body
{
	font-family:Arial, Verdana;
	font-size: 12px;
	background-color: #ae0001;
	margin-top:0px;
}

a {
 text-decoration:none;
}

.fpass
{
	color: black;
 	text-decoration: underline;
	font-size:10px;
}
div 
{
	text-align:left;

/*	border: solid 1px red;
	    display: block;margin: 0px; */
}

.MainContainer
{
	background-color:White;
	background-image: url(../imgs/bg.jpg);
	background-position:right top ;
	background-repeat:no-repeat;
	width:860px;
}

.Menu 
{
 width: 100%;
 height: 30px;
 background-repeat:no-repeat; 
 background-image: url(../imgs/menu_bg.gif);
}

.MenuItem 
{
	padding-left:5px;
	padding-right:10px;
	float: left;
	color:#5c5d6b;
	font-weight:bold;
	font-size:11px;
}
.DivSep1 {}

.TextBtn {}
.TxtTitle 
{
	font-size:12px;
	color:#2e7ad9;
	font-weight:bold;
}

.TxtTitle2 
{
	font-size:14px;
	color:#2e7ad9;
	font-weight:bold;
}

.TxtTitle3
{
	font-size:11px;
	color:#64a8fd;
	font-weight:bold;

}

.TxtTitle4
{
	font-size:11px;
	color:#646464;
	font-weight:bold;

}

.ContentTitle
{
	font-size:16px;
	color:#2e7ad9;
	font-weight:bold;
	padding-bottom: 8px;
}

.TxtContent 
{
	font-size:11px;
	color:black;
}

.TxtContent2
{
	font-size:11px;
	color:#6e410d;
}


.TxtLink1
{
	color:#6e410d;
	font-size:10px;

}
.InputText 
{
	border: solid 0px black;
	font-size:9px;
	height: 16px;
 /* background-repeat:no-repeat; 
 background-image: url(../imgs/editborder.gif);
	*/
}

.loginbox
{
	border: solid 1px #aaaaaa;
	font-size:9px;
	height: 12px;
	margin : 1px;
	width: 80px;
	/*
	 background-repeat:no-repeat; 
	 background-image: url(../imgs/editborder.gif);
	*/
}

.ImgBorder 
{
	padding: 5px; 
	background-image: url(../imgs/bgpat1.gif);
	background-repeat: repeat;

}

#login {
	float: right;
	width:190px;
}

/*  Takvim Formatlama için gerekli class'lar.  */
.Calendar 
{
	width: 100%;
}

.CalMonthName
{
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	color:#5D98E1;
	width:150px;
}

.Calendar .ctd {
	font-size: 11px;
	text-align:center;
	width: 18px;
	height: 20px;
}

.CalDayNames {
	font-weight: bold;
}

.CalSpcDay 
{
	background-color: #5D98E1;
	color: #E5EFFA; 
	cursor:pointer;
}

.CalNextPrev {
	font-size: 16px;
	font-weight: bold;
	color:#5D98E1;
	cursor:pointer;
	width: 20px;
}


.ctrPhotoThumb
{

	width: 130px;
	height: 130px;
	margin: 4px;
	float:left;
	text-align: center;
	border: solid 1px #dfdfdf; /**/
	font-size: 1px;
	line-height: 120px;
}

.EventsPane {
	width: 190px;
	float: right; 
	border-left: dashed 1px #E6E6E6; 
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-image: url(../imgs/bg2.gif);
	background-repeat: repeat-y;

}

