/**
 * GENERIC
 */

.jsui-hide
{
	display: none;
}


/**
 * WINDOW
 */

div.jsui-window
{
	position: absolute;
	border: 1px solid #cccccc;
}

div.jsui-window-inner
{
	background-color: #333333;
}

.jsui-win-title
{
	/*background-color: red;*/
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	/*cursor: move;*/
	background-image: url(title_bg.gif);
	background-repeat: repeat-x;
	
	padding-top: 39px;
	height: 40px;
}

.jsui-win-icon
{
	width: 62px;
	height: 79px;
	float: left;
	background-image: url(title_icon_lock.gif);
	background-repeat: no-repeat;
	margin: -39px 0 0 0;
}

.jsui-win-tools
{
	float: right;
	margin: -50px -15px 0px 0px;
}

.jsui-tool-button
{
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.jsui-tool-close
{
	background-image: url('win_close_btn.gif');
	width: 37px;
	height: 37px;
	margin: -40px -19px 0 0;
	/*position: relative;*/
	/*top: -10px;*/
}

.jsui-window-container
{
	/*background-color: #006600;
	background-color: #DDDDDD;
	border: 1px solid #7777FF;*/
	overflow: auto;
	margin: 0 5px 0 5px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
}

.jsui-window-footer-container
{
	background-image: url( win_footer_bg.png );
	background-repeat: repeat-x;
	height: 30px;
	padding: 26px 10px 11px 10px;
}

div.jsui-window-footer-container a
{
	color: #333333;
}

/**************
 * Button
 */

a.jsui-btn, a.jsui-btn:visited
{
	height: 20px;
	float: right;
	padding: 6px 25px 4px 10px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-repeat: no-repeat;
}

.jsui-btn.small
{
	width: 57px;
	background-image: url( button2_small_y.png );
}

.jsui-btn.medium
{
	width: 118px;
	background-image: url( button2_medium_y.png );
}

.jsui-btn.medlarge
{
	width: 146px;
	background-image: url( button2_med_large_y.png );
}

.jsui-btn.large
{
	width: 214px;
	background-image: url( button2_large_y.png );
}

.jsui-msg-btn-container
{
	text-align: center;
}