html, body{
	margin:0px;
	padding:0px;
	height: 100%;
	/*
	 ******* overflow hidden not work on body *****
	 */
	/*overflow:auto;*/
	font-family:"Arial";
}

.facet_background{
	background-color:#f8f8f8;
	border:1px solid #efefef;
}

.errorForUser{
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.validation-advice{
	color:red;
	font-size:11px;
}

.operationTitle{
	color:#0000FF;
	font-size:14px;
}
/*******************************
 *			header
 *******************************/
.header{
	top:0px;
	background:#efefef;
	position:relative;
	height:45px;
	width:100%;
	z-index:15;
    border-bottom: 1px solid #999999;
}
a.advSearchBtn{
	color:#000000;
	
}

.headerLayout{
	width:100%;
	height:45px;
	vertical-align:middle;
}

.logo{
	padding-left:15px;
}

.history {
	width:29px;
}

.history div{
	background:url(../knm2/header/history_button.png) no-repeat;
    height:25px;
	width:18px;
	margin-left:20px;
    cursor:pointer;
}

.history div:hover{
	background:url(../knm2/header/history_button_over.png) no-repeat;
}

.kanunum_options ul{
	display:none;
	position:absolute;	
	top:15px;
	left:15px;
	list-style:none;
	width:218px;
	margin:0;
	padding:0;
	padding-top:30px;	
}

.kanunum_options ul li{
	background:#efefef;
	padding-left:3px;
	height:20px;
}
.kanunum_options ul li a{
	color:#333;
	text-decoration:none;
	display:block;
	height:20px;
}

.kanunum_options ul li:hover ,.kanunum_options ul li a:hover{
	background:#ff8c00;
    color:#fff;
}

.kanunum_options:hover ul{
	display:block;
    cursor:pointer;
}

#historicalSearchBtn{
	margin-left:5%;
	margin-right:-3px;
}

#query{
	margin-left:0px;
	height:20px;
	border:1px solid #999999;
	width:90%;

}

#searchBttn{
	background:url("../knm2/header/searchbtn_bg.png");
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	height:24px;
	padding-bottom:6px;
	cursor:pointer;
}
     
/*******************************
 * 			container
 *******************************/
.container{
	margin-bottom:45px;
}

.searchResultsField{
	height:100%;
}
/*******************************
 *			footer
 *******************************/
.footer{
	background:#efefef;
	height:45px;
	position: absolute;
	bottom:0px;
	width:100%;
	z-index:10;
    border-top:1px solid #999;
}

/********next prev buttons******/
#itemChanger{
	display:none;
	bottom:10px;
	left:455px;
	position:absolute;
}

.footer_right_open #itemChanger{
	display:block;
}

.previousItemButton{
	background:url(../knnm/content/prev_content.png) no-repeat;
	background-color:transparent;
	border:none;
	height:25px;
	width:20px;
	cursor:pointer;
}

.nextItemButton{
	background:url(../knnm/content/next_content.png) no-repeat;
	background-color:transparent;
	border:none;
	height:25px;
	width:20px;
	cursor:pointer;
}

.previousItemButton[disabled]{
	background:url(../knnm/content/prev_content_disabled.png) no-repeat;
	cursor:default;
} 

.nextItemButton[disabled]{
	background:url(../knnm/content/next_content_disabled.png) no-repeat;
	cursor:default;
}

.sendErrorReport{
	position:absolute;
	right:10px;
	top:16px;
	cursor:pointer;
}

#add_contents_to_project{
	font-size:12px;
	position:absolute;
	right:45px;
	top:16px;
	cursor:pointer;
	z-index:13;
}

#add_contents_to_project span{
	text-decoration:underline;
	color:#333;
}

.footer_right_open #add_contents_to_project{
	display:none;
}
/*******************************
 * 			user panel
 *******************************/
.userFunctions{
	bottom:10px;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	padding-bottom:35px;
	z-index:13;
	width:165px;
	margin-left:-4px;
	margin-bottom:-10px;
	text-align:left;
}

