@charset "utf-8";

#wrapper {width:239px; margin:0 auto; background-color:#424242;}
h2 {font-size:14px; margin:15px 0}
.link {cursor:pointer; color: #999999}
.link:hover {color:#000}
.slider {width:220px;position:relative; background-color:#424242; color:#FFFFFF; padding:1px; overflow: hidden; border:1px solid #666666; height:400px; /*background:#eef5f6;*/ margin-bottom:2px;}
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #333333}
.section {padding:5px}


.tabcontent {width:190px;font-size:10px; background-color:#424242; color:#FFFFFF; padding:2px; margin-bottom:5px; /*border-bottom:1px solid #fff;*/ text-align:left;
}
.tabcontent a:link {font-size:10px; color: #FF9900; text-transform:capitalize; font-weight:bold; text-decoration:none;}



h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.mycustomscroll {
/* Typical fixed height and fixed width example */
width: 218px;
height: 400px;
overflow: scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 231px;
height: 250px;
overflow: scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 220px;
height: 400px;
position: relative;
}

/* 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: 10px;
background-color: #999999;
}
.vscrollerbar {
width: 10px;
background-color: #333333;
}
.hscrollerbase {
height: 0px;
background-color: white;
}
.hscrollerbar {
height: 0px;
background-color: black;
}

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