body {
	background: #2f3f4e url(../../../images/v2/bg.png) top repeat-x;
	color: #222;
	text-align: center;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

a:link, a:visited {
	color: #1359AE;
	outline: 0;
	text-decoration: none;
}

a:hover, a:active {
	color: #C62222;
	outline: 0;
	text-decoration: underline;
}

#container {
	background: url(../../../images/v2/container.png) repeat-y;
	width: 978px;
	color: #222;
	text-align: left;
	margin: auto auto;
}

#content {
	width: 920px;
	margin: auto;
	line-height: 1.4em;
}


#panel {
	background: #efefef;
	color: #000000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}

table {
	color: #222;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #ccc;
	width: 100%;
	margin: auto auto;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.thead {
	background: #026CB1 url(../../../images/v2/thead.png) top left repeat-x;
	color: #ffffff;
	padding: 7px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.thead a:link, .thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #ADCBE7 url(../../../images/v2/tcat2.png) repeat-x;
	color: #fff;
	font-size: 12px;
}

.tcat a:link, .tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #fff;
}

.tcat2 {
	background: #ADCBE7 url(../../../images/v2/tcat2.png) repeat-x;
	color: #fff;
	font-size: 12px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.tcat2 a:link, .tcat a:visited {
	color: #fff;
	text-decoration: none;
}

.tcat2 a:hover, .tcat a:active {
	color: #fff;
	text-decoration: underline;
}

.trow1 {
	background: #f5f5f5;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.trow2 {
	background: #F1F1F1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(../../../images/v2/thead.png) top left repeat-x;
	color: #ffffff;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.tfoot a:link, .tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	padding: 2px;
	border: 1px dotted grey;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

textarea {
	background: #ffffff;
	color: #000000;
	line-height: 1.4;
	padding: 2px;
	border: 1px dotted grey;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

#header {
	background: transparent url(../../../images/v2/header.png) no-repeat;
	height: 115px;
	position: relative;
}

#header_home_link {
	position: absolute;
	width: 600px;
	height: 100px;
	top: 7px;
	left: 0;
}

#logo, #logo_with_tagline {
	text-decoration: none;
	color: #FFF;
	font-family: "Rockwell", Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 48px;
	left: 25px;
	text-shadow: #17222C 1px 1px 1px;
}

#logo_with_tagline {
	top: 38px;
}

#tagline {
	color: #AABBC8;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 70px;
	left: 25px;
	text-shadow: #17222C 1px 1px 1px;
}

#header_search {
	width: 210px;
	height: 45px;
	position: absolute;
	top: 40px;
	right: 25px;
}

#search_input {
	position: absolute;
	left: 13px;
	top: 13px;
	width: 160px;
	font-size: 14px;
	border: solid 1px #FFF;
}

.overlabel {
	color: #888888;
	position: absolute;
	top: 14px;
	left: 17px;
	z-index: 1;
	padding: 2px;
	border: 1px dotted grey;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.overlabel-apply {
	color: #888;
	position: absolute;
	top: 14px;
	left: 17px;
	z-index: 1;
}

#navigation {
	height: 54px;
	background: url(../../../images/v2/navigation.png) no-repeat;
	position: relative;
}

#subscribe {
	color: #FFF;
	position: absolute;
	height: 20px;
	width: 939px;
	top: 17px;
	right: 20px;
	text-align: left;
}

#subscribe a {
	text-decoration: none;
	font-weight: bold;
	background-color: #5992b6;
	padding: 3px 4px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: #3D1618 0 1px 1px;
	border-top: solid 1px #e5f1f9;
	border-bottom: solid 1px #e5f1f9;
	position: relative;
	top: 1px;
}

#subscribe #rss_icon_link {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -12px;
	right: 232px;
	border: none;
	background: none;
}

#subscribe a:hover {
	background-color: #8e121a;
}


.after_post_rss {
	margin-top: 20px;
	padding: 20px 20px 20px 75px;
	background: url(../../../images/v2/after_post_rss.png) no-repeat 17px 17px #FFFCD5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #F2E0AC;
}

