body{background-image:url("../img/bg.png"); background-repeat: repeat; background-color:#e7e7e8; color:#3f4044; font-family:trebuchet, arial,helvetica, sans-serif; font-size:10px; line-height:15px;}

div { margin: 0; padding: 0; }
table { margin: 10px 0; padding: 0; border-width: 0; }
td {font-size:11px;}
tr { margin: 0; padding: 0; }
td { margin: 0; padding: 0; }
img { border: none; }
form { margin: 0; padding: 0; }
p { margin: 8px 0; padding: 0; }

a{color:#25aae1; text-decoration:none;}

div.spacer{float:left; width:100%; }

div.container{position:absolute; top:80px; background-image:url("../img/wrapBg.png"); width:768px; height:758px; left:50%; margin-left:-384px;}

div.header{float:left; width:768px;}

div.columns{float:left; width:774px;}

div.col1{float:left; width:157px; padding-right:10px;}
div.col1 img{padding-bottom:10px;}

div.col2{float:left; width:310px; padding:10px; margin-right:10px; background-color:#fff;}

table.browse{width:100%; padding:0; margin:0; border:0;}
table.browse td{padding-left:10px;color:#3f4044; font-family:trebuchet, arial,helvetica, sans-serif; font-size:10px; line-height:15px;}
table.browse td.side{width:20%;}
table.browse td.center{width:60%; text-align:center;}

div.col3{float:left; width:261px; padding-bottom:10px; padding-top:0px; padding-left:0; padding-right:0; background-color:#fff;}


table.thumbs{border:0; margin:0; padding:0;}
table.thumbs td.thumb{width:49px; padding-top:3px;}
table.thumbs td.text{padding-left:10px;color:#3f4044; font-family:trebuchet, arial,helvetica, sans-serif; font-size:10px; line-height:15px;}

img.rubrik{padding:10px;}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 231px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
padding: 10px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
height:6px;
background-color: white;
background-image:url("../img/scrollbase.png");
}
.vscrollerbar {
width: 6px;
max-height:6px;
background-color: black;
}
.hscrollerbase {
height: 6px;
background-color: white;
}
.hscrollerbar {
height: 6px;
background-color: black;
width:60px;
}

.scrollerjogbox {
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
