body {
background-color:#c6c6c6;
background-image:url(images/fadebg.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
margin:0px;
}
/* PADDING */
.right5 {
padding-right:5px;
}
/* SHADOWS */
.topshad {
background-image:url(images/c3t.gif);
background-position:top;
background-repeat:repeat-x;
}
.baseshad {
background-image:url(images/c3b.gif);
background-position:bottom;
background-repeat:repeat-x;
}
.leftshad {
background-image:url(images/c3l.gif);
background-position:left;
background-repeat:repeat-y;
}
.rightshad {
background-image:url(images/c3r.gif);
background-position:right;
background-repeat:repeat-y;
}
.gtopshad {
background-image:url(images/gt.gif);
background-position:top;
background-repeat:repeat-x;
}
.gbaseshad {
background-image:url(images/gb.gif);
background-position:bottom;
background-repeat:repeat-x;
}
.gleftshad {
background-image:url(images/gl.gif);
background-position:left;
background-repeat:repeat-y;
}
.grightshad {
background-image:url(images/gr.gif);
background-position:right;
background-repeat:repeat-y;
}
/* BGs */
.fadebg {
background-image:url(images/fadebg.jpg);
background-position:top;
background-repeat:repeat-x;
}
.renderbg {
background-image:url(images/bg3.gif);
background-position:right bottom;
background-repeat:no-repeat;
}
/* TEXT FORMATTING */
p {
color:#444444;
font-size:10pt;
padding:0px;
text-align:left;
text-decoration:none;
margin-bottom:0px;
}
ol {
color:#444444;
font-size:10pt;
padding:0px;
text-align:left;
text-decoration:none;
margin-bottom:0px;
margin-left:20px;
}
H3 {
color:#444444;
font-size:11pt;
padding:0px;
text-align:left;
text-decoration:none;
margin-bottom:0px;
margin-top:0px;
}
H2, H1 {
color:#666666;
padding:-10px 0px -10px 0px;
text-align:left;
text-decoration:none;
height:100%;
margin-bottom:-3px;
margin-top:0px;
font-size:14pt;
}
#menu p a:link, #menu p a {
display:block;
padding:6px;
color:#666666;
text-align:left;
text-decoration:none;
}
#menu p a:hover {
color:#000000;
background-color:#8A8A8A;
background-image:url(images/menubg.png);
background-position:right;
background-repeat:no-repeat;
text-align:left;
text-decoration:none;
}
a, a:link {
color:#666666;
text-align:left;
text-decoration:none;
}
a:hover {
color:#000000;
text-align:left;
text-decoration:none;
}
.download {
padding:5px;
display:block;
border:1px solid #CCCCCC;
background-color:#EEEEEE;
}
/*cat display */
table .shaderlist {
float:left;
display:block;
margin:10px 2px 10px 2px;
height:250px;
}

.shaderlist th {
text-align:left;
font-weight:bold;
padding:5px;
/*height:45px;*/
vertical-align:top;
border-top:1px solid #AAAAAA;
border-left:1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
}
.shaderlist td {
font-size:9pt;
text-align:left;
padding:0px;
border-bottom:1px solid #AAAAAA;
border-left:1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
}
.shaderlist p {
margin:5px;
}
.shaderlist img {
border:0px solid #AAAAAA;
text-align:right;
float:right;
}
/* pagination */
.pagination {
font-size:10pt;
padding:5px 5px 15px 5px;
}
/* Feature */
.feature {
border:1px solid #AAAAAA;
}
.featuretable {
margin-bottom:0px;
}
.featuretext {
padding:3px;
font-size:9pt;
}
/* Borders */
.allround {
padding:5px;
border:1px solid #AAAAAA;
}
.allroundred {
padding:5px;
border:1px solid #FF0000;
}