/*                             Digital Swordsmen Personal Profile CSS Sheet 

This is the stylesheet for your personal profile. Here you can make almost any changes
you want to the style of your profile. I have put all the classes that will make alot of difference
near the top, the ones further down, are really picky little things, with only small amounts
of differences, and a high probability of breaking something. I tried to make it as user friendly
as possible, if you get stuck, look for help on the web, or ask me, and ill try to help */

/*Sets the big stuff, like the body font type, color of the text, and the background color for 
when there is no image.*/

body
{
  margin:0px;
  padding:0px;
  line-height: 20pt; 
  font:normal 11px swiss,Arial,sans-serif;
  color:#DDDDDD;
  background-color: #5A5A5A;

}

/* Sets how tables look. Your profile is one big table, so this could have some large effects */
table
{
  font:normal 11px swiss,Verdana,Arial,sans-serif;
  color:#DDDDDD;
  line-height: 20pt; 
  
}
/* sets margins for p tags. Leave this alone */
p
{
  margin:0px 0px 10px 0px;
}

/* Link Colors */
a:link    { color: #FF9933; background-color:inherit; font-weight:bold; text-decoration: none; }
a:visited { color: #FF9933; background-color:inherit; font-weight:bold; text-decoration: none; }
a:active  { color: #FFCC00; background-color:inherit; font-weight:bold; text-decoration: none; }
a:hover   { color: #FFFF66; background-color:inherit; font-weight:bold; text-decoration: underline; }

h3 span
{
  display: none;
}

/* Container */

#container
{
  width:800px;
  margin:0px auto;
  margin-left: 105px; 
  padding-top:10px;
  padding-left:55px;
  position:absolute;
  background:#5A5A5A url(../../img/background.gif) repeat-y center;
}

.pagetitle {
	font-family: Engravers MT,Arial;
	font-size: 14px;
	color:#DDDDDD;
}

/* Sets vars for happy good text when something works*/
.succeedded 
{
	color: #006633;
	font-weight: bold;
}

/* Sets vars for angry bad text when something fails*/
.failed 
{
	color: #FF0000; 
	font-weight: bold;
	font-size: 11px; 
}
/* Sets how buttons look in your profile*/
.buttonstyle
{
	fillColors:#000000,#000000;
	color:#FF9933;
	backgroundColor:#000000;
	background-color:#000000;
	themeColor:#000000,#000000;
	textRollOverColor:#FF9933;
	font-size: 11px;
}













































