* {
    -moz-box-sizing: border-box;
} 

html{
	/*background: #c4d6e4 url('/img/main_bg.png') repeat-x left top;*/
	margin: 0;
	padding: 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	height: 100%;
}

BODY {
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
	padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; 
}

A {
	color: #FFA200;
	text-decoration: none;
}

H3 {
	font-size: 1.0em;
	margin: 0.2em 0.2em 0.2em 0.2em;
	font-weight: bold;
	color: #FFA200;
	border-bottom: 1px solid #FFA200;
	padding: 0.2em;
}

#container {
	width: 749px;
	min-height: 90%;
	padding: 0;
	margin: auto;
	margin-top: 2px;
}

#header {
	position: relative;
	height: 120px;
	background-color: #8896A5;
	margin: 0;
	background: transparent url(/img/forum/head.jpg) no-repeat;
}

#header h1 {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  padding: 0;
  font-size: 2px;
  background: url("/img/forum/head_forum.jpg") no-repeat;
  height: 92px;
  z-index: 100; /* above the UL */
}

#header h1 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 212px;
  height: 92px;
  background: url("/img/forum/head_forum.jpg") no-repeat;
  color:#fff;
  text-indent: -700em;
  text-decoration: none;
} 

#header h2 {
  position: absolute;
  top: 26px;
  right: 11px;
  margin: 0;
  padding: 0;
  font-size: 2px;
  background: url("/img/forum/head_robobat.jpg") no-repeat;
  height: 55px;
  z-index: 100; /* above the UL */
}

#header h2 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 55px;
  background: url("/img/forum/head_robobat.jpg") no-repeat;
  text-indent: -700em;
  color:#fff;
  text-decoration: none;
}

#header ul {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 25px 0 0;
  list-style: none;
  z-index: 90; /* below the H1 */
}
#header li {
  float: right;
  background: transparent url("/img/forum/head_btn_bg.gif") 100% top no-repeat;
	padding: 0 6px 0 0;
	margin: 0 2px 0 2px;
	border-bottom: 2px solid #ddd;
	font-size: 10px;
}
#header li.mtopact {
	border-bottom: 2px solid #f96;
}

#header ul a {
  float: left;
  display: block;
  padding: 1px 2px 1px 8px;
  background: transparent url("/img/forum/head_btn_bg.gif") 0% top no-repeat;
  font-weight: normal;
  font-size: 10px;
  color: #888;
  text-decoration: none;
}
#header li:hover {
	border-bottom: 2px solid #f96;
}

#content {
	background-color: #fff;
  clear: both;
  display: block;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	padding-top: 15px;
}

#startdocsmrg {
  margin: 0;
  padding: 0;
}
#startdocs {
	width: 562px;
	float: right;
	text-align: justify;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	margin-top: 0;
}


P {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0.2em 1.2em 0.2em;
	text-align: justify;
}

.pgClearBoth {
  clear: both;
  margin: 0;
  padding: 0;
}

#footer {
	clear: both;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10px;
	background: url("/img/forum/head_sh.jpg") top left no-repeat;
}

#footer p {
  text-align: center;
	color: #666;
	margin: 0;
	padding: 0;
}

#footer p a:hover {
	color: #000;
}

.obrazek {
  text-align: center; 
	font-size: 10px;
}

.forminput {
	padding: 1px;
	font-size: 11px;
	background-color: #eee;
	border : solid;
	border-bottom-color : #aaa;
	border-bottom-width : 1px;
	border-left-color : #aaa;
	border-left-width : 1px;
	border-right-color : #666;
	border-right-width : 1px;
	border-top-color : #666;
	border-top-width : 1px;
	border-spacing : 1px;
	margin : 2px;
}

.forminput:ACTIVE {
	background-color: #fff;
	border : solid;
	border-bottom-color : #AEDF9A;
	border-bottom-width : 1px;
	border-left-color : #AEDF9A;
	border-left-width : 1px;
	border-right-color : #6AB94B;
	border-right-width : 1px;
	border-top-color : #6AB94B;
	border-top-width : 1px;
	border-spacing : 1px;
}

.forminput:FOCUS{
	background-color: #fff;
	border : solid;
	border-bottom-color : #AEDF9A;
	border-bottom-width : 1px;
	border-left-color : #AEDF9A;
	border-left-width : 1px;
	border-right-color : #6AB94B;
	border-right-width : 1px;
	border-top-color : #6AB94B;
	border-top-width : 1px;
	border-spacing : 1px;
}

.forminput[TYPE=submit] {
	background-color: #eee;
	border : solid;
	border-bottom-color : #666;
	border-bottom-width : 1px;
	border-left-color : #aaa;
	border-left-width : 1px;
	border-right-color : #666;
	border-right-width : 1px;
	border-top-color : #aaa;
	border-top-width : 1px;
	border-spacing : 1px;
}

LABEL {
	padding: 4px;
	font-size: 12px;
	margin-top: 9px;
	font-weight: bold;
}

.pgNote {
  font-weight: normal;
  font-size: 10px;
  color: #333;
  background: #F9F9F9;
  border-left: 1px solid #FFA200;
        border-right: 1px solid #FFA200;
  padding: 3px;
  margin-bottom:3px;
        margin-top:3px;
}