#footer {
	clear: both;
	height: 80px;
	background: url(../../../images/v2/footer.png) no-repeat;
	position: relative;
}

#copyright {
	color: #AEC0C9;
	position: absolute;
	top: 20px;
	left: 40px;
}

#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-shadow: #2D3D4D 0 1px 1px;
}

#copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}

#copyright .copyright_owner {
	color: #DDEEF3;
}

#site_map {
	position: absolute;
	width: 500px;
	height: 25px;
	top: 20px;
	right: 40px;
	text-align: right;
	color: #424F62;
}

#site_map a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-shadow: #2D3D4D 0 1px 1px;
	margin-left: 12px;
}

#site_map a:hover {
	text-decoration: none;
}

#credits {
	clear: both;
	text-align: center;
	position: relative;
	top: -5px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #5C6D7C;
}

#credits a {
	text-decoration: none;
	color: #9AABB9;
}

#credits a:hover {
	color: #FFF;
	text-decoration: none;
}

.iletisim {
	background: transparent url(../../../images/v2/iletisim.png) no-repeat left center;
	padding-left: 20px;
}

.yukari {
	background: transparent url(../../../images/v2/yukari.png) no-repeat left center;
	padding-left: 20px;
}

.arsiv {
	background: transparent url(../../../images/v2/arsiv.png) no-repeat left center;
	padding-left: 20px;
}

.anasayfa {
	background: transparent url(../../../images/v2/anasayfa.png) no-repeat left center;
	padding-left: 20px;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
}

.navayrac {
	background: transparent url(../../../images/v2/ok.gif) no-repeat left center;
	padding-left: 13px;
	vertical-align: text-top;
}

.navbit {
	background: transparent url(../../../images/v2/nav_bit.gif) no-repeat left center;
	padding-left: 15px;
	vertical-align: text-top;
}

.alt_forumlar {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt_forumlar li {
	width: 50%;
	float: left;
}

.yazar a:link, .yazar a:visited {
	color: #333333;
	text-decoration: none;
}

.yazar a:hover, .yazar a:active {
	color: #333333;
	text-decoration: none;
}

.moderasyon {
	background: #FAFCFE url(../../../images/v2/moderasyon.png) center left no-repeat;
	color: #465584;
	background-color: #FAFCFE;
	border-left: 4px solid #b28383;
	border-right: 1px dotted #000;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 4px;
	padding-left: 50px;
	margin: 0px auto 8px auto;
}

/* Footer Linkler hikayesi böyle başladı */
.ft {
	text-align: left;
	color: #fff;
	width: 910px;
	margin: auto;
	padding: 6px
}

.ft_box {
	padding:12px
}
.ft_h2 {
	font-size:1.3em;
	color: #999;
	margin-bottom: 6px;
	margin-left: 2px
	text-shadow: 1px 1px 0 white;
}

.ft_h2_bottom_1 {
	border-top: 1px solid #DDD
}

.ft_h2_bottom_2 {
	border-bottom: 1px solid #595959;
	margin-top: -2px
}

.ft_h1 ul {
	list-style-image: url(../../../images/v2/ul.png);
	margin-left: 0
}

.ft a {
	color: #999;
	text-shadow: 1px 1px 0 white;
}

.ft a:hover {
	color: #19579E;
	text-shadow: none
}

/* footer link hikayesi şimdide bitti :'( */


/*sağlı ve sollu paneller böyle başladı */
a:link {
	color: #026CB1;
	text-decoration: none;
}

a:visited {
	color: #026CB1;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container1 {
	width: auto;
	background: #fff;
	color: #000000;
	margin: auto auto;
	padding: 0px 5px;
	text-align: left; /* IE 5 fix */
	padding-top: 2px;
}



.menuuser1 a{
color:#fff;
padding:5px;
display:inline-block;
font-weight:700;
}
.menuuser1 a:hover,.menuuser1 a:focus,.menuuser1 a:active {
    background-color: rgb(75, 103, 161);
text-decoration: none;}
#search{
	display: inline-block;
}
#navsearch {
    margin: 3px 0px 0px 4px;
    position: relative;
    width: 250px;
}


