@import url("public.css");
@import url("admin.css");

html{color:#000;}
body {font-family:Tahoma,Verdana;font-size:12px; margin:0; padding:0; }
table {font-size: 12px;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
li{list-style:none; display:inline;}
caption,th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

td {text-align:left; margin-left: 10px; }
th {text-align:left; font-weight:bold; }
tr {vertical-align: top; margin: 5px;}
/*table { spacing: 20px; padding: 3px; }*/
select { font-size: 10px; }

a {
 text-decoration: none;
 cursor: hand; /*pointer*/
 outline: none;
}

a.links {
  font-weight: bold;
	color: #ffffff;
}
a:hover {
 outline: none;
 color: #00006f;
}

img {
  border: 0;
}
label.inside {
 float: none;
 clear: none;
 width: auto;
}

input textarea {
 border: 1px solid;
 padding: 0;
 margin: 0;
}

.fl { float: left; }
.fr { float: right; }
.bottom { vertical-align: bottom; }
.blue { color: #0078B6; }

/*.box {
 background: url(../images/trans_white_80.png);
 border: 1px solid #eaeacf;
 padding: 0px 10px 10px 10px;
 margin: 0;
 overflow: hidden;
} */

.flatButton {
  background-color: #707080;
	font-size: 12px;
	font-weight: bold;
	/*width: 100px;*/
	cursor: hand;
	border: 1px solid #999999;
	font-family: "Century Gothic", Tahoma, Verdana;
	color: #FFFFFF;
}

.confirmTitle {
	 font-family: "Century Gothic", Tahoma, Verdana;
	 font-size: 12px;
	 font-weight: bold;
	 text-align:center;
}

.clearfix:after,.container:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix,.container {
 display: inline-block;
}
* html .clearfix,* html .container {
 height: 1%;
}
.clearfix,.container {
 display: block;
}
.clear {
 clear: both;
}
a.sales {
  font-weight: bold;
	color: #202020;
	font-size:12px;
}

