/* original width: 675px */
#l-wrap{
width: 960px;
margin: 0 auto;
text-align: left;
}

#edit-main {
background: url("images/backgroundBotTile2.jpg");
background-repeat: repeat;
font: 11px Verdana,Arial;
}

#l-content,#edit-main {
background-image: url("images/backgroundContentFade.png");
background-attachment: scroll;
background-repeat: no-repeat;
min-height: 400px;
margin: 0px; 
font-size: 13.2px;
width: 796px;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 7px;
float: left;
clear: none;
display: inline;
color: #ccc;
}

h1 {
text-align: center; color: #b50000; font-size: 2em; margin-top: 10px; padding-top: 0;
text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
 }
h2 { color: #CCCCCC; font-size: 1.5em }
h3 { color: #CCCCCC; font-size: 1em }
h4 { color: #b50000; font-size: 1.5em;

text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

 }
h5 { color: #b50000; font-size: 1em; 

text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

}
:link {
color: #39f;
}
:visited {
color: #39f;
}
:link, :visited {
text-decoration: underline;
}
:link:hover, :visited:hover {
text-decoration: none;
}
:link img, :visited img {
border: 0;
}
.b { font-weight: bold }
.i { font-style: italic }
.u { text-decoration: underline }

.text-yellow-bold { color:#f6e236; font-weight:bold; }

table.achView td {
padding: 4px;
}
table.achView tr:nth-child(odd) td{
background-color: #333333;
}
table.achView tr:nth-child(even) td{
background-color: #2A2A2A;
}
table.achView {
border-spacing: 0px;
}
table.achView tr.pad td {
background-color: #000000;
height: 0px;
padding: 1px;
}
