.submit{
font-size:12px;color:white;font-weight: bold;font-family:trebuchet ms,tahoma;height:23px;border=1px solid white;background-image: url('resimler/inp2.jpg');background-repeat: repeat-x;background-color: #9A0400;
}
.input1{

	border: 2px solid #999966;
	background-color: #EBEBE0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
textarea{
	border: 2px solid #999966;
	background-color: #EBEBE0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
select{
	border: 2px solid #999966;
	background-color: #EBEBE0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
checkbox {
font-size:12px;color:white;font-family:trebuchet ms,tahoma;height:18px;border=1px solid gray;background-image: url('resimler/inp2.jpg');background-repeat: repeat-x;background-color: #000000;
}

A
{
        text-decoration: none;
        color: #D6BF61;
}
A:hover
{
        text-decoration: underline;
}
.link 
{
text-decoration: none;
 color: #FFFFCC;
}


BODY
{
		text-align: center;
        color: #FFFFFF;
        background-color: #000000;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
}
TABLE
{
        margin-left: auto;
        margin-right: auto;
}
TD
{
        text-align: left;
        font-size: 9pt;
}

TH
{
        text-align: left;
        font-size: 10pt;
}

.guide TD
{
        text-align: center;
        color: white;
        font-size: 10pt;
}
.guide TH
{
        font-size: 10pt;
        color: white;
        background-color: #4F4F4F;
}
.menus TD
{
        color: white;
        text-align: left;
        background-color: #2F2F2F;
}
.menus TH
{
        color: white;
        background-color: #4F4F4F;
}
.inputtable TD
{
        font-size: 10pt;
        color: white;
}
.inputtable TH
{
        font-size: 10pt;
        color: white;
        background-color: #4F4F4F;
}
TABLE.scorestable
{
        width: 100%;
}
.scorestable TH
{
        color: white;
        font-size: 10pt;
}
.scorestable TD
{
        font-size: small;
}
.empstatus TH { text-align: left; }
.empstatus TD { text-align: right; }

.mnormal { color: white; }
.mdisabled { color: yellow; }
.msok { color: #FF9933; }
.msok2 { color: #FF9933; }
.mally { color: #9FBFDF; }
.mprotected { color: #9FDF9F; }
.mdead { color: red; }
.madmin { color: #FF7FFF; }
.mself { color: aqua; }
.mgold { color: #0099cc; font-weight: bold;}
.mhaci { color: #990099; }
.mhacig { color: #7C7C73; font-weight: bold;}
.cgood { color: lime; }
.cwarn { color: yellow; }
.cbad { color: red; }
.cneutral { color: white; }

.era1
{
        color: white;
        background-color: navy;
        font-size: large;
}
.era2
{
        color: white;
        background-color: maroon;
        font-size: large;
}
.era3
{
        color: white;
        background-color: #005F00;
        font-size: large;
}
.era0
{
        color: white;
        background-color: maroon;
        font-size: large;
}
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: auto;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
}

/* css/tooltip.css */