body
{
	margin: 0;
/*	background: #eaeaea url(../images/new/main_bottom_center.png) repeat-x left bottom;*/
	height: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../images/new/alpha.png) no-repeat fixed 100% 100%;
}

div.main_top
{
	background: #111111 url(../images/new/header_back.gif) repeat-x 0 0;
	padding: 6px 12px 6px 12px;
	height: 20px;
}

div#screen
{
	background: url(../images/new/body_back.png) repeat-x left top;
	width: 100%;
	height: 300px;
}

div#screen p
{
	margin: 0 0 5px 0;
	font-size: 12px;
}

div.window
{
	position: absolute;	
 	min-width: 180px;
 }

div.window div.top_left div.close_button
{
	width: 15px;
	height: 90px;
	margin: 12px 0px -75px 13px;
	background: url(../images/new/close_button.png) no-repeat 0 0;
	cursor: pointer;
}

div.window div.top_left>div.close_button
{
	height: 15px;
}

div.window div.top_left div.close_button:active
{
	background-position: 0 -75px;
}

div.window div.top_right div.options_button
{
	width: 15px;
	height: 90px;
	margin: 12px 0px -75px 4px;
	background: url(../images/new/options_button.png) no-repeat 0 0;
	cursor: pointer;
}

div.window div.top_right>div.options_button
{
	height: 15px;
}

div.window div.top_right div.options_button:active
{
	background-position: 0 -75px;
}

div.window div.top_left
{
	height: 30px;
	width: 30px;
	background: url(../images/new/top_left.png) no-repeat right bottom;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:-30px;
	float: left;
}

div.window div.top_center
{
	background: url(../images/new/top_center.png) repeat-x left bottom;
	text-align: center;
	height: 30px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right:40px;
	cursor: move;
}

div.window div.top_center div
{
	padding-top: 13px;
	color: #CCC;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #333 2px 2px 2px;
}

div.window div.top_right
{
	background: url(../images/new/top_right.png) no-repeat left bottom;
	height: 30px;
	width: 40px;
	float: right;
	margin-top:-30px;
	margin-right:0px;
}

div.window div.middle_left
{
	background: url(../images/new/middle_left.png) repeat-y left top;
	padding-left: 10px;
	margin-left:0px;
}

div.window div.middle_left div.window_options_holder
{
	position: relative;
	margin-left: -17px;
	z-index: 200;
	height: 0px;
	display: none;
}

div.window div.middle_center
{
	color: #FFF;
	vertical-align: top;
	background: url(../images/new/middle_center.png);
	overflow: auto;
	min-height: 64px;
	position: relative;
	top: 0;
	bottom:0;
	height: 100%;
}

div.window div.options
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:100; 
	width: 100%;
	text-align:center;
}

div.window div.options div.optionsContent
{ 
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/new/options_back.png) left bottom no-repeat;
	padding-bottom: 25px;
	text-align: left;
}

div.window  div.options div.optionsContentSmall
{ 
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/new/options_back_small.png) left bottom no-repeat;
	padding-bottom: 25px;
}

div.window div.options select
{
	font-size: 10px;
	margin-top: 3px;
}

div.window div.options label
{
	font-size: 12px;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 10px 0 0px 0;
	text-align: center;
}


