/****************************************************************************************************
- Styles in this sheet allow browsers (IE 6, IE 7, Firefox, Safari) to be cross browser compliant.
  Styles are standard. No customisation should be done here.
****************************************************************************************************/

body {
	text-align: center;
	background-color: #e0e0e0;
}

html, body {
	margin: 0;
	padding: 0;
}

.clear_both {
	clear: both;
}

hr {
	margin: 25px 0px 25px 0px;
	border: 1px solid #ebebeb;
}

.hidden {
	display: none;
}

.pagination {
	float: right;
	margin: 10px 0px 45px 0px;
}

/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
.jsclass body .randomcontent{ 
display: none;
}


/********** lists **********/
ul.listing {
	margin: 10px 0px 0px 15px;
}

ul.listing li {
	list-style-type: disc;
}

ul.listing li li {
	list-style-type: none;
}

ul.numbered_listing {
	margin: 0px 0px 0px 22px;
	_margin: 0px 0px 0px 30px;
}

ul.numbered_listing li {
	list-style-type: decimal;
	padding-top: 5px;
}


/********** tables ***********/
table tr td {
	padding: 5px 5px 5px 0px;
}



/********** scrollers **********/
.root {
    position: relative;
    height: 180px;
	margin-top: 15px;
   	/*
	width: 489px;
    margin: 0px 0px 8px 7px;    
	*/
}

.thumb {
    position: absolute;
    height: 9px;
    width: 15px;
    left: 10px;
}

.up, .dn {
    position: absolute;
    left: 10px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border: 0;
}
	
.scrollContainer { 
    position: absolute; 
    /*
	width: 350px; 
	*/
    height: 200px; 
    clip: rect(0 467 200 0); 
    overflow: auto; 
    /*
    left: 2px; 
    top: 19px; 
	border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #686262;
    border-bottom: 2px solid #686262;
    background: #d9d9b0;
	*/
}
	
.scrollContent { 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100px; 
}