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

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

#maindiv{
width:50%;
}

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 20px;	
	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-image: url(/ffffuuuu/optionbackground.png);
    background-repeat: repeat;
    background-position: center center;
	color:#000;	
	cursor:default;
}

	
/* tab pane had this line in it but i took it out b/c of the close icon 	display:none;*/
#displayblock {
   /* background-image: url(/ffffuuuu/optionbackground.png);
    background-repeat: repeat;
    background-position: center center;
    filter:alpha(opacity=50);*/
		background-image: url(/images/graytrans.png);
    background-repeat: repeat;
    background-position: center center;
	
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding: 0px 10px 10px 10px ;
}

/* 
	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-image: url(/images/clear.png);
    background-repeat: repeat;
    background-position: center center;
	height:100%;
	border:1px;
	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 10px 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 10px 0px;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#accordion h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:350px;
	font-size:15px;	
}
	
#accordion_rss  {	
  filter:alpha(opacity=100);
  opacity:1;
	background-image: url(/images/clear.png);
    background-repeat: repeat;
    background-position: center center;
	/*position:float;*/
	display:none;		
	padding:0px;
	border-top-width: 1px;
	font-size:11px;
	width:350px;
		/*z-index:100;
		background-color:#F7F7F7;*/
			height:100%;
}
#rssOutput {
  filter:alpha(opacity=100);
  opacity:1;
	font-size:11px;
	/*display:inline;*/
	padding:0px;
	border:0px;
	width:350px;
		background-color:#F7F7F7;
		z-index:200;
	height:100%;
}

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

