body {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: helvetica, tahoma;
	background-color: #efefef;
	overflow-y: auto;
	overflow-x: hidden;
}

td, th {
	font-size: 11px;
	font-family: helvetica, tahoma;
}
.agem-label {
	font-size: 11px;
	font-family: helvetica, tahoma;
	border-bottom: 1px solid gray;
	vertical-align: bottom;
	padding-bottom: 3px;
	white-space: nowrap;
}

.agem-mandatory {
	color: #942730;
	font-weight: bold !important;
}
.agem-form-table {
	margin: 0px 10px 10px 10px;
}
.agem-input1 input, .agem-input0 input, .agem-input1 select, .agem-input0 select, .agem-input1 textarea, .agem-input0 textarea {
	font-family: helvetica, tahoma;
	font-size: 11px;
	width: 200px;
	padding-left: 2px;
	padding-right: 2px;
}

textarea, .agem-input1 textarea, .agem-input0 textarea {
	width: 400px;
	height: 50px;
}


input, select, textarea {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	border: 1px solid gray;
	font-family: helvetica;
}

.agem-active {
	background-color: white;
/*	font-style: italic; */
}
/*
select option.novalue {
	background: white;
}
*/
form {
	background-color: #efefef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
}
.agem-static-form-div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	float: left;
}
.agem-iframe-div {
	border: 2px outset;
}

form h1, .agem-iframe-div h1, .agem-static-form-div h1 {
	width: 100%;
	color: #2a2730;
	margin: 7px 0px 0px 0px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
/*	border-bottom: 1px solid black;
	background-image: url("../images/inactive-over.png");
	background-repeat: repeat-x;*/
	height: 21px;
	line-height: 21px;
	position: relative;
}

form h1 img, .agem-iframe-div h1 img, .agem-static-form-div h1 img {
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: 5px;
}
form h1 span, .agem-iframe-div h1 span, .agem-static-form-div h1 span {
	position: absolute;
	display: block;
	top: 1px;
	left: 10px;	
	white-space: nowrap;
}
.agem-iframe-div h1 span {
	position: absolute;
	display: block;
	top: 1px;
	left: 0px;
}

.agem-iframe-div iframe {
	width: 100%;
}

