@charset "utf-8";
/* CSS Document */

body
{
	background-color:#666;	
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;		
	color:#0F0;
	
}



#mainWindow
{
	
	display: block;
  	position:relative;
  	background-color:#333;
	font:Tahoma, Geneva, sans-serif;
  	width: 956px;
  	height:388px;
  	top:250px;
  	left:0px;
  	margin: 0 auto;  
 	padding:0;
	  	
}


#textField
{
	position:absolute;
	top:25px;
	left:10px;
	width:605px;
	height:345px;
	border-color:#660;
	font-size:60%;
	background-color:#333;
	/*background-color:#003;
	border-style:solid;
	border-width:4px;*/
	/*overflow:auto;*/

	
}

#textFieldAux
{
	position:absolute;
	top:25px;
	left:641px;
	width:312px;
	height:440px;
	background-color:#333;
	/*border-color:#E5E5E5;
	border-style:dashed;
	border-width:1px;
	*/
	
}

#display2_a
{
	position:absolute;
	top:5px;
	left:629px;	
		
}
#display2_b
{
	position:absolute;
	top:453px;
	left:629px;	
		
}
#display2_left_bar
{
	position:absolute;
	top:36px;
	left:629px;
	
}
#display2_right_bar
{
	position:absolute;
	top:30px;
	left:936px;
	
}
            
/* LEFT */
#border
{
	position:absolute;
	top:0px;
	left:-12px;
}

/*RIGHT*/
#border2
{
	position:absolute;
	top:2px;
	left:606px;
}



#navBar
{
	position:absolute;
	top:-225px;
	left:-25px;
}
#monoTv
{
	position:absolute;
	top:-246px;
	left:600px;
}

#monoRobot
{
	position:absolute;
	top:254px;
	left:600px;
	visibility:hidden;
}
#monoFon
{
	position:absolute;
	top:372px;
	left:-8px;
}


#leftFrame
{
	width:605px;
	height:345px;
	background-color:#333;
	
}
#rightFrame
{
	width:315px;
	height:415px;
	/*background-color:#333;*/
	
}


/* CSS reset  v1.0*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
/*font-size: 100%;*/
vertical-align: baseline;
/*background: transparent;*/
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

