html{
margin:0;
overflow: -moz-scrollbars-vertical;
}
body{
margin:0;
background-color:#343434;
background-image:url(images/background-gradient.png);
background-repeat:repeat-x;
background-position:bottom;
background-attachment:fixed;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}
a,a:active,a:visited{
text-decoration:none;
color:#CCCCCC;
}
table.menu a,table.menu a:active,table.menu a:visited{
text-decoration:none;
color:#FFFFFF;
}
#main{
margin:0 auto;
width:700px;
height:100%;
background-color:#C5C5C5;
border:1px solid #2A2A2A;
padding:10px;
}
#header{
width:100%;
height:197px; /* SHOULD BE 200px */
/*margin-bottom:5px;*/
}
table.menu{
width:100%;
height:35px;
background-color:#373737;
margin-bottom:5px;
border-collapse:collapse;
border:0;
}
table.menu td.menu-left{
width:4px;
height:35px;
background-image:url(images/menu-background-left.png);
background-repeat:no-repeat;
background-position:left;
}
table.menu td.menu-right{
width:4px;
height:35px;
background-image:url(images/menu-background-right.png);
background-repeat:no-repeat;
background-position:right;
}
table.menu td.menu-middle{
height:35px;
background-image:url(images/menu-background.png);
background-repeat:repeat-x;
}
/*table.menu td.menu-middle td.menu-link:first-letter{
font-weight:bold;
}*/
table.menu td.menu-middle td.menu-link{
font-size:16px;
padding-right:20px;
}
table.content{
width:100%;
border-collapse:collapse;
border:0;
margin-bottom:5px;
}
table.content td{

}
table.content td.top-left{
width:4px;
height:4px;
background-image:url(images/top-left-gradient.png);
background-repeat:no-repeat;
background-position:top left;
background-color:#3f3f3f;
}
table.content td.top-center{
background-color:#3f3f3f;
}
table.content td.top-right{
width:4px;
height:4px;
background-image:url(images/top-right-gradient.png);
background-repeat:no-repeat;
background-position:top right;
background-color:#3f3f3f;
}
table.content td.bottom-left{
width:4px;
height:4px;
background-image:url(images/bottom-left.png);
background-repeat:no-repeat;
background-position:bottom left;
background-color:#262626;
}
table.content td.bottom-center{
background-color:#262626;
}
table.content td.bottom-right{
width:4px;
height:4px;
background-image:url(images/bottom-right.png);
background-repeat:no-repeat;
background-position:bottom right;
background-color:#262626;
}
table.content td.middle{
padding-left:10px;
padding-right:10px;
padding-top:6px;
padding-bottom:6px;
background-image:url(images/content-gradient-dark.png);
background-repeat:repeat-x;
background-color:#262626;
}
table.content td.middle p{
margin-left:20px;
}
#footer{
color:#333333;
text-align:center;
font-size:12px;
}
img{
border:0;
}
img.border{
border:1px solid black;
}
table.content td.middle table.two-column{
width:100%;
}
table.content td.middle table.two-column td{
width:50%;
}
ul{
list-style:none;
}
h2,h3,h4{
padding-left:10px;
}