.ngsForum {
	text-align: left;
	font-size: 1.1em;
        width: 984px;
        margin: 0px auto;
        position: relative;        
}
.ngsForum #user_info {
  position: absolute;
  right: 0px;
  top: -70px;
  z-index:100;
}
.ngsForum h2 {
	text-align: left;
	color: #1959A3;
        margin: 20px 0px;
        position: relative;
}
#body .ngsForum h2 a {
        color: #1959A3;
        text-decoration: none;
}
.ngsForum h2 .right_link {
    font-size: 12px;
    color: #EC1313;
    font-weight: bold;
    margin-top: 5px;
    display: block;    
}
#body .ngsForum h2 .right_link a {
    color: #EC1313;
    text-decoration: underline;
}
#body .ngsForum a {
	color: #EC1313;
}
.ngsForum .topicHeader {
    background:url("../../images/layout/diskuze/h3_bg.jpg") repeat-x scroll 0 0 transparent;
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
    height:28px;
    margin:0;
    padding:10px 0 0 11px;
}
#body .ngsForum .topicHeader a {
    font-size: 17px;
    text-decoration: none;
    color:#FFFFFF;
}
.ngsForum .topicContent {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 11px;
    margin-bottom: 20px;
}
.ngsForum .subtopics,
.ngsForum .posts {	
	background-color: #FFF;
	width: 100%;
	font-size: 0.9em;
}
.ngsForum .subtopics tbody td,
.ngsForum .subtopics thead th {
	padding: 0.6em;
}
.ngsForum .subtopics tbody td {
	border-top: 1px solid #ccc;
}
.ngsForum .subtopics thead th {
	text-align: center;		
}
.ngsForum .subtopics thead th.subtopicName {
	text-align: left;	
}
.ngsForum .subtopics tbody td.subtopicName {
	text-align: left;
	color: #AE001C;
}
.ngsForum .subtopics .subtopicName {
	width: 45%;
}
.ngsForum .subtopics .subtopicNameLittle {
        width: 30%;
}
.ngsForum .subtopics .subtopicSS,
.ngsForum .subtopics .subtopicPosts {
	width: 15%;
}
.ngsForum .subtopics .subtopicSS,
.ngsForum .subtopics .subtopicPosts,
.ngsForum .subtopics .lastPost {
	text-align: center;
}
.ngsForum .posts tbody td,
.ngsForum .posts thead th {
	padding: 0.4em;
}
#body .ngsForum .subtopics tbody td a {
	color: #EC1313;
}
#body .ngsForum .subtopics tbody td.subtopicName a {
    font-weight: bold;
}
.ngsForum .posts h4 {
	font-size: 1.1em;
	color: #000;
}
.ngsForum .posts .authorPart {
	width: 12em;
	font-size: 0.9em;
	text-align: center;
}
.ngsForum .posts .authorPart img {
	background-color: #ccc;
	border: 1px solid #999;
	padding: 3px;
	margin-top: 1em;
}
.ngsForum .posts .messagePart {
	vertical-align: top;
}
.ngsForum .posts .messagePart .date {
	display: block;	
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.ngsForum .posts .messagePart h4 {
	margin-bottom: 0.5em;
        color: #ca001c;
}
.ngsForum .posts .messagePart p {
	color: #000000;
	font-size: 12px;
        margin-top: 5px;
}
.ngsForum .posts .postDivide {
	border-top: 1px solid #ccc;
}
.ngsForum .standard_button, .ngsForum .posts button {
    background:url("../../images/layout/diskuze/button_bg.jpg") repeat-x scroll 0 0 transparent;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    float:right;
    font-family:Arial;
    font-weight:bold;
    height:28px;
    margin-top:15px;
    padding:4px;
    text-align:center;    
    font-size: 13px;
}
.ngsForum .posts button {
    float: none;
    margin-top: 0px;
}
.formAddPost {
	background-color: #FFF;
	margin-bottom: 1em;
	width: 100%;
}
.formAddPostNotLogged {
    width: 277px;
}
.formAddPost h3 {
    background:url("../../images/layout/diskuze/h3_bg.jpg") repeat-x scroll 0 0 transparent;
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
    height:28px;
    margin:0;
    padding:10px 0 0 11px;
}
.formAddPost legend {
	display: none;
}
.formAddPost .addPostFieldset {

}
.formAddPost .addPostFieldset .error_list {
    color: #EC1313;
}
.formAddPost .addPostFieldset .fields li {
    
}
.formAddPost .addPostFieldset label {
	font-weight: bolder;
	width: 80px;
	float: none;
	display: block;
	clear: left;
	padding-top: 3px;
}
.formAddPost .addPostFieldset input {
	width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        font-family: Arial;
        height: 27px;
        border: 1px solid #dadada;
        #padding-top:5px;
        #padding-left: 3px;
}
.formAddPost .addPostFieldset textarea {
	width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        font-family: Arial;
        border: 1px solid #dadada;
}
.formAddPost #login input[type="text"],
.formAddPost #login input[type="password"] {
	margin-right: 150px;
	width: 200px;
}
.formAddPost .loginRequired {
	padding: 1em;
        background: none repeat scroll 0 0 #EEEEEE;
}
.formAddPost .loginButton,
.formAddPost .loginRegister {
	display: inline;
}
.formAddPost #login,
.formAddPost #logout {
	margin-bottom: 0;
}
.ngsForum .formBackLink {	
        text-align: right;
        font-size: 12px;
        font-weight: bold;
}
.ngsForum .loginFForm {
    
}
.ngsForum .formAddPost #loginFForm label {
    font-size: 12px;
    color: #000000;   
}
.ngsForum .formAddPost #loginFForm input {
	width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        font-family: Arial;
        height: 27px;
        border: 1px solid #dadada;  
        margin-right: 0px;
        display:block;
}
.ngsForum .formAddPost #loginFForm table {
    width: 100%;
}
.ngsForum .formAddPost #loginFForm table .first {
    width: 120px;
}
.ngsForum #login .button_link {
    background:url("../../images/layout/diskuze/register_button_bg.jpg") repeat-x scroll 0 0 transparent;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:right;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    height:12px;
    margin-top:0;
    padding:8px 8px 8px;
    text-align:center;
    text-decoration:none;    
}
.ngsForum #login .standard_button {
    padding: 4px;
    margin-top: 0px;    
}
.ngsForum .topicDeletedInfo {
    text-align: center;
    font-style: italic;
}

.ngsForum .wysiwyg_content table {
    border-collapse:collapse;
    border:1px solid #cccccc;
    margin:10px 0px 10px 0px;
}
.ngsForum .wysiwyg_content table tr td {
    border: 1px solid #cccccc;
    padding:5px;
    text-align:left;
}
.ngsForum .wysiwyg_content table.tableCenter tr td {
    border: 1px solid #cccccc;
    padding:5px;
    text-align:center;
}
.ngsForum .wysiwyg_content table tr th {
    background: #CCCCCC;
    padding:5px;
    text-align: center;
    border:1px solid #cccccc;

}
