﻿/* ItkWindow for ASP.NET AJAX Base Stylesheet */

/* MVC overrides */
.ItkWindow table,
.ItkWindow table td
{
	border:0;
	padding:0;
}

.ItkWindow .rwTopResize
{
	font-size: 1px;
	line-height: 4px;
	width: 100%;
	height: 4px;
	background-position: 0 -31px;
	background-repeat: repeat-x;
}

.ItkWindow .rwStatusbarRow .rwCorner
{
    background-repeat: no-repeat;
}

.ItkWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.ItkWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.ItkWindow .rwStatusbar
{
	height: 22px;
	background-position: 0 -114px;
	background-repeat: repeat-x;
}

.ItkWindow .rwStatusbar div
{
    width: 18px; 
	height: 18px;
	background-position: 0 -94px;
	background-repeat: no-repeat;
}

.ItkWindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto; /* fixes the dimensions under IE */
}

.ItkWindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.ItkWindow .rwCorner
{
    width: 8px;
}

.ItkWindow .rwTopLeft,
.ItkWindow .rwTopRight,
.ItkWindow .rwTitlebar,
.ItkWindow .rwFooterLeft,
.ItkWindow .rwFooterRight,
.ItkWindow .rwFooterCenter
{
    height: 8px;
	font-size: 1px;
    background-repeat: no-repeat;
    line-height: 1px;
}

.ItkWindow .rwBodyLeft,
.ItkWindow .rwBodyRight
{
	background-repeat: repeat-y;
}

.ItkWindow .rwBodyRight
{
    background-position: -8px 0;
}

.ItkWindow .rwTopLeft
{
    background-position: 0 0;
}

.ItkWindow .rwTopRight
{
    background-position: -8px 0;
}

.ItkWindow table .rwTitlebar
{
	background-repeat: repeat-x;
	background-position: 0 -31px;
	-moz-user-select: none;
}

.ItkWindow .rwFooterLeft
{
	background-position: 0 -62px;
}

.ItkWindow .rwFooterRight
{
	background-position: -8px -62px;
}

.ItkWindow .rwFooterCenter
{
	background-repeat: repeat-x;
	background-position: 0 -70px;
}

.ItkWindow .rwTitlebarControls
{
    height: 27px;
}

.ItkWindow .rwWindowContent
{
	height: 100% !important; /* very important property, especially for opera */
	background: white;
}

/* Support for displayng the rwLoading image in the iframe's parent TD */
.ItkWindow td.rwLoading
{
    background-repeat: no-repeat;
    background-position: center;
}

/* Support for displaying rwLoading image in the status bar  */
.ItkWindow .rwStatusbar .rwLoading
{	
	background-repeat: no-repeat;
}

.ItkWindow .rwStatusbar .rwLoading
{
	padding-left: 30px;
}

.ItkWindow td.rwStatusbar input
{
    font: normal 12px "Segoe UI", Arial, Verdana, Sans-serif;
    padding: 4px 0 0 7px;
    margin: 0;
    border: 0 !important;
    width: 100%;	
    height: 18px;
	background-color: transparent !important; 
	background-repeat: no-repeat !important;
	background-position: left center !important;
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
	vertical-align: middle;
}

.ItkWindow .rwControlButtons
{
	padding: 0; 
	margin: 2px 0 0 0;
	list-style: none; 
	white-space: nowrap;	
	float: right; 
}

.ItkWindow .rwControlButtons li
{
	float: left;
	padding: 0 1px 0 0;
}

.ItkWindow .rwControlButtons a
{
	width: 30px; 
	height: 21px; 
	line-height: 1px; 
	font-size: 1px;
	cursor: default;
	background-repeat: no-repeat;
	display: block; 
	text-decoration: none;
	outline: none;
}

.ItkWindow .rwControlButtons span
{
	text-indent: -9999px; 
	display: block;	
}

/* reload button */
.ItkWindow  .rwReloadButton
{
	background-position: -120px 0;
}

