@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Abel);

body {
    margin		:	0;
    padding		:	0;
    background	:	#000000;
    font-family	: 	Tahoma, Helvetica, Arial, 'Microsoft Yahei', STXihei, sans-serif;
    font-size	: 	12px;
}

.pink_button{
    height			:	28px;
    background-color:	#EC155B;
    color			:	#FFFFFF;
    border			:	1px solid #EC155B;
    width			:	150px;
    cursor			:	pointer;
    outline			:	none;
    border-radius			: 	5px;
    -moz-border-radius		: 	5px;
    -khtml-border-radius	: 	5px;
    -webkit-border-radius	: 	5px;
    border-radius			: 	5px;
    -o-border-radius		:	5px;
    font-size				:	14px;
}

.previous_button{
    height			:	28px;
    background-color: #cdcdcd;
    color			: #5f5f5f;
    border			:	1px solid #b1b1b1;
    width			:	150px;
    cursor			:	pointer;
    outline			:	none;
    border-radius			: 	5px;
    -moz-border-radius		: 	5px;
    -khtml-border-radius	: 	5px;
    -webkit-border-radius	: 	5px;
    border-radius			: 	5px;
    -o-border-radius		:	5px;
    font-size				:	14px;
}

a img {
    border			: 	none;

}

a:link {
    text-decoration	:	none;
    color 			: 	#2980dd;
}

a:visited {
    text-decoration	:	none;
    color 			: 	#2980dd;
}

a:hover {
    text-decoration	:	underline;
    color 			: #2980dd;
}

a:active {
    text-decoration	:	none;
    color 			: #2980dd;
}

td.trans {
    border: 5px solid rgb(227, 227, 227); 			/* default border color for browsers without rgba support */
    border: 5px solid rgba(255, 255, 255, 0.3); 	/* rgba for transparency */

    -moz-background-clip: padding; 					/* for Mozilla browsers*/
    -webkit-background-clip: padding;   			/* Webkit */
    background-clip: padding-box; 					/* for browsers that fully support background clip */

    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
}

.menu_title{
    font-family: 'Abel', sans-serif;
    font-size		:	22px;
    color			:	#000000;
}

.left_bank_menu a{
    color:#848484;
}

.left_bank_menu a:hover{
    color			:	#000000;
    text-decoration : 	none;
}

.home_news_title a{
    font-size		:	16px;
    color			:	#000000;
    text-decoration : 	none;
    font-weight		:	bold;
}

.home_news_title a:hover{
    color			:	#2980dd;
    text-decoration : 	none;
}

a.header_link{
    color	:	#555;
}

table.footer_top a{
    color			:	#9BB3BF;
    text-shadow		:	0px -1px 0px rgba(0, 0, 0, 0.8);
}

table.footer_top a:hover{
    color			:	#0AAFEE;
    text-decoration	:	none;
}

table.footer_bottom a{
    color			:	#CCCCCC;
    text-shadow		:	0px -1px 0px rgba(0, 0, 0, 0.8);
}

table.footer_bottom a:hover{
    color			:	#FFFFFF;
    text-decoration	:	none;
}

#table_speedid{
	border: 5px solid rgba(255, 255, 255, 0.3); 	/* rgba for transparency */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(../images/background.jpg);
	/* Center and scale the image nicely */
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
/*
.atspeedid{
    position: absolute;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	
}
*/
#table_speedid table{
	padding: 15px;
}

#speedID_button{
	width: 350px;
	height: 40px;
	background: #44cf34;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 7px;
	margin: 5px 0 30px 0;
	padding: 7px 2px 5px 2px;
	outline: none;
	cursor: pointer;
    box-shadow: 0 3px 0 0 #002220;
}

#speedID_button:active {
	border: none;
}

.question{
    color: #dfe354;
    font-size: 17px;
    font-weight: bold;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.answer{
    font-size: 17px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.last{
    padding-top: 20px;
}

.sub-answer{
    padding-left: 25px;
    padding-bottom: 1px;
}