@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}
a:link {
  font-weight: bold;
  text-decoration: none;
  color: #ff0000;
}
a:active {
  font-weight: bold;
  text-decoration: none;
  color: #ff0000;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ff0000;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #ff0000;
}
form {
  margin: 0px;
  padding: 0px;
}
input, select, textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
input.title {
  width: 250px;
}
h1 {
  font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
 }
h2 {
  font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
  font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h5 {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
  margin-top: 0px;
}
.error_msg {
  background-color: #d98900;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  width: 300px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #000000;
}
.error_msg_inline {
  color: #ff0000;
  font-size: 90%;
}
.require_asterix {
  color: #ff0000;
  font-weight: bold;
}

/**
 * Layout
 */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#cols_holder {
  float: left;
  width: 960px;
}
#leftcol {
  float: left;
  width: 192px;
}
.container_leftcol {
  width: 187px;
  margin-left: 5px;
}
#right_col {
  float: right;
  width: 768px;
}
#right_cols_container {
  float: right;
  width: 768px;
}
.container_content {
  float: left;
  width: 576px;
}
.container_rightcol {
  float: right;
  width: 187px;
  margin-left: 5px;
}
.container_footer {
  height: 22px;
  width: 955px;
  margin-left: 5px;
  padding-top: 8px;
  clear: both;
  text-align: center;
}
#extras_container {
	background-image: url(images/extras.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 179px;
	width: 768px;
	margin-bottom: 5px;
}
.extra_title {
	height: 22px;
	width: 758px;
	padding-top: 8px;
	padding-left: 10px;
}
.extra_item {
	padding: 10px;
	float: left;
	height: 159px;
	width: 172px;
}
.extra_title a:link {
	color: #FFFFFF;
}
.extra_title a:active {
	color: #FFFFFF;
}
.extra_title a:visited {
	color: #FFFFFF;
}
.extra_title a:hover {
	color: #FFFFFF;
}
.extra_item a:link {
	color: #FFFFFF;
}
.extra_item a:active {
	color: #FFFFFF;
}
.extra_item a:visited {
	color: #FFFFFF;
}
.extra_item a:hover {
	color: #FFFFFF;
}

/**
 * popupWindow BEGIN 
 */
.popupWindow {
  width: 700px;
  background-color: #d98900;
  border: 2px solid #000000;
  float:left;
}
.popupWindow > .close {
  float: right;
  text-align: right;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.popupWindow > .close > a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.popupWindow > .title {
  font-weight: bold;
  color: #ffffff;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}
.popupWindow > .content {
  width: 670px;
  background-color: #FFFFFF;
  margin: 3px;
  padding: 10px;
  border: 1px solid #000000;
  float: left;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}

/**
 * Formularze 
 */
.tableForm {
}
.tableForm td {
  	padding: 4px;
  	vertical-align: top;
}
.tableForm td.title {
  	width: 200px;
}
.tableForm td.center {
  	text-align: center;
}

/**
 * Kolumny! Układy itp
 */
.mid_cols_container {
  	float: left;
  	width: 576px;
	margin-bottom: 10px;
  	clear: both;
}
.single_col {
  	float: left;
  	width: 187px;
  	margin-left: 5px;
}
.double_col {
  	float: left;
  	width: 379px;
  	margin-left: 5px;
}
.triple_col {
  width: 571px;
  margin-left: 5px;
}


.path_info {
  width: 571px;
  margin-left: 5px;
  padding-top: 3px;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 3px;
  font-weight: normal;
  clear: both;
}
.path_info a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.path_info a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.path_info a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.path_info a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF0000;
}


/**
 * Fakowe elementy makiety!
 */
div.fake_obj {
 padding: 10px;
 background-color: #eeeeee;
 color: #666666;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 100px;
 height: 100px;
}

/**
 * Forum, Komentarze
 */
.comments_header {
	margin-top: 15px; 
	border-top: 1px dashed #cccccc; 
	padding-top: 5px;
}

.comments_add_form {
	padding-top: 5px;
}
.comments_add_form table {
	width: 100%;
}
.comments_add_form table td.avatar {
	width: 64px;
	vertical-align: top;
}
.comments_add_form table td.avatar div {
	width: 60px; 
	border: 1px solid #cccccc; 
	padding: 2px;
}
.comments_add_form table td.avatar a {
	font-size: 0;
}
.comments_add_form table td.avatar a img {
	border: none;
}
.comments_add_form table td.msg textarea {
	width: 495px; 
	height: 100px;
}

.comments_add_form table td.msg input {
	width: 495px;
}

.comments_add_form table td.submit {
	text-align: right;
}
.comments_list {
	padding-top: 5px;
}

.comments_list table {
	width: 100%;
}

.comments_list table td.avatar {
	width: 64px;
	vertical-align: top;
}

.comments_list table td.avatar a img {
	border: none;
}

.comments_list table td.avatar a {
	font-size: 0;
}

.comments_list table td.avatar div.img {
	width: 60px; 
	border: 1px solid #cccccc; 
	padding: 2px;
}

.comments_list table td.avatar div.actions {
	text-align: center;
	margin-top: 3px;
}

.comments_list table td.msg {
	vertical-align: top;
}

.comments_list table td.msg div.msg_header {
	border-bottom: 1px solid #cccccc; 
	float: left; 
	width: 100%; 
	padding-bottom: 2px; 
	margin-bottom: 2px;
}

.comments_list table td.msg div.msg_header div.msg_user {
	float: left;
}

.comments_list table td.msg div.msg_header div.msg_time {
	float: right; 
	color: #bbbbbb;
}

.comments_list table td.msg div.msg_body {
	clear: both;
}

.forum_toc h2 a,
.forum_dirtoc h2 a,	
.forum_toc h1 a {
	color: #000000;
}

.forum_toc .dir {
	margin-bottom: 10px;
}

.forum_toc .thread {
	margin-left: 25px; 
	border-top: 1px solid #cccccc;
	margin-bottom: 5px;
}

.forum_dirtoc .thread {
	border-top: 1px solid #cccccc;
	margin-bottom: 5px;
}

input[type=text], input[type=password], textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border: 1px solid #cccccc; 
	padding: 2px;
}