.ItkWindow .rwReloadButton:hover
{
	background-position: -120px -21px;
}

/* unpin button */
.ItkWindow .rwPinButton
{
	background-position: -180px 0;
}

.ItkWindow .rwPinButton:hover
{
	background-position: -180px -21px;
}

/* pin button */
.ItkWindow .rwPinButton.on
{
	background-position: -150px 0;
}

.ItkWindow .rwPinButton.on:hover
{
	background-position: -150px -21px;
}

/* minimize button */
.ItkWindow .rwMinimizeButton
{
	background-position: 0 0;
}

.ItkWindow .rwMinimizeButton:hover
{
	background-position: 0 -21px;
}

/* maximize button */
.ItkWindow .rwMaximizeButton
{
	background-position: -60px 0;
}

.ItkWindow .rwMaximizeButton:hover
{
	background-position: -60px -21px;
}

/* close button */
.ItkWindow .rwCloseButton
{
	background-position: -90px 0;
}

.ItkWindow .rwCloseButton:hover
{
	background-position: -90px -21px;
}

/* restore button */
.ItkWindow.rwMaximizedWindow .rwMaximizeButton,
.ItkWindow.rwMinimizedWindow .rwMinimizeButton
{
	background-position: -30px 0;
}

.ItkWindow.rwMaximizedWindow .rwMaximizeButton:hover,
.ItkWindow.rwMinimizedWindow .rwMinimizeButton:hover
{	
	background-position: -30px -21px;
}

.ItkWindow .rwIcon
{
    display: block;
	background-repeat: no-repeat;
	background-position: 0 -78px;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 4px 5px 0 0;
}

