/* --------- Luke's Lair stylesheet -------- */

body {  
       /* IE centering bug hack */
        text-align: center;
       /* --------------------- */
       margin-top: 0px; 
       margin-right: 0px; 
       margin-bottom: 0px; 
       margin-left: 0px; 
       padding-top: 0px; 
       padding-right: 0px; 
       padding-bottom: 0px; 
       padding-left: 0px; 
       background-image: url(../images/bgrnd.jpg);
       background-color: #000000; 
}

.pagewidth {  width: 760px}


/* --------- text styles -------- */

td {  
      font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
      line-height: normal; 
      color: #cccccc;
}

.title {  
        font-size: 15px; 
        line-height: normal; 
        font-weight: bold
}

.subtitle {  
        font-size: 12px; 
        line-height: normal; 
        font-weight: bold;
        color: #cccccc;
}

h1 {  
        font-size: 15px; 
        font-weight: bold; 
        line-height: normal; 
        margin-bottom: 0.25em;
				color: #AB9CE2;
        /* color: #5807bc; */
}

.textwhite {
       color: #FFFFFF;
}


/* --------- form styles -------- */


form {
       display: inline;
}

input {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        line-height: normal; 
        border: 1px #CCCCCC solid;
}

.submit {  
        font-size: 11px; 
        color: #FFFFFF; 
        background-color: #666666; 
        cursor: pointer;
         /* IE 5 & 5.5 don't recognise cursor: pointer */	
        cursor: hand;
}



/* --------- section styles -------- */

.headerbackground {  
       background-color: #000000;
       border-color: black #333333 #333333; 
       border: #333333; 
       border-style: solid; 
       border-top-width: 1px; 
       border-right-width: 1px; 
       border-bottom-width: 1px; 
       border-left-width: 1px;
}

.navcolumn {
       background-color: #000000; 
}   

.pagebackground { 
       background-color: #000000 ; 
       border-color: black #333333 #333333; 
       border: #333333; 
       border-style: solid; 
       border-top-width: 0px; 
       border-right-width: 1px; 
       border-bottom-width: 0px; 
       border-left-width: 1px;
}

.pagecontent {
       background-color: #FFFFFF ; 
}


.compliancebox {  
        width:605px;
        height: 50px; 
        background-color: #000000; 
        border: #666666; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px;         
        border-left-width: 1px;

         /* IE size bug hack - this is the size in correct CSS */
       html>body #compliancebox {width: 603px;} 
}


.compliancetext {
       color: #CCCCCC;
       overflow:auto; 
       height: 40px; 
       border-color: #CCCCCC;
       text-align: center; 
       scrollbar-face-color: #666666;
       scrollbar-track-color: #666666;
       scrollbar-arrow-color: #CCCCCC;
       scrollbar-base-color: #666666;
       scrollbar-highlight-color: #CCCCCC;
       scrollbar-shadow-color: #CCCCCC;
       scrollbar-3dlight-color: #666666;
       scrollbar-darkshadow-color: #666666;
}



.loginbox {  
        width:605px; 
        background-color: #CCCCCC; 
        background-image: url(../images/pale_stainless_bgrnd.jpg); 
        background-repeat: repeat_x;
}

.loginbox td { 
        color: #000000;
}

.loginbox input { 
        color: #000000;
        background-color: #FFFFFF;
}

.loginbox input.submit {  
        font-size: 11px; 
        color: #FFFFFF; 
        background-color: #666666; 
        cursor: pointer;
         /* IE 5 & 5.5 don't recognise cursor: pointer */	
        cursor: hand;
}

.dividerleft {  
        background-image: url(../images/dividerleft.gif); 
        background-repeat: repeat-y;
}

.joinbackground {  
        width:605px;
        height: 100px; 
        background-color: #000000; 
        border: #666666; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px;         
        border-left-width: 1px;

         /* IE size bug hack - this is the size in correct CSS */
       html>body #joinbackground {width: 603px;} 
}


