/* Deadlock admin stylesheet */

body {
	background-color: #DCEBF5;
        background : url(http://www.ssb4.net/users/11196/bgpattern.jpg);
}
.style2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
.bottomnavcell {
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:2px;
}
.style5 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style8 {
	color: #778894;
	font-weight: bold;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #778894;
	font-size: 12px;
}
.style11 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-size:12px;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#778894;
	font-size: 12px;
}
.footercell {
border-top:1px dashed #778894;
border-bottom:1px solid #778894;
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:2px;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #FFFFFF;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px dotted #F7B89F;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px dotted #F7B89F;
border-bottom: 1px dotted #F7B89F;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #778894;
margin: 3px 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.hintanchor2{ /*CSS for link that shows hint onmouseover*/
color: #778894;
margin: 3px 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
          color : #FFFFFF;
          font-weight: bold;
          padding : 2px;
          padding-left: 10px;
          margin-bottom : 2px;
      }
a:hover {
          color : #F7B89F;
          font-weight: bold;
          letter-spacing: 0px;
      }