/******************************************************************************
 * File:                style.css
 * Authors:             Jens Grochtdreis <jens@grochtdreis.de>
 *                      Thorsten Rinne <thorsten@rinne.info>
 * Date:                2004-06-02
 * Last change:         2004-06-29
 * Copyright:           (c) 2004 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.
 ******************************************************************************/

body, td { font-size: .85em   }
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
    margin: 0;
    padding: 0;
    }

p, div, p, table, td, dd, dt, dl, blockquote, address, pre {
    font-family: "Georgia", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 100%; 
    }
h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
a {
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
h1 {
    font-size: 200%;
    }
h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 175%;
    border-bottom: 1px solid;
    }
h3 {
    padding-top: 0px;
    font-size: 140%;
    }
textarea {
    resize:none;
    }

/**************************
The header
**************************/

#header {
	margin: 0;
	padding: 0;
	height: 70px;
	/*position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;*/
   }
#header h1 {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 20px;
    }
    
#header a {
    text-decoration: none;
    color: #FFF;
}

/**************************
The horizontal navigation
**************************/
#horizontalnav ul {
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    margin-left: 10px;
    }
#horizontalnav ul li {
    display: inline;
    list-style-type: none;
    }
#horizontalnav ul li a {
    text-decoration: none;
    margin: 0 10px; /* That's the distance between the items. */
    padding: 1px;
    float: none;
    }
#horizontalnav ul li a:hover {
    text-decoration: underline;
    }

/**************************
The category-menu
**************************/
#categories {
	/*position: absolute;
	top: 70px;
	left: 0px;*/
	width: 180px;	/* was a percentage, 20 */
	height: auto;	/* does this work? */
	margin: 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	/*height: 1000000px;
/*float: left;*/
	border-right-width: 0px; 
	border-right-style: solid;
	border-right-color: #666666; 
	margin-bottom: auto;
    }
	
#categories a {
    display: block;
    width: 100%;    
	text-decoration: none;
 }

/*#categories ul {
    margin: 10;
    padding: 10;
    list-style-type: none;
    }
 First margin controls the padding between categories block icons 
#categories li {
    margin: 5px 0;
padding: 0px 10px;
    }*/
#categories a:hover {
    text-decoration: none;
    }
#categories ul ul li {
    margin: 5px 0 5px 10px;
    }
#categories ul ul a {
    display: block;
    padding: 3px 15px;
    width: 100%;
    border-left: 10px solid;
    text-decoration: none;
    }
#categories ul ul a:hover {
    background-color: #fb0;
  text-decoration: none;
    }

a.active {
    border: 0px solid;
    }
#langform {
    
    }
#useronline {
    text-align: center;
    }
 
/*************************
Links menu

2/18/05  pdc
**************************/
#links {
	/*position: absolute;
	top: 70px;
	right: 0px;*/
	width: 180px;	/* was 20% */
	margin: 0px;
	padding: 0px;
	font-size: 90%;	/* was 80% */
	color: #000000;
	/*height: 1000px;*/
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #666666;
	}

#links hr { 
		margin: 15px;
}
#links ul {
    margin: 0;
    padding: 5;
    list-style-type: none;
    }
/* First margin controls the padding between categories block icons */

#links li {
    margin: 5px 0;
	padding: 0px 10px;
    }

#links a {
    display: block;
    width: 100%;
    color: #006699;
    text-decoration: none;
    }

#links a:hover {
    text-decoration: none;
    }

#links ul ul li {
    margin: 5px 0 5px 10px;
    }

#links ul ul a {
    display: block;
    padding: 3px 15px;
    width: 100%;
    border-left: 10px solid;
    text-decoration: none;
    }

#links ul ul a:hover {
    text-decoration: none;
    }
    
#links table {
		margin-left:15px;
		border-spacing:0px;
		cellspacing:0px;
		cellpadding:0px;
		line-height:100%;
}


/**************************
The content
**************************/

/* Changed final margin from 240 to 20 to push table to middle of the column.  2/16/05  pdc */