.footerbackground { 
         background-color: #000000 ; 
         border-color: #333333  #333333  #333333; 
         border: #333333; 
         border-style: solid; 
         border-top-width: 0px; 
         border-right-width: 1px; 
         border-bottom-width: 1px; 
         border-left-width: 1px;
}

.footerbackground td { 
        color: #cccccc;
}

.footerline {  
        background-color: #333333;
}


.seobackground { 
        background-color: #000000 ; 
        border: 1px #333333 solid;  
}

.seobackground td { 
        color: #999999;
}


/* --------- link styles -------- */

/*
a:visited {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
*/

a:visited {
	color: #cccccc;
	text-decoration: none;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}

a:active {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #AB9CE2;
	text-decoration: none;
}

a.footerlink:visited {
	color: #cccccc;
	text-decoration: none;
}

a.footerlink:link {
	color: #cccccc;
	text-decoration: none;
}

a.footerlink:active {
	color: #cccccc;
	text-decoration: none;
}

a.footerlink:hover {
	color: #AB9CE2;
	text-decoration: none;
}


/* --------- navigation top -------- */

.navtop {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: normal;
        border: none;
}

a.navtop:visited {
        color: #000000;
        text-decoration: none;
        background-color: #cccccc;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/pale_stainless_bgrnd.jpg); 
        background-repeat: repeat-x; 
}

a.navtop:link {
        color: #000000;
        text-decoration: none;
        background-color: #cccccc;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/pale_stainless_bgrnd.jpg); 
        background-repeat: repeat-x; 
}

a.navtop:active {
        color: #000000;
        text-decoration: none;
        background-color: #cccccc;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/pale_stainless_bgrnd.jpg); 
        background-repeat: repeat-x; 
}

a.navtop:hover {
        color: #000000;
        text-decoration: none;
        background-color: #cccccc;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/pale_stainless_bgrnd.jpg); 
        background-repeat: repeat-x; 
}



/* --------- navigation left -------- */

.navleft {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: normal;
        border: none;
}

a.navleft:visited {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/dark_stainless_bgrnd.jpg); 
        background-repeat: repeat-x;
}

a.navleft:link {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/dark_stainless_bgrnd.jpg);
        background-repeat: repeat-x; 
}

a.navleft:active {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/dark_stainless_bgrnd.jpg);
        background-repeat: repeat-x; 
}

a.navleft:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 25px;
        font-weight: bold;
        background-image: url(../images/dark_stainless_bgrnd.jpg);
        background-repeat: repeat-x; 
}


/* --------- box styles -------- */

.padding10 {  
       padding-top: 10px; 
       padding-right: 10px; 
       padding-bottom: 10px; 
       padding-left: 10px;
}

.padding5 {  
       padding-top: 5px; 
       padding-right: 5px; 
       padding-bottom: 5px; 
       padding-left: 5px;
}

/* Blog Titles */

h2 a:visited {
	color: #AB9CE2;
	text-decoration: none;
}

h2 a:link {
	color: #AB9CE2;
	text-decoration: none;
}

h2 a:active {
	color: #AB9CE2;
	text-decoration: none;
}

h2 a:hover {
	color: #AB9CE2;
	text-decoration: none;
}
        
/* Free Text Box */

#freetext {
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#freetext td {
	font-size: 12px;
}

/* SD Tables */

#sdtable table {
	border-collapse: separate;
	border-spacing: expression(cellSpacing=5); /* for IE */
	border-spacing: 5px 5px;
	width: 95%;
}

#sdtable td {
	width: 25%;
	font-size: 12px;
	text-align: center;
  border-color: #333333;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
	padding: 10px;
}

#sdtable2 table {
	width: 100%;
}

/* Image Links */

a:visited img {
	border-color: #AB9CE2;
}

a:link img {
	border-color: #CCCCCC;
}

a:active img {
	border-color: #AB9CE2;
}

a:hover img {
	border-color: #AB9CE2;
}

h2 {
  color: #AB9CE2;
}