#message {
	display: none;
	width: 100%;
	color: black;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 11px;
	font-weight: normal;
	font-family: helvetica, tahoma;
	background-color: #BBB;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	text-indent: 10px;
	position: absolute;
	vertical-align: middle;
	bottom: 0px;
	
}
span.ButtonBarClass {
	display: block;
	color: black;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.modal-button-bar {
	display: block;
	color: black;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 10px;
}
.modal-button-bar button {
	margin-left: 2px 5px 2px 5px;
	cursor: pointer;
	font-family: helvetica, tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.button-bar {
	display: block;
	color: black;
	text-align: right;
}

span.ButtonBarClass button, .button-bar button {
	font-family: helvetica, tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.button-input {
	font-family: helvetica, tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 5px 2px 5px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}


.agem-input0 img, .agem-input1 img {
	margin: 0 3 -3 3;
}

.agem-error {
	color: #AA0000;
}

tr.agem-red td{
	background-color: #AA0000 !important;
	color: white !important;
}

tr.agem-yellow td{
	background-color: yellow;
	color: black;
}

tr.agem-gray td {
	background-color: gray;
	color: white;
}

tr.agem-warning td {
	background-color: #BEC762 !important;
	color: black !important;
}

tr.agem-error td {
	background-color: #FF0101 !important;
	color: white !important;
}

label {
	font-weight: normal;
	font-style: italic;
	cursor: pointer;
}

div#perde, iframe#perde {
     height: 100%;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
     display: none;
}

.img-button-bar {
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
}

.img-button-bar a, .img-button-bar a:active, .img-button-bar a:visited {
	border: none;
	width: 20px;
	height: 40px;
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
}
.img-button-bar a:hover {
	border: none;
	width: 32px;
	height: 40px;
	text-decoration: none;
	background-repeat: no-repeat;
}

.img-button-bar a#saveBtn, .img-button-bar a#saveBtn:active, .img-button-bar a#saveBtn:visited {
	background-image: url("../images/save.png");
}
.img-button-bar a#saveBtn:hover {
	background-image: url("../images/save-m.png");
}
.img-button-bar a#editBtn, .img-button-bar a#editBtn:active, .img-button-bar a#editBtn:visited {
	background-image: url("../images/edit.png");
}
.img-button-bar a#editBtn:hover {
	background-image: url("../images/edit-m.png");
}
.img-button-bar a#deleteBtn, .img-button-bar a#deleteBtn:active, .img-button-bar a#deleteBtn:visited {
	background-image: url("../images/delete.png");
}
.img-button-bar a#deleteBtn:hover {
	background-image: url("../images/delete-m.png");
}
.img-button-bar a#newBtn, .img-button-bar a#newBtn:active, .img-button-bar a#newBtn:visited {
	background-image: url("../images/new.png");
}
.img-button-bar a#newBtn:hover {
	background-image: url("../images/new-m.png");
}
.img-button-bar a#searchBtn, .img-button-bar a#searchBtn:active, .img-button-bar a#searchBtn:visited {
	background-image: url("../images/arama-off.png");
}
.img-button-bar a#searchBtn:hover {
	background-image: url("../images/arama-on.png");
	border: none;
	width: 20px;
	height: 40px;
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
}
.img-button-bar a#childBtn, .img-button-bar a#childBtn:active, .img-button-bar a#childBtn:visited {
	background-image: url("../images/child.png");
}
.img-button-bar a#childBtn:hover {
	background-image: url("../images/child-m.png");
}
.img-button-bar a#pdfBtn, .img-button-bar a#pdfBtn:active, .img-button-bar a#pdfBtn:visited {
	background-image: url("../images/pdf.png");
}
.img-button-bar a#pdfBtn:hover {
	background-image: url("../images/pdf-m.png");
}
.img-button-bar a#addDatabaseBtn, .img-button-bar a#addDatabaseBtn:active, .img-button-bar a#addDatabaseBtn:visited {
	background-image: url("../images/addDatabase.png");
}
.img-button-bar a#addDatabaseBtn:hover {
	background-image: url("../images/addDatabase-m.png");
}
.img-button-bar a#redoBtn, .img-button-bar a#redoBtn:active, .img-button-bar a#redoBtn:visited {
	background-image: url("../images/redo.png");
}
.img-button-bar a#redoBtn:hover {
	background-image: url("../images/redo-m.png");
}

#previousNextBtnDiv {
	position:absolute;
	top:5px;
	right:5px;
	zIndex:9999;
	width:50px;
}
#previousNextBtnDiv a, #previousNextBtnDiv a:active, #previousNextBtnDiv a:visited {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	float:right;
}
a#oncekiBtn, a#oncekiBtn:active, a#oncekiBtn:visited {
	background-image: url("../images/onceki.png");
}
a#oncekiBtn:hover {
	background-image: url("../images/onceki-on.png");
}

a#sonrakiBtn, a#sonrakiBtn:active, a#sonrakiBtn:visited {
	background-image: url("../images/sonraki.png");
}
a#sonrakiBtn:hover {
	background-image: url("../images/sonraki-on.png");
}

h2 {
	font-size: 14px;
	font-family: helvetica, tahoma, arial;
	padding: 5px 0px 0px 12px !important;
	margin: 0px 0px 0px 0px !important;
	color: #555;
}

#perde-msg {
	padding: 2px 10px 2px 10px;
	border: 1px solid red;
	color: black;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: white;
}

#agem-window-bar {
	width: 100%;
	height: 30px;
	background-color: #655f69;
	position: absolute;
	bottom: 0px; 
	padding: 2px;
	border-top: 1px solid gray;
}
.agem-window {
	border: 1px solid #BBB;
}
.agem-modal-cont {
	background-color: #efefef;
}
.agem-window-header {
	border-bottom: 1px solid gray;
	position: relative;
	padding: 0px;
	height: 21px;
	background-color: #555;
	cursor: move;
	color: #AAA;
}