.userheader1 a{
    display: inline-block;
    vertical-align: bottom;
    line-height: 35px;
    font-size: 11px;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    color: #000;
    line-height: 1.4;
    text-align: center;
    direction: ltr;
    background: #fff;
}
.navheader {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
}

.menu ul {
	color: #000000;
	font-weight: bold;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;display:block;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;background-color: rgb(239, 242, 247);
}

.menu ul {
	list-style: none;
	margin: 0;
}
.menu img {
	padding-right: 5px;
	vertical-align: top;
}


#panel .links {
	margin: 0;
	float: right;
}

#panel {
border-bottom: 1px solid rgb(19, 55, 131);
background-color: rgb(59, 89, 152);
box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.52);
	color: #000000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	position: fixed !important;
	z-index: 300;
	left: 0px;
	right: 0px;
	top: 0px;
padding-top: 6px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

.navigation1 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
    background-color: rgb(242, 242, 242);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    margin: 0px -5px;
    padding: 0px;
height:25px;
}

.navigation1 a{
    color: rgb(86, 86, 86);
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(219, 219, 219);
    display: inline-block;
    font-weight: bold;
    margin-right: 0px;
    padding: 3px 3px 3px;
}

.navigation1 a:link {
	text-decoration: none;
}

.navigation1 a:visited {
	text-decoration: none;
}

.navigation1 a:hover, .navigation a:active {
	text-decoration: underline;
}

