/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-color: black; 
}

.deskbackground{
	background-image:url(../images/desk.jpg);
	background-repeat:no-repeat;
	width:810px;

	}

.contentbackground{
	background-color: black;
	background-repeat:repeat;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	display:block;

	}

.blackbackground{
background-color:#000000;
	float:right;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	}

.text{
	font-family: Verdana;	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	}
	
.PwdForgot{
	font-family: Verdana;	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	}	
	
#something{
background:#000000;
	}

#text2{
	font-family: Verdana;	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	background: transparent; 
	}
.Greentext{
	font-family: Verdana;	font-size:15px;
	color:#9dbc96;
	font-weight:bold;
	}
	
	


.Bluetext{
	font-family: Verdana;	font-size:15px;
	color:#93b9e2;
	text-align:left;
	}
	
.Greytext{
	font-family: Verdana;
	font-size:17px;
	color:#FF9900;
	text-align:left;
	}
/* LINKS*/

a.black_link {
	font-family: Verdana;	font-size:15px;
	color:#000000;
	text-align:left;
		text-decoration:underline;
		position:relative;
	}
	
a.black_link:hover{
	font-family: Verdana;	font-size:15px;
	color:#000000;
	text-align:left;
	text-decoration:underline;
	position:relative;	
	}

a.white_link {
	font-family: Verdana;	font-size:15px;
	color:#FFFFFF;
	text-align:left;
		text-decoration:underline;
		position:relative;
	}
	
a.white_link:hover{
	font-family: Verdana;
	font-size:15px;
	color:#FF9900;
	text-align:left;
	text-decoration:underline;
	position:relative;
	}
	
	
a.blue_prices_link {
	font-family: Verdana;	font-size:15px;
	color:#93b9e2;
	text-align:left;
		text-decoration:underline;
		position:relative;
		font-weight:bold;
		font-size:17px;
	}
	


a.blue_prices_link:hover{
	font-family: Verdana;	font-size:15px;
	color:#B9D2ED;
	text-align:left;
	text-decoration:underline;
	position:relative;
	font-weight:bold;
	font-size:17px;
	}
	

a.bottom {
	font-family: Verdana;	font-size:15px;
	color:#fff;
	text-align:left;
		text-decoration:underline;
		position:relative;
		font-size:12px;
	}
	
	


a.bottom:hover{
	font-family: Verdana;	font-size:15px;
	color:#93b9e2;
	text-align:left;
	text-decoration:underline;
	position:relative;
	font-size:12px;
	}

	
	
a.blue_link {
	font-family: Verdana;	font-size:15px;
	color:#93b9e2;
	text-align:left;
		text-decoration:underline;
		position:relative;
	}
	


a.blue_link:hover{
	font-family: Verdana;	font-size:15px;
	color:#93b9e2;
	text-align:left;
	text-decoration:underline;
	position:relative;
	}


#container {
   padding:0px;
   margin:0px;
   width: 548px;
   height:400px;
   }

#translucentbkg {
   width: 548px;
   height:100%;
   background-repeat:repeat;
   background-color:#000000;     
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   padding:0px;
   margin:0px;
}

#opaquetext {
	width:520px;
	padding:20px;
	padding-right:20px;
	background-color: transparent;
	position: absolute;
	font-family: Verdana;	font-size:15px;
	color:#FFFFFF;
	text-align:left;
}



/*--------------*/

#content { 
	position: relative; 
	z-index: 0;
	width:590px;
	height: 100%; 
	padding: 25px;
}

#content_fileExplorer { 
	position: relative; 
	z-index: 0;
	width:800px;
	height: 100%; 
	padding: 25px;
}
#content3 { 
	position: relative; 
	z-index: 0;
	width:800px;
	height: 300px; 
}

#content2 { 
	position: relative; 
	z-index: 0;
	width:590px;
	height: 380px; 
	padding: 25px;
}
#curtain_blank { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background-color: white; 
	opacity: 0.5; 
	z-index: -1; 
	}
	

#curtain { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background-color: black; 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	z-index: -1; 
	}
	
.trans_box2 {
	width:548px;
	font-family: Verdana;	font-size:14px;
	color:#FFFFFF;
  	padding:25px;
	margin-left:-10px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/background_black2.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/background_black2.png);
  width:548px;
  color: #FFFFFF;
}
.style1 {color: #FFFFFF;
	position:relative;}
	
