HTML { padding: 0; border: 0px none; }

body
{
background-image:url('/images/background.png');
padding: 0; 
border: 0px none; 
}

ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
    z-index:500;
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	

	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane had this line in it but i took it out b/c of the close icon 	display:none;*/
div.css-panes div {

	border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding: 15px 20px ;
	background-color:#ddd;	
}

	
ul.css-tabsII {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabsII li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabsII a { 
    z-index:500;
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabsII a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	

	
/* selected tab */
ul.css-tabsII a.current {
	background-color:#fff;
	border-bottom:2px solid #fff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane had this line in it but i took it out b/c of the close icon 	display:none;*/
div.css-panesII div {

	border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding: 15px 20px ;
	background-color:#fff;	
}

/* 
	float: right;
    z-index:1000;
	right:10px;
	top:-49px;
*/

canvas {
	height:500px;
	width:600px;
}
	
/* removed these two lines: overflow:hidden; opacity:0.6;*/
.neillarion {
z-index:-1;
height:380px;
width:480px;
overflow:hidden;
position:fixed;
right:10px;
bottom:-50px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#FFFFFF url(/img/global/gradient/h150.png) repeat scroll 0;
	height:100%;
	width:900px;
	border:0px;
	padding:0px;
}

/* accordion header */
#accordion h2 {
	text-align:left;
	vertical-align:bottom;
	float:left;
	-moz-column-width: 20px;
	-webkit-column-width: 20px;
	font-size:14px;
	cursor:pointer;
	padding:0px 0px 0px 0px;
	opacity:0.5;
	filter: alpha(opacity=50);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	padding:0px 0px 0px 0px;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	float:left;
	display:none;		
	padding:0px;
	border:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:350px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:350px;
}
#rssOutput div {
	float:left;
	display:inline;		
	padding:0px;
	border:0px;
}

#rssOutput div p {	
	font-size:11px;
	width:350px;
}

#rOutput div {
	float:left;
	display:inline;		
	padding:0px;
	border:0px;
}

#rOutput div p {	
	font-size:11px;
	width:350px;
}