html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html {
	overflow-y: scroll;
	overflow-x: auto;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding: 5px 0px 10px 0px;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
}
li {
	list-style-type: disc;
	margin-left: 20px;
}
blockquote {
	margin-left: 15px;
}

.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}
.hr {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	background-color: #dddddd;
	margin: 10px 0px;
}

.btn-ct {
	margin: 10px 0px 10px 0px;
}
.btn-ct .btn {
		margin: auto;
}
.btn-ct-left .btn {
		margin: 0px;
}
.btn {
	cursor: pointer;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
input.btn {
	border: none;
}



.member-pic-border {
	border: 1px solid #dddddd;
}

/* Search cloud */
.search-cloud {
	height: 96px;
	overflow: hidden;
}
.search-cloud div {
	float: left;
	line-height: 24px;
	margin-right: 5px;
}
.search-cloud div a {
	text-decoration: none;
}
.search-cloud div a:hover {
	text-decoration: underline;
}

/* Forum latest messages */
.forum-latest-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
.forum-latest-table td {
	padding: 5px 0px;
	white-space: nowrap;
}
.forum-latest-table .subject {
	width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.forum-latest-table .time {
	color: #777777;
}

/* SPECIAL CLASSES */

/* PPForm */
.pp-form {
	overflow: hidden;
}
.pp-form-msg {
	display: none;
	border: 2px solid #1283cc;
	padding: 5px 5px 5px 25px;
	background: #ffffff url(../images/icons/tick.png) no-repeat 5px 5px;
	line-height: 16px;
	margin-bottom: 10px;
}
.pp-form-msg-error {
	border-color: #ffcc00;
	background-image: url(../images/icons/information.png);
}

.pp-form-field-ct input {
	padding: 3px;
}
.pp-form-field-ct textarea {
	padding: 3px;
}
.pp-form-field-ct select {
	padding: 3px;
}
.pp-form-field-ct input.pp-form-checkbox {
	float: left;
	height: 16px;
	width: 16px;
}

.pp-form-field-invalid-msg {
	display: none;
	border: 2px solid #ffcc00;
	padding: 2px 5px 2px 25px;
	background: #ffffff url(../images/icons/information.png) no-repeat 5px 2px;
	margin: 2px 0px 5px 0px;
	line-height: 16px;
}
.pp-form-headline {
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
}
.pp-form-space {
	line-height: 0px;
	font-size: 0px;
	height: 10px;
}

.pp-form-table .pp-form-field-ct td {
	vertical-align: top;
}
.pp-form-table-label-td {
	padding: 5px 5px 0px 0px;
}

.pp-form-fields-only .pp-form-field-ct {
	margin-bottom: 2px;
}
.pp-form-btn-ct {
	margin-top: 5px;
}
.pp-form-btn-ct .btn {
	margin: 0px;
}
.pp-form-btn-ct-center .btn {
	margin: auto;
}
.pp-form-table .pp-form-btn-ct {
	margin-top: 0px;
}
.pp-form-table .pp-form-btn-ct td {
	padding-top: 5px;
}

.pp-form-labels-top .pp-form-field-ct {
	margin-bottom: 5px;
}

.pp-form-box-label {
	float: left;
	padding-left: 5px;
}

/* Ext STUFF */
.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.ext-el-mask-msg {
    cursor:wait;
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #1283cc;
    background: #f9f9f9;
    padding: 5px 10px;
}
.ext-el-mask-msg div {
    cursor:wait;
}
.x-mask-loading div {
	padding-left: 20px;
  background: transparent url(../images/loading.gif) no-repeat 0px 0px;
  line-height: 16px;
}
.x-masked {
    overflow: hidden !important;
}

.x-masked select, .x-masked object, .x-masked embed {
    visibility: hidden;
}


/* COMMON CLASSES */
.amount-td {
	white-space: nowrap;
	padding-left: 10px;
	text-align: right;
}

.smart-session-msg {
	text-align: left;
	margin: 0px 0px 10px 0px;
	border: 2px solid #1283cc;
	color: #444444;
	padding: 5px 5px 5px 25px;
	background: transparent url(../images/icons/information.png) no-repeat 5px 5px;
}
.smart-session-msg-warning {
	border-color: #ffcc00;
	background-image: url(../images/icons/error.png);
}
.smart-session-msg-error {
	border-color: #ffcc00;
	background-image: url(../images/icons/error.png);
}


/* Comments */
.comment-actions {
	margin-top: 8px;
}
.comment-actions div {
	font-size: 10px;
	margin-top: 2px;
}
.comment-actions a {
	color: #777777;
}
.comment-hidden {
	color: #bbbbbb;
}

/* TBL */

.tbl {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}
.tbl td {
	border-bottom: 1px solid #dddddd;
	padding: 2px 5px;
}
.tbl td table td {
	border-bottom: none;
	padding: 1px;
}

.tbl2 {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}
.tbl2 td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 2px 5px;
}
.tbl2 td table td {
	border-right: none;
	border-bottom: none;
	padding: 1px;
}
.bgclass1 {
	background-color: #fbfbfb;
}
.bgclass2 {
	background-color: #f0f0f0;
}

.tbl_header {
	background: #efefef;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}
.tbl_dark_border_under td {
	border-bottom-color: #999999;
}

.label1 {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
