.hossi {
	BORDER-RIGHT: #d6d6ce 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d6d6ce 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 9pt; PADDING-BOTTOM: 3px; BORDER-LEFT: #d6d6ce 1px solid; COLOR: #737373; PADDING-TOP: 3px; BORDER-BOTTOM: #d6d6ce 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e3e3de
}
	a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px}
		.menu2
		{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px}

	A:hover
		{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px}
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px}
	th
		{background: #DBEAF5; color: #000000;}
	
	.adminnote {border: 1px dashed #cccccc; white-space:normal; font-family: Courier, Courier New, Verdana, Arial;  font-size: 11px; Color:#990000;background-color: #FAFCFE;  padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 3px }
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	.header2, h2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.intd
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px;}
	.wcell
		{background: #FFFFFF; vertical-align: top}
	.ctrl
		{font-family: Tahoma, Verdana, sans-serif; font-size: 12px; width: 100%;}
	.btnform
		{border: 0px; font-family: tahoma, verdana; font-size: 12px; background-color: #DBEAF5; width: 100%; height:18px; text-align: center; cursor: hand;}
	.btn
		{background-color: #DBEAF5; padding: 0px;}
	textarea, select,input
		{	font-family: "Times New Roman", Tahoma, Arial;
	font-size: 12px; BACKGROUND-COLOR: #dbeaf5}
		
	/* classes for validator */
	.tfvHighlight
		{
		font-weight: bold;
		 color: FF0000;
		 }
	.tfvNormal
		{font-weight: normal;	color: black;}
		


#mainContainer{
	width:630px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

#menuColumn{
	width:160px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position: left center;
	z-index:1000005;
	height:60px
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:220px;	/* Width of tooltip content */
	height:260px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#mainContainer{
	width:630px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

#menuColumn{
	width:160px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;	
}
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	h1{
		margin-top:0px;
	}
.basliklar {
cursor: pointer;
font-family: helvetica, arial, sans-serif;
display: block;
font-size: 12px;
color: #000000;
background-color: #CCCCCC;
padding: 8px;
}
.icerikler{
background-color: #FFFFFF;
padding-left:10px;
font-size: 12px;
color: #333333;
font-family: helvetica, arial, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
clip: rect(auto,auto,auto,auto);
line-height: 10px;
}
.tdcizgi {
}

tr.d0 td {
	background-color: #FFFDFF; color: black;border-left-width: 1px; border-right: 1px solid #CCCCCC; border-top-width: 1px; border-bottom: 1px solid #000000;
}
tr.d1 td {
	background-color: #F6F6F3; color: black;border-left-width: 1px; border-right: 1px solid #CCCCCC; border-top-width: 1px; border-bottom: 1px solid #000000;
	}

tr.n0 td{
	 border-left-width: 1px; border-right: 1px solid #CCCCCC; border-top-width: 1px; border-bottom: 1px solid #000000;
	 padding: 2px 6px;
}
tr.n0 td:first-child  {
	background-color: #DDDDDD; 
}
tr.n0 td:last-child  {
	background-color: #F5F5F5; 
}

tr.n1 td {
	border-left-width: 1px; border-right: 1px solid #CCCCCC; border-top-width: 1px; border-bottom: 1px solid #000000;
	padding: 2px 6px;
	}
	
tr.n1 td:first-child {
	background-color: #F4ECD7; 
	}	
tr.n1 td:last-child {
	background-color: #FAF7ED; 
	}		
	
tr.ictablopermission td{
 border-bottom: 1px dashed #800000;
 border-top: 1px dashed #800000;
 
}
tr.baslik td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
	border: thin solid #CCCCCC;
	font-style: italic;
}

tr.yenibaslik td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	background-color: #FFFF99;
	border: thin solid #CCCCCC;
	font-style: italic;
}
tr.yenid td {
	background-color: #FFFFCC; color: black;border-left-width: 1px; border-right: 1px solid #CCCCCC; border-top-width: 1px; border-bottom: 1px;
	}
	#available {
		display: none;
		color: green;
	}
	#not_available {
		display: none;
		color: red;
	}
	
 fieldset
{
	border: 1px solid #781351;
//width: 20em
; 			padding: 5px;
	width: 95%;
	margin: 4px;
}

legend
{
color: #FFFFFF;
background: #FF9F00;
border: 1px solid #781351;
padding: 2px 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;

}
.yeksite_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.9;	/* Transparency */
	background-color:#ECF5FF;
	z-index:1;
	position:absolute; /* Always needed	*/
	display= block;
}
.yeksite_contentDiv{
	border: thin outset #000099;
	padding:2px;
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}

.ixtar {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

.entry img				
          {margin: 0px 10px 2px 10px;
           padding:4px;
           border:1px solid #FF00FF;
           float: left;	 
          }
          
.boxpopup {
font-family:Arial,sans-serif; font-size:smaller; /*POPUP FONT */
color:black; background:#FFFF99; /* COLOURS */
width:250px; text-align:center; /* BOX WIDTH */
padding:4px 5px 4px 5px; /* SPACE TEXT TO BORDER */
font-weight:bold; /* TEXT WEIGHT */
border:1px solid gray; /* BOX BORDER */
}
#pdq {position:absolute; visibility:hidden; z-index:200;}

.categori0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ECE9D8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.categori1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FCFBF8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #3300CC;
	border-right-color: #3300CC;
	border-bottom-color: #3300CC;
	border-left-color: #3300CC;
}