.userFunctions li {
	background:#efefef;
	height:20px;
	padding-left:5px;
	padding-right:5px;
}

.userFunctions li a{
	color:#333;
	text-decoration:none;	
}
.userFunctions li:hover ,.userFunctions li a:hover{
    color:#fff;
    background:#ff8c00;
}
.welcomeMsg{
	border:1px solid #999;
	color:#333;
	/**cross browser display inline block**/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	/*****/
	font-size:12px;
	margin-top:10px;
    margin-left:13px;
    margin-bottom:5px;
    width:auto;
	text-align:center;
	padding:3px;
	z-index:12;	
}

.welcomeMsg:hover .userFunctions{
	display:block;	
}

#user_login{
	font-size:12px;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:5px;
}

#user_login label{
	color:#333;
}

#user_login .text{
	border:0px;
	width:120px;
}

.userLoginBttn{
	background-color:#FF0000;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}

#userProjects ul.projects{
	display:none;
	left:160px;
	position:absolute;
	bottom:70px;
	z-index:19;
	list-style:none;
	width:180px;
	margin:0px;
	padding:0px;
	padding-left:1px;
	max-height:150%;
	overflow:auto;
}

#userProjects:hover ul.projects{
	display:block;
}

#userProjects ul.projects li{
	display:block;
	background:#efefef;
    color:#333;
}
#userProjects ul.projects li:hover{
    background:#ff8c00;
    color:#fff;
}
/*******************************
 * 			main page
 *******************************/
.mainPage{	
	width:640px;
	margin:auto;
	position:relative;
	margin-top:100px;
	padding-right:5px;
}

.searchField{
	height:40px;
	width:640px;
	background-color:#000033;
	text-align:center;
}

.searchField form{
	padding-top:7px;
}

.searchResultsField{
	width:100%;
	margin:0px;
}

.main_container{
	height:155px;
	width:640px;
	background:url(../knnm/main/user_panel_bar.png) repeat-x;
}

.userField{	
	float:left;
}

.info_panel{
	height:149px;
	width:318px;
	margin-left:320px;
	border:1px solid #333366;
	border-right:1px solid #333366;
	background-color:#CCCCFF;
}

.mainPage_title{
	color:#263350;
	font-size:23px;
	font-weight:bold;
	line-height:23px;
}

.mainPage_knnm_info{
	color:#474646;
	font-size:12px;	
	line-height:15px;
	margin-top:3px;
}



.mainPage_knnm_info_phone{
	font-size:23px;
	font-weight:bold;
	line-height:23px;
	color:#F7931E;
}

.shadow_con{
	width:5px;
	height:195px;
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(../knnm/main/shadow_bar.png) no-repeat;
}

.spacer_con{
	position:absolute;
	width:4px;
	height:4px;
	background-color:#FFFFFF;
	bottom:0px;
	left:0px;
}

.m_login_label, .forgetPass{
	color: #000;
	font : 14px Calibri;
}
.m_login_box{
	width:250px;
}
.m_userLoginBttn{
	background: url(../knnm/main/s_btn_bg.png);
	color:#ffffff;
	border:none ;
	cursor:pointer;
	width:78px;
	
	
}
.forgetPass{
	 text-decoration:underline;
	 margin-left:15px;
}

.m_u_fnc{
	/*background: url(../knnm/main/s_btn_bg.png);*/
	background: #333333;
	color:#ffffff;
	cursor:pointer;
	padding:3px 10px 3px 10px;  
	margin:3px;
	float:left;
}

.m_u_fnc a{
	color:#ffffff;
	text-decoration:none;
	 
}

.meriKanunLinks{
	color:#FFFFFF;
	height:10px;
}

.meriKanunLinks a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:0px;
}

.meriKanunLinks a:hover{
	cursor:default;
}

/*******************************
 * 			facet field
 *******************************/

