/*-----------------------------------------------------
	riam css print
	
	version: 1.0
	date:    2004.09.30
	author:  erational.org
------------------------------------------------------*/


/* Main structure ------------------------------------*/
html, body {
  margin:0;
  padding:0;
  background: #646363; 
  color: #9c9a9a;
  font:x-small Verdana, Arial, sans-serif;
  /*text-align: justify;*/
}

body {
	width: 900px;
}

a {
	text-decoration: none;
	color: #FF001E;	
}

a:hover {
	text-decoration: none;
	color: #EF7987;	
}

/* Blocks ------------------------------------*/ 
#lang {
	position: absolute;
	top:   7px;
	left: 600px;	
	word-spacing: 10px;
	text-align: right;
	width: 325px;	
}

#main {
	position: absolute;
	left: 600px;
	top: 35px;
	width: 332px;	
	z-index: 3;	
	text-align: justify;
}

#main_print { display:none; }

#main_top    {
	background-image: url(../interface/label_top.png);
	height: 32px;
	margin: 0;
}
#main_main   {	
	background-image: url(../interface/label_middle.png);
	margin: 0;
	padding: 0 12px 1px 12px;
	font-size: 10px;
	/*text-align: justify;*/
	/*border: 1px solid #0f0; 	 /* DEBUG */
	color: #000;
}
#main_bottom {
	background-image: url(../interface/label_bottom.png);
	height: 32px;
	margin: 0;
}

#main_footer {
	margin: 11px 0;
	text-align: center;	
}

#main_footer a 		 { color:#9c9a9a;}
#main_footer a:hover { color:#C1C1C1;}

#flash {
	position: absolute;	
	/*border: 1px solid #f00;	DEBUG */
	width:   930px; 
	height:  500px;
	top: 35px;	
	z-index: 2;
}
#flashflash {
	background: #f00;
	width:   580px; 
	height:  500px;
}


/* Text ------------------------------------*/ 
h1 {	font-size: 14px;}
h2,h3 {	font-size: 11px;}
p {
	/*text-align: justify; ?? */
}

#main h1 {
	margin-top: 0;
}

/* Form ------------------------------------*/
input.riam {
	border-top:    2px solid #000;
	border-left:   2px solid #000;
	border-right:  2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #E2E2E2;
	font-size: 11px;
	margin: 4px 2px;
} 
input.ok {
	background-image: url(../interface/but_ok.png);

	
}