#content{
	letter-spacing: normal;
	word-spacing: 2px;
	line-height: 140%;

	/*width: 47%; */
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 100%;
	/*position: absolute;	/*was relative*/
	/*top: 70px;
	left: 185px;	/*was 25%*/
	/*right: 180px;	/*was 25%*/
	background-color: #FFFFFF;
	#margin-left: 5px;
	height: 100%;
    }
#content h3 {
    font-size: 140%;
    }
    
#content a:hover {
		text-decoration: underline;
}
#content span.tablehead {
    font-family: "Georgia", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 140%;
    }
#content p {
    padding: 10px 0 10px 0;
    #line-height: 20px;
    }
div#news {
    float: left;
    width: 55%;
    }
div.block {
    padding: 2px 0px 8px 0px;
    border-bottom: 1px dashed;
    }
span.date {
    padding: 1px;
    margin: 1px;
    display: block;
    }
div#topten, div#fivenewest {
    margin-bottom: 10px;
   /*float: left; */ 
  width: 100%; 
    margin-left: 5%;
    }

table.activeBox {
   font-size: 12px;
   text-align: center;
   width: 200px;
   background-color: #FFFFCC;
   padding: 5px;
   margin-left: 10;
   margin-bottom: 10px;
}
table.activeBox a {text-decoration: none}
    
table.qlist {
	 width: 100%;
   border: 0px solid;
   #border-collapse: collapse;
   position: relative;
    }
table.qlist tr.trstyle0 { background: #FFF }
table.qlist tr.trstyle1 { #background: #E6E6E6 }
table.qlist tr:hover { 
	#background: #FFFFCC; 
	#cursor: pointer;
}
table.qlist a  { text-decoration: none }

table.qlist th, td {
    padding: 2px;
   	text-align: left;
    vertical-align: top;
    }
table.qlist th {
    padding: 2px;
    border: 1px solid;
    }
table.qlist th {
    text-align: center;
    }
select.sortby {
    font-size: 10px;
}
       
table.topten, table.fivenewest, table.openquestions {
width: 90%;
   border: 0px solid;
   border-collapse: collapse; 
    }
table.topten, table.fivenewest, table.openquestions th, td {
    padding: 2px;
   	text-align: left;
    vertical-align: top;
    }
table.topten th, table.fivenewest th, table.openquestions th {
    padding: 2px;
    border: 1px solid;
    }
table.topten table.fivenewest th {
    text-align: center;
    }
/*
div#fivenewest {
    clear: both;
    }
*/
p#copyrightnote {
    margin-top: 10px;
    }

#content ul li {
    /*border-left: 5px solid;*/
    padding-left: 25px;
	padding-bottom: 10px;
    }
#content ul li li, #content ul li li li, #content ul li li li li {
    border: none;
    }
#content ol {
    padding-left: 25px;
	padding-bottom: 10px;
    }

table.sitetable {
    margin-left: 15px;
    }
    
.articlecategory {
		font-size: 140%;
		font-style: italic;
		font-weight: bold;
		text-align: left;
}
.articlenav {
		align: right;
}

table.navTags {
		border-collapse: collapse;
		border-width: 0px;
		padding:0px;
		background: #E6E6E6;
		margin-left:10px;
		margin-bottom:10px;
}
.navTags a:hover {
    text-decoration: none;
    background: #FFFFCC;
}
table.navTags td {
		padding: 5px;
		text-align: left;
}

table.navPanel {
		background: #E6E6E6;
}
.navPanel a:hover {
    text-decoration: none;
		display: block;
    width: 100%;
    background: #FFFFCC;
}
table.navPanel td {
		text-align: center;
		width: 30px;
		border: 1px;
}
#content ul.aboutPanelistsUL {
    margin: 10;
    padding: 10;
    list-style-type: none;
    line-height: 100%;
    text-align:right;
    }
#content td.panelistBio {
		font-family: Georgia;
		font-size: 10pt;
		line-height: 160%;
}

.track_border {
		display:none;
		position:absolute;
		background:#FFF;/* #E6E6E6; */
		padding:0px;
		border-width: 5px;
		border-color: #CCCCCC;
		border-style: solid;
}

.track_window {
		border:1px solid #7F9DB9;
		padding:5px;
}