.navigation1 .active {
    font-size: 13px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #fff;
	padding: 3px 3px 3px;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.container_12 .grid1 {width: 170px;padding: 10px 0px 0px 0px;}
.container_12 .grid4 {width: 490px;}
.container_12 .grid8 {border-width:1px;border-style:none solid solid;border-color:#ccc;width: 728px;padding: 10px 5px 10px 5px;}
.grid1,
.grid4,
.grid8 {
  display: inline;
  float: left;
}
.width{
margin-left: 10px;
margin-right: 10px;
}
.container_12:before,
.container_12:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.container_12:after {clear: both;}
.container_12 {zoom: 1;}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

#pm_notification {
    background-color: rgb(216, 223, 234);
    border-radius: 2px 2px 2px 2px;
    color: rgb(59, 89, 152);
    font-weight: bold;
    left: -2px;
    padding: 0px 4px;
    position: relative;
    display: inline-block;
    font-family: tahoma, sans-serif;
    font-size: 10px;
}

/*böylede bitttiii */
.trow3 {
	background: #F1F1F1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-radius: 6px 0px 0px 6px;
}
.trow4 {
	background: #F1F1F1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-radius: 0px 6px 6px 0px;
}
.trow5 {
	background: #FFF;
	border-top: 2px solid #FFF;
	border-left: 1px solid #FFF;
}
.trow6 {
        font-family: Tahoma;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
}

.trow5.over:hover {background-color: #dee3e7}
.trow6.over:hover {background-color: #f7eed2}

.header-avatar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	background-color: #DDDDDD;
	border: 1px solid #BEBEBE;
	padding: 2px;
}

.header-avatar:hover {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
} 

a.y-konu {
    display: block;
    width: 152px;
    height: 30px;
    background: url(../../../images/v2/y-konu.gif) left 0 no-repeat;
    text-indent: -50cm
}

a.y-konu:hover {
    background-position: 0 -30px
}

a.y-cevap {
    display: block;
    width: 163px;
    height: 30px;
    background: url(../../../images/v2/y-cevap.gif) left 0 no-repeat;
    text-indent: -50cm
}

a.y-cevap:hover {
    background-position: 0 -30px
}



.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.navigation2 {
	background: #e5f1f9;
	color: #0f0f0f;
	border-top: 1px solid #5992b6;
	border-bottom: 1px solid #5992b6;
	border-left: 2px solid #5992b6;
	border-right: 2px solid #5992b6;
	text-align: left;
	padding: 5px 10px;
	font-size: 11px;
}

.navigation2 a:link {
	color: #035084;
	text-decoration: none;
}

.navigation2 a:visited {
	color: #035084;
	text-decoration: none;
}

.navigation2 a:hover, .navigation a:active {
	color: #000;

	text-decoration: none;
}

.navigation2 .active {
	color: #333333;
	font-size: 11px;
        font-family: Tahoma;
	font-weight: bold;
}

a.threadbt {
	float: right;
	margin: 0 0 0 20px;
}

a.threadbt, a.threadbt:link, a.threadbt:visited {
	background: rgb(230,230,230) url(../../../images/v2/effect.png) repeat-x;
	color: rgb(125,125,125);
	padding: 4px 9px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
	float: left;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.threadbt, a.threadbt:hover, a.threadbt:active {
	background: rgb(230,230,230) url(../../../images/v2/effect2.png) repeat-x;
	color: rgb(125,125,125);
	padding: 4px 9px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
	float: left;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.threadbt2 {
	font-weight: bold;
	font-size: 11px;
	background: rgb(230,230,230) url(../../../images/v2/effect.png) repeat-x;
	color: rgb(125,125,125);
	padding: 2px 3px;
	border: 1px solid #bababa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.threadbt2, a.threadbt2:link, a.threadbt2:visited {

	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.threadbt2, a.threadbt2:hover, a.threadbt2:active {
	text-transform: uppercase;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.threadbt2:first-letter {
	font-size: 12px;
	color: blue;
}



a.closedbt, a.closedbt:link, a.closedbt:visited {
	background: rgb(250,200,200) url(../../../images/v2/effect.png) repeat-x;
	color: rgb(125,125,125);
	padding: 4px 9px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
	float: left;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.notlar1 {
background: #f7efb7 url(../../../images/v2/notlar/not1.png) no-repeat 6px center; color: #7d6e26; border: 1px solid #bcc07a;
}

.notlar2 {
background: #f6dcdc url(../../../images/v2/notlar/not2.png) no-repeat 6px center; color: #cd5454; border: 1px solid #deaaaa;
}

.notlar3 {
background: #c8daf0 url(../../../images/v2/notlar/not3.png) no-repeat 6px center; color: #6a7fb4; border: 1px solid #9aaddc;
}

.notlar4 {
background: #CDE69B url(../../../images/v2/notlar/not4.png) no-repeat 6px center; color: #7CA529; border: 1px solid #99CC33;
}

.notlar1, .notlar2, .notlar3, .notlar4 {
padding: 4px 14px 4px 28px; margin-bottom: 10px; padding: 4px 14px 4px 28px; margin-bottom: 10px;
}

.notlar1 span, .notlar2 span, .notlar3 span, .notlar4 span {
float: right;
}

.notlar1 a, .notlar2 a, .notlar3 a, .notlar4 a {
font-weight: bold; padding-left: 7px;
}

.notlar1 a {
color: #7d6e26;
}

.notlar2 a {
color: #cd5454;
}

.notlar3 a {
color: #6a7fb4;
}

.notlar4 a {
color: #7CA529;
}

.baslik_bbcode {
    clear: both;
    height: 25px;
    margin: 5px 0 0 0;
    padding-left: 21px;
    background: url(../../../images/v2/notlar/baslik_bbcode.png) no-repeat left;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #ccc
}
fieldset {
    padding: 5px;
    padding-top: 8px;
    border: 1px solid #a8a8a8;
    background: #f5f5f5;
}

legend {
    padding: 1px 5px;
    border: 1px solid #a8a8a8;
    background: #ddd;
}

.bkz {
    background-color:#ffcc66;
    padding:2px;
    margin: 15px 0 15px 0;
    width:80%;
} 

.thead2 {
	background: #026CB1 url(../../../images/v2/thread2.png) top left repeat-x;
	color: #ffffff;
	padding: 7px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.thead2 a:link, .thead2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead2 a:hover, .thead2 a:active {
	color: #ffffff;
	text-decoration: underline;
}

.yodofooo {
    position: absolute;
    margin-top: 15px;
    margin-left: 20px;
}

/* forum kolonları*/
.thead30 {
        background: #4986ac;     
        background-image: -moz-linear-gradient(#639bbe, #4986ac);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#639bbe), to(#4986ac));
        background-image: -webkit-linear-gradient(#639bbe, #4986ac);
        background-image: -o-linear-gradient(#639bbe, #4986ac);
        background-image: -ms-linear-gradient(#639bbe, #4986ac);
        background-image: linear-gradient(#639bbe, #4986ac);
	color: #fff;
        border-color: #0264d2;
        border: 1px solid #4e8ab0;
	padding: 9px;
	font-family: 'Segoe UI', Arial, Verdana, Sans-Serif;
	font-size: 15px;
        font-weight:bold;
        -webkit-box-shadow: inset 0px 1px 0 #78aed0;
        -moz-box-shadow: inset 0px 1px 0 #78aed0;
        box-shadow: inset 0px 1px 0 #78aed0;
        border-width: 1px 1px 0 1px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
}


.thead30 a:link {
	color: #f1f1f1;
	text-decoration: none;
}

.thead30 a:visited {
	color: #f1f1f1;
	text-decoration: none;
}

.thead30 a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}


.tcat30 {
        background: #EEE url(../../../images/fortress/thead-login.png) repeat-x 0 0;
        padding: 8px;
        color: #727272;
	font-size: 12px;
}

.tcat30 a:link {
	color: #727272;
}

.tcat30 a:hover, .tcat a:active {
	color: #fff;
}

.tcat30 a:hover, .tcat a:active {
	color: #fff;
}

.trow30 {
	background: #fff;
	border-top: 1px solid #d2d2d2;
	padding: 6px;
}

.trow30 {
	background: #fff;
	border-top: 1px solid #d2d2d2;
	padding: 6px;
}

.trow30_shaded {
	background: #ffdde0;
}

.trow30_selected td {
	background: #FFFBD9;
}

.trow30_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot30 {
        background: #4986ac;     
        background-image: -moz-linear-gradient(#639bbe, #4986ac);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#639bbe), to(#4986ac));
        background-image: -webkit-linear-gradient(#639bbe, #4986ac);
        background-image: -o-linear-gradient(#639bbe, #4986ac);
        background-image: -ms-linear-gradient(#639bbe, #4986ac);
        background-image: linear-gradient(#639bbe, #4986ac);
	color: #DDD;
	text-shadow: 0 1px 0 #3f3f3f;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
}

.tfoot30 a:link {
	color: #f1f1f1;
	text-decoration: none;
}

.tfoot30 a:visited {
	color: #f1f1f1;
	text-decoration: none;
}

.tfoot30 a:hover, .tfoot a:active {
	color: #fff;
}
.tborder30 {
	width: 100%;
	margin: auto auto;
	border: 1px solid #D2D2D2;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
        -moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 6px 0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
}
.trow50 {
	border-right: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	background: #fff;
	padding: 6px;
}

.menu1 ul {
	color: #000000;
	font-weight: bold;
	text-align:-webkit-left;
	padding: 1px;
}

.menu1 ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu1 ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu1 ul a:hover, .menu1 ul a:active {
	color: #4874a3;
	text-decoration: none;
}

a.tooltip {outline:none;text-decoration:none;border-bottom:dotted 2px blue;}
    a.tooltip strong {line-height:30px;}
    a.tooltip > span 
    {
	    max-width:350px;
	    padding: 10px 20px;
	    margin-top: 20px;
	    margin-left: -85px;
	    opacity: 0;
	    visibility: hidden;
	    z-index: 10;	   
	    position: absolute;

	    font-family: Arial;
	    font-size: 12px;
	    font-style: normal;  
        	    
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -o-border-radius: 3px;
	    border-radius: 3px;
	    
	    
        -webkit-box-shadow: 2px 2px 2px #999;
	    -moz-box-shadow: 2px 2px 2px #999;		
	    box-shadow: 2px 2px 2px #999;	    
	    
	    -webkit-transition-property:opacity, margin-top, visibility, margin-left;
	    -webkit-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    -moz-transition-property:opacity, margin-top, visibility, margin-left;
	    -moz-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    -o-transition-property:opacity, margin-top, visibility, margin-left;
	    -o-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	    transition-property:opacity, margin-top, visibility, margin-left;
	    transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  
	    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    }
    
    /*a.tooltip > span:hover,*/
	a.tooltip:hover > span
	{
		opacity: 1;
		text-decoration:none;
		visibility: visible;
		overflow: visible;
		margin-top: 35px;
		display: inline;
		margin-left: -100px;		
	}

	a.tooltip span b {
    
		width: 15px;
		height: 15px;
		margin-left: 20px;
		margin-top: -19px;
			
		display: block;
		position: absolute;

		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
			
		-webkit-box-shadow: inset -1px 1px 0 #fff;
		-moz-box-shadow: inset 0 1px 0 #fff;
		-o-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
			
		display: none\0/;
		*display: none;
	}
    
a.tooltip > span {
	color: #000000; 

	background: #FBF5E6;
	background: -moz-linear-gradient(top, #FBF5E6 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBF5E6), color-stop(100%,#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF5E6', endColorstr='#FFFFFF',GradientType=0 );
	    
	border: 1px solid #CFB57C;	     
}    
	  
a.tooltip span b {
	background: #FBF5E6;
	border-top: 1px solid #CFB57C;
	border-right: 1px solid #CFB57C;
}   

.quote1 {
	background: #FFE9AC url(/attachment.php?aid=120) top left no-repeat;
	width: 80%;
	color: #465584;
	background-color: #FFE9AC;
	border-left: 0px solid #FFCB3D;
	border-right: 3px solid #FFCB3D;
	border-top: 0px dotted #000;
	border-bottom: 6px solid #FFCB3D;
	padding: 4px;
	padding-left: 50px;
	margin: 0px auto 8px auto;
}

#secimyapti {
        display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background-color: #8e121a;
	padding: 2px 2px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: #3D1618 0 1px 1px;
	border-top: solid 1px #e5f1f9;
	border-bottom: solid 1px #e5f1f9;
	position: relative;
	top: 1px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 8px; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0 -8px 0 0; font-size: 13px; }
#shoutbox .head .right a { padding: 8px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { display: table-cell; padding: 6px; }

#shoutbox .avatar { height: 22px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #555; word-break: break-all; word-wrap: break-word; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle; }
#shoutbox .info a { color: inherit; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }

table.forumh {
   width:100%;
   margin: 0px auto auto;
   clear:both;
   background: #fff;
	
}

table.forumh h3 hr{
   width:98%;
   filter:alpha(opacity=60);
   opacity:0.6;
	
}

table.forumh h3.forumdisplay{
   text-align:center;
	
}

table.forumh h3  img {
   margin-right:1px;
   vertical-align:text-bottom;  
   max-width:30px;
   max-height:25px;
   filter:alpha(opacity=60);
   opacity:0.6;
	
}

table.forumh h3 span {
    font-size: 12px;
	
}

table.forumh ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
	
}

table.forumh ul li {
   list-style: none;
   width: 50%;
   margin-bottom:3px;
   float: left;
	
}

table.forumh ul li table {
   width: 99%;
   min-height: 100px !important;
   margin: auto auto;
   background: #fafdff;
   border: 1px solid #5992b6;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 5px;
   height: 100px;
}

table.forumh ul li table td img {
   max-width:150px;
   max-height:120px;
 
}

table.forumh ul li table div {
    font-size: 12px;
	
}

table.forumh ul li table div.last {
    font-size: 12px;
	
}
		