div.window div.middle_center div h2
{
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div.window div.middle_center div p
{
	padding: 0px 0px 10px 0px;
}

div.window div.middle_center div label
{
	font-size: 12px;
	opacity: 1;
} 

div.window div.middle_right
{
	background: url(../images/new/middle_right.png) repeat-y right top;
	padding-right: 18px;
}

div.window div.bottom_left
{
	height: 30px;
	width: 30px;
	background: url(../images/new/bottom_left.png) no-repeat right bottom;
	margin-bottom: -30px;
}

div.window div.bottom_center
{
	background: url(../images/new/bottom_center.png) repeat-x left bottom;
	height: 30px;
	margin-left:30px;
	margin-right:40px;
	
}

div.window div.bottom_right
{
	background: url(../images/new/bottom_right.png) no-repeat left bottom;
	float: right;
	margin-top: -30px;
	margin-right:0px;
	height: 30px;
	width: 40px;
}

div.window div.bottom_right div.resize_handle
{
	width: 15px;
	height: 15px;
	margin: 0px 0px 0px 7px;
	background: url(../images/new/resize_handle.png) no-repeat 0 0;
	cursor: nw-resize;
}

div.window span.icon
{
	border: 1px solid white; 
	width: 32px;
	height: 32px;
	margin: 20px 25px 20px 15px; 
	float: left;
 }

div.window img.icon
{
	width: 32px;
	height: 32px;	
}

div.window form
{
	margin-top: -20px;
}

div.window form input
{
	padding: 0;
	font-size: 10px;
	margin-bottom: 1px;
}

#window_puzzle #puzzleframe
{
	border-width: 1px;
	border-style: solid;
	width: 182px;
	height: 182px;
	left: 0px;
	top: 0px;
	position: absolute;
	border-color: #222 #666 #666 #222;
	background: url(../images/new/puzzle_back.png);
}

#window_puzzle #puzzleframe.withoutImages img
{
	display: none;
}

#window_puzzle #puzzleframe.withImages table.number
{
	display: none;
}

#window_puzzle #puzzleframe table.number
{
	width: 100%;
	height: 100%;
}

#window_puzzle #puzzleframe table.number td
{
	text-align: center;
	color: #FFF;
}

#window_puzzle div.square
{
	background-color: #444;
	border-style: solid;
	border-width: 1px;
	border-color: #888 #222 #222 #888;
	text-align: center;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	margin: 1px -1px -1px 1px;
}


#window_puzzle div#doneLayer h3
{
	font-weight:bold;
	margin: 0 0 4px 0;
	font-size: 16px;
}

#window_puzzle div#doneLayer
{
	color: #FFF;
	font-size: 13px;
	text-align: center;
	bottom: 16px;
	position: absolute;
	left:0;
	right: 0;
	z-index:100;
	cursor: pointer;
	width: 100%;
	text-shadow: #333 2px 2px 2px;
}

#desktop
{
	padding: 55px 10px 10px 10px;
}

div.iconview
{
	font-size: 12px;
	position: absolute;
	padding-top:15px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.iconview a
{
	cursor:pointer;
	display: block;
	width: 100px;
	float: left;
	margin: 0px;
	text-align: center;
}

div.iconview a img
{
	width: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.iconview a span
{
	height: 2.3em;
	display:block;
}

div.iconview a span span
{
	display: inline;
	padding: 2px;
	color: #333;
	text-shadow: #999 2px 2px 2px;
}

div.iconview a.selected span span
{
	color: #FFF;
	text-shadow: none;
	background-color: #333;	
}

div.inactive div.iconview a.selected span span
{
	background-color: #555;
}


div#browser_back_button
{
	width: 20px;
	height: 20px;
	background: url(../images/new/browser_nav_buttons.png) no-repeat 0 0;
	margin-bottom:-20px;
	cursor: pointer;
}

div#browser_forward_button
{
	width: 20px;
	height: 20px;
	background: url(../images/new/browser_nav_buttons.png) no-repeat -20px 0;
	margin-bottom:-20px;
	margin-left:20px;
	cursor: pointer;
}

div#browser_back_button.active:active
{
	background-position: 0 -20px;
}

div#browser_forward_button.active:active
{
	background-position: -20px -20px;
}

div#browser_back_button.inactive
{
	background-position: 0px -40px;
}

div#browser_forward_button.inactive
{
	background-position: -20px -40px;
}

div.slider_thumb
{
	width:20px;
	height:20px;
	background: url(../images/new/slider_thumb.png) no-repeat 0 0;
	cursor:move;
}

div.slider_thumb:active
{
	background-position: 0 -20px;
}

div.slider_track
{
	margin:4px 0 0 0;
	height:20px;
	background: url(../images/new/slider_back.png) no-repeat 0 0;
	width:140px;
}

a.button
{
	background: url(../images/new/button_left.png) no-repeat 0 0;
	padding: 0 0 0 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	height: 28px;
	margin-top: 10px;
	font-size: 12px;;
}

a.button span
{
	padding: 5px 10px 8px 0px;
	background: url(../images/new/button_right.png) no-repeat 100% 0;
	float: left;
}

a.button:active
{
	background-position: 0 -28px;
	color: #333;
}

a.button:active span
{
	background-position: 100% -28px;
}

div#copyright
{
	left: 10px;
	bottom: 10px;
	position: absolute;
	font-size: 9px;
	color: #999;
}

#lanuchEffects
{
	height: 0px;
	z-index: 300;
}

