
/* WINDOWS */

#window_container
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	/*padding-top: 350px;*/
	background-image: url(/images/window_background_01.png);
}

.window
{
	-moz-user-select: none;
	width: 75%;
	max-width: 500px;
	height: auto;
	/*margin: 0px auto;*/
	padding: 5px;
	background-image: url(/images/window_bg_01.png);
}

.window_inner
{
	filter:alpha(opacity=100);
	width: 100%;
	height: auto;
	background-image: url(/images/window_bg_02.png);
}

.window_inner form
{
	border: 0px;
	margin: 0px;
}

.window_button_close
{
	float: right;
}

.window_button_close a
{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-top: 7px;
	outline: none;
}

.window_button_close img
{
	border: 0px;
}

.window_handle
{
	cursor: move;
}

.window_title
{
	color: #ffffff;
	background-color: #383838;
	padding: 5px;
	font-weight: bold;
}

.window_content
{
	padding: 5px;
	padding-top: 8px;
	cursor: default;
}

.window_content .highlight_text
{
	color: #ffffff;
}

.window_buttons
{
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	-moz-user-select: none;
	cursor: default;
}

.window_buttons .button
{
	margin-right: 5px;
	min-width: 50px;
}

.window_messagebox
{
	width: 300px;
}

.window_messagebox_warning
{
	width: 300px;
	background-image: url(/images/window_bg_03.png);
}


/* TABS */

.tabs
{
	border-bottom: 1px solid #808080;
	clear: both;
	height: 21px;
	padding-left: 3px;
	padding-right: 3px;
}

.tab
{
	background-color: #404040;
	margin-top: 1px;
}

.tabs_switch .tab
{
	float: left;
	margin-right: 3px;
}

.tabs_options .tab
{
	float: right;
	margin-left: 3px;
}

.tab a:link,
.tab a:hover,
.tab a:visited
{
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 10px;
	display: block;
}

.tabs_switch a:link,
.tabs_switch a:hover,
.tabs_switch a:visited
{
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: none;
}

.tabs_options a:link,
.tabs_options a:hover,
.tabs_options a:visited
{
	text-decoration: none;
}

.tab a:focus
{
	outline: none;
}

.tab:hover
{
	background-color: #505050;
}

.tab_active
{
	background-color: #808080 !important;
	border-top: 1px solid #808080;
	margin-top: 0px;
}

.tab_active a:link,
.tab_active a:hover,
.tab_active a:visited
{
	color: #ffffff !important;
	padding-top: 5px;
}

.tab_bg
{
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.tab_bg a:link,
.tab_bg a:hover,
.tab_bg a:visited
{
	padding-left: 23px;
}




div.select_box
{
	/*border: 1px solid #808080;*/
	background-color: #292929;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.select_box div.select_option
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.select_box div.select_option
{
	cursor: move;
}

div.select_box div.select_option:hover
{
	background-color: #353535;
}

div.select_box .select_nooptions
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #808080;
}

div.select_box .select_removeoptionbtn
{
	float: right;
	padding: 2px;
}

div.select_box .select_editoptionbtn
{
	float: right;
	padding: 2px;
}

div.select_box input.select_editoption
{
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	width: 100%;
}
