* {
  margin: 0;
  padding: 0;
}
 
body {
  color: #000;
  background-color: #f5f5f5;
  width:100%;
  font-family:"DejaVu Sans", helvetica, Arial, sans;
  font-size:12px;
}



#header {
	height:80px;
	width:100%;
	text-align: left;
	background-image: url('../images/template/header.png');
	background-repeat: repeat-x;
}

#header img, #footer img {
	border: 0px;
	text-decoration:none;
}

#content {
	text-align: left;
	position:absolute;
	top:90px;
	width:1000px;
	left:50%;
	margin-left:-500px;
}

#footer {
	text-align: center;
	clear:both;
}

#menu {
	position:absolute;
	top:90px;
	width:200px;
	left:50%;
	margin-left:-500px;
}

#message {
	text-align: left;
	position:absolute;
	top:0px;
	width:750px;
	left:50%;
	margin-left:-300px;
}

#box {
	text-align: left;
	position:absolute;
	top:90px;
	width:350px;
	left:50%;
	margin-left:-225px;
	border:1px solid #000;
	padding:50px;
	background-color: #fff;
}


#divpopupbox {
	position:absolute;
	left:50%;
	top:50%;
	background-color: #fff;
	margin-left:-150px;
	margin-top:-150px;
	width:400px;
	
	border:1px solid #000;
	
	font-size:12px;
}

div.messagebox {
	margin-bottom:20px;
	width:100%;
	margin-bottom:20px;
	border:1px solid #d0d3d7;
	padding:10px 10px 10px 10px;
	background-color:#f9f9f9;
	overflow: hidden;
}

a.snk3_button {
	color:#fff;
	display:block; 
	width:150px; 
	height:25px;
	background-color: #343433;
	border: 1px solid #ededed;
	text-align:center; 
	text-decoration:none;
	font-size:12px;
	margin-top:2px;
	line-height:25px; 
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

a.snk3_button:hover {
	background-color: #ededed;
	/*background-color: #fff;*/
	color:#000;
	border: 1px solid #000;
}

a.titleLink  {
	text-decoration:none;
	color:#000;
	
}

table.showList {
	background-color:#343433;
	border:1px solid #000;
	width:100%;
}

th.showListTitle {
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

table.showList tr {
	font-size:10px;
}

tr.row0 {
	background-color:#c4c4c4;
}

tr.row1 {
	background-color:#f1f3f4
}

a.titleLink {
	color:#345b87;	
}

td a {
	color:#000;
}

tfoot td a {
	color:#fff;
}

pre {
	background-color:#f6efe0;
}