.searchFacetField{
	left:0px;
	width:180px;
	font-size:12px;
	height:inherit;
	float:left;
	position:relative;
	margin-top:3px;
	overflow:auto;
    top:0px;
}

.searchFacetFieldClose{
	display:none;
}

.facetTitle{
	color:#0B122C;
}

.clauseInfo, .contentInfo, .contentInfo ,.lbl_madde, .lbl_gecici_madde, .lbl_ekMadde  a{
	color:#0000FF;
}

.typesFacetList{
	margin:0px 0px 3px 0px;
	padding:5px 13px 5px 8px;
	list-style:none;
	position:relative;
}

.typesFacetList li a{
	text-decoration:none;
	color:#000000;
}

.typesFacetList li.facetSelectInfo a{
	margin-left:15px;;
}

.facet_types_level0{
	list-style:none;
	font-weight:bold;
	position:relative;
}
.facet_types_level1{
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:normal;	
	margin-top:3px;
}

.facet_types_level1 li{
	background-color:#efefef;
	padding-left:15px;
	margin-bottom:2px;	
}

.typesImgs{
	position:absolute;
	right:0px;
}

.facetList{
	margin:0px 0px 3px 0px;
	padding:5px 13px 5px 8px;
	list-style:none;
	position:relative;
}


.facetList li{
	background-color:#efefef;
	padding-left:15px;
	margin-bottom:2px;	
}

.facetList li a{
	text-decoration:none;
	color:#000000;
} 

.facetList li.facetInfo, div.facetInfo{
	padding:0;
	font-weight:bold;
	background:none;
}

li.facetSelectInfo{
	font-weight:bold;
	background:none;
	cursor:default;
}

.facetSelectYearInfo{
	margin-left:10px;
}

.facetSelectMonthInfo a{
	margin-left:20px;
}

.facetSelectDayInfo a{
	margin-left:30px;
}
/*******************************
 * 			fast search
 *******************************/
.fast_search{
	margin-top:3px;	
	padding:0;
	font-size:12px;
	width:178px;
	height:52px;
	position:relative;
	padding-bottom:3px;
}

.fast_search_contentOpen{
	width:288px;
}

.fast_search .fast_search_title{
	width:55px;
}

.fast_search_contentOpen .fast_search_title{
	width:165px;
}

.fast_search_info{
	font-weight:bold;
	margin-left:2px;
}

table.fast_search_part{
	width:100%;
}

table.fast_search_part tbody tr td select{
	width:55px;
	max-width:55px;
}

table.fast_search_part tbody tr td input, table.fast_search_part tbody tr td select{
	border:0px;	
}
/*******************************
 * 			search result 
 *******************************/
.searchResult{
	height:inherit;
	position:relative;
	margin-top:-60px;
	margin-left:180px;
	overflow:auto;
}

.searchResultThin{
	margin-top:0px;
	margin-left:0px;
	width:290px;
	float:left;
	z-index:2;
}

.searchResult .resultsInfo{
	position:relative;
	font-size:12px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:130px;
	margin:3px 3px 0px 3px;
}

.searchResultThin .resultsInfo{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:20px;
}

.searchSaveBttn{
	position:absolute;
	width:130px;
	right:0px;
	top:0px;
}

.searchResultThin #searchSaveBttn{
	display:none;	
}

.searchResultThin .searchSaveBttn{
	width:20px;
}

.searchResultThin .sortOperations{
	display:none;
}

.searchSaveBttn span{
	text-decoration:underline;
}

table.resultTable{
	border-collapse: collapse;
	border-spacing: 0px;
	margin:3px 0px 3px 3px;
	min-width:95%;
	width:99.5%;
	border-top:2px solid #6D6D6D;
}

.searchResultThin table.resultTable{
	
	width:99%;
}

table.resultTable tbody tr td{
	border-bottom:2px solid #6D6D6D;
	padding-top:5px;
}