.down {
  margin-left:2px;
  margin-right:2px;
  padding: 5px; 
  background: #eee;
  border: 1px solid #ccc;
}

.downsize {
  float:right;
  width:75px;
  text-align:right;
}

.downlink {
  float:right;
  width:100px;
}

.info {
  padding:2px;
  font-size: 10px;
  color: #333;
}

.errMsg {
  margin: 10px 0 10px 0;
  padding: 10px 10px 10px 50px;
  border: 1px solid #DE7B7B;
  background: #EEBCBC url("/img/forum/error_icon.gif") 15px 50% no-repeat; 
}
.errNote {
  background: #EEBCBC;
  border: 1px solid #DE7B7B;
  text-align:left;
  
}

.errNote .p1 {
  background: url("/img/forum/error_icon.gif") 15px 50% no-repeat; 
  padding-left: 50px;
  border: 1px solid #ffffff;
}
.errNote .p2 {
  padding-top:15px;
  padding-bottom:15px;
}
.errNote A {
  color: #000;
  font-weight: bold;
}
#forumList, #threadsList, #postsList {
  width: 749px;
}
.tabHead td {
  background: #eee;
}
.tabHead div {
  padding: 5px;
}
#forumList td, #threadsList td, #postsList td {
  border-top: 1px solid #aaa;
}
#forumList a {
  color: #000;
}
.forumTitle {
  text-align:left;
  font-weight: bold;
}

.forumDescr {
  text-align:left;
  font-weight: normal;
}
.forumDescr P {
  margin:0;
  padding: 0;
}
td.colIcon {
  width: 30px;
}

td.colTitle {
  width: 439px;
}

td.colRss {
  width: 30px;
}
td.colDate {
  width: 200px;
}
td.colThreads {
  width: 75px;
}
td.colPosts {
  width: 75px;
}

.tabRows td.colDate {
  font-size: 11px;
}
#forumForm {
  text-align: left;
}

#forumForm LABEL {
  text-align:left;
  font-weight: normal;
  padding-top: 5px;
}

.formName {
	padding: 2px;
	font-size: 11px;
	background-color: #eee;
	border: 1px solid #aaa;
	border-right-color : #666;
	border-top-color : #666;
	border-spacing : 1px;
	margin : 2px;
}

td.colPAuthor {
  width: 120px;
}

.postDate {
	border-bottom: 1px dashed #eee;
	text-align:left;
	font-size: 10px;
	color: #aaa;

}

.postBody {
	text-align:left;
	font-size: 12px;
	padding: 10px 0 10px 0;
}

.postBody H2 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.postBody P {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#actions {
	border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  text-align:left;
  padding: 2px 10px 2px 10px;
}

#actions_top {
	border-top: 1px solid #ddd;
  background: #f9f9f9;
  text-align:left;
  padding: 2px 10px 2px 10px;
}

.actItem {
  font-size: 10px;
  font-weight: bold;
  color: #999;
  display: inline;
  padding-right: 20px;
}

#actions A, #actions_top A {
  font-size: 10px;
  font-weight: bold;
  color: #999;
  padding: 2px;
}

#actions A.numPgSel {
  color: #000;
}

TD.colTTitle {
  text-align:left;
}

.tabRows TD.colTLast {
  width: 200px;
  font-size: 11px;
  text-align:right;
  padding-right: 5px;
}

.tabRows TD.colTAuthor {
  width: 100px;
  font-size: 11px;
}

.tabRows TD.colTPosts {
  width: 50px;
  font-size: 11px;
}

.tabRows TD.colTViews {
  width: 50px;
  font-size: 11px;
}

.tabRows TD.colTTitle {
  padding-left: 5px;
}

.tabRows A {
  color: #000;
}

.colPMessage {
  text-align:left;
}
.pgText {
  margin-top:10px;
}
#docs {
  padding-top: 10px;
}
.docBody {
  text-align:left;
}
.docBody li span {
  display: block;
  padding-top: 15px;
}
.docTitle, .docBody H2 {
  text-align: left;
  margin:0;
  margin-bottom: 5px;
  padding: 5px 0 5px 0;
  font-weight: bold;
  color: #777;
  font-size: 16px;
  border-bottom: 1px solid #777;
}

.searchItem {
  clear: both;
  border-top: 1px solid #777;
  margin-top: 5px;
  padding: 5px 0px 5px 0px;
}

.searchItem .searchTitle {
  margin-right: 200px;
}
.searchItem .searchBody A {
  font-size: 12px;
}


.searchItem .searchAuthor {
  width: 100px;
  float:right;
  font-size: 11px;
  color: #444;
}

.searchItem .searchDate {
  width: 100px;
  float:right;
  font-size: 10px;
  color: #777;
}

.searchItem .searchBody {
  clear: both;
  font-size: 12px;
  color: #000;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #ddd;
}
.searchItem .searchBody A {
  font-size: 12px;
}
.searchItem A {
  color: #664100;
}

.path {
  padding: 5px 0px 5px 12px;
  margin: 2px 0 2px 0;
  text-align: left;
  color: #000;
  font-size: 11px;
  background: #F9F9F9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.path A {
  color: #444;
  font-size: 11px;
  text-decoration: underline;
}

.usrInfo {
  text-align: left;
  
}

