A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
input,select,textarea,table,p,td {font-family: Verdana,  sans-serif; font-size:11px}
input,select,textarea {
	padding: 1px;
}
.bg1 {background-color:#FFFFFF}
/* .bg2 {background-color:#333333} */
.header {color:white;font-weight:bold;text-align:center;}
.menu_bg {background-color: #CCCCCC}
a:link {color:black;font-family: Verdana,  sans-serif; font-size:11px}
a:hover {color:black;font-family: Verdana,  sans-serif; font-size:11px}
a:visited {color:black;font-family: Verdana,  sans-serif; font-size:11px}
a:active {color:black;font-family: Verdana,  sans-serif; font-size:11px}

.headers {
	font-family: Verdana,  sans-serif;
	color: white;
	font-weight: bold;
	background-color: #FF9900;
	font-size: 12px;
	text-align: center
}
.headerImage{
	position: relative;
	height: 100px;
	margin-top: -30px;
	margin-bottom: -55px;
	width: 100%;
	height: 230px;
}
.require {
	color: red;
}
.error {
	color: red;
	text-align: center;
}

.main_container{
	position: absolute;
	margin-top: 100px;
	margin-left: 500px;
	margin-right: 200px;
	text-align: center;
}
.button_a > button{
	width: 150px;
}
.button_container{
	margin-top: 25px;
}
.button_a{
	text-decoration: none!important;
}

.search_project{
	height: 40px;
	font-size: 15;
	background: #2196f3;
	color: white;
	outline: none;
	border-radius: 50px;
	border: 0;
	cursor: pointer;
	margin-right: 4px;
}
.search_project:hover{
	background: #71b9f3;
}
.statistics{
	height: 40px;
	font-size: 15;
	background: #e88913;
	color: white;
	outline: none;
	border-radius: 50px;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}
.statistics:hover{
	background: #f5af5a;
}

select{
	margin-top: 5px;
}



html,body {
	height: 100%;
}
body {
	background-color:white;
	font-family: Verdana, sans-serif; 
	font-size:12px;
	min-width:1343px;
}
html {
	font-family: Verdana, sans-serif;
}
.box {
	width: 500px;
	background-color: white;
}
.box1 {
	width: 400px;
	background-color: white;
	padding: 6px;
}
input,select,textarea {
	font-size: 11px;
	background-color: white;
	border: 1px solid #666666;
}
#main-menu {
	position: absolute;
	top: 5px;
	left: 5px;
}
#main-menu table {
	border: 1px solid #666666;
	border-collapse: collapse;
	background-color: white;
}
#main-menu td {
	border: 1px solid #666666;
}
#main-menu a {
	text-decoration: none;
	color: black;
}
#main-menu a:hover {
	text-decoration: none;
	color: #cc0000;
}
.no-border {
	border:none;
	background: none;
}
.nobr {
	white-space: nowrap;
}
.q_box {
	background-color: #f8f8f8;
	border: 1px dashed gray;
	padding: 15px;
}
.exist {
	border: 1px solid blue;
	color: navy;
}
h2 {
	font-size: 16px;
	text-align: center;
	font-family: Trebuchet MS;
	color: navy;
}
h3 {
	font-size: 13px;
	font-family: Trebuchet MS;
}

input, select{
	outline-color:#83ace4!important;
	margin-top: 3px!important;
}

option{
	outline: none;
}