td.contentOps{
	vertical-align:text-top;
	width:50px;
	height:100%;
}

td.currentItem{
	background-color:#FFCC99;
}

.contentOps .operations{
	background-color:#FFFFFF;
	margin-left:-2px;
	margin-right:-2px;
	margin-top:-5px;
	padding-top:8px;
	padding-left:3px;
	position:relative;
}

.contentOps div input{
	margin-top:0px;
	vertical-align:top;
	width:13px;
	height:13px;
}

.resultTable .odd{
	
}

.regaInfo{
	position:absolute;
	right:0px;
	top:0px;
	font-size:11px;
	font-family:"Times New Roman";
	font-weight:normal;
	background-color:#FFFFFF;
}

.searchResultThin .regaInfo{
	display:none;
}

.contentInfo{
	width:100%;
}


.contentInfo, .contentInfo a{
 	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.searchResult .contentInfo a {
	padding-right:190px;
}

.searchResultThin .contentInfo a{
	padding-right:0px;
}

.yururlukDurum_2{
	background-color:#F9ECED;
}

.yururlukDurum_22{
	background-color:#fce5b8;
}

.yururlukDurum_3{
	background-color:#CCFFCC;
}

.yurDurum_2{
	background-color:#F9ECED;
}

.yurDurum_3{
	background-color:#CCFFCC;
}

.yururlukDurumInfo1{
	border-bottom:1px solid #A9A9A9;
}

.yururlukDurumInfo1,.yururlukDurumInfo2{
	font-size:11px;
}

.errorMessageForResult{
	width:100%;
	text-align:center;
}
.content{
	font-size:14px;
}
/*******************************
 * 			paging
 *******************************/
.searchResult .result_paging{
	display:none;
}

.footer .result_paging{
	position:fixed;
	bottom:10px;
	left:39%;
	z-index:12;
	text-align:center;
}

.footer_right_open .result_paging{
	display:none;
}

div.result_paging form{
	margin:0px;
	padding:0px;
}

div.result_paging select{
	border:0px;
}

.footer .result_paging .pagePrev a span{
	background:url(../knm2/paging/pre_arrow.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:text-bottom;
}

.footer .result_paging .pageNext a span{
	background:url(../knm2/paging/next_arrow.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:text-bottom;
}

.pageRequested{
	color:#FF0000;
}

.footer .result_paging a{
	text-decoration:none;
	color:#333;
}

.searchResultThin div.result_paging{
	display:block;
	position:relative;
	text-align:left;
	color:#000000;
}

.searchResultThin .result_paging select{
	border:1px solid black;
}

.searchResultThin div.result_paging form{
	padding-top:15px;
}

.searchResultThin div.result_paging a{
	color:#000000;	
}

.searchResultThin .result_paging .pagePrev a span{
	background:url(../knnm/paging/pre_arrow_blck.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:text-bottom;
}

.searchResultThin .result_paging .pageNext a span{
	background:url(../knnm/paging/next_arrow_blck.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:text-bottom;
}
/*******************************
 * 			content view
 *******************************/
.contentViewCon{
	width:auto;
	margin-left:293px;
	margin-top:-57px;
	overflow:hidden;
}

.contentView{
	top:0;
}

.closeContentView{
	position:absolute;
	top:45px;
	right:0px;
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(../images/icons/cancel_20.png) no-repeat;
}

#content_detail_container{
	overflow:auto;
	margin-left: 5px;
	margin-right: 5px;
}
.cd_m {
	font-weight:bold;
	font-size:12px;
}
span.cd_m .cd_value{
	font-weight:normal;
}
.cd_m_right_padded {
	padding-right:20px;
}
.cd_m_right{
	position:relative;
	top:0px;
	right:0px;
}
.cd_m_red {
	color:#B81D24;
	text-decoration:none;
}
#cd_bx_table{
	border-color: #EFEFEF;
}
.cd_header{
	margin:3px 0px 3px 0px;
	background-color: #EFEFEF;
}
#cd_yururluk_tablo th {
	text-align:left;
}
#cd_yururluk_tablo td {
	background-color: white;
	opacity:1;
}

.action{
	cursor:pointer;
}

.viewerNote{
	font-size:12px;
	font-weight:bold;
	font-family:"Arial";
	font-style:italic;
}

.lbl_kunye_info{
	
}
/*************************************
 * timeline
 *************************************/
.timeline_main {
	align: center;
}

.timeline_main ul{
    top: 75px;
    right: 20px;
    position: absolute;
}

.timeline_main ul li{
    background: none;
    display: inline;
    margin: 0px;
    padding: 0px;   
}
/***********************************************
*  Font Sizer
***********************************************/
.fontsizer {

}

.fontsizer li {

}
/* Time line container div*/
#div_timeline_container{
	background:url(../knnm/content/timeline700.png);
	background-repeat:no-repeat;
	background-position-y: bottom;
	background-position:bottom;
	
	/** 
	 * container position relative
	 * child container a gÃ¶re absolute verildi
	 */ 
	position: relative;
	height: 30px;
	z-index:2;
}
	/* time line Ã¼zerindeki Ã§izgiler */
