
/*
 *Anasayfanin geneline uygulanacak classlar.
 *
 */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #990066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990066;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #990066;
}


/*
 *ContainerFrame controlune iliskin classlar.
 *
 */
.Container
{
	border-collapse: collapse;
}
.ContainerTitle
{
	padding:0px;
}
.ArcTopLeftViolet
{
	background-image: url(../IMG/arc_t.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px 5px;
}
.ArcTopRightViolet
{
	background-position: 100% 5px;
	background-image: url(../IMG/arc_t.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.ArcBottomLeftViolet
{
	background-position: 0% 5px;
	background-image: url(../IMG/arc_b.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.ArcBottomRightViolet
{	
	background-position: 100% 5px;
	background-image: url(../IMG/arc_b.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.ArcTopLeftGray
{
	background-position: 0 0;
	background-image: url(../IMG/arc_t_g.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.ArcTopRightGray
{
	background-position: 100% 0px;
	background-image: url(../IMG/arc_t_g.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.ArcBottomLeftGray
{
	background-position: 0% 0px;
	background-image: url(../IMG/arc_b_g.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.ArcBottomRightGray
{	
	background-position: 100% 0px;
	background-image: url(../IMG/arc_b_g.gif);
	background-repeat: no-repeat;
	height: 25px;
}


/*
 *Category controlune iliskin classlar.
 *
 */
.Category
{
	width: 150px;
}
.CatRows TD
{
	padding: 0px 0px 1px 0px;
}
.CatBullet
{
	width: 13px;
	height: 13px;
}
.CatBullet TABLE
{
	width: 13px;
	height: 13px;
	margin-right: 10px;
	border-collapse: collapse;
}
.CatName
{
	font-size: 8pt;
	width: 127px;
}
.CatSub
{
}
.CatSubCell
{
	padding: 0px;	
}
.CatSub TABLE
{
	margin-left: 11px;
	border-collapse: collapse;
}
.CatSub TABLE TD
{
	padding: 0px 0px 1px 0px;
}


/*
 *Managment iliskin classlar.
 *
 */
.Managment
{
	width: 150px;
}


/*
 *Login controlune iliskin classlar.
 *
 */
.Login
{
	width: 150px;
}
.LoginInnerContent
{
	position: relative;
	top:0px;
	left: 0px;
	width: 150px;
	height: 102px;
}
.LoginUserBox
{
	border: 1px solid #875187; 
	background-color: #F9F9F9; 
	font-family:verdana; 
	font-size:10px;
	width: 71px;
	height: 12px;
	padding: 1px;
	position: absolute;
	top: 0px;
	left: 75px;	
}
.LoginPwdBox
{
	border: 1px solid #875187; 
	background-color: #F9F9F9; 
	font-family:verdana; 
	font-size:10px;
	width: 71px;
	height: 12px;
	padding: 1px;
	position: absolute;
	top: 20px;
	left: 75px;	
}
.LoginUserLabel
{
	position: absolute;
	top: 0px;
	left: 4px;	
}
.LoginPwdLabel
{
	position: absolute;
	top: 20px;
	left: 4px;
}
.LoginChkLabel
{
	position: absolute;
	top: 44px;
	left: 20px;
}
.LoginUserColon
{
	position: absolute;
	top: 0px;
	left: 65px;
}
.LoginPwdColon
{
	position: absolute;
	top: 20px;
	left: 65px;
}
.LoginRememberMe
{
	position: absolute;
	left: 0px;
	top: 40px;
}
.LoginBtn
{
	position: absolute;
	top: 60px;
	left: 98px;
	border: 0px;
	width: 53px;
	height: 15px;
	background-image: url(../IMG/login.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}
.LogoutBtn
{
	position: absolute;
	top: 40px;
	left: 100px;
	border: 0px;
	width: 53px;
	height: 15px;
	background-image: url(../IMG/logout.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}
.LoginGreeting
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.LoginArrow
{
	color: #754276; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	margin-right: 4px;
}
.LoginRegister
{
	position: absolute;
	top: 75px;
	left: 5px;
}
.LoginForgotPass
{
	position: absolute;
	top: 90px;
	left: 5px;
}
.LoginChgProfile
{
	position: absolute;
	top: 75px;
	left: 5px;
}


.ArrowedLink
{
	padding-left: 15px;
	background-image: url(../IMG/dblarrvio.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}


/*
 *MiddleFrame
 *
 */
.MiddleFrame
{
	width: 400px;
}



/*
 *NewsList.
 *
 */
.NewsListInnerContent
{
	width: 100%;
	border-collapse:collapse;
	vertical-align: top;	
}
.NewsListInnerContent TABLE
{
	border-collapse: collapse;
}
.NewsTotalCount
{
	display: block;
	margin: 0 0 10px 5px;
	font-weight: bold;
}
.NewsListArrow
{
	width: 20px;
}
.NewsListTitle
{
	padding-left: 30px;
}
.NewsListTitleLink
{
	white-space: nowrap;
}
.NewsListTitleContainer
{
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	cursor: hand;
	cursor: pointer;
}
.NewsListDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
.NewsListSummary
{
	padding-left: 52px;
}
.NewsListItemSummary
{
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;	
}
.NewsListPager
{		
	margin-top: 30px;
}
.NewsListPagerItem
{
	font-weight: bold;
}
.NewsListPagerPrevItem
{
	vertical-align: bottom;
	font-weight: bold;
}
.NewsListPagerNextItem
{
	vertical-align: bottom;
	font-weight: bold;
}


#MainContainer
{
	padding: 0 20px 0 20px;
	width: 430px; 
	/*Asagidaki satir mozillayi sapittiriyor*/
	/*height: 400px;*/
}

#MainContainer TD
{
	/*border: solid 1px #aaaaff;*/
}

/*
 *FlashNews
 *
 */
.FlashNewsContainerTD
{
	padding: 25px 0 0 20px;
}
.FlashNews 
{
	width: 400px;
	display:block;
	margin: 0 0 60px 0;
}
.FlashNews img 
{
	float:left;
	width:100px;
	margin:  0 5px 5px 0;
}
.FlashNews .Title 
{
	display: block;
	font-weight:bold;
	padding: 5px 0 5px 0;
}
.FlashNews .Subject
{
	width:400px;	
	
}


/*
 *Sposors
 *
 */
.SponsorsInnerContentTD
{
	text-align: center;
}
.SponsorLink img
{
	border: 0px;
}

/*
 *NewsBar
 *
 */
.NewsBarInnerContentTD
{
	padding: 0px;
}
.NewsBarInnerContent table
{
	border-collapse: collapse;
}
.NewsBarInnerContent TD
{
	padding: 0px;
}
.NewsBarTitle
{
	font-weight: bold; 
	color: #8b558b
}
.NewsBarSummary
{
	width: 145px;
}
.NewsBarMore
{
	text-align: left
}
.NewsBarSeparator
{
	color: #6c006c;
	border: dotted 1px #6c006c;	
	width: 110px;
}

/*
 *Navigation
 *
 */
.Navigation
{
	width: 780px;
	border-collapse:collapse;
	border:0px;
}

.Navigation TD
{
	/*border: solid 1px #aaaaff;*/
}


/*
 *Search
 *
 */
.SearchInnerContent
{
	position: relative;
	top:0px;
	left: 0px;
	width: 150px;
	height: 60px;
}
.SearchBox
{
	border: 1px solid #875187; 
	background-color: #F9F9F9; 
	font-family:verdana; 
	font-size:10px;
	width: 71px;
	height: 12px;
	padding: 1px;
	position: absolute;
	top: 0px;
	left: 75px;	
}
.SearchBtn
{
	position: absolute;
	top: 23px;
	left: 98px;
	border: 0px;
	width: 53px;
	height: 15px;
	background-image: url(../IMG/search2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}
.SearchLabel
{
	position: absolute;
	top: 0px;
	left: 4px;	
}
.SearchColon
{
	position: absolute;
	top: 0px;
	left: 65px;
}
.SearchAdvSrch
{
	position: absolute;
	top: 45px;
	left: 5px;
}

.ArrowedLinkArrow
{
	color: #754276; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	margin-right: 4px;
}


.ErrorMessageCont
{
	padding: 3px;
	font-weight: bold;
}