
/* 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;
}

.vscrollerbar {
	width: 10px;
	background-color: transparent;
	border:none;
	background-image:url(/images/scrollbar/slider.png);
	height: 73px !important;
}


.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
	background-image: none;
}


#content {
	background-color: transparent;
}



#mycustomscroll1 {
/*percantage width: make it 100% to match container*/
	width: 385px;
	height: 390px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left: 0;
	top: 5px;
	background-color: transparent;
	margin: 0;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
}


#mycustomscroll1 a:link, #mycustomscroll1 a:hover {color: #333;
}
#mycustomscroll1 .vscrollerbase {
	width: 10px;
	background-color: transparent;
/*	background-image:url(/images/line.png); */
	background-image:url(/images/scrollbar/stoneinthenews/news_scrollbar10x410.png);
	height: 390px !important;
}




#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
	width: 485px;
	height: 390px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left: 0;
	top: 0;
	background-color: transparent;
	margin: 0;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
}


#mycustomscroll2 a:link, #mycustomscroll2 a:hover {color: #333;
}
#mycustomscroll2 .vscrollerbase {
	width: 10px;
	background-color: transparent;
/*	background-image:url(/images/line.png); */
	background-image:url(/images/scrollbar/stoneinthenews/news_scrollbar10x410.png);
	height: 390px !important;
}






#mycustomscroll {
/*percantage width: make it 100% to match container*/
	width: 385px;
	height: 390px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left: 0;
	top: 5px;
	background-color: transparent;
	margin: 0;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
}


#mycustomscroll a:link, #mycustomscroll a:hover {color: #333;
}
#mycustomscroll .vscrollerbase {
	width: 10px;
	background-color: transparent;
/*	background-image:url(/images/line.png); */
	background-image:url(/images/scrollbar/stoneinthenews/news_scrollbar10x410.png);
	height: 400px !important;
}


/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	height: auto;			/*25000px  was auto but we need to define height for the scrollbar to work with the tabs script. Else articles get truncated*/
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: auto;
	height: auto;			/*25000px  was auto but we need to define height for the scrollbar to work with the tabs script. Else articles get truncated*/
	position: relative;
	color: transparent;
	padding: 1px;
}

html, body {
    background-color: #131110;
	background-image: url(/images/bkgrnds/bigrock.jpg);
    background-position: center top;
    background-repeat: repeat;
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}

a:link, a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
}

a:hover {
	color:#999;
}


p {
	margin:0;
	padding:0;
}



#bd {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.yui-g {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:974px;
}
.ui-tabs-td {	background-color:transparent;
	padding: 5px 0 0px 20px;
	border:none;
	text-align:left;
	font-size:11px;
	color:#330000;
	line-height:14px;
}

.ui-tabs-td a:link, .ui-tabs-td a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
.ui-tabs-td a:hover {
	color:#999;
}


.ui-tabs-td-l {
	padding-top: 5px;
	vertical-align:top;
}

.datetxt {	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	color:#330000;
	white-space:nowrap;
	line-height:12px;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
}
.newstxt {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#330000;
	font-style:normal;
	font-weight:normal;
	line-height:12px;
	margin-top:0;
	padding-top:0;
}

.indenttxt {
	padding-left:10px;
	text-align:left;
}

.blogtext {
	font-size:11px;
	color:#330000;
	font-style:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	white-space:nowrap;
	line-height:15px;
}

.blogtext a:link, .blogtext a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
}

.blogtext a:hover {
	font-size:11px;
	color:#999;
	font-style:normal;
	text-decoration:none;
}


.tagline a:link, .tagline a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
}

.tagline a:hover {
	color:#999;
}

.resourceLinks {
	line-height:20px;
}




.main {
	width: 974px;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}

.main a:link {
	color:#333;
}

.main a:hover {
	color:#333;
}

.maincontainer {
	height:auto;
}



.maincontainer a:link {
	color:#333;
}

.maincontainer a:hover {
	color:#333;
}

a:link, a:visited {
	color:#333;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}
.title {	
	font-family:Cochin, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 20px;
	font-weight: bold;
	color: #330000;
}
#search {
	width: 80px;
	border:1px solid #998080;
	background-image: url(/images/icons/search.png);
	padding-right: 0px;
}
.boxheaders {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #330000;
	vertical-align: top;
	position: relative;
	left: 10px;
	top: -5px !Important;
	white-space: nowrap;
	text-align:left;
	font-size: 11px !Important;
}

.footlink, .footlink a:link, .footlink a:hover {
	text-decoration: none; color: #300 !Important;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	ont-family: Tahoma, Geneva, sans-serif;
	}

.boxheadersRight {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #330000;
	vertical-align: top;
	position: relative;
	left: 10px;
	top: -4px !Important;
	white-space: nowrap;
	text-align:left;
	font-size: 11px !Important;
}

.ui-tabs-nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 0 !Important;
padding: 0 0 0 3px;
}


