<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile_header {
padding: 6px 10px;
background-color: #fefefe;
margin: 0;
width: 100%;
color: #35353a;
font-size: 13px;
font-family: 'Arial';
}

.header_left {
width: 50%;
}

.header_right {
width: 50%;
text-align: right;
}

/*
.profile_out_wrapper {
	background: black;
}
*/
.profile_in_wrapper {
padding: 0;
margin: 0;
width: 100%;
border-spacing: 0;
margin-top: 10px;
}

.col_left {
padding-right: 10px;
width: 50%;
}

.dialog {
width: 100%;
border-spacing: 0;
margin: 0 auto;
}

.dialog th,
.window_wrapper th {
	color: #121212;
	text-align: left;
	height: 35px;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
    line-height: 36px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
    background-color: #f8f8f8;
	text-transform: capitalize;
	font-weight: normal;
}

td.row1, tr.row1 td {
padding: 5px 0 5px 10px;
border-bottom: 1px solid #e8e8e8;
color: #353535;
background-color: white;
}

td.row2, tr.row2 td {
padding: 5px 0 5px 10px;
border-bottom: 1px solid #e8e8e8;
color: #353535;
background-color: rgb(248, 248, 248);
}

td.row_sel, tr.row_sel td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #e8e8e8;
	color: #353535;
	background: #E7E7E7;
}

.row1 a,
.row2 a {
	color: #438dbf;
	text-decoration: none;
}

.window_wrapper {
width: 750px;
margin: 0 auto;
border-spacing: 0;
}
.bordered {
background: black;
border: 1px solid rgb(229, 229, 229);
}

.row1 .bordered, .row2 .bordered, .row_sel .bordered {
	border: 0;
	background: black;
}






















/* The menu used on profile pages
----------*/
.sm_container {
	position: relative;
	height: 30px;
}
.sm_box, .sm_box_hover {
	overflow: hidden;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sm_box { height: 100%; z-index: 1001; }
.sm_box_hover {
	height: auto;
	z-index: 1002;

	-moz-box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
}
.sm_cover {
	background-image: url('../images/icons/sm_cover.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	z-index: 1001;
	width: 100%;
	display: none;
}
.sm_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sm_list li a {
	background-color: #F8F8F8;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid rgb(195, 195, 195);
	padding: 3px 0;
	text-decoration: none;
	color: rgb(106, 144, 198);
}
.sm_list li a:hover {
	background-color: #BEBEBE;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid rgb(190, 190, 190);
	padding: 3px 0;
}
.sm_list_head {
	background-color: #E4E4E4;
	color: #aaaaaa;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgb(190, 190, 190);
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
}

.scrollbox_outer { overflow: auto; width: auto; }
.scrollbox_inner { width: 100%; }
</pre></body></html>