@charset "utf-8";
h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #900;
}
a:hover {
	color: #F60;
}
#con #mainContainer {
	padding: 10px;
}

#mainContainer #left {
	float: left;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
}
#LeftMenu .MenuT {
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	color: #d34f01;
	background-image: url(../../images/user/userbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 15px;
}
#LeftMenu .MenuT2 {
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #d34f01;
	background-image: url(../../images/user/userTbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 15px;
	border: 1px solid #f1c19d;
}#userinfo {
	margin: 0px;
	padding: 0px;
}
#userinfo #userimg {
	padding: 3px;
	height: 120px;
	width: 120px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	border: 1px solid #CCC;
}
#userinfo #gouhome {
	text-align: center;
	margin-bottom: 10px;
	line-height: 25px;
	font-weight: bold;
}
#userinfo #gouhome a {
	color: #F60;
}

#LeftMenu ul {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#LeftMenu ul .MenuLi {
	font-size: 13px;
	line-height: 25px;
	list-style-type: none;
}
#LeftMenu ul .ThisPage {
	font-weight: bold;
}

#LeftMenu ul .MenuLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

#mainContainer #main {
	width: 728px;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#main #nav {
	color: #999;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #nav a {
	color: #999;
}
#main #nav a:hover {
	color: #F30;
}
.avideo {
	float: left;
	height: auto;
	width: 145px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.videoIMG {
	padding: 3px;
	border: 1px solid #CCCCCC;
	height: 90px;
	width: 120px;
	margin-left: 8px;
}
.videoT {
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
	padding-left: 13px;
	padding-right: 13px;
}
.videodesc {
	display: none;
}
.videoTEXT {
	margin-top: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.videoTEXT UL {
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.videodsps {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.videoline {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 100%;
	clear: both;
}
.nohistory {
	color: #999;
	line-height: 25px;
	font-weight: bold;
	padding-left: 15px;
}

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	line-height: 26px;
	color: #000;
	background-image: url(../../images/user/usertitlebg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #f1c19d;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}