.div_marker {
	width:3px; 
	display:inline;
	/** 
	 * container position relative
	 * child container a gÃ¶re absolute verildi
	 */ 
	position: absolute;
	height: 20px; 
	top: 0;
	border: none;
	padding: 0 0 0 0;
	margin:0px 0px 0px 0px;
	clear:none;
	overflow:hidden;
	z-index:12;
}
/* type lara gÃ¶re style classlarÄ± */
.s{
	text-decoration:none;
	color:#00FF00;
	background-color:#00FF00;
}
.e{
	text-decoration:none;
	color:#FF0000; 
	background-color:#FF0000;
}
.d{
	text-decoration:none;
	color:#000000; 
	background-color:#000000;
}
/*************************************
 * tarihce
 *************************************/
#content_tarihce_table {
	border:none;
	/*background-color: #EFEFEF;*/
}
#content_tarihce_table td{
/*	background-color: #FFFFFF;*/
}
#content_tarihce_table tr.tarihce_title td{
	/*background-color: #EFEFEF;*/
	cursor:pointer;	
}
#content_tarihce_table tr.tarihce_title:hover td{
	background-color: #FFD44E;
	cursor:pointer;	
}

/*************************************
 * suggest
 *************************************/
div.suggest {
  	position:absolute;
  	float:left;
	font-size:14px;
  	background-color:white;
  	border:1px solid #888;
  	margin:0px;
  	padding:0px;
	z-index:20;
}

div.suggest ul {
  	list-style-type:none;
  	margin:0px;
  	padding:0px;
}

div.suggest ul li.selected,  div.suggest ul li.selected .hits{ 
	background-color: #3366CC;
}

div.suggest ul li{ 
	text-align:left;
}

div.suggest ul li a{ 
	display:block;
	color:#0000ff;
	text-decoration:underline;
}

div.suggest ul li.selected a { 
	color:#ffffff;
}

div.suggest ul li.suggestRed.selected { 
	background-color: #b20014;
}

div.suggest ul li.selected span,  div.suggest ul li.selected .suggestValue{
	color:#FFFFFF;
}

.suggestValue{
	position:absolute;
	left:3px;
	color:black;
}

.suggestValueRed{
	position:absolute;
	left:3px;
	color:red;
}

div.suggest ul li {
  	list-style-type:none;
  	display:block;
  	margin:0;
  	padding:2px;
  	height:15px;
  	cursor:pointer;
}

.hits{
	position:absolute;
	right:0px;
	color:#3A973A;
	height:15px;
	background-color:#ffffff;
	font-size:10px;
	font-style: italic;
	padding-left:2px;
}

/*************************************
 * 			user projects
 *************************************/
.fast_search_con{
	float:left;
	width:180px;
	margin-right:3px;
	position:relative;
}

