﻿/**
 * $Id: colors.css,v 1.17 2007/04/21 10:14:17 thorstenr Exp $
 *
 * In this CSS file you'll find all color defintions for phpMyFAQ
 *
 * @author      Jens Grochtdreis <jens@grochtdreis.de>
 * @author      Thorsten Rinne <thorsten@rinne.info>
 * @author      Matteo scaramuccia <matteo@scaramuccia.com>
 * @since       2005-03-12
 * @copyright   (c) 2005-2007 phpMyFAQ Team
 *
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations
 * under the License.
 */

/**
 * Main body
 */
 
 body,html { height:100%;margin:0 
 }
 
#box {
width:80%; height:200px;
position:absolute;top:50%;left:50%;
margin:-100px 0 0 -100px;
} 

a {
	color: #095D99;	
	text-decoration:none;	
}

a:visited {
    /*color: #095d99;*/


}

h3{color: #1d7ab3;
	
}

/**
 * the header with the title
 */
#header {
		/*background: #ADD6EA;
	color: #ffffff;
background-image: url(../../../images/bgHeader.png);*/
}
#header h1 a {
   color: #ffffff;
   font-size: 12px;
  top: 32px;position: relative;
}
#header ul a {
    border-color: #dadada;
 /*  background: #176FA9;*/
    color: #025694;
}


 /*** Categories
 */
#categories {
 
   /* border-color: #095d99;*/
}
#categories li {
    border-color: #025694;
}

#categories li a {
   /* border-top-color: #b5e1fe;
	 border-bottom-color: #b5e1fe;*/
    background-color: #156ba0;
color: #fff;
	 	
}
#categories li a:hover {
	/*background-color: #dADADA;
	color: #025694;*/
	
}

#categories .active {
    background-color: #05436b;
	
}
}
#categories .subcat a {
    background-color: #Ffffff;
}
#categories .subcat .active {
   background-color: #ddd;
color: #555;
}
/**
 * Search box and language selection box
 */
#search, #langform, #loginform {
     /* background-color: #b5d075;*/
}
#search #search input[type=text], #langform #langform input[type=text], #loginform #loginform input[type=text] {
   /*background: #ffffff;
   border-color: #000000;*/
}
#search input[type=text]:focus, #langform input[type=text]:focus, #loginform input[type=text]:focus, #loginform input[type=password]:focus {
  /* background: #f5f5f5;*/
}

/**
 * Top 10 and Latest areticles
 */
 #ricerca {
 	/*background-image:  url(../../../images/top2.gif);*/
 }
#topten h3, #latest h3, #tagcloud h3, #allcategoryarticles h3, #faq h3 {
	/*border-color: #ffffff;
	background-color: #176fa9;*/
	border-top:4px solid #1caea6;text-align: left;
font-style: normal;font-weight: bold;
color: #1caea6;
}
#topten ol, #latest ol {

}
#topten li, #latest li {
 color:#555;
  font-style:italic;
  font-size: 12px;
text-align: right;
list-style:none;
}

#topten li a, #latest li a {
  font-style:normal;text-align: left;
  font-size: 12px;float: left;

}

#tagcloud div{
	padding:5px;
}


#tagcloud div a{
	padding:2px 6px
}


/**
 * Main content
 */
.main-content h2, .main-content h3 {
    color: #1D7AB3;
    
}
.main-content #news h3 {
    border-color: #a9a9a9;
}
.main-content #news h2 {
   /*border-color: #656565;
   background: #ddd;*/
}

/**
 * Table definitions in the main content column
 */
.main-content table {
    border-color: #a9a9a9;
}
td, th, .main-content td {
   border-color: #a9a9a9;
}
.main-content th {
   border-bottom-color: transparent;
}

/**
 * Fieldset definitions in the main content column
 */
.main-content fieldset {
   /* border-color: #4c89b4;*/
   background: #eee;
   margin:-11px;
  padding:22px;
}

/**
 * Form definitions in the main content column
 */
.main-content form textarea, .main-content form .inputfield {
    color: #333333;    
  /*  
  border:0;
    outline:0;
  background-color: #ffffff;
    border-color: #656565;
    border-top-color: #999999;
    border-left-color: #999999;
	*/
}
.main-content form textarea:focus, .main-content form input[type=text]:focus {
        background: #fff;border:1px solid gray;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   background-color: transparent;
}
select {
   background-color: #ffffff;
   color: inherit;
}

/**
 * Submit button definitions
 */
input[type=submit] {
	color: Black;	
    
  margin: 1px;  
	}
	
	
input#searchfield  {
	    padding: 11px 11px 11px 34px;
	}
.submit {
	width:222px;float:right;
}
	
.submit-search {
	color: Black;
	border: none;
    width: 34px; 
    height: 34px;
    background:url("../../../images/search_1.png") no-repeat ;
    position: absolute;
       margin-top: -41px;;
	}

.submit-search-page {
	border: 1px solid black;
}

/**
 * Highlighted search result
 */
.highlight {
    background-color: #F8F8FF;
    font-weight: bold;
    border: 1px dotted #FF6347;
}

/**
 * Glossary items
 */
.glossary {
    color: #C79810;
    border-bottom: 1px dotted #1096B3;
    cursor: help;
}

/**
 * Footer definitions
 */
#footer, #footer a:visited {
      }
 #footer a {
  }

h2 {

	/*background-color: #88CBF4;*/
}

#footer {


}

.main-content, .maincontent2 {
	/*background-color: #ffffff;
	background-image: url(../../../images/baseCenter2.gif);*/
	background-repeat: repeat-x;
	
	 /*
	 border-bottom: 1px solid #d8eef7;
	 */
}
.main-content2{
   /*border-right: 1px dashed #d5f1fc;
	border-left: 1px dashed #d5f1fc;*/
		
	
}
.main-content {
	background-color: #fff;
	/* border-right: 1px dashed #d5f1fc;
	border-left: 1px dashed #d5f1fc;*/
	
	}
.rightcolumn {
  background-color:#;/* #e4edf4;*/
}
.rightcolumn a {
color: #666;}
#wrapper2 {
  background:transparent;

}
.legend{
color: #000}