/* defuault config for all my styles - sawyerrken */


/* RESET */
* {
 margin: 0;
 padding: 0;

 } 

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

.clear{
	clear:both;
	height:0;
	line-height:0;
}
.title{background:url(../images/title.png) no-repeat; width:auto; height:auto; padding-left:20px;}
.textfield {
 font-size: 13px;
 background-color: #fff;
 border: 1px solid #002;
 color:#000;
}
.button{ background-color: #333; font-size: 100%; padding-bottom: 2px; font-weight: bold; color:#fff; margin-top:3px; border:1px solid; }
.center
{
margin-left:auto;
margin-right:auto;
}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }


p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right;}

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
/* end of reset*/

/*forms and tables*/
.table
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	width: auto;
	text-align: left;
	border-collapse: collapse;

}
.table th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
.table td
{
	padding: 4px 4px;
	color: #000;
	/*border-top: 1px solid #fff; --- this is for adding borders to each line */
}
.table tfoot td
{
	font-size: 11px;
}
.table tbody td
{
	background: url('../images/table_images/back.png');
}

.table tbody tr:hover td
{
	color: #339;
	background: none;
}

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #000; color: #333;
margin-left:auto;
margin-right:auto;
}

#container {
/*background:#010508;*/ background:#fff;
margin-left:auto;
margin-right:auto;
width:950px;
}
#header{
background:url(../images/header.jpg);
height:86px;
}

#content{
padding:20px;
text-align:center;
}