.user_projects{
	overflow:auto;
	height:inherit;
	width:auto;
}

.projectDate{
	position:absolute;
	right:0px;
	top:0px;
	font-size:11px;
	font-family:"Times New Roman";
	font-weight:normal;
	background-color:#FFFFFF;
}

.projectTitle a{
	color:#0000FF;
	text-decoration:none;
}

.projectInfo{
	font-size:9px;
}

.projectColor{
	
}

.user_projects td{
	border-bottom:2px solid #6D6D6D;
	padding-top:5px;
}

.page_info{
	margin-top:3px;
}

.page_info .page_info_title {
	font-weight:bold;
	font-size:12px;
	margin-left:2px;
}

.page_info .page_info_description{
	font-size:11px;	
	text-indent:2px;
	margin:2px; 
}

.hr_div {
	border-bottom:1px solid #999999;
}
.hr_div td{
    width: auto!important;

}

/*Kunye*/
.column_1,.column_2,.column_3{
    float:left;
}
.column_yurDurum{
    float:right;
    vertical-align: middle;
    padding-top: 5px;
}
.rg_icon{
    border: none;
    text-decoration: none;
    vertical-align: bottom;
}
.column_3 .resmiYayin{
    font-weight: normal;
    font-style: italic;
}
/*end of Kunye*/
#newPrjForm td{
	border:none;
}

.page_operations{
	margin-top:3px;
	text-align:center;
	cursor:pointer;
}

.page_operations img{
	margin-top:3px;
	margin-bottom:3px;
}

.addContentToNewPrjBtn {
    cursor: pointer;
    border: #ffffff 1px solid;
    background: url(../images/general/yeni_proje_ekle_serit.png) repeat-x;
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    padding-top: 2px;
    text-align: center;
    height: 16px;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
}

.projectDetail{
	position:relative;
	overflow:auto;
	margin-left:183px;
}

/*************************************
 * 			user queries
 *************************************/
.user_queries{
	overflow:auto;
	height:inherit;
	width:auto;
	margin-left:183px;
}

.resultTable{
	width:99.5%;
	border-collapse:collapse;
}

.resultTable tr{
	position:relative;	
}
.resultTable td{
	position:relative;	
}

/*************************************
 * 			user details
 *************************************/
#userDetailsBox{
	margin-left:183px;
	width:50%;
}

/*************************************
 * 			advanced Search
 *************************************/
.pageCon{
	margin-top:-57px;
}

.advancedSearchForm{
	margin:0px;
	padding:0px;
}

#advanced_search_filters{
	overflow:auto;
	width:180px;
	margin-top:60px;
	margin-right:3px;
	float:left;
}

#advanced_search_filters label{
	cursor:pointer;
}

.advSearchValid{
	font-size:10px;
}

.advSearchValid div{
	margin:3px 3px 2px 3px;
	background-color:#E6E8FB;
	padding:3px 0px 2px 5px;
	position:relative;
}

.advSearchValid input{
	position:absolute;
	right:10px;
	top:0px;
	margin:0px;
	padding:0px;
}

.advSearchTypes{
	margin-top:3px;
	font-size:10px;
}

.typeGroupName{
	
}

.typesGroup{
	position:relative;
	margin:3px;
}

.typeGroupName{
	font-weight:bold;
}

.typeNames{
	background-color:#E6E8FB;
	margin-bottom:2px;
}

.typeNames label{
	margin-left:5px;	
}

.advSearchDate{
	margin-top:3px;	
	font-size:10px;
}

.advSearchDate .filterInfo{
	font-weight:bold;
	background:none;
}

.advSearchDate div{
	margin:3px 3px 2px 3px;
	background-color:#E6E8FB;
	padding:5px 0px 5px 2px;
	position:relative;
}

.advSearchDate input{
	position:absolute;
	right:23px;
	top:3px;
	margin:0px;
	border:0px;
}

