tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
}

.tborder tbody tr:last-child > td:last-child {
}

.thead {
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.post.classic .post_author {
}

.pagination a {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pollbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.error {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
   	 border-radius: 6px;
}

#menu {
    float: left;
    margin-top: -20px;
}

.dbtn {
	cursor: pointer;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 15px;
	min-width: 100px;
	transition: .3s;
	padding: 0px 15px;
}

.dd {
    background: #42587fd1;
    border-radius: 4px;
    padding: 25px;
    position: relative;
    display: inline-block;
}

.dd-c {
 	display: none;
    position: absolute;
    background-color: #4a4956;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 70px;
    border-radius: 5px;
    right: -35px;
}

.dd-c a {
 	color: black;
	padding: 5px 15px;
	width: 215px;
	text-decoration: none;
	display: block;
	border: 0;
}

.dd-c a:hover {
	color: #f1f1f1
}

.dd:hover .dd-c {
  display: block;
}

.dd-c a {
    color: #fff;
    float: left;
    text-align: center;
    font-size: 13px;
    min-width: 101px;
    transition: .5s;
    padding: 15px;
}

.dd-c a:hover {
    color: #9390b7;
}

#panel .logo {
	color: #ffffff;
    margin-top: -10px;
	margin-right: 20px;
    font-size: 15px;
    float: left;
}

.login-register {
	float: right;
    margin-top: -9px;
}

.login-thead {
	background: #37384c;
    color: #ffffff;
    font-size: 17px;
    padding: 25px;
}

.login-usern {
	background: #252431;
    color: #c3c2d4;
    padding: 25px;
    font-size: 15px;
}

.login-pass {
	background: #1c1c27;
    color: #c3c2d4;
    padding: 25px;
	font-size: 15px;
}

.login-lost-rem {
	background: #252431;
    color: #c3c2d4;
    padding: 25px;
    font-size: 15px;
}

.log-in {
	background: #1c1c27;
    color: #c3c2d4;
    padding: 25px;
    font-size: 15px;
}
		
		
		
		