/* CSS Document */

body{background:url(images/body_bg.gif) repeat-x #fff; color:#0F0F0F; font:15px/20px Helvetica, sans-serif; margin:8px 0 0 0; padding:0;}
div, ul, h1, h2, h3, h4, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
ol li {padding:2px 0;}
.right{float:right}
.left{float:left}
.clear{clear:both}
img {border:0px;}
hr {padding:0;height:1px;background:#999;border-top:1px solid #eee;border-bottom:1px solid #eee}
a{
	outline:none;
    color:#333;
}
a:hover{
    color:#f33;
}

.textright { text-align:right }
.textleft { text-align:left }
.textcenter { text-align:center }

.gray { color: #555}

.hide {
    display:none;
}

small {
    color:#555;
}
label {
    cursor:pointer;
}
/* Body */
#body{
    width:100%;
    text-align: left;    
    min-width:820px;
}
/* Structure Section */
#header {
    width:550px;
    margin:0 auto;
	position:relative;
}
#content {
    width: 800px;   
    min-width:800px;
    margin:0 auto;
}
#ads {
    width: 800px;
    margin:4px auto;
    text-align:center;
    background:url(images/ads_bg.gif) no-repeat;
	padding-top:32px;
	padding-bottom:2px;
}
#footer {
    width: 820px;
    margin:0 auto;
    background:url(images/footer_bg.gif) no-repeat;
    padding:21px 0;
    font-size:.8em;
    text-align:right;
}

/* Header Section */
#logo {
    background:transparent url(images/graph.png) no-repeat scroll 0 0;
    height:65px;
    left:48px;
    padding:10px 0 0 96px;
    position:absolute;
    top:4px;
}
#logo h1 {
	font-size:1.8em;
}
#logo h2 {
	color:#777;
	font-size:1.0em;
	margin-top:6px;
}
#tabs {
    height: 32px;
	padding-top:75px
	/*position: relative;*/
}

#menu li,#menu li span{
    background-image:url(images/tabs_li_bg.gif);
    background-repeat:no-repeat;
}

#menu {
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
    float:left;
    height:32px;
    width:172px;
    margin-right:.33em;
    background-position:0 -96px;
    padding-left:5px;
    font-size:1.08em;
}
#menu li.on{
    background-position:0 -64px;
}
#menu li span{
    display:block;
    background-position:100% -32px;
    padding:0 18px 0 10px;
    line-height:2.5em;
    height:32px;
}
#menu li span img{
    float:left;
    margin:8px 6px 0 0;
}
#menu li.on span{
    background-position:100% 0;
}

#menu a {
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	height:32px;
}
#menu li em {
	font-weight: bold;	
	font-style: normal;
	font-size:0.8em;
	line-height:1.4em;
	width: 180px;
	height: 55px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 16px 12px 10px;
	z-index: 2;
	display: none;
	background: url(images/hover.png) no-repeat;
} 

/* Content section */
#content {
	
}

#content h2 {
	margin: 12px 0;
	color:#777;	
    clear:both;
    cursor:pointer;
	padding:10px;
	border-bottom:1px solid #ccc
}
    #content h2 a{        
	   color:#777;	
    }
    #content h2 a:hover{        
	   color:#D54E21;	
    }
    #content h2 em {
       color:#D54E21
    }
    
#content h3 {
	margin: 2px 0 6px 0;
	clear:both;
}
    #content h3 a{
    	color:#555;
    }

.post {
    background:url(images/post.png) 0 0 no-repeat;
	padding:20px;
	clear:both;
    overflow:hidden;
}

.post img {
	float:left;
	border: 1px solid #fff
}

/* Footer section */
#footer ul,#footer ul li{
    display:inline;
}
#footer .legal{
    float:left;
    width:54%;
    text-align:left;
}
#footer .separator{
    padding:0 6px 0 5px;
}

.behind-the-site{position:absolute;top:0;right:0;background:url(images/behind_the_site.gif) no-repeat;width:90px;height:114px;}
.behind-the-site a{display:block;width:88px;height:112px;}
.behind-the-site a span{display:none;}

