body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:12px;
}

#framecontent {
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 280px; /*Width of frame div*/
	height: 100%;
	overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable, "hidden" to disable*/
	/*
	 * background: navy;
	 * color: white;
	 *
	 * */
}

#maincontent {
	position: fixed;
	top: 0; 
	left: 280px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}

.innertube {
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body { /*IE6 hack*/
	padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}

.mode {
	left: auto;
	right: auto;
}
.zorunlu_renk {
	color: #ff0000;
}
.zorunlu {
	display: none;
}
.linkwithicon {
	position: relative;
	white-space: nowrap;
	left: 2px;
	width: 16px;
	padding: 2px 0px 2px 0px;
}
.leftlink {
	position: relative;
	left: 4px;
	right: 4px;
	line-height: 150%;
}
.linkindented {
	border: none;
	position: relative;
	padding: 2px 0px 2px 0px;
	margin-right: 2px;
	margin-left: 20px;
}
.linknotindented {
	border: none;
	position: relative;
	margin-right: 2px;
	margin-left: 4px;
}
.aftericon {
	display: inline;
	padding: 2px 0px 2px 0px;
}
.domainmenu {
	white-space: nowrap;
	position: relative;
	left: 4px;
	padding: 2px 0px 2px 0px;
}
div.menubody {
	border:1px solid #D9D9D9;
	background-color:#F5F5F5;
	padding:0;
	margin:0;
}
div.menubodyInner {
	border:1px solid #FFFFFF;
	margin:0;
	padding:0;
}
.itemhidden {
	display: none;
}
.itemshown {
	display:block;
}
/*---------------tablo------------------*/
/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/


table { background:#D3E4E5;
 border:1px solid gray;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}
caption { border:1px solid #F3D673;
 color:#F3D673;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td, th { color:#363636;
 padding:.4em;
}
tr { border:1px dotted gray;
}
td.strong {
	font-weight: bold;
	}

/* Orjinal tablo başlık rengi # 5C443A */

thead th, tfoot th { background:#F3D673;
 color:#000;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
tbody th, tbody td {
 /*text-align:left;*/
 vertical-align:top;
}
tfoot td { background:#F3D673;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}
/*---------------form------------------*/
.form{
	width:400px;
	float:left;
	padding:0px 0 0 0;
}
.form_row{
	width:380px;
	clear:both;
	padding:10px 0 10px 0;
	color:#a53d17;
}
.form_row2{
	width:700px;
	clear:both;
	padding:10px 0 10px 0;
	color:#a53d17;
}
label.form{
	width:150px;
	float:left;
	font-size:14px;
	text-align:right;
	padding:4px 5px 0 0;
	color: #333333;
}
label.form2{
	width:120px;
	float:left;
	font-size:14px;
	text-align:right;
	padding:4px 5px 0 0;
	color: #333333;
}
label.form3{
	width:140px;
	float:left;
	font-size:14px;
	text-align:right;
	padding:4px 5px 0 0;
	color: #333333;
}

input.form_input{
	width:150px;
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #DFDFDF solid;
	float:left;
}

/* Fieldset ayarları */

fieldset {
	padding:10px;
	margin:4px;
	}

legend.tab {
	font-size: 14px;
	font-weight: bold;
	padding:2px;
	border:1px solid;
	}

input.w100{
	width:100px;
}

input.w70{
	width:70px;
}

input.form_input2{
	width:40px;
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #DFDFDF solid;
	float:left;
}
input.form_input3{
	width:100px;
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #DFDFDF solid;
	float:left;
}

textarea.form_textarea{
	width:380px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	background-color:#fff;
	border:1px #DFDFDF solid;
	float:left;
}

select.form_select{
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	background-color:#fff;
	border:1px #DFDFDF solid;
	float:left;
}

checkbox.form_checkbox{
	background-color:#fff;
	color:#999999;
	border:1px #DFDFDF solid;
	float:left;
}

/*---------------------------------------------*/

/* --------------------------------- */
/*MESSAGE BOX CLEAN	serie	  		 */
	.clean-ok{
		border:1px dotted gray;
		background:#99BCBF;
		color:#000000;
		padding:4px;
		font-weight:bold;
		text-align:center;
	}
	.clean-error{
		border:1px dotted gray;
		background:#FEEF44;
		color:#CC0000;
		padding:4px;
		font-weight:bold;
		text-align:center;
	}
/*---------------------------------------------*/

/* mahir asut trf eklenen */
ul.autocomplete { position: absolute; top: -100px; left: -100px; background-color: #FFFFFF; border: solid 1px #FFB090;list-style-type: none; display:none; }
ul.autocomplete > li { border-top: solid 1px #FFB090; font-size: 14px; display: block; padding: 3px; text-align: left; }
ul.autocomplete > li.selected { background-color: #e1e1e1; }
/* mahir asut trf eklenen son */

/* Sedat Trf. */


.col1, .col2, .col3, .cols {
	float:left
}

.left {
	float:left
}

.wrapper {
	overflow:hidden;	
}

.mainn {
	margin:0 auto;
	width:960px;
	padding:10px;
	background:#fff;
	position:relative
}

#photo {
	display:block;
	text-indent:-9999px;
	border: 1px solid #DCDCDC;
	float:left;
	width:100px;
	height:145px;
	padding:2px 3px 0 41px;
	margin:2px 3px 4px 5px;
}

#photo img{
	display:block;
	margin:-2px 3px 4px -40px;
	width:140px;
	height:140px;

}

h3 {
	font-size:14px;
	color:#1c76ea;
	line-height:1.2em;
	margin-top:-4px;
	letter-spacing:-1px;
	padding:2px 2px 2px 6px
}



.abs2 .content_t {

	position:relative;
	padding:1px;
	top:10px;
	padding-bottom:20px
}

.button1 strong {
	display:block;
	padding-right:16px;
	background:url(../images/marker_2.gif) right 10px no-repeat
}
.button1:hover {
	background:url(../images/button_active.gif) 0 0 repeat-x #e7e6e6
}
.button1:hover strong {
	background:url(../images/marker_1.gif) right 10px no-repeat;
	color:#1C76EA;
}

.form_5 .radio {
	background:#f7f7f7;
	padding:14px 32px;
	margin-bottom:14px
}

.form_5 .row {
	min-height:25px;
	width:270px;
	overflow:hidden;
	padding:2px 3px 4px 5px;
}

.form_5 .row_1{
	min-height:25px;
	width:230px;
	overflow:hidden;
	padding:2px 3px 4px 5px;
}

.form_5 .row_t{
	min-height:25px;
	width:230px;
	overflow:hidden;
	padding:2px 3px 4px 5px;
}

.form_5 .left {
	width:100px;
}

.form_5 .lefttt {
	width:50px;
	float:left;
}

.form_5 .leftt {
	width:60px;
	float:left;
}

.form_5 .left2 {
	width:90px
}

.form_5 .input .form_5 .input1, .form_5 .input2 {
	background:#fff;
	border:1px solid #d6d5d5;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	padding:2px 7px;
	height:14px;
	width:132px !important
}

.form_5 .input1 {
	width:70px !important;
	margin-right:6px
}

.form_5 .input111 {
	width:210px !important;
	margin-right:6px;
	border:1px solid #d6d5d5;
}

.form_5 .input2 {
	width:11px !important
}
.form_5 .col_t {
	width:230px;
	float:left;
	padding:2px 2px 2px 2px;
}

.form_5 .col_text {
	width:320px;
	float:left;
	padding:2px 2px 2px 2px;
}

.form_5 .col_texttt {
	width:310px;
	float:left;
	padding:2px 2px 2px 2px;
}

.form_5 .col_textttt {
	width:290px;
	float:left;
	padding: 2px 3px 4px 5px;
}

.col_text .row_t{
	min-height:25px;
	width:380px;
	overflow:hidden;
	padding:2px 3px 4px 12px;
}

.form_5 .col1 {
	width:275px;
	padding-left:0;
	padding:2px 3px 4px 5px;
}

.row_t textarea {
	background:#fff;
	border:1px solid #d6d5d5;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	padding:2px 7px;
	height:14px;
	width:295px !important;
	height:140px;
}

.form_5 .under {
	border-bottom:2px solid #dcdcdc;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:5px;
	width:960px;
	
}

.form_5 .select1 {
	height:25px;
	padding:2px 3px 4px 5px;
	z-index:999;
	
}

select#per{
 border: 1px solid #D6D5D5;
 width:147px;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

select#istihdam{
 border: 1px solid #D6D5D5;
}

.button1 {
	display:inline-block;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	line-height:28px;
	height:30px;
	padding:0 19px 3px 4px;
	margin:0 19px 10px 4px;
	background:url(../images/button_1.gif) 0 0px repeat-x #1d77e9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	cursor:pointer;
	float:right;
}
.button1 strong {
	display:block;
	padding-right:16px;
	background:url(../images/marker_2.gif) right 10px no-repeat
}
.button1:hover {
	background:url(../images/button_active.gif) 0 0 repeat-x #e7e6e6
}
.button1:hover strong {
	background:url(../images/marker_1.gif) right 10px no-repeat;
	color:#1C76EA;
}

/* search */
.search { padding:2px 25px 50px 0; margin:2px 25px 50px 0; float:right; width:240px; height:10px;}
.search form { display:block; float:right; padding:0;}
.search span { display:block; float:left; background: url(../images/search_bg.gif) left top no-repeat; width:149px; padding:0 5px; height:33px;}
.search form .keywords { line-height:14px; float:left;  border:0; width:149px; padding:9px 0; height:14px; background:none; margin:0; font:normal 14px Arial, Helvetica, sans-serif; color:#9c9c9c;}
.search form .button { float:left; margin:0; padding:0;}