.advSearchDate img{
	position:absolute;
	right:3px;
	top:3px;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}

.advSearchQueryPart{
	overflow:auto;	
	margin-right:5px;
	position:relative;
}

.qRows{
	position:relative;
	padding:3px;
	margin-bottom:3px;
	min-height:27px;	
	vertical-align:middle;
	clear:both;
}

.qRows input, .qRows textarea{
	width: 99%;
}

.searchQuery, .typeQuery, .dateQuery, .validQuery{
	background-color:#FFFFFF;
	width:99%;
	height:100px;
	border:1px solid #AAAAAA;
	font-size:10px;
	overflow:auto;
	position:relative;
}

.typeQuery, .dateQuery, .validQuery{
	height:19px;
}

.searchQuery span{
	margin-right:3px;
}

.advSearchQuery{
	min-height:105px;
	height:auto;
}

.advSearchQueryPart .rowInfo{
	float:left;
	width:10%;
	font-size:10px;
}

.advSearchQueryPart .rowEntry{
	float:right;
	position:relative;
	width:89%;	
	height:100%;
}

.saveSearch{
	padding:15px 3px 3px 3px;
	min-height:40px;
	width:75%;
	float:left;
}

.saveSearch .rowInfo{
	width:17%;
}

.saveSearch .rowEntry{
	width:82%;
}

#saveSearch {
    background-color: #1F2E45;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 1px;
    padding-bottom: 3px;
	cursor:pointer;
}

.searchBttnCon{
	padding:15px 3px 3px 3px;
	min-height:40px;
	float:right;
	width:23%;
	text-align:center;
}


#advSearchBttn {
    background-color: #FF0000;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
	width:70px;
    letter-spacing: 1px;
    padding-bottom: 6px;
	cursor:pointer;
}

.queryOptions{
	padding:3px;
	font-size:10px;
	margin-bottom:3px;
}

.queryOptions input{
	width:65%;
}

.addQueryButton{
	cursor:pointer;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #CCCCFF;
}

.finishQueryButton{
	cursor:pointer;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #CCCCFF;
}

.queryWordValidation{
	color:red;
	margin-left:280px;
	font-size:9px;
}

#queryOperationSelect{
	width:70px;
}

#saveInfo{
	position:absolute;
	color:#F00;
	font-size:11px;
}

/*************************************
 * 			historical Search
 *************************************/

 #his_src_tbl{
 	font-size:12px;
	margin:1px;
 }
 
#his_src_tbl tr{
 	background-color:#E6E8FB;
 }
 
#his_src_tbl tr:hover{
 	background-color:#FFD44E;
 }
 
 #his_src_tbl a{
 	text-decoration:none;
	color:#000000;
 }
 
 #his_src_tbl .historicalSearchDate{
 	font-style:italic;
 }
 
 #his_src_tbl .historicalSearchQuery{
 	font-weight:bold;
	color:#0000FF;
 }

 /*************************************
 * 			historical Search Paging
 *************************************/
.userQueriesPaging{
	text-align:center;
	font-size:13px;
	color:#0000FF;
	margin-bottom:3px;	
}

.userQueriesPaging span{
	background-color:#E6E8FB;
	cursor:pointer;
	margin-left:3px;
}

/*************************************
 *  iletisim
 *************************************/
.iletisimTable{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	color:#000055;
}


.iletisimTable td.info{
	font-weight:bold;
	padding-left:55px;
}

.iletisimTable td.iletisimTitle{
	font-size:25px;
	font-weight:bold;
}


/*********************************/
.cd_m_blue {
	color:blue;
	text-decoration:none;
}
.cd_m_yellow {
	color:#FF9900;
	text-decoration:none;
}

/***********************************************
*  Font Sizer
***********************************************/
.fontsizer {
    top: 1px;
    right: 10px;
    position: absolute;
}

.fontsizer li {
    background: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}
.smallToolBox {
     position:fixed !important;
     left:0 !important;
}