/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url('../images/bg.gif') center repeat-y;
	position: absolute;
}

img{border-width:0px;}
a{text-decoration: none;font-size: 10pt;}
a:hover{text-decoration: underline;}
.clear{clear:both;overflow:hidden;}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #837878; /*CCCCCC*/
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}
.logo_text {float:left;overflow:hidden;width: 300px;}
.logo_img {float:right;overflow:hidden;width: 136px;height:80px;margin-top:8px;margin-right:20px;}
/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #BBB;
    height:15px;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

.userform .search{float:left;overflow:hidden;width: 200px;}
.userform .login{float:right;overflow:hidden;width:400px;margin-right:0px;}
/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #837878; /*EEE*/
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #fc7f77; /*DDD*/
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}
/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: 675px;
    line-height: 20px;
    /*color: #DD7CB4;*/
    color:Black;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: center;
    height: 220px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: left;
}
.picbox .part {float:none;width:675px;height:85px;}
.picbox .part .left{float:left; overflow:hidden;width:15px;margin-top:35px;}
.picbox .part .right{float:right; overflow:hidden;width:15px;margin-top:35px;}
.picbox .part .middle{float:left; overflow:hidden;width:645px;}
.picbox .part .middle .item{float:left;overflow:hidden;margin-top:0px;margin-left:7px;width:120px;}
/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}
/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
	font-size: x-small;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #837878;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
	height:40px;
}
#footer .inforce_logo{float:left;overflow:hidden;width:150px;height:40px;}
#footer .footer_text{float:left;overflow:hidden;width:550px;height:40px;text-align:left;}
/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000000;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #000000;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000000;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #df2318;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url('../images/headerBG.jpg') repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 3px; font-family:Trebuchet MS; font-size:9pt;height:180px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #e02418;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url('../images/tableft8.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url('../images/tabright8.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    color:Black;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */
/*Start: Modules/PageByCat.ascx*/
.pagebycat{width:215px;overflow:hidden;float:left;color:Black;font-size:9pt; font-family:Trebuchet MS;}
.pagebycat .pages{width:215px;overflow:hidden;float:left;}
.pagebycat .pages .items{width:215px;overflow:hidden;float:left;}
.pagebycat .pages .items .item{float:left;overflow:hidden;width:215px;}
.pagebycat .pages .items .item .top{float:left;overflow:hidden;width:215px;}
.pagebycat .pages .items .item .top .img{float:left;overflow:hidden;width:15px;margin-left:5px;}
.pagebycat .pages .items .item .top .left{float:left;overflow:hidden;width:185px;margin-left:5px;margin-top:3px;}
.pagebycat .pages .items .item .top .left .lbl{float:left;overflow:hidden;width:180px;}
/*End  : Modules/PageByCat.ascx*/
/*Start : NewsListFront.ascx */
.lastnews {width:215px;overflow:hidden;float:left;color:Black;font-family:Trebuchet MS;font-size:9pt;}
.lastnews .item { float:left;overflow:hidden;width:215px;}
.lastnews .item .img_ico{ float:left;overflow:hidden;width:15px;margin-left:5px;}
.lastnews .item .title{float:left;overflow:hidden;margin-left:3px;width:190px;margin-left:5px;margin-top:3px;}
/*End : NewsListFront.ascx */
/* KnowledgeTool.ascx : Bilgilendirme */
.KnowledgeTool{float:left;width:650px;height:41px;overflow:hidden;}
.KnowledgeTool .olcek{ float:left;width:80px;height:24px;margin-left:0px;margin-top:9px;font-family:Trebuchet MS;font-size:8pt;vertical-align:middle;color:#070707;overflow:hidden;}
.KnowledgeTool .gonder{float:left;width:110px;height:24px;margin-top:9px;font-family:Trebuchet MS;font-size:8pt;vertical-align:middle;color:#070707;overflow:hidden;}
.KnowledgeTool .yazdir{float:left;width:61px;height:24px;margin-top:6px;font-family:Trebuchet MS;font-size:8pt;vertical-align:middle;color:#070707;overflow:hidden;}
.KnowledgeTool .ekle{float:left;width:80px;height:24px;margin-top:9px;font-family:Trebuchet MS;font-size:8pt;vertical-align:middle;color:#070707;overflow:hidden;}
.KnowledgeTool .kategori{float:left;width:213px;height:24px;margin-top:9px;font-family:Trebuchet MS;font-size:8pt;vertical-align:middle;color:#070707;overflow:hidden;}
/* KnowledgeTool.ascx : Bilgilendirme */
/*Start : PageDetail.aspx*/
.page_detail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.page_detail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.page_detail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.page_detail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.page_detail .left .content{float:left;width:685px;height:auto;font-family:Trebuchet MS;font-size:10pt;background-color:#ffffff;vertical-align:top;margin-top:0px;overflow:hidden;}
.page_detail .left .content a{ font-size: 10pt; }
.page_detail .left .comment .related_box{float:none;font-family:Trebuchet MS;font-size:10pt;margin-top:10px;}
.page_detail .left .comment .related_box .title{font-weight: bold;background-color:#f63631;color:#ffffff;}
.page_detail .left .comment .related_box ul{list-style: none;margin: 0;padding: 0;}
.page_detail .left .comment .related_box ul li{vertical-align:middle;font-weight:bold;}
.page_detail .left .comment .related_box ul .seperator{}
.page_detail .left .comment .related_box ul li a{color:Black;font-weight:bold;}
.page_detail .left .comment .related_box ul li a:hover{font-family:Trebuchet MS;font-size:12pt;color:Red;}
/*End : PageDetail.aspx*/
/*Start: Search.aspx*/
.search_detail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.search_detail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.search_detail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.search_detail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.search_detail .left .above_list{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;}
.search_detail .left .above_list .message{float:left;overflow:hidden;font-family:Trebuchet MS;font-size:10pt;color:Red;width:680px;}
.search_detail .left .above_list .ddl_div{float:left;overflow:hidden;width:680px;}
.search_detail .left .above_list .ddl_div .ddl{	background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
    scroll; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
    font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
    padding: 3px; background-position: 0%; height:25px; width:400px; margin-top:5px; margin-bottom:5px;}
.searchlist{float:left;border: double 1px silver;overflow:hidden;width:680px;}
.searchlist .items{float:left;}
.searchlist .items .item{float:left;margin-top:10px;font-family:Trebuchet MS;font-size:10px;margin-left:10px;}
.searchlist .items .item .title{float:left;overflow:hidden;margin-left:5px;width:670px;}
.searchlist .items .item .date{float:left;overflow:hidden;margin-left:5px;width:670px;}
.searchlist .items .item .spot{float:left;overflow:hidden;margin-left:5px;width:670px;}
.searchlist .items .seperator{float:left;overflow:hidden;width:15px;}
/*End  : Search.aspx*/
/*Start: PressRoomList.aspx*/
.pressroomlist{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.pressroomlist .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.pressroomlist .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.pressroomlist .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;margin-top:5px;}
/*End  : PressRoomList.aspx*/
/*Start : Modules/PressRoomList.ascx*/
.rppressroomlist{float:left;border: double 1px silver;width:680px;margin-top:15px;}
.rppressroomlist .items{float:left;width:680px;overflow:hidden;}
.rppressroomlist .items .item{float:left;margin-top:5px;overflow:hidden;width:151px;text-align:center;padding-bottom:10px;}
.rppressroomlist .items .item .top{float:left;overflow:hidden;width:151px;height:100px;margin-bottom:5px;text-align:center;}
.rppressroomlist .items .item .top .img{float:left;overflow:hidden;width:100px;height:100px;text-align:center;margin-left:25.5px;}
.rppressroomlist .items .item .below{float:left;overflow:hidden;width:151px;text-align:center;}
.rppressroomlist .items .item .below .divtitle{float:left;overflow:hidden;width:121px;font-family:Trebuchet MS;font-size:9pt;font-weight:bold;text-align:center;margin-left:15px;}
.rppressroomlist .items .seperator{float:left;overflow:hidden;width:5px;}
/*Start : Modules/PressRoomList.ascx*/
/*Start: PressRoomDetail.aspx*/
.pressroomdetail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.pressroomdetail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.pressroomdetail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.pressroomdetail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;margin-top:5px;}
.pressroomdetail .left .content{float:left;width:680px;height:auto;font-family:Trebuchet MS;font-size:10pt;background-color:#ffffff;vertical-align:top;margin-top:10px;overflow:hidden;}
.pressroomdetail .left .content a { font-size: 1em; }
/*End  : PressRoomDetail.aspx*/
/*Start : Modules/PressRoomDetail.ascx*/
.PressRoom_Detail{float:left;width:680px;overflow:hidden;}
.PressRoom_Detail .content{float:left;width:680px;overflow:hidden;}
.PressRoom_Detail .content .text{float:left;width:680px;overflow:hidden;font-family:Trebuchet MS; font-size:10pt;}
.PressRoom_Detail .imgs{float:left;width:680px;overflow:hidden;margin-top:5px;}
.PressRoom_Detail .imgs .text{float:left;width:680px;overflow:hidden;font-family:Trebuchet MS;font-size:10pt;font-weight:bold;color:Red;}
.PressRoom_Detail .imgs .rppressroomdetail{float:left;border: double 1px silver;width:678px;margin-top:5px;}
.PressRoom_Detail .imgs .rppressroomdetail .items{float:left;overflow:hidden;width:678px;}
.PressRoom_Detail .imgs .rppressroomdetail .items .item{float:left;margin-top:10px;font-family:Trebuchet MS;font-size:12pt;width:100px;margin-right:15px;margin-left:5px;padding-bottom:5px;}
.PressRoom_Detail .imgs .rppressroomdetail .items .item .img {float:left;overflow:hidden;width:100px;height:100px;}
/*Start : Modules/PressRoomDetail.ascx*/
/*Start: PhotoGalleryList.aspx*/
.PhotoGallery_List{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.PhotoGallery_List .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.PhotoGallery_List .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.PhotoGallery_List .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;margin-top:5px;}
.PhotoGallery_List .left .list{float:left; border: double 1px silver; width:680px;height:auto;margin-top:10px;overflow:hidden;}
.PhotoGallery_List .left .list .items{float:left; margin-left:10px;}
.PhotoGallery_List .left .list .items .item{float:left;margin-top:10px;font-family:Trebuchet MS;font-size:10px;margin-right:7px; margin-left:3px;}
.PhotoGallery_List .left .list .items .item .top_picture{float:none;padding:0;margin:0;text-align:center;}
.PhotoGallery_List .left .list .items .item .bottom_title{float:none; width:120px; height:35px; overflow:hidden;}
.PhotoGallery_List .left .list .items .item .hr{width:120px;height:1px; color:blue; padding:0;margin:0;}
.PhotoGallery_List .left .list .items .item .seperator{float:left;overflow:hidden;width:15px;}
/*End  : PhotoGalleryList.aspx*/
/*Start: PhotoGalleryDetail.aspx*/
.PhotoGallery_Detail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.PhotoGallery_Detail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.PhotoGallery_Detail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.PhotoGallery_Detail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;margin-top:5px;}
.PhotoGallery_Detail .left .list{float:left;width:680px;height:auto;margin-top:10px;overflow:hidden;}
.photogallerydetail {float:none;border: double 1px silver;text-align: center; width: 678px; height:auto;font-family:Trebuchet MS;font-size:9pt;font-weight:bold;}
.photogallerydetail .large_img{float:left;overflow:hidden;width:640px;height:480px;margin-top:10px;margin-left:20px;margin-bottom:5px;}
.photogallerydetail .part {float:none;width:675px;height:110px;}
/*.photogallerydetail .part .items .seperator{float:left;width:20px;} */
.photogallerydetail .part .right{float:left; margin-left:1px;margin-top:50px;width:18px;height:30px;}
.photogallerydetail .part .middle{float:left; border: double 1px silver; margin-left:1px; width:630px;height:110px;}
.photogallerydetail .part .middle .items{float:left;margin-left:0px;}
.photogallerydetail .part .middle .items .item{float:left;margin-top:10px;	margin-left:5px;}
.photogallerydetail .part .left{float:left; margin-left:1px;margin-top:50px;width:18px;height:30px;}
.photogallerydetail .label {float:none;width:675px;margin-top:5px;}
/*End  : PhotoGalleryDetail.aspx*/
/*Start : LinkList.aspx*/
.link_list{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.link_list .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.link_list .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.link_list .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.link_list .left .content {float:none;font-family:Trebuchet MS;font-size:10pt; margin-left:5px;width:680px;}
.link_list .left .content .ChildCatsItems{float:none;width:675px;}
.link_list .left .content .ChildCatsItems .ChildCatsItem a{float:none; font-weight: bold; font-size:10pt; color:Maroon; margin-left:5px;width:675px;}
.link_list .left .content .ChildCatsItems .ChildCatsItem .img{float:left;width:17px;height:11px;overflow:hidden;margin-top:4px;}
.link_list .left .content .ChildCatsItems .ChildCatsItem .title{float:left;width:610px;overflow:hidden;font-weight: bold; font-size:10pt; color:Maroon; margin-left:5px;}
.link_list .left .content .spot{float:none;  margin-left:40px;}
/*End : LinkList.aspx*/
/*Start : NewsList.aspx*/
.news_list{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.news_list .catName {width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.news_list .catName .text {float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.news_list .left {float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;margin-top:5px;}
/*End : NewsList.aspx*/
/*Start: Modules/NewsBoxSubCats.ascx*/
.news_subcats{float:left;border: double 1px silver;width:683px;text-align:left;}
.news_subcats .items{float:left;}
.news_subcats .items .item{float:left;margin-bottom:15px;margin-left:0px;}
.news_subcats .items .seperator{float:left;width:0px;}
/*End  : Modules/NewsBoxSubCats.ascx*/
/*Start: Modules/NewsBoxWithTitle.ascx*/
.news_box_withtitle{width:220px;height:195px;overflow:hidden;float:left;padding-right: 30px;}
.news_box_withtitle .ttitle{ float:left;margin-top:3px;font-weight:bold;font-family:Trebuchet MS;font-size:10pt;color:black;width:220px;height:20px;background:url('../Images/p3_kart.jpg') no-repeat;}
.news_box_withtitle .ttitle .lleft{float:left;overflow:hidden;width:140px;padding-left:25px;padding-top: 2px;}
.news_box_withtitle .ttitle .lleft A{font-family:Trebuchet MS;font-size:10pt;color:#ffffff;}
.news_box_withtitle .ttitle .rright{float:left;overflow:hidden;margin-left:5px;font-family:Trebuchet MS;font-size:9pt;color:#000000;width:40px;margin-top:8px;}
.news_box_withtitle .withimg{float:left;width:220px;height:100px;overflow:hidden;}
.news_box_withtitle .withimg .WI_Img{float:left;margin-top:4px;width:80px;height:75px;white-space:nowrap;overflow:hidden;}
.news_box_withtitle .withimg .WI_Lbl{float:left;margin-left:5px;margin-right:5px;font-family:Trebuchet MS;font-size:8pt;color:#421d32;width:130px;height:80px;overflow:hidden;}
.news_box_withtitle .withimg .WI_HypLinkDiv{float:left;width:220px;margin-left:5px;margin-top:2px;overflow:hidden;}
.news_box_withtitle .withimg .WI_HypLinkDiv .WI_HypLink{float:left;width:220px;height:1em;padding-bottom:5px;font-family:Trebuchet MS;font-size:10pt;font-weight:bold;color:#3b5c8b;overflow:hidden;}
.news_box_withtitle .withoutimg{clear:both;width:220px;overflow:hidden;}
.news_box_withtitle .withoutimg .WOUTI_Img{float:left;width:11px;height:14px;}
.news_box_withtitle .withoutimg .WOUTI_Lbl{float:left;clear:right;margin-left:2px;font-family:Trebuchet MS;font-size:8pt;color:#785c90;width:206px;height:14px;overflow:hidden;}
.news_box_withtitle .withoutimg .WOUTI_HypLink{float:left;margin-left:3px;font-family:Trebuchet MS;font-size:8pt;font-weight:bold;color:#4577b2;width:206px;height:14px;overflow:hidden;}
/*End  : Modules/NewsBoxWithTitle.ascx*/
/*Start: Modules/NewsByCat.ascx*/
.newsbycat {float:left;width:680px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.newsbycat .items{width:100%;height:auto;overflow:hidden;float:left;}
.newsbycat .items .item{float:left;border: double 1px silver;overflow:hidden;width:220px;height:220px;margin-top:5px;}
.newsbycat .items .item .top{float:left;/*width:273px;*/width:220px;height:110px;}
.newsbycat .items .item .top .lleft{float:left;overflow:hidden;width:90px;height:100px;margin-left:5px; vertical-align:top;}
.newsbycat .items .item .top .lleft .lbl{float:left;overflow:hidden;width:90px;height:100px;font-family:Trebuchet MS;font-size:10pt;color:Red;}
.newsbycat .items .item .top .rright{float:left;overflow:hidden;width:120px;height:100px;}
.newsbycat .items .item .top .rright .img{float:left;overflow:hidden;width:120px;height:80px;margin-left:3px;margin-right:2px;margin-top:3px;}
.newsbycat .items .item .below{float:left;overflow:hidden;width:215px;height:105px;margin-top:5px;margin-left:5px;}
.newsbycat .items .item .lbl{float:left;overflow:hidden;width:210px;height:95px;margin-top:5px;font-family:Trebuchet MS;font-size:9pt;}
.newsbycat .items .seperator {float:left;width:3px;}

.newsbycat .pager
{
    float:left;
	width:678px;
	border:solid 1px silver;
	margin-top:20px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:9pt;
}
.newsbycat .pager A
{
	font-size:10pt;
	text-decoration:underline;
}
/*End  : Modules/NewsByCat.ascx*/
/*Start: NewsDetail.aspx*/
.news_detail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.news_detail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.news_detail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.news_detail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.news_detail .left .spot{float:left;width:380px;height:auto;font-family:Trebuchet MS;font-size:12pt;font-weight:200;background-color:#d7e7eb;margin-top:2px;overflow:hidden;}
.news_detail .left .spot .text{margin-left:5px;margin-top:3px;overflow:hidden;}
.news_detail .left .img{ float:left;width:300px;height:auto;overflow:hidden;margin-left:5px;}
.news_detail .left .img .resim{float:left;width:300px;height:200px; margin-top:1px; margin-left:0px;overflow:hidden;}
.news_detail .left .img .date{ float:left; width:300px; height:21px;overflow:hidden;margin-top:5px;}
.news_detail .left .img .date .text{float:left; width:155px; height:20px; margin-left:0px; font-family:Trebuchet MS; font-size:9pt;overflow:hidden;}
.news_detail .left .img .date .text2{float:left; width:145px; height:20px; margin-left:0px; font-family:Trebuchet MS; font-size:8pt;overflow:hidden;}
.news_detail .left .img .spot2{ float:left;width:300px;height:auto;overflow:hidden;}
.news_detail .left .img .spot2 .div{ float:left;width:300px;height:auto;background-color:#ebebe9;overflow:hidden;}
.news_detail .left .img .spot2 .div .text{font-family:Trebuchet MS; font-size:9pt;margin-left:5px; width:295px;overflow:hidden;}
.news_detail .left .content{float:left;width:680px;height:auto;font-family:Trebuchet MS;font-size:10pt;background-color:#ffffff;vertical-align:top;margin-top:10px;overflow:hidden;}
.news_detail .left .content a { font-size: 1em; }
/*End  : NewsDetail.aspx*/
/* Start : NewMember.aspx */
.newMemberPage{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.newMemberPage .table-bg-color {background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;padding-left:4px;text-align:left;}
.newMemberPage .table-bg-color-column {background-color:#EFF3FF;font:12px Trebuchet MS;color:#013D97;}
.newMemberPage .GridVievContent	{background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;width:98%; height:25px;padding:3px;margin:1px;}
.newMemberPage .buttonx { background-color: #A1011B; background-repeat: repeat;
	background-attachment: scroll; font-family: Verdana, Tahoma,Arial; font-size: 11px; 
	font-weight: normal; text-align: center; color: #FFFFFF; border: 1px solid #000000; 
	margin-left: 0px; padding-left: 2px; background-position: 0% 50%; cursor:hand ; 
	height:18px; width:90px;}
.newMemberPage .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.newMemberPage .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.newMemberPage .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
/* End : NewMember.aspx */
/* Start : NewMember.ascx : Yeni Üye Kaydı Formu*/
.newMember{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.newMember .table-bg-color {background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;padding-left:4px;}
.newMember .table-bg-color-column {background-color:#EFF3FF;font:12px Trebuchet MS;color:#013D97;}
.newMember .GridVievContent {background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;width:98%; height:25px;padding:3px;margin:1px;}
.newMember .buttonx { background-color: #df2318; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana, Tahoma,Arial; font-size: 11px; 
               font-weight: normal; text-align: center; color: #FFFFFF; 
               border: 1px solid #000000; margin-left: 0px; padding-left: 2px; 
               background-position: 0% 50%; cursor:hand ; height:18px; width:90px;}    
.newMember .textboxx { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; height:20px;width:97%; }       
.newMember .Labelx { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; height:20px;width:97%; }  
.newMember .dropdownlist { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; height:25px;}   
.newMember .listbox { background-color: #EEEEEE; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px;width:97%;}                                  
.newMember .textboxxMultiLine{ background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }   
/* Start : NewMember.ascx : Yeni Üye Kaydı Formu*/
/* Start : LostPassword.aspx */
.lostpassword{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.lostpassword .table-bg-color {background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;padding-left:4px;}
.lostpassword .table-bg-color-column {background-color:#EFF3FF;font:12px Trebuchet MS;color:#013D97;}
.lostpassword .GridVievContent	{background-color:#D6DFF7;font:12px Trebuchet MS;color:#013D97;width:98%; height:25px;padding:3px;margin:1px;}
.lostpassword .buttonx { background-color: #A1011B; background-repeat: repeat;
	background-attachment: scroll; font-family: Verdana, Tahoma,Arial; font-size: 11px; 
	font-weight: normal; text-align: center; color: #FFFFFF; border: 1px solid #000000; 
	margin-left: 0px; padding-left: 2px; background-position: 0% 50%; cursor:hand ; 
	height:18px; width:90px;}
.lostpassword .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.lostpassword .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.lostpassword .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
/* End : LostPassword.aspx */
/* Accordion */
.accordionHeader
{
    border: 1px solid #327fb5;
    color: black;
    background-color: #327fb5;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	cursor:hand;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
	cursor:hand;
}

.accordionHeaderSelected
{
    border: 1px solid #327fb5;
    color: white;
    background-color: #327fb5;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*Start: JobPosition.aspx*/
.job_position{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.job_position .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.job_position .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.job_position .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.job_position .left .content{float:left;width:680px;height:auto;font-family:Trebuchet MS;font-size:10pt;background-color:#ffffff;vertical-align:top;margin-top:10px;overflow:hidden;}
.job_position .left .content a { font-size: 1em; }
.job_position .buttonx {background-color: #A1011B; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana, Tahoma,Arial; font-size: 11px; 
               font-weight: normal; text-align: center; color: #FFFFFF; 
               border: 1px solid #000000; margin-left: 0px; padding-left: 2px; 
               background-position: 0% 50%; cursor:hand ; height:18px; width:90px;} 
/*End  : JobPosition.aspx*/
/*Start  : HumanResources.ascx*/
.human_resources { float:left; width:720px; height:auto; overflow:hidden;text-align:left; }
.human_resources .title { float:left; width:720px; height:40px; overflow:hidden; background-color:#327fb5;text-align:left;}
.human_resources .title .text{float:left;margin-left:10px; margin-top:5px; width:720px;height:auto;font-family:Trebuchet MS;font-size:20px;overflow:hidden;color:White;word-spacing:3px;font-weight:bold;}
.human_resources .form_box {float:left; width:720px;height:500px; overflow:hidden;font-family:Trebuchet MS;margin-left:10px;font-size:12px;text-align:left;}
.human_resources .form_box .field{float:left;width:720px;font-family:Trebuchet MS;font-size:12px;overflow:hidden}
.human_resources .form_box .control{float:left;font-family:Trebuchet MS;font-size:12px;overflow:hidden}
.human_resources .form_box .field .button{
	background-color: #db2517; background-repeat: repeat; background-attachment: 
    scroll; font-family: Trebuchet MS; font-size: 11px; font-weight: normal; 
    text-align: center; color: #FFFFFF; border: 1px solid #000000; margin-left: 0px; 
    padding-left: 2px; background-position: 0% 50%; cursor:hand ; height:18px; width:90px;}
.human_resources .form_box .field .textboxx      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }
               
.human_resources .form_box .field .Labelx      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }
               
.human_resources .form_box .field .dropdownlist      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; height:25px; width:98%;}   
               
.human_resources .form_box .field .listbox      { background-color: #EEEEEE; font-family: Verdana,Tahoma, Arial; font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px;width:97%;}                           
               
.human_resources .form_box .field .textboxxMultiLine
		      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana,Tahoma, Arial; font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }  
               
.human_resources .form_box .field .table-bg-color                 {background-color:#D6DFF7;font:9pt Trebuchet MS;color:#013D97;padding-left:4px; vertical-align:top; font-weight:bold;}
.human_resources .form_box .field .table-bg-color-column          {background-color:#EFF3FF;font:9pt Trebuchet MS;color:#013D97; vertical-align:top;}
/*End  : HumanResources.ascx*/
/*Start: GuestBook.aspx*/
.guestbook_detail{float:left;width:690px;height:auto;overflow:hidden;text-align:left;margin-bottom:10px;}
.guestbook_detail .news_title{width:690px;border-bottom: 1px solid #DDD;margin-left:5px;border-top: none;color: #df2318;height: 24px;font-family: verdana;font-size: 11px;font-weight: bold;margin-top:3px;background:url('../images/headerBG.jpg') repeat-x;}
.guestbook_detail .news_title .text{float:left;width:670px;height:30px;margin-left:5px;margin-top:2px;font-family:Trebuchet MS;font-size:12pt;color:#837878;vertical-align:middle;overflow:hidden;letter-spacing:1px;}
.guestbook_detail .left{float:left;width:685px;height:auto;margin-left:5px;overflow:hidden;text-align:left;}
.guestbook_detail .left .content{float:left;width:680px;height:auto;font-family:Trebuchet MS;font-size:10pt;background-color:#ffffff;vertical-align:top;margin-top:10px;overflow:hidden;}
.guestbook_detail .left .content a { font-size: 1em; }
.guestbook_detail .left .content .comment_box_gb{float:left;width:680px;height:auto;overflow:hidden;margin-top:10px;text-align:left;}
.guestbook_detail .left .content .comment_box_gb .header{float:left;overflow:hidden;font-weight: bold;font-family:Trebuchet MS;font-size:10pt;width:680px}
.guestbook_detail .left .content .comment_box_gb .iconpen { float:left;overflow:hidden;width:15px;height:15px;overflow:hidden; margin-right:3px;background-image: url('../Images/Icons/icon_pen.gif');}
.guestbook_detail .left .content .comment_box_gb .name{float:left;color: Blue;padding-right:10px;margin-top:2px;text-align:left;width:220px;}
.guestbook_detail .left .content .comment_box_gb .job{float:left;overflow:hidden;font-weight: bold;width:220px;position:relative;}
.guestbook_detail .left .content .comment_box_gb .location{float:left;overflow:hidden;font-weight: bold;width:201px;position:relative;margin-left:5px;color: Gray;}
.guestbook_detail .left .content .comment_box_gb .content{float:left;overflow:hidden;clear: both;width:680px;}
.guestbook_detail .left .content .comment_box_gb .date{float:left;overflow:hidden;color: Gray;width:680px;}
.guestbook_detail .left .content .comment_box_gb .rating{float:left;overflow:hidden;color: #327fb5;width:89px;vertical-align:top;margin-top:4px;}
.guestbook_detail .left .content .comment_box_gb .commencount{float:left;overflow:hidden;color: #327fb5;width:180px;}
.guestbook_detail .left .content .comment_box_gb .commencount .buttonx{background-color: #327fb5; background-repeat: repeat; background-attachment: 
               scroll; font-family: Trebuchet MS; font-size: 9pt;
               font-weight: normal; text-align: center; color: #ffffff; 
               border: 1px solid #ffffff; margin-left: 0px; padding-left: 2px; 
               background-position: 0% 50%; cursor:hand; width:70px;}
.guestbook_detail .left .content .comment_box_gb .updatepanel{float:left;overflow:hidden;width:411px;}              
.guestbook_detail .left .content .comment_box_gb .seperator{width: 90%;text-align:center;}
/*End  : GuestBook.aspx*/
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratingStarRO {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: default;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}
/* Rating */
/*Start : GuestBookBox.ascx */
.guestBook_box {float:left;overflow:hidden;width:690px;}
.guestBook_box .guestBook_box_gb{float:left;width:690px;height:auto;overflow:hidden;margin-top:10px;text-align:left;}
.guestBook_box .guestBook_box_gb .header{float:left;overflow:hidden;font-weight: bold;font-family:Trebuchet MS;font-size:10pt;width:690px;background-color:#de2417;color:White;margin-bottom:5px;}
.guestBook_box .guestBook_box_gb ul{list-style: none;margin: 0;padding: 0;}
.guestBook_box .guestBook_box_gb ul li{	}
.guestBook_box .guestBook_box_gb ul li .iconpen { float:left;overflow:hidden;width:15px;height:15px;overflow:hidden; margin-right:3px;background-image: url('../Images/Icons/icon_pen.gif');}
.guestBook_box .guestBook_box_gb ul li .name{float:left;color: Blue;padding-right:10px;margin-top:2px;text-align:left;width:220px;}
.guestBook_box .guestBook_box_gb ul li .job{float:left;overflow:hidden;font-weight: bold;width:220px;position:relative;}
.guestBook_box .guestBook_box_gb ul li .location{float:left;overflow:hidden;font-weight: bold;width:211px;position:relative;margin-left:5px;color: Gray;}
.guestBook_box .guestBook_box_gb ul li .content{float:left;overflow:hidden;clear: both;width:690px;}
.guestBook_box .guestBook_box_gb ul li .date{float:left;overflow:hidden;color: Gray;width:690px;}
.guestBook_box .guestBook_box_gb ul li .rating{float:left;overflow:hidden;color: #327fb5;width:89px;vertical-align:top;margin-top:4px;}
.guestBook_box .guestBook_box_gb ul li .commencount{float:left;overflow:hidden;color: #327fb5;width:155px;}
.guestBook_box .guestBook_box_gb ul li .updatepanel{float:left;overflow:hidden;width:446px;}              
.guestBook_box .guestBook_box_gb ul .seperator{width: 90%;text-align:center;}

.guestBook_box .pager
{
    float:left;
	width:680px;
	border:solid 1px silver;
	margin-top:20px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:9pt;
}
.guestBook_box .pager A
{
	font-size:10pt;
	text-decoration:underline;
}
/*End : GuestBookBox.ascx */
.large_news
{
	float:left;
	width:650px;
	height:200px;
	cursor:default;
}
.large_news A,
.large_news A:hover
{
	display:block;
	text-decoration:none;
	cursor:hand;
}
.large_news .newsimage
{
	float:left;
	width: 650px;
	height: 200px;
	z-index: 1;
}
.large_news .outerimage
{
	float:left;
	display:block;
	/*background: transparent url('../Images/p1_js_large_news.png') no-repeat;*/
	width: 650px;
	height: 200px;
	overflow:hidden;
}
.large_news .outerimage
{
	behavior:url('../Images/iepngfix.htc');
}
.large_news .div_pager{
	float:left;
	width:140px;
	height:25px;
	background-color:White;
	z-index: 3;
	margin-left:-140px;margin-top:-25px;
}
.large_news .pager
{
	float:left;
	width:135px;
	z-index: 3;
	margin-left:-135px;margin-top:-24px;
}
.large_news .pager .item
{
	font-family: Trebuchet MS;
	color:Black;
	font-size: 10pt;
	float:left;
	width:18px;
	line-height:24px;
	margin-right:1px;
	background-color:#fbedf3;
	color:#888;
	text-align:center;
	vertical-align:middle;
	display:block;
	overflow:hidden;
}
.large_news .pager .item:hover
{
	color:Black;
	background-color:#fc7f77;
}
.large_news .pager .item_hover
{
	color:Black;
	background-color:#fc7f77;
}
.large_news .inner
{
	float:left;
	width:505px;
	margin-left:-650px; margin-top:-25px;
	height:25px;
	z-index:4;
	overflow:hidden;
	background-color:White;
	text-align:left;
	padding-left:5px;
	padding-top:3px;
}
.large_news .inner .title
{
	float:left;
	overflow:hidden;
	font-family:Trebuchet MS;
	font-size:12pt;
	color:#888;
	width:500px;
	font-weight:bold;
}
.large_news .inner .spot
{
	float:left;
	overflow:hidden;
	font-family:Trebuchet MS;
	font-size:8pt;
	color:#327fb5;
	padding-top: 5px;
	font-weight:bold;
}
.part1
{
	float:left;
	width:650px;
	height:200px;
	padding-left:13px;
	overflow:hidden;
}
