#mainbox {
	background-color:#ffffff;
	width:41em;
	align:center;
	border:1px solid #999;
	padding:1.5em;
	-moz-border-radius:8px;
	margin-top: 80px;
}

#maincontent {
	margin-top:10px;
	text-align:center;
}
a:link, a:visited {
	text-decoration : none;
	background : inherit;
	color : #666666;
	font-weight:bold;
}
a:hover {
	text-decoration : underline;
	background : inherit;
	color :  #333333;
}
div.linkler a:link {
	text-decoration : none;
	background : inherit;
	color : #000000;
	font-weight:bold;
	font-size: 11px;
}
div.linkler a:visited{
	text-decoration : none;
	background : inherit;
	color : #000000;
	font-weight:bold;
	font-size: 11px;
}

div.linkler a:hover {
	text-decoration : underline;
	background : inherit;
	color :  #888844;
	font-weight:bold;
	font-size: 11px;
}
.footer {
	text-decoration : none;
	background : inherit;
	color : #666;
	font-weight:bold;
	font-size: 10px;
}
form {
	margin:0px;	
	padding:0;
}
#form {
	margin:0px;
	padding:0;
}
#txtSearch {
	background-color:#eee;
	border:1px solid #ccc;
	width:13em;
	padding:2px;
}
#captchain {
	background-color:#eee;
	border:1px solid #ccc;
	width:2em;
	padding:2px;
}

input {
	margin:2px 0px 0px 8px;
	padding-left: 7px;
	padding-right: 7px;

}
imgc {
	margin:4px 0px 0px 0px;
}
.error {
	color: #CC0000;
	font-size: 26px;
	font-weight: bold;
	margin:10px;
	padding:10px;
}
.tcno {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin:4px;
	padding:4px;
}
.tcnok {
	color: #EEEEFF;
	font-size: 15px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;

}
.tcnot {
	color: #111111;
	font-size: 18px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;

}
#mainboxhelp {
	background-color:#ffffff;
	width:48em;
	align:center;
	border:1px solid #999;
	padding:1.5em;
	-moz-border-radius:8px;
	margin-top: 80px;
}
#mainboxhelp2 {
	background-color:#ffffff;
	width:36em;
	align:center;
	border:1px solid #999;
	padding:1.5em;
	-moz-border-radius:8px;
	margin-top: 80px;
}
#maincontenthelp {
	margin-top:10px;
	text-align:left;
}

.kirmiziyazi {
	color: #FF0000;
	font-style: italic;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;

 font: bold 12px Verdana, sans-serif;
 
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #aaa;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid #aaa;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
background-color:silver;
	-moz-border-radius:8px;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.tabberlive .tabberadr {

 border:1px solid #aaa;
 border-top:0;
background-color:#F2F2F2;
	-moz-border-radius:8px;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