.quesOfDay {
	font-size: 24px;
	font-weight: bold;
}

.style5 {
	font-size: 18px;
}

.toolTipStyle {
	font-size: 9px;
	font-family: verdana;
}


/**************************
The forms
**************************/
div.row {
    clear: both;
    margin: 0px;
    padding: 2px;
    }

/* Removed the float.  This makes the question flow better when creating a comment
   2/24/05  pdc */

div.row span.label {
    /*float: left;*/
    width: 150px;
    text-align: right;
    line-height: 20px;
    padding-right: 5px;
    }
.inputfield, .inputarea, select {
    border: 1px solid #666666;
    padding-left: 2px;
    }
.submit {
	border: 1px solid;
	background-color: #33FFFF;
    }

/**************************
Template: contact.tpl
**************************/
#version {
    padding: 30px 0px 2px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
    line-height: 14px;
    }
#copyright {
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 85%;
    line-height: 14px;
    }

/**************************
Colors
**************************/
html, body {
    background: #ffffff;
    color: #000000;
    }
#header {
    background: #006699;
    color: #ffffff;
    border-color: #006699;
    }
a, #horizontalnav a, #categories a, #categories ul ul a, .inputfield, table.topten th, table.fivenewest th, select, option {
    color: #006699;
    }

/* Added this so left "column" is the right color even when division extents below column.  2/16/05 pdc */

/* Modified to include #links 2/22/05 pdch */
#categories, #links {
background-color:#e6e6e6;
}
#categories a:hover, #links a:hover {
    background: #FFFFCC;
    }

#categories a, #content ul li, a.active. #links a {
   border-color: #FF9900;
    }
#categories ul ul a, #links ul ul a {
    border-color: #FFCC80;
    }
#categories ul ul a:hover, #links ul ul a:hover {
    color: #000000;
    }
#categories ul ul a:hover, #links ul ul a:hover {
    background: #FFCC80;
}

h2, .inputfield, .inputarea, table.topten, table.fivenewest, div.block, table.topten th, table.fivenewest th, select, option {
    border-color: #999999;
    }
table.topten th, table.fivenewest th {
/*    background: #172244; */
background: #cccccc;
    }
.inputfield, .inputarea, select, option {
    background: #ffffff;
    }
.submit {
    border-color: #696969;
    background: #DDEEFF;
    }
.top-left-navs {
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-indent: 15px;
	line-height: 180%;
}
.top-left-cat {
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-indent: 25px; /* AG wants more indent. original 15px */
	line-height: 140%;
}

.search {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.commentators {
	left-margin: 0px;
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-indent: 15px;
	line-height: 140%;
}

.nav-heads {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-indent: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.other-sites-head {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 15px;
}

hr {
	color: #999999;
	width: 90%;
	height: 1px
}
.sidebar-navs {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: ##006699;
	text-decoration: none;
}


li.smaller {
	/*font-size: 80%;*/
}

html, body {
	height: 100%;
}

#mainTable {
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
}

#categoriesCell {
	width: 190px;
}
#contentCell {
}
#linksCell {
	width: 190px;
}

.commentsDiv {
/*	border-top: 1px dashed grey; */
		display: block;
		overflow: hidden;
}

.cmtBlock {
	display: inline;
	width: 100%;
}
.cmt {
	display: none;
	width: 100%
}

.previewDiv {
	display: none;
}

.previewDivBlock {
	border: 1px dashed grey;
	display: block;
}

.entry {
	border-bottom: 1px solid grey;

}

.commentsLink {
	cursor: pointer;
	text-decoration: underline;
}

.highlight {
	font-weight: bold;
	font-color: #000;
	background-color: #F6FCA0;
}

.question {
	font-weight: bold;
}

.acceptedDate {
	text-align: right;
}

table.send2friend {
	empty-cells: show;
	
}

table.send2friend labelCell {
	text-align: left;
}

table.send2friend spacerRow, spacerRow td {
	/*height: 200px;	/* this has, apparently, no effect whatsoever */
}

.requiredField {
	color: red;
	font-style: italic;
}

.inputarea {
	width: 100%;
}

p.error {
	color: red;
	font-style: italic;
}
