@import "/css/grids.css";
@import "/css/content.css";

.home {
	background: url(/img/bg/dot.gif) repeat-x 0 20em;
	*background: url(/img/bg/dot.gif) repeat-x 0 22em;
}
.default {
	background: url(/img/bg/dot.gif) repeat-x 0 5.5em;
	*background: url(/img/bg/dot.gif) repeat-x 0 7.3em;
}
.home_block {
	height: 16em;
}

.home .right-column {
	margin-left: 1.2em;
}
.default .right-column {
	margin-left: 3em;
}

a {
	text-decoration: none;
}
a:link {
	color: #225EA0;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FF7400;
}
a:active {
	color: #666666;
}

.categories .sel a:link, .categories .sel a:visited {
	color:white;
}

#hd {
	background: #333;
	color: #ccc;
	font-size: 85%;
	font-family: Verdana,sans-serif;
	padding: 5px 0 6px;
	padding-left: 7%;
	padding-right: 7%;
	text-align: right;
}

#bd, #ft {
	margin: auto 4%;
}

#top {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}
#hd a:link, #hd a:hover, #hd a:visited, #hd a:active {
	color: #ccc;
}

.default table.mainmenu {
	margin-bottom: 2em;
}
table.mainmenu {
	width: 100%;
}
table.mainmenu td {
	padding: 5px 10px 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 114%;
	text-align: center;
}
table.mainmenu td.logo {
	width: 260px;
	text-align: left;
}
table.mainmenu td a {
	color: #333;
	font-weight: bold;
}

div.mi, div.mi_ {
	height: 33px;
	padding-right: 3px;
}
div.mi div.l, div.mi_ div.l {
	height: 33px;
	*height: 28px;
	padding-top: 5px;
}
div.mi_ div.l {
	background: url(/img/mi/l.gif) no-repeat;
}

div.mi_ {
	color: white;
	background: #333 url(/img/mi/r.gif) no-repeat top right;
	font-weight: bold;
}
div.mi_ a:link, div.mi_ a:hover, div.mi_ a:visited, div.mi_ a:active {
	color: white;
}

div.categories div {
	font-weight: bold;
	height: 25px;
	*height: 25px;
	padding: 5px 10px 0 10px;
	margin-bottom: 5px;
	margin-left: -10px;
	
}
div.categories div.sel {
	background: url(/img/bg/category.gif) no-repeat;
	color: white;
	whidth: 210px;
}

.categories a:visited {
	color: #225EA0;
}

table.intro {
	margin-top: 1em;
	margin-right: 5em;
}
table.intro td.img {
	padding-left: 3em;
	padding-right: 0.2em;
}
table.intro td.first {
	padding-left: 0 !important;
}

td.rss {
	padding: 0 0 10px 15px;
}
td.rss a {
	color: #FF7400;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

div.version {
	font-size: 85%;
	text-align: right;
	padding-right: 3em;
	color: #666;
}
div.download-doc {
	padding-top: 1em;
	font-size: 92%;
}

div.comments {
	margin: 0.7em 0 1.5em;
}
div.comments div.count {
	float: left;
	width: 12em;
}
div.both {
	clear: both;
}

div.comment-block {
	margin-top: 2em;
}
div.comment {
	margin-bottom: 1.2em;
}
div.comment div.date {
	margin: 0.6em 0 0.4em;
}

div.add-comment {
	margin-top: 3em;
}

div.form {
	background-color: #F2F2F2;
	padding: 15px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 0.2em 0 1em;
}
div.form input, div.form textarea {
	border: solid 1px #999;
	font-size: 122%;
}
div.form textarea {
	margin: 0.3em 0 0.5em;
}
div.form table td {
	padding: 0 0.5em 0.5em 0;
}

.submit {
	padding: 0.1em 1.5em;
}

div.pager {
	font-size: 122%;
}
div.pager div {
	float: left;
	height: 1.2em;
	padding: 2px 0;
}
div.pager div.header {
	width: 6em;
}
div.pager div.pl, div.pager div.sel {
	width: 2em;
	padding: 2px 7px;
	text-align: center;
	margin: 0 1px;
	font-weight: bold;
}
div.pager div.pl {
	background-color: #F2F2F2;
}
div.pager div.sel {
	background-color: #333;
	color: white;
}

#ft {
	margin-top: 8em;
	padding-bottom: 2em;
	font-size: 85%;
	font-family: Arial;
	color: #333;
}
div.esector {
	float: right;
	width: 19em;
	background: url(/img/esector.gif) no-repeat;
}
div.esector a.l {
	display: block;
	float: left;
	width: 103px;
	height: 3em;
}
div.esector div.r {
	padding-top: 1px;
	font-size: 11px;
	font-style: italic;
	line-height: 0.9em;
}

ul.publist li {
	padding:0.4em 0;
}

img.avatar {
	float:left; 
	margin:6px 15px 7px 0;
}

em {
	font-style:italic;
	}