.ust-bar-degrade {
	position: absolute;
	right: 0px;
	top:0px;
	width: 100%;
	height: 21px;
	background-image: url("images/ust_bar_degrade.png");
	background-repeat: repeat-y;
	background-position: right;
}

.agem-active-window .agem-window-header {
	background-color: #483f50;
	color: white;
}

.agem-active-window .agem-window-header .ust-bar-degrade {
	width: 100%;
}

.agem-active-window .agem-window-header .ui-icon{
	background-image: url(../jquery/css/cupertino/images/ui-icons_ffffff_256x240.png); 
}

.agem-window-shadow {
	background-color: #999;
	filter:alpha(opacity=80);
	opacity: 0.80;
}

.agem-window-label {
	font-weight: bold;
	padding-left: 3px;
	top: 4px;
	left: 3px;
	font-family: Tahoma;
	font-size: 10px;
	position: relative;
}

.agem-label-absolute {
	position: absolute;
	top: 4px;
	left: 22px;
}

.agem-window-button-bar {
	font-weight: bold;
	position: absolute;
	right: 2px;
	float: right;
	top: 2px;
}
.agem-window-button-bar a {
	float: left;
	cursor: pointer;
	margin-left: 2px;
}

.agem-window-frame {
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.agem-window-status {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #DDD;
	border: none;
	height: 22px;
}
.agem-window-status .agem-window-message {
	position: absolute;
	width: 100%;
	padding: 4px;
}

#agem-window-bar div {
	border: 1px solid #CCC;
	float: left;
	margin: 2px;
	padding: 3px 6px 3px 3px;
	background-color: #666;
	cursor: pointer;
}
#agem-window-bar div.active-bar-btn {
	background-color: #CCC;
	border: 1px solid black;
}

#agem-window-bar div span {
	height: 15px;
	line-height: 15px;
	vertical-align: top;
	color: #FFF;
	padding-left: 3px;
}
#agem-window-bar div.active-bar-btn span {
	color: black;
}
#agem-hide-all {
	position: absolute;
	right: 14px;
	cursor: pointer;
}

.agem-form-div {
	position: relative;
	width: 100%;
}

