@font-face {
    font-family: 'quark-light';
    src: url('../fonts/quark-light-webfont.eot');
    src: url('../fonts/quark-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quark-light-webfont.woff') format('woff'),
         url('../fonts/quark-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	font-family: "Verdana", Tahoma;
}
.header {
	width: 100%;
	height: 115px;
	background:url(../images/bg_h.jpg)#DFDFDF;
	border-bottom: 3px solid #4097EE;
}
#logo {
	background:url(../images/logo_allweb.png);
	width:87px;
	height:84px;
	float:left;
}
.header_wrapper {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.header_wrapper h2 {
	color: #039;
	text-shadow:#FFF 1px 1px;
	font-family: 'quark-light';
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0 5px 10px;
	padding: 20px 10px 0px 40px;
}
#container {
	/*width: 980px;*/
        width :80%;
	margin:auto;
	background-color:#CCC;
}
.profile {
	padding:6px 0 5px 30px;
}
.profile img {
	width:100px;
	height:100px;
}
.topic_post {
	background-color: #428bca;
	color: #fff;
	text-align: left;
	padding: 8px 10px;
	border-bottom: solid 2px #06F;
}
.detail-profile {
	text-align:center;
	margin-bottom:5px;
	font-size:12px;
}
.clr{ clear:both;}

.footer {
	width: 100%;
	height: 75px;
	background-color: grey;
}
.footer_wrapper {
        padding-top: 10px;
	width: 80%;
        color: white;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer_wrapper p{
        line-height: 13px;
}
.alert {
	color: red;
}
.topicLink {
	text-decoration: none;
	font-size: 13px;
	color: #000;
}
.textfield {
	font-size: 14px;
	border: none;
	border: #C0C0C0 1px solid;
	padding: 3px 5px;
	background-color: #FEFCE0;
}
.table {
}
.table th {
	background-color: #428bca;
	color: #fff;
	text-align: left;
	padding: 8px 10px;
	border-bottom: solid 2px #06F;
	font-size:14px;
}
.table td {
	border-bottom: solid 1px #e0e0e0;
	padding: 5px 6px;
}
.table tr.odd td {
}
.table tr:hover td {
	background: #f6f7f7;
}
.table a.ico {
}
/*______________________________  CSS เปลี่ยนหน้า _______________________________*/

.boxnaigtoruser a /* ลิงค์ ที่อยู่ใน a จะไม่มีเส้น*/ {
	text-decoration: none;
}
.boxnaigtoruser {
	font-size:12px;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	background:#F9F9F9;
	border:solid 1px #F2F2F2;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxnaigtoruser img {
	cursor: pointer;
}
.boxnaigtoruser span {
	color: #fff;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	background-color: #499CF8;
	margin-right: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.boxnaigtoruser .nomarbox {
	color: #999;
	padding: 2px 5px 2px 5px;
	background-color: #DBDBDB;
	margin-right:2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.boxnaigtoruser .loopbox {
	color: #999;
	padding: 2px 5px 2px 5px;
	background-color: #DBDBDB;
	margin-right:2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*____________________________________________________________________________*/