/*Box*/
.box{
    border:1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 3px  #aaa;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa
}
/*/Box*/
/*Tooltip*/
.tooltip {
    position:relative;
    display:inline-block;
    zoom:1;
    *display:inline;
    background:url(images/help.png) no-repeat;
    width:32px;
    height:24px;
    cursor:help;
}
.tooltip div {
    color:#333;
    background:#fff;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size:12px !important;
	line-height:1.4em;
	width: 240px;
	position: absolute;
	top: -24px;
	left: 40px;
	padding: 16px 12px 10px;
	z-index: 2;
	display: none;
	text-align:justify;
}
/*/Tooltip*/
/*Charts*/
/*Preview*/
#preview {
    cursor:pointer;
    position:fixed;
    top:120px;
    right:4px;
    padding:6px;
}
#fullview {
    padding:10px;

}
/* default close button positioned on upper right corner */ 
#fullview div.close { 
    background-image:url(overlay/close.png); 
    position:absolute; 
    right:12px; 
    top:12px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 
} 

#fullview input {
    width:480px;
    margin:2px 0;
}
#fullview img {
    margin:10px auto;
}
/*/Preview*/
/*Stuff*/
.ads {
    text-align:center;
}
.bookmarks {
    text-align:center;
}

.bookmarks ul li {
    display:inline;
}

.bookmarks ul li img{
    width:48px;
    height:48px;
    border:1px solid #ddd;
    padding:1px;

}

.button {
    cursor:pointer;
}
.indent {
    margin: 2px 2px 2px 24px;
}
.inline {    
    clear:both;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.inline li {
    float:left;
    margin:2px;
    height:32px;
    line-height:32px;
}
/*/Stuff*/
/*Forms*/
input, select, textarea {
    font-size:1.2em;
    
    background:#fff;
    padding:2px;
    border:1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}
textarea {
    width:340px;
}
input:focus, select:focus, textarea:focus {
    border:1px solid #D54E21;
    background:#fff5c5;
}
input.default {
    color:#999;
    font-style:italic;
}
input.colori {
    text-align:center;
    width:72px;
}
input.colorv {
    width:24px;
}
input.small {
    width:40px;
}
input.smallest {
    width:32px;
}
input.tiny {
    width:100px;
}
input.text {
    border:0;
    color:#D54E21;
    text-align:right;
}
.error {
    border:1px solid #D59999;
    background:#ffcccc;
}
/*/Forms*/
/*Select*/
.select a {
    width:200px;
    height:125px;
    line-height:125px;
    float:left;
    display:block;
    margin:0 8px 8px 0;
    padding:6px;
    border:2px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 3px  #aaa;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa

}
.select a.square {
    width:200px;
    height:200px;
}
.select a.selected {
    border:2px solid #21759B
}
.select a:hover {
    border:2px solid #D54E21
}
.small a {
    width:160px;
    
    height:40px;
    line-height:40px;
    text-align:center;
}
/*/Select*/
/*Sliders*/
.angle, .offset, .width {
    display:inline-block;
    zoom:1;
    *display:inline;
}
.angle {
    width:400px;
}
.offset, .width {
    width:180px;
}
/*/Sliders*/
/*Container*/
.container li ul {
    padding-left:38px;
    background:url(images/arrow.png) 0 0 no-repeat;
}
.container li.edit a, .container li.del a{
    display:inline-block;
    zoom:1;
    *display:inline;
    width:24px;
    height:24px;
}
.container li.edit a{
    background:url(images/edit.gif) 0 0 no-repeat;
}
.container li.del a{
    background:url(images/del.gif) 0 0 no-repeat;
}
.manager {
    padding:10px 40px;
    clear:both;
}
.manager div {
    
}
/*/Container*/
/*Grid*/
#grid ul {
    float:left;
    width:280px
}

#grid ul li{
    margin:2px 0;
}
/*/Grid*/
/*/Charts*/