.agem-label-div {
	border-bottom: 1px solid gray; 
	margin-top: 5px;
	width: 120px;
	height: 14px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

.agem-label-input-div img {
	margin: 0 3 -4 3;
}

.agem-label-input-div input, .agem-label-input-div select {
	margin-left: 1px;
	height: 20px;
	background-color: white;
}

select.readonly, input.readonly, textarea.readonly  {
	background-color: #FFFFDD;
	color: #585858;
}

.agem-label-input-div {
	padding: 2px 0px 2px 0px;
	margin-right: 3px;
}

.agem-static-div {
	margin-top: 6px;
	margin-left: 3px;
	display: block;
	float: left;
	font-size: 11px;
/*	font-weight: bold; */
}
.menu_ul li {
	margin: 0px;
	padding: 2px;
/*	width: 100%; */
}	
.menu_ul li a {
	color: #333;
	font-size: 8pt;
	font-family: Arial, Tahoma, Helvetica, Arial, Verdana;
	text-decoration: none; 
	display: block;
}	
.menu_ul li a:hover {
	color: #000;
	font-family: Arial, Tahoma, Helvetica, Arial, Verdana;
	font-size: 8pt;
	text-decoration: underline; 
}	
.menu_ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.diger_link {
	list-style-type: circle;
}

.left_menu_div {
	width: 160px; 
	float: left;
	height: 100%;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px;
	margin: 0px;
	background-color: #96939c;
}
.left_menu_border {
	border:1px solid #312b37;
	background-color: #e0d9e7;
	margin-bottom: 5px;
}
.left_menu_header {
	width:100%; 
	background-color: #312b37; 
	padding: 3px 0px 3px 0px; 
	text-indent: 15px; 
	font-weight: bold;
	color: white;
}
.header-div {
	text-indent: 0px;
}
.header-div .header_info {
	padding-left: 15px;
	padding-right: 15px;
}
.bold {
	font-weight: bold;
}
.not-bold {
	font-weight: normal;
}
.ortak_link li {
	padding-left: 10px;
}

.left_menu {
	margin-top: 5px;
	padding-bottom: 5px;
}
.left_label {
	font-weight: bold;
	font-size: 9px;
	margin: 4px 10px 2px 10px;
	border-bottom: 1px solid gray;
}
.left_info {
	font-size: 9px;
	margin: 2px 10px 4px 10px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 128px;
	overflow: hidden;
	white-space: nowrap;
}
.left_menu_content {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 148px;
	overflow: hidden;
}
.agem-tab-frm {
	width: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
.icon_16{ background-position: 0   0px; height: 16px; background-repeat: no-repeat; text-indent: 20px; line-height: 16px;} 
.icon_24{ text-indent: 3px; line-height: 20px;}
.icon_24 span{cursor: pointer; line-height: 24px; height: 24px;}
.icon_16 span{cursor: pointer; line-height: 16px; height: 16px;}
.icon_32{ text-indent: 5px; line-height: 30px;}
.icon_48{ text-indent: 0px; line-height: 48px;}
.icon_64{ text-indent: 66px; line-height: 64px;}

.left_menu li a:link, .left_menu li a:visited {
	height: 16px; line-height: 16px; 
}

.left_menu li a:hover {
	/*background-position: 0 -42px; height: 32px; background-repeat: no-repeat; text-indent: 36px; line-height: 32px;*/
}

.arrayInputTable{
	border-left: 1px gray solid;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}
.arrayInputTable tr th{
	border-top: none;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	border-left: none;
	text-align: center;
	background-color: #BBB; 
}
.arrayInputTable tr td{
	border-right: 1px gray solid;
}
.arrayInputTable tr td input{
	border: none;
	margin: 0px;
	width: 20px;
	text-align: center !important;
}

.left_menu li a.disabled:hover {
	height: 16px; line-height: 16px;  
}
.left_menu li a.disabled:link, .left_menu li a.disabled:hover, .left_menu li a.disabled:visited {
	color: gray;
	text-decoration: none;
}

.diger_link li a:link, .diger_link li a:visited, .diger_link li a:hover,  .diger_link li a.disabled:hover {
	background-position: 0   0px; height: 16px; background-repeat: no-repeat; text-indent: 10px; line-height: 16px; 
}

.ortak_link li a:link, .ortak_link li a:visited, .ortak_link li a:hover {
	height: 24px; 
	line-height: 24px; 
}


.id-requeried-div {
	display: none;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
	outline: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.agem-window-min-btn {
	width: 16px;
	height: 16px;
	background-image: url("images/bar_kucult.png");
}
.agem-window-max-btn {
	width: 16px;
	height: 16px;
	background-image: url("images/bar_buyut.png");
}
.agem-window-close-btn {
	width: 16px;
	height: 16px;
	background-image: url("images/bar_kapat.png");
}
.agem-window-help-btn {
	width: 16px;
	height: 16px;
	background-image: url("images/bar-yardim.png");
}
.fleft {
	float: left;
}

.fclear {
	clear: both;
}

.export-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 2px;
}
.exp-excel-off {
	background: url("images/disp/excel-off.png") no-repeat top left;
}
.exp-pdf-off {
	background: url("images/disp/pdf-off.png") no-repeat top left;
}
.exp-rtf-off {
	background: url("images/disp/rtf-off.png") no-repeat top left;
}
.exp-refresh-off {
	background: url("images/disp/refresh-off.png") no-repeat top left;
}
.exp-select-off {
	background: url("images/disp/select-off.png") no-repeat top left;
}
.exp-excel-on {
	background: url("images/disp/excel-on.png") no-repeat top left;
}
.exp-pdf-on {
	background: url("images/disp/pdf-on.png") no-repeat top left;
}
.exp-rtf-on {
	background: url("images/disp/rtf-on.png") no-repeat top left;
}
.exp-refresh-on {
	background: url("images/disp/refresh-on.png") no-repeat top left;
}
.exp-select-on {
	background: url("images/disp/select-on.png") no-repeat top left;
}
.save-on {
	background: url("images/disp/save-on.png") no-repeat top left;
}
.save-off {
	background: url("images/disp/save-off.png") no-repeat top left;
}
.search-on {
	background: url("images/disp/search-on.png") no-repeat top left;
}
.search-off {
	background: url("images/disp/search-off.png") no-repeat top left;
}

.new-on {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -125px;  height: 24px;
}

.new-off {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -100;  height: 24px;
}

.arama-on {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -25px;  height: 24px;
}

.arama-off {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 0;  height: 24px;
}

a.a_arama:visited, a.a_arama:link {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 0;  height: 24px;
	text-indent: 30px;
}

a.a_liste:visited, a.a_liste:link {
	background: url("images/search-list-new.png") no-repeat top left;
	background-position: 0 -50px;  height: 24px;
	text-indent: 30px; 
}

a.a_yeni:visited, a.a_yeni:link {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -100px;  height: 24px;
	text-indent: 30px;
}
a.a_arama:hover {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -25px;  height: 24px;
	text-indent: 30px;
}

a.a_liste:hover {
	background: url("images/search-list-new.png") no-repeat top left;
	background-position: 0 -75px;  height: 24px;
	text-indent: 30px; 
}

a.a_yeni:hover {
	background: url("images/search-list-new.png") no-repeat top left; 
	background-position: 0 -125px;  height: 24px;
	text-indent: 30px;
}

.agem-calendar-table {
	width: 100%;
}

.agem-calendar-table thead tr th.clock {
	text-align: left;
	font-weight: normal;
	height: 20px;
}
.agem-calendar-table tbody tr td.cell {
	border-left: 1px solid #DEDEDE; 
	border-top: 1px solid gray; 
	cursor: pointer;
	empty-cells: show; 
}

.agem-calendar-table tbody tr td.lcell {
	border-right: 1px solid black; 
}

.agem-calendar-table tbody tr td.fcell {
	border-left: 1px solid black; 
}
.agem-calendar-table tbody tr td.ecell {
	border-bottom: 1px solid gray; 
}

.agem-calendar-table tbody tr td.date {
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

.agem-calendar-table tfoot img, .agem-calendar-table thead img {
	cursor: pointer;
} 

.agem-calendar-cell-preview {
	background-color: #FFCC99;	
}

.agem-select-multiple {
	float: none;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

.agem-select-multiple-btn {
	width: 100%;
	padding: 2px 25px 2px 2px;
	font-size: 11px;
	border: 1px solid gray;
	font-family: helvetica;
	margin-left: 1px;
	height: 20px;
	background-color: white;
	position: relative;
	float: left;
	
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}

.selected-options {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	float: left!important;
	padding-left: 5px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 0;
}

.check-mark {
	position: absolute;
	display: inline-block;
	/*right: 15px;*/
	left:3px;
	margin-top: 2px;
	top: 1px;
}
.check-mark:before  {
	content: "\2714";
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	margin: 2px 0 0;
	text-align: left;
	background-color: white;
	font-size: 11px;
	border: 1px solid gray;
	font-family: helvetica;
	overflow: hidden;
}

.selectpicker {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	min-width: 100%;
	z-index: 1035;
	overflow: auto;
}

.selectpicker > li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	cursor:copy;
}

.selectpicker > li:hover {
	background-color: #f9cc77;
}

.selectpicker > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #333;
	white-space: nowrap;
}

.agem-select-multiple-text {
	margin-right: 34px;
	display: inline-block;
	white-space: nowrap;
}

.hide {
	display: none;
}


.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.checkboxes {
  display: none;
  border: 1px #777 solid;
  z-index: 9;
  left: 1px; 
  position: relative;
  background-color: white;
  overflow-y: auto; 
  max-height: 200px;
}

.checkboxes label {
  display: block;
  font-style: normal;
}

.checkboxes label:hover {
  font-style: normal;
  background-color: #1e90ff;
}

.checkboxes label span {
	position: relative;
	top: -2px;
}

.checkboxes label input {
	height: auto;
}