/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
@charset "utf-8";
body{
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color:#222;
	line-height: 1.4;
	}
a{
	text-decoration: none;
	font-weight: normal;
	color:#4581c1;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#f58220;
}
.imglink{
	border:0;
}
.imglink:hover{
	opacity:0.80;
}
img{
	max-width:100%;
}
input.button, button.button {border:none; color:#FFF; cursor:pointer; padding:7px 20px; background:#333; font-size:14px;transition: all 200ms ease 0s; }
.button:hover{background:#666;}
input.inputbox, select.inputbox, textarea.inputbox{
	text-indent:5px;
	border:1px solid #CCC;
	min-height:30px;
	max-width:100%;
	}
.hint{ color:#CCC;}
p { margin-top: 13px; margin-bottom: 10px; padding:0; }
h1{ font-size:30px; font-weight:bold; margin:15px 0 15px 0}
h2{ font-size:25px; font-weight:bold; margin:15px 0 15px 0}
h3{ font-size:20px; font-weight:bold; margin:10px 0 10px 0;}
h4{ font-size:17px; margin:8px 0 8px 0;}
h5{ font-size:15px; margin:8px 0 8px 0;}
h1, h2, h3, h4, h5, h6{
}

img { border: 0 none; }
select { border:1px solid #7f9db9;}
hr{ border:none; border-top:1px dotted #CCCCCC; background:none;}
#stl-content img, #stl-content iframe, #stl-right img{ max-width:100%;}
.break{clear:both;}
/* table list */
table.list{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
	width:100%;
	}
table.list tr td{
	padding:5px 3px 5px 3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#FFFFFF;
	}
table.list tr.title td{ font-weight:bold; text-align:center; background:#F6F6F6}
table.list tr td p{margin:3px 0;}


.blstyle1{
	margin-bottom:15px;
	}
.blstyle1 .b-title{
	margin:0;
	padding:10px 0 5px 20px;
	line-height:30px;
	vertical-align:middle;
	min-height:45px;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	background:#3366ff;
	}
.blstyle1 .b-content{
	border:1px solid #00a13a;
	padding:10px;
	border-top:0;
}
#message{
	margin-top:10px;
	margin-bottom:10px;
}
.modheading{
	color:#666;
	font-size:30px;
	font-weight:normal;
	margin:13px 0 20px 0;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	}
#stl-right .block .b-title{
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	margin:15px 0;
}
#stl-right .block{
	margin-bottom:25px;
}
