@charset "UTF-8";

                                                        /*  COMMON FEATURES */
													 
body {
    margin-top:45px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
}   
body img{
    border: none;
} 
.rounded {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}
.rounded_top {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.rounded_bottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.rounded_left {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.rounded_right {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

	
#loading { 
    position: fixed; 
    left: 0px; 
    top: 40px; 
    width: 100%;  
    height: 100%; 
    z-index: 700;
	overflow: hidden;
}
/* IE 6 hack*/
* html #loading  {
    position: absolute; 
    height: 1000px;  
}
#index_noscript {
    position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	z-index: 100000;
}
/* IE 6 hack*/
* html #index_noscript  {
    position: absolute; 
}

a:link, a:visited, a:active, .link {
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
	text-decoration: none;
}

.button  {
	text-transform:uppercase;
	font-weight:bold;
}
.frame_button  {
	color:#000000;	
	text-transform:uppercase;
	font-size:9px;
	cursor:pointer;
	margin-top:2px;
	margin-right:3px;
	height: 16px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -border-radius: 15px;
}
.indent {
	 margin-left:10px;
}  
.important {
     font-weight:bold;
}  
.alert { 
   background-color: #FF3300;
   padding-left:5px;
   margin-top:2px;
   margin-bottom:3px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -border-radius: 5px;
   line-height:23px;
}                  
#content_right, #content_upper_right, .sidebar_button:hover, .link:hover,  .sidebar_block, .selected, a:hover {
	background-color: #6699CC;
}  
.dockbar_button:hover, .selected_strong {
    background-color: #0033FF;
}
.accepted  {
    background-color: #33CC33;
}    
.not_tested  {
    background-color: #FF3366;
} 
.neutral {
    background-color: #999999;
}
.partner_logo, .sidebar_macrocategories {
    background-color: #999999;
} 
#content_right, #content_upper_right, #content a:link {
 	color: #000000;
}   

                                                          /*  ATUNN POPUP */
.close_button{  
   position: absolute; 
   right:0px; 
   top:0px; 
   background-color: #CC0000; 
   font-size:10px; 
   border-left:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC; 
   height:14px; 
   width:14px;
   cursor:pointer;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
/* IE 6 hack*/
* html #add_to_quicksearch_button  {
	display: none;
}
.tooltip_popup_css {
    z-index: 100000;
    position: fixed; 
	top: 42px; 
	right: 2px; 
	width: 250px;
	padding:10px;
	text-align: justify;
	display:none;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}
/* IE 6 hack*/
* html .tooltip_popup_css {
	position: absolute;
}
.tooltip_slidedown {
    z-index: 100000;
    position: fixed; 
	top: 33px;
	width: 250px;
	padding:10px;
	display:none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
/* IE 6 hack*/
* html .tooltip_slidedown {
	position: absolute;
}
.tooltip_cazzillo_up {
    position:absolute; 
	top:-8px; 
	left:15px;
	width:auto;
	height:auto;
}

                                                         /* CONTENT */


#container_content_upper_right { 
   position: fixed; 
   top: 35px;
   left: 0px; 
   width: 100%; 
   height: 5px; 
   z-index: 300; 
   padding:2px; 
}
/* IE 6 hack*/
* html #container_content_upper_right  {
	position: absolute;
}
#content_upper_right {  
   margin-left:178px; 
   margin-right:10px; 
   margin-top:5px; 
   padding:5px;
   height:45px;
}
#content_right { 
   margin: 93px 0px 100px 172px;
   padding:5px;
   z-index:50;
}
#search_keyword {
	width:180px;
	padding-left:5px;
	padding-right:5px;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}  
#search_keyword:focus{
	border: 2px solid #0066FF;
} 
#content {
   background-color: #F1F1F1;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px;
   color: #000000;
   margin-bottom:5px;
}
.content_title{  
   background-color: #B7CFFC;
   padding-left:5px;
   margin-top:2px;
   margin-bottom:3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -border-radius: 3px;
}
#logo_container {
    padding-bottom: 5px;
	overflow:auto;
}
.logo {
    padding:3px;
    cursor: pointer;
    width: 90px;
	height: 30px;
	margin-top: 3px;
	margin-left: 2px;
	float:left; 
	text-align:center; 
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}

.logo:hover {
    background-color: #0066FF;
}
.logo div, .logo img {
    background-color:#FFFFFF; 
	color:#000000;
	height:100%; 
	overflow:hidden;
    width: 100%;
	height:100%;	
}

#theframe {  
  width: 100%;
  margin-top:5px;
  height:10000px;
  background-color:#FFFFFF;
}
#category_explaination {  
  background-color:#F1F1F1; 
  padding:20px; 
  font-size:14px; 
  border-top: 2px solid #6699CC;
  text-align:justify;
}

		                                                 /*SIDEBAR*/
#site_sidebar, #site_sidebar_2 {
	padding-bottom:100px;
	z-index:500;
}
#site_sidebar {
    position: absolute; 
    top: 38px; 
    left: 0px; 
    width: 180px;
}
#site_sidebar_2 {
    position: absolute; 
    top: 32px; 
    right: 0px; 
    width: 240px;
}
.sidebar_macrocategories {
    margin-top:10px;
    margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
    width:auto; 
	font-size:14px;
	font-weight:bold;
}
.sidebar_block {
   padding: 10px;
   margin: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -border-radius: 5px;
}
#show_sidebar_button, #show_sidebar_2_button {
    display:none;
	z-index:5000;
    position:fixed; 
	top:42px; 
	height:90%; 
	width:15px; 
	font-weight:bold; 
	font-size:11px;
	cursor: pointer;
	background-color:#6699CC;
	text-align:center;
}
#show_sidebar_button {
    left:0px;
}
#show_sidebar_2_button {
	right:0px; 
}
/* IE 6 hack*/
* html #show_sidebar_button, * html #show_sidebar_2_button  {
	position: absolute;
}
.sidebar_button {
	cursor: pointer;
	padding:2px;
	padding-left:10px;
	margin-left:10px;
	margin-top: 1px;
	margin-right:0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
   
                                                             /* DOCKBAR*/
#site_dockbar {
    position: fixed; 
	top: 0px; 
	left: 0px; 
	height: 32px; 
	width: 100%; 
	z-index: 1000;
	padding:2px;
}
/* IE 6 hack*/
* html #site_dockbar {
    position: absolute;
}   
#site_dockbar {
	border-bottom: 1px solid #333333;
}
.dockbar_button { 
	padding:3px;
    cursor: pointer;
	height: 26px;
	width: auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
} 
.info_div{
	position: fixed; 
    top: 50px;
	width: 300px;
	z-index: 10000;    
}
/* IE 6 hack*/
* html .info_div {
    position: absolute;
}


				 
														   /* PARTNER*/
																												
.partner_logo {
    cursor:pointer;
    height: 70px;
	width:200px;
	padding: 5px;
	margin-left:20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}  
                                                           /* BLOG*/
														   
#site_sidebar ul { 
	margin-left:0px;
	padding:0px;
	padding-bottom:10px;
	list-style: none;
	color: #999999;
	font-weight:normal;
	font-size:14px;
}
#site_sidebar ul li li { 
	margin-left:10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.table_of_post {
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	padding-left:10px;
	background-color:#99FFFF;
	border: 0px;
	width:100%;
}
.video_post {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#000000;
	border: 0px;
	width:100%;
}



/* classes used by the_meta() */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
							  
										