* 
{
 margin: 0;
 padding: 0;
}

body 
{
 text-align: center;/* horizontal centering for IE Win quirks */

 background-color: #ffffff;
 color: #666666;
 font-family: "Times New Roman", Times, serif;
 font-size: 12px;
 margin: 0px;
}

a 
{
 color: #999999;
 text-decoration: none;
}

a:visited 
{
 color: #999999;
 text-decoration: none;
}

a:hover 
{
 text-decoration: none;
 color: #ff6600;
}

a:active 
{
 color: #999999;
 text-decoration: none;
}

a 
{
 color: #999999;
 text-decoration: none;
}

h1 
{
 color: #666666;
 font-size: 20px;
}

#header 
{
 text-align: center;
 margin-top: 10px;
}

/* BEGIN style8 */
#navlist 
{
 margin: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 5px;
}

#navlist a 
{
 font-size: 12px;
 color: #999999;
}

#navlist ul, #navlist li 
{
 margin: 0;
 padding: 0;
 display: inline;
 list-style-type: none;
}

#navlist a:link, #navlist a:visited 
{
 line-height: 12px;
 font-weight: normal;
 margin-top: 0;
 margin-right: 10px;
 margin-bottom: 4px;
 margin-left: 10px;
 text-decoration: none;
 color: #999999;
 font-size: 12px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover 
{
 padding-bottom: 2px;
 background-color: transparent;
 color: #ff6600;
}

#navlist a:hover 
{
 color: #ff6600;
}

/* END style8 */
th, td 
{
 margin: 3px;
 padding: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

/* toggle */
.hidden 
{
 display: none;
}

.show 
{
 display: block;
}

.selected 
{
 font-weight: bold;
}

#info 
{
 margin-left: auto;
 width: 400px;
 margin-right: auto;
 clear: both;
}

#info a 
{
 color: Blue;
 text-decoration: underline;
}

#info a:visited 
{
 color: Gray;
 text-decoration: none;
}

#home 
{
 float: left;
 height: 24px;
 width: 24px;
 margin-left: 300px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

#home a, a:visited 
{
 color: transparent;
 text-decoration: none;
}

.topnav 
{
 font-size: 0.9em;
 color: #666;
 background-color: transparent;
 padding: 0.3em;
}

.topnav a 
{
 font-size: 0.85em;
 color: #000;
 padding: 0.3em;
}

.topnav a:hover 
{
 font-size: 0.85em;
 color: #F60;
 padding: 0.3em;
}

#maincontent 
{
 min-width: 460px;
 background-color: transparent;
 margin-top: 20px;
 margin-right: auto;
 margin-left: auto;
}

.container 
{
 width: 425px;
 margin-top: 15px;
 margin-right: auto;
 margin-bottom: 15px;
 margin-left: auto;
 position: relative;
}

.item 
{
 color: #666666;
 width: 87px;
 height: 110px;
 padding: 5px;
 display: inline;
 float: left;
}

.item img 
{
 padding: 3px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
}

.paginator-controls 
{
 min-width: 250px;
 margin-top: 20px;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
 text-align: center;
}

.paginator-controls .previous, .paginator-controls .next, .paginator-controls .pages 
{
 display: inline;
}

.paginator-controls .previous, .paginator-controls .next, .paginator-controls .pages span 
{
 border-color: #ccc;
 border-width: 1px;
 border-style: solid;
 cursor: pointer;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, sans-serif;
 margin-top: 0;
 margin-right: 4px;
 margin-bottom: 0;
 margin-left: 4px;
 padding-top: 2px;
 padding-right: 4px;
 padding-bottom: 2px;
 padding-left: 4px;
 background-image: url(res/icons/sprite.png);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 color: #666666;
}

.paginator-controls .disabled 
{
 color: #ccc;
 cursor: default;
}

.paginator-controls .hovered 
{
 background-image: url(icons/sprite.png);
 background-position: 0px -1300px;
}

.paginator-controls .pages .selected 
{
 background-image: url(icons/sprite.png);
 background-repeat: repeat-x;
 background-position: 0px -1400px;
 border-color: #000;
 color: #ffffff;
}

.slider 
{
 position: absolute;
 right: -30px;
 top: 25px;
 background-image: url(slider-bg.gif);
 background-position: 0 9px;
 background-repeat: no-repeat;
 width: 30px;
 height: 240px;
}

.slider div 
{
 width: 29px;
 height: 28px;/* Fix slider image in IE6 */

 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
                        src='slider-thumb.png', sizingMethod='image');
}

/* IE6 only */
.slider img 
{
 _display: none;
}

.item a img 
{
 padding: 3px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 filter: alpha(opacity=80);
 -moz-opacity: 0.80;
 -khtml-opacity: 0.80;
 opacity: 0.80;
}

.item a:hover img, .item a:active img 
{
 padding: 3px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 filter: alpha(opacity=99);
 -moz-opacity: 0.99;
 -khtml-opacity: 0.99;
 opacity: 0.99;
}

.item img 
{
 padding: 5px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
 border-radius: 3px;
 -moz-box-shadow: rgb(0,0,0) 0px 0px 3px;
 -webkit-box-shadow: rgb(0,0,0) 0px 0px 3px;
 box-shadow: rgb(0,0,0) 0px 0px 3px;
}

a img 
{
 border-style: none;
}