body {
	color: #7b7b7b;
	margin: 0;
	font: 12px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
a:link, a:active, a:visited {
	color: #0c9dd1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff1919;
	text-decoration: underline;
}
a.ico {
	padding-left: 13px;
	background: url(images/ico.gif) no-repeat left center;
}
img {
	border-style: none;
}
hr { margin-top: 2px; margin-bottom: 2px; border-bottom: 1px solid #dfdfdf; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; }
.headed {
	border-bottom: 1px solid #8fdef3;
	background: #b4e8f6 url(http://thietdaik.java4u.mobi/images/head.png) repeat-x 0 top;
}
.head img {
	margin-bottom: -18px;
}
.head a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.auth {
	padding: 4px;
	border-top: 1px solid #d5f6ff;
	border-bottom: 1px solid #baebf8;
	background: #e5f9fe url(http://thietdaik.java4u.mobi/images/auth.gif) repeat-x 50% top;
}
.bomenu {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: 1px solid #ededed;
	background: #d9d9d9 url(http://thietdaik.java4u.mobi/images/title.gif) repeat-x 50% top;
}
.hmenu {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: 1px solid #d9d9d9;
	background: url(http://thietdaik.java4u.mobi/images/main.gif) repeat-x 50% top;
}
.adv {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: 1px solid #b3e5f3;
	background: #f0fcff;
}
.copy {
	color: #fff;
	text-align: center;
	padding: 4px;
	background: #5088b0 url(http://thietdaik.java4u.mobi/images/copy.gif) repeat-x 50% top;
}
.copy a {
	color: #fff;
	border-bottom: 1px dotted #7ad4f0;
}
.count {
	padding: 2px;
}
.q,.quote {
    background-color : #fcfeeb;
    border: 1px solid #e9ebec;
	border-left: 4px solid #8394b2;
    color : #878787;
    font-size : 11px;
    padding-left : 6px;
	margin-top : 5px;
    padding: 3px;
}
span.dow { 
background-color : #f0fcff; 
color : #0c9dd1; 
border-radius:4px;
border: 1px solid #baebf8;
}
span.dow a { 
background-color : #f0fcff; 
color : #0c9dd1; 
border-radius:4px;
border: 1px solid #baebf8;
text-decoration : none; 
} 
input, textarea, select {
    background: #fff;
    border: 1px solid #d0d0d0;
    color: #454545;
    padding: 2px 4px 2px 4px;
    margin: 1px;
}
.smallest {
    font-size: x-small;
}
 
.small {
    font-size: small;
}
 
.medium {
    font-size:medium;
}
 
.large {
    font-size:large;
}
 
.largest {
    font-size:larger;
}
.menu table img {
    padding: 1px;
    margin: 4px 4px 0 0;
    border: 1px solid #d5d5d5;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}
.menu table img:hover {
    box-shadow: 0px 0px 10px #666;
    -moz-box-shadow: 0px 0px 10px #666;
    -webkit-box-shadow: 0px 0px 10px #666;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    position: relative;
    width: 48px;
    height: 48px;
}