/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* base.css, part of YUI's CSS Foundation */

body {
	background-color:#fff;
	color:#666;
}

a {
	color:#105CB6;
}

a:hover{
	color:#000;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:182%;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 

}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2 {
	/* top & bottom margin based on font size */
	margin:0.3em 0 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

th,td {
	/*borders and padding to make the table readable*/
	/* border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* forms */
fieldset {
	display:block;
}

label {
	display:block;
}

label.label_title {
	float:left;
	text-align: right;
	width:7em;
	margin-right:0.5em;
	color:#666;
	font-weight:bold;
}

label.label_help {
	margin-left:9.74em; /* 5.5 * 100 / 77 */
	font-size:77%;
	color:#999;
	/*width:51.9em; /* 40em * 100 / 77 */
}

fieldset input, fieldset textarea {
	border:1px solid #999;
	background-color:#E5ECF9;
}

.error-message {
	border:1px solid #999;
	border-left:1em solid #f00;
	margin:0.5em 7.5em;
	/*background-color:#fca; */
	font-weight:bold;
	padding:0.2em;
	/*width:38.7em;*/
}

/* end of forms */






/*
header
*/

#top_links {
	float:right;
	margin-top:0.5em;
}
/* end of header */

#search {
	display:inline;
}



/* footer */

#ft-hr,#hd-hr {
	background-color:#E5ECF9;
	border-bottom:1px solid #3366CC;
	height:0.7em;
	margin:0.5em 0 0.5em 0;
}
/* end of footer */

#bd {
	padding: 0;
}

.button_bd {
	margin:0.5em 0.5em 0.5em 0;
}
/* infobox & flash*/
.infobox {
	border:1px dotted #ccc;
	padding:0.5em;
	margin:0.5em 0 0.5em 0;
}

.infobox h3 {
	display:inline;
	padding-left:18px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center left;
}
.info h3 {
	background-image:url(i/information.png);
}
.warning h3 {
	background-image:url(i/exclamation.png);
}
/* end of infobox */
/* flash */
.flash {
	margin-top:10px;
	margin-bottom:10px;
	padding:13px;
	padding-left:43px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:5px center;
}

.flash_error {
	border: 1px solid #f00;
	background-color:#faa;
	background-image:url(i/dialog-error.png);
}
.flash_information {
	border: 1px solid #0f0;
	background-color:#afa;
	background-image:url(i/dialog-information.png);
}
.flash_warning {
	border: 1px solid #FFCB7D;
	background-color:#FFEEA8;
	background-image:url(i/dialog-warning.png);
}

.path {
	margin:0.4em 0;
}


/* categories */

div#tree ul ul {
	margin-left:2em;
}
div#tree ul li, div.regular_list ul li {
	padding-left:16px;
	background-image:url(i/bullet_go.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center left;
}

div#tree ul li.current_cat {
	background-image:url(i/star.png);
}

div#tree ul li.no_bullet {
	padding-left:0;
	background:none;
}

div#topics_list ul li {
	padding-left:16px;
	margin-left:-16px;
}

div#search_topics_list ul li {
	margin-left:0px;
	padding-left:16px;
}

div#topics_list ul li.inbasket, div#search_topics_list ul li.inbasket {
	background-image:url(i/star.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
	/*background-color:#FFFFE0;*/
}

ul {
	margin:0;
	padding:0;
}

.clear_left {
	clear:left;
}

table.no { margin:0px; padding:0px; border-collapse: collapse; display:inline;}  /* invisible table for structuring only */
table.no td {padding:0px; border:0px solid red; }

/* bulleted list */
ul.content_list li {
	padding-left:16px;
	background-image:url(i/bullet_green.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center left;
}
ul.tools_list li {
	padding-left:16px;
	background-image:url(i/bullet_orange.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center left;
}
/* end of bulleted list */


img.inline {
	vertical-align:middle;
}
h2.inline {
	display:inline;
}

/* udc */
/*.thread_list {
	width:90%;	
}*/
td {
	vertical-align:top;
}

.thread_index th {
	background-color:#D9D9D9;
}

.thread_index td {
	border:1px solid #E7E7E7;
}

.thread_index tr.odd {
	background-color:#F9F9F9;
}

.thread_view {
	width:100%;
	
}

.thread_view td {
	/*border:1px solid;*/
}

.thread_view td.comment_info {
	border-right:1px dotted #444;
	width:200px;
}

.thread_view tr.odd {
	background-color:#CCD7FF;
}

/* front page */
.big_numbers {
	padding-left:70px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
	height:60px;
	font-size:123.1%;
	margin-left:10px;
}
.big_numbers_1 {
	background-image:url(i/c1a.png);
}
.big_numbers_2 {
	background-image:url(i/c2a.png);
}
.big_numbers_3 {
	background-image:url(i/c3a.png);
}
/* end of front page */

/* nodes/view/* */
.button_group {
	margin:1em 0 1em 0;
}
/* end of nodes/view */

/* nodes/category/* */
.topic_is_parent {
	margin-bottom:8px;
}
/* end of nodes/category/* */

img.button {
	margin-top:1px;
	margin-bottom:1px;W
}

.gravatar {
	margin:0.5em 0;
	border:2px solid #aaa;
}

.lighter {
	color:#bbb;
	font-size:93%;
}

