﻿/* common tags for rounded corners that can be used for many panels */
b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

/* container one */
div.ContainerOne {position:relative; top:0px; left:0px; width:200px; height:50px; background: #90D800;} /* adjust the position, size and colour of the panel here */
div[class="ContainerOne"] {height:auto; min-height:50px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b, b.RndBottomOne b{display:block;height: 1px; overflow: hidden; background: #90D800} /* adjust the colour of the panel top and bottom here */
b.RndTopOne, b.RndBottomOne{display:block;background: #FFFFFF;} /* adjust the background colour here */
div.RPanelContentOne {position:relative; top:0px; left:0px; display:block; margin: 0 auto; margin-top:10px; margin-bottom:10px; width:200px; height:50px; text-align:center; color:#333333;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RPanelContentOne"] {height:auto; min-height:50px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{margin: 0 1px; height:2px;} 

.byz {font-family:Tahoma; font-size:12px; color:#FFFFFF; font-weight:bold;}
.krmz {font-family:Tahoma; font-size:10px; color:#000000; font-weight:bold; text-decoration:underline}
.baslik {font-family:Tahoma; font-size:14px; color:#000000; font-weight:bold;}
html {height:90%; margin-left:0px; margin-right:0px;}

body 
{
	font-family:tahoma;
	font-size:8pt;
	background-color:white;
	margin:0px 0px 0px 0px;
}

.txtBox2
{
	font-family:Tahoma;
	font-size:8pt;
}

.txtBox
{
	border:solid 1px gray;
	font-family:Tahoma;
	font-size:8pt;
	width:163px;
}

.cmbBox
{
	font-family:Tahoma;
	font-size:8pt;	
}
.inpButton
{
	border:solid 1px gray;
	font-family:Tahoma;
	font-size:11px;	
}

.tdbaslik
{
	font-size:8pt;
	padding:1px;
	border:1px solid silver;
	border-left:1px solid silver;
	color:black;
	background-color:#e7e7e7;
}

.tdbaslik2
{
	font-size:8pt;
	font-family:Tahoma;
	padding:0px;
	color:black;
}

.printCell
{
	padding:2px;
	border:1px solid black;
	font-size:10pt;
	font-family:Tahoma;
}

.printCellB
{
	padding:2px;
	border:1px solid black;
	font-size:10pt;
	font-family:Tahoma;
	font-weight:bold;
}

.tdgrid
{
	font-size:8pt;
	padding:1px;
	border:1px solid silver;
	border-left:1px solid silver;
	color:black;
	background-color:#ffffff;
}

.tdgrid2
{
	font-size:8pt;
	font-family:Tahoma;
	padding:0px;
	color:black;
}

a.colsTitle, a.colsTitle:visited
{
	font-size:8pt;
	color:black;
	text-decoration : none;
}
a.colsTitle:active, a.colsTitle:hover
{
	font-size:8pt;
	color:black;
	text-decoration : underline;
}
a.btnLink, a.btnLink:visited
{
	font-size:8pt;
	color:black;
	text-decoration : none;
	border:1px solid black;
	background-color:#e7e7e7;
}

.dropmenu
{
	font-size:10px;
	font-family:Tahoma;
	border:1px solid silver;	
}

.tableRow2
{
	font-size:8pt;
	padding:1px;
	color:black;
	background-color:whitesmoke;
}

.tableRowActive
{
	font-size:8pt;
	padding:1px;
	color:black;
	background-color:#A4FF71;
}

.tableRow
{
	font-size:8pt;
	padding:1px;
	color:black;
	background-color:white;
}

.tdBorder
{
	border:1px solid silver;
	border-left:1px solid silver;	
	border-collapse:separate;
}