body {
  background:  url("../media/logo.gif") ;
  SCROLLBAR-FACE-COLOR: #006699; 
  SCROLLBAR-HIGHLIGHT-COLOR: #006699; 
  SCROLLBAR-SHADOW-COLOR: #999999; 
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
  SCROLLBAR-ARROW-COLOR:  #CCFFFF; 
  SCROLLBAR-TRACK-COLOR: #E3E3E3; 
  SCROLLBAR-DARKSHADOW-COLOR: #666666; 
} 
.optional{
}
.required{
}

.readonly{
}

.button{
    border:  3pt ;
    border-style: ridge ;
    cursor: pointer ;
	  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-variant:  small-caps;
    background-color:  rgb(0,153,204); 
    color:  rgb(255,255,102);
}
th {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color:   rgb(204,255,255);
  background-color:  rgb(0,102,204);
  border:  4pt ;
  text-indent:  1pt;
  
}

.tdouter{
}

.tdleft{
}
.tdcenter{
}
.tdright{
}
.errortable{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size:  smaller;
	line-height: 24px; 
	color: red;
  background-color: InactiveBorder; 
  text-align:   center;
}
 

.focus{
  border-bottom:  rgb(255,102,51)  solid 2px;
	border-right: rgb(255,102,51)  solid 2px;
	border-left: rgb(255,102,51)  solid 2px;
	border-top:  rgb(255,102,51)  solid 2px;
  background-color:  rgb(72,223,236);
}
.nofocus {
	border-bottom: #ffdead solid 1px;
	border-right: #ffdead solid 1px;
	border-left: #c07300 solid 1px;
	border-top:  #c07300 solid 1px;
}
.focusreq{
  border-bottom: #ffdead solid 1px;
	border-right: #ffdead solid 1px;
	border-left: #c07300 solid 1px;
	border-top:  #c07300 solid 1px;
  background-color: rgb(102,204,51);
}
.nofocusreq{
	border-bottom: #ffdead solid 1px;
	border-right: #ffdead solid 1px;
	border-left: #c07300 solid 1px;
	border-top:  #c07300 solid 1px;
}

.tableband{
  background-color:  rgb(0,153,204); 
  text-align:  left;
  font-variant:  small-caps;
}

body, input, select, td, textarea{ 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
  font-style:normal;
	font-weight:normal;
  margin-left: 0px;
  margin-top: 0px;
}
h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;
	font-size: 1em;
	background-repeat:repeat;
	list-style-type:none;
}
a, a:visited, a:hover { 
	color:#000099; text-decoration:none; 
}
a:hover {
	text-decoration: underline;
  color:rgb(51,0,0);
}
img{ 
	border:none;
}
hr {
	height: 1px;
	color: #000;
	clear:both;
}
textarea {
	width:80%;
	height:200px;
}
dt {
	font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
	font-size: 2em;
}
h1 a{
	color: #000;
}
div#header {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;
}
div#header ul{
	margin: 10px 0 0 0;
}
div#header ul li{
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}
div#header ul li a{
	display: block;
	color: #f00;
	border-left: 1px solid red;
	padding-left: 5px;
}
div#header ul li a:hover{
	border-left: 1px solid #000;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

div#body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed #666;
}

div#validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px;
	margin: 5px;
	width:100px;
	text-align: center;
}
div#footer {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 5px;
	text-align:right;
}

div#footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
ul#stylelist {
	margin:0 0 30px 0;
}

ul#stylelist li {
	list-style-type: none;
	float:left;
	width:100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:2px;
	margin-right: 2px;
}

thead tr {
  background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
th.sortable a {
	background-image: url(../img/arrow_off.png);
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}

ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width:100px;
	list-style-type: none;
}


/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}


table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}

table.report td, table.report th{
	font:         menu;
}
table.report th{
	background:  rgb(102,204,255);
	border-width: 1px;
	border-style: solid;
	border-color:  rgb(51,204,255) ;
	cursor:  move;
}
table.report idcol {
	background: rgb(102,204,255);
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	
	border: 0px;
	padding: 2px 4px 2px 4px;
	margin: 0px 0 20px 0;
	width: 99%;
}
.gorunmez
{
 visibility:hidden;
}

.gorunur
{
 visibility:visible;
}
.gorunurselect
{
 visibility:visible;
 position:absolute;

}
.gorunmezselect
{
 visibility:hidden;
 position:absolute;
}
span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}
span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pagebanner {
	
	border: 0px;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	
	border: 0px;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display:block;
	border-top: none;
	margin-bottom: 1px;
}

table.simple td.textRed {color: #b11;}