.ItkWindow em
{
	font: normal bold 12px "Segoe UI", Arial;
	color: black;
	padding: 3px 0 0 4px;	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

.ItkWindow_rtl .rwControlButtons
{
	float: left; 
}

div.ItkWindow_rtl .rwControlButtons li
{
	float: right;
}

.ItkWindow.rwInactiveWindow .rwTitlebarControls
{
	position: static;
}

.ItkWindow .rwDialogPopup
{
	margin: 16px;
	color: black;	
	padding: 0px 0px 16px 50px;
	font: normal 12px "Segoe UI", Arial, Verdana;
	cursor: default;
}

.rwDialogPopup .rwPopupButton
{
    margin: 0;
}

.rwDialogPopup .rwPopupButton:focus,
.rwDialogPopup .rwPopupButton:active
{
    border: dotted 1px #999;                        
}

.rwDialogPopup .rwPopupButton,
.rwDialogPopup .rwPopupButton span
{
	display: block; 
	float: left;
}

.ItkWindow .rwControlButtons a
{
    text-indent: -9999px;
}

html:first-child .ItkWindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.ItkWindow .rwDialogText
{
    text-align: left;
}

.ItkWindow.rwMinimizedWindow .rwPinButton,
.ItkWindow.rwMinimizedWindow .rwReloadButton,
.ItkWindow.rwMinimizedWindow .rwMaximizeButton,
.ItkWindow.rwMinimizedWindow .rwTopResize
{
    display: none !important;
}

.ItkWindow .rwDialogInput
{
	font: normal 12px "Segoe UI", Arial, Verdana;
	color: black;
	width: 100%;
	display: block;
	margin: 8px 0;
}

.ItkWindow .rwWindowContent .itkconfirm,
.ItkWindow .rwWindowContent .itkalert
{
    background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

.ItkWindow .rwWindowContent .itkconfirm
{
    background-image: url('WebResource8655.gif?d=c-w3dSo2TSAAyOicDQf-17Bbk2yC6ISctBwp-rT4v8XGJWpMmCNhvceWIQ74wZR23VU5Hvhl5hFoXFtG27huJNLI2KcPamWZ1kfA7LP7ZZFNLYZA2OcyrNLvpv3V0fsIYGL6kccNkPTvz8izQ8JVhN7C2ul8zzcBHK0aR8gOfkk1&amp;t=634812684560000000');	
}

.ItkWindow .rwWindowContent .itkalert
{
    background-image: url('WebResourcecb15.gif?d=UbwQysRjxjYE6JPjiDz0oxZjMu82YzM0AsGutYOdfdUGk4q-1lIJXdGYmYfeloo4mW8CBRooTMMNYRQdGmCDahA9rjWEbsapmVwLOPF_UYEtUPIIPQu8dQMfqYAhDJ0AEMvGM5X8P1b1yGfYXwtu_0aNeMgH2EwdMs1L_KXBplc1&amp;t=634812684560000000');	
}

.ItkWindow .rwWindowContent .itkprompt
{
	padding: 0;
}

.ItkWindow .rwPopupButton,
.ItkWindow .rwPopupButton span
{
	text-decoration: none;
	color: black;
	line-height: 21px;
	height: 21px;
	cursor: default;
}

.ItkWindow .rwPopupButton
{
	background-repeat: no-repeat;
	background-position: 0 -136px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.ItkWindow .rwWindowContent .rwPopupButton .rwOuterSpan
{
    background-repeat: no-repeat;
	background-position: right -136px; 
	padding: 0 3px 0 0;
}

.ItkWindow .rwWindowContent .rwPopupButton .rwInnerSpan
{
	background-repeat: repeat-x;
	background-position: 0 -157px; 
	padding: 0 12px;
}

.ItkWindow .rwWindowContent .rwPopupButton:hover
{
	background-position: 0 -178px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

.ItkWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan
{
	background-position: right -178px; 
	padding: 0 3px 0 0;
}

.ItkWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan
{
	background-position: 0 -199px; 
	padding: 0 12px;
}

.ItkWindow .rwStatusbarRow .rwBodyLeft
{
    background-position: -16px 0;
}

.ItkWindow .rwStatusbarRow .rwBodyRight
{
    background-position: -24px 0;
}

.ItkWindow.rwMinimizedWindow .rwContentRow,
.ItkWindow.rwMinimizedWindow .rwStatusbarRow
{
	display: none;
}

.ItkWindow.rwMinimizedWindow table.rwTitlebarControls 
{
	margin-top: 4px;
}

.ItkWindow.rwMinimizedWindow .rwControlButtons
{
    width: 66px !important;
}

.ItkWindow.rwMinimizedWindow em
{
	width: 90px;
}

.ItkWindow.rwMinimizedWindow
{
    width: 200px !important;
    height: 30px !important;
    overflow: hidden !important;
    float: left !important;
}

.ItkWindow.rwMinimizedWindow .rwCorner.rwTopLeft
{
	background-position: 0 -220px;
	background-repeat: no-repeat; 
}

.ItkWindow.rwMinimizedWindow .rwCorner.rwTopRight
{
	background-position: -8px -220px;
	background-repeat: no-repeat; 
}

.ItkWindow.rwMinimizedWindow .rwTitlebar
{
    background-position: 0 -250px !important; /* Should be !important because of IE6 */
    background-repeat: repeat-x;
}

.ItkWindow.rwInactiveWindow .rwCorner,
.ItkWindow.rwInactiveWindow .rwTitlebar,
.ItkWindow.rwInactiveWindow .rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65) !important;
	opacity: .65 !important; 
	-moz-opacity: .65 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* stop the control buttons from stretching in IE8 */
.ItkWindow ul.rwControlButtons span
{
    display /*\**/: none\9
}

/* css for window's top corners when visibletitlebar is set to false */
div.ItkWindow.rwNoTitleBar tr.rwTitleRow td.rwTopLeft
{
    background-position: 0 -280px;
}

div.ItkWindow.rwNoTitleBar tr.rwTitleRow td.rwTitlebar
{
    background-position: 0 -288px;
    background-repeat: repeat-x;
}

div.ItkWindow.rwNoTitleBar tr.rwTitleRow td.rwTopRight
{
    background-position: -8px -280px;
}

div.ItkWindow.rwNoTitleBar div.rwTopResize
{
    background: none;
}