/* stylesheet - layout */

body {
	background-color:#000;
	margin:0px;
	border:none;
	padding:0px;
	font-size:0.7em;
	color:#000;
	font-family:Verdana,Arial,sans-serif }

body div { text-align:left }
input, p, label, form { margin:0px }

h1, h2, h3, h4, h5, h6 { margin:0px }

h1 { font-size:1.2em }
h2 { font-size:1.1em }
h3 { font-size:1.0em }
h4 { font-size:0.9em }
h5 { font-size:0.8em }
h6 { font-size:0.7em }
			
table {
	border-collapse:collapse;
	border-spacing:0px;
  font-family:Verdana,Arial,sans-serif;
  font-size:1em }
	
img { vertical-align:bottom }
.red { color:#FF0000 }
.strong { font-weight:bold }
	
/*--- links common ---*/
a:link, a:visited, a:active, a:hover { text-decoration:none }
a:link { color:#fff } 
a:visited { color:#fff }
a:active { color:#777 }
a:hover { color:#777 }
a img { border:none }

ul, li { }

/* --- layout --- */
#box {
	text-align:left;
	width:1478px }

#popup {
  display:none;
  position:absolute;
  border:2px solid #CCC;
	border-style:ridge;
	text-align:right;
	background-image:url("../icons/popup_bg.gif");
	background-repeat:repeat-x;
  z-index:1 }

#popup img.close {
  margin-left:auto;
  cursor:pointer;
  cursor:hand }  
  
#box div {
  width:80px;
  height:80px;
  float:left;
  margin:1px 1px 1px 1px;
  z-index:0 }

