﻿/* Popup window - start */
.popupWindow
{
	background-color: Red;	
}
.popupWindow .MainContent
{
	width: 100%;		
	background-image: url(img/popup_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F5F9FC;
	position:absolute;
	top: 0px;
	bottom:42px;
	overflow: auto;
}
.popupWindow .BtnContent
{
	width: 100%;
	height: 32px;
	background-image: url(img/popup_footer_bg.jpg);
	background-repeat:repeat-x;
	padding: 10px 10px 0px 10px;
	position:fixed;
	bottom:0;
	left:0;
}
.popupWindow .Icon
{
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 10px;
}
/* Popup window - end */

/* Popup export window - start */

.popupWindowExport .MainContent
{
	overflow: auto;
    background-image: url(img/popup_small_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #F5F9FC;
}

/* Popup export window - end */

/* Popup Insert Window */
html
{
	margin: 0px !important;
	padding: 0px !important;
	
}
.ScrollHidden
{	
	overflow: hidden !important;
}
.popupWindowInsert .content
{
	background-image: url(img/popup_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F5F9FC;	
	width:544px;
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 486px !important;
	max-height: 486px !important;
	vertical-align: top;
	overflow: auto!important;
}
.popupWindowInsert .btnHolder
{
	background-image: url(img/popup_footer_bg.jpg);
	background-repeat:repeat-x;	
	padding-top: 18px;
	padding-left: 20px;
	width: 564px !important;
	height: 42px;
	overflow: visible;
}

.popupWindowInsert .eventEditor
{
	text-align:left;
	vertical-align:top;
}

.popupWindowInsert .eventEditor SELECT,
.popupWindowInsert .eventEditor TEXTAREA
{
	width:261px;
}
/* Popup Insert Window */


/* Popup Delete Window */
.popupWindowDelete 
{
	font: 13px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

.popupWindowDelete .content
{
	font: 18px Arial, Helvetica, sans-serif;
	color: #32566d;
	background-image: url(img/popup_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F5F9FC;	
	width:570px;
	padding-top: 28px;
	padding-left: 20px;
	float: left;
	height:90px;

}

.popupWindowDelete .btnHolder
{
	background-image: url(img/popup_footer_bg.jpg);
	background-repeat:repeat-x;	
	padding-top: 18px;
	padding-left: 20px;
	float: left;
	width: 570px;
	height: 42px;

}
/* Popup Delete Window */

/* Popup Sort Window */
.popupWindowSort SELECT
{
	height: 460px;
	width: 420px;
	float: left;
}

.popupWindowSort .top DIV,
.popupWindowSort .bottom DIV,
.popupWindowSort .up DIV,
.popupWindowSort .down DIV,
.popupWindowSort .upTen DIV,
.popupWindowSort .downTen DIV
{
	margin-left: 5px;
	height:31px;
	width:20px;
}

.popupWindowSort .top DIV
{
	background: url(img/ArrowIcon/Top.png) no-repeat;
}

.popupWindowSort .top:hover DIV
{
	background: url(img/ArrowIcon/Top_Hover.png) no-repeat;
}

.popupWindowSort .up DIV
{
	background: url(img/ArrowIcon/Up.png) no-repeat;
}

.popupWindowSort .up:hover DIV
{
	background: url(img/ArrowIcon/Up_Hover.png) no-repeat;
}

.popupWindowSort .upTen DIV
{
	background: url(img/ArrowIcon/TenUp.png) no-repeat;
}

.popupWindowSort .upTen:hover DIV
{
	background: url(img/ArrowIcon/TenUp_Hover.png) no-repeat;
}

.popupWindowSort .down DIV
{
	background: url(img/ArrowIcon/Down.png) no-repeat;
}

.popupWindowSort .down:hover DIV
{
	background: url(img/ArrowIcon/Down_Hover.png) no-repeat;
}

.popupWindowSort .downTen DIV
{
	background: url(img/ArrowIcon/TenDown.png) no-repeat;
}

.popupWindowSort .downTen:hover DIV
{
	background: url(img/ArrowIcon/TenDown_Hover.png) no-repeat;
}

.popupWindowSort .bottom DIV
{
	background: url(img/ArrowIcon/Bottom.png) no-repeat;
}

.popupWindowSort .bottom:hover DIV
{
	background: url(img/ArrowIcon/Bottom_Hover.png) no-repeat;
}

/* Popup Sort Window */

/* Popup Error Window */
.popupWindowError .btnHolder .abort
{
	width: 70px;
}

.popupWindowError .btnHolder .retry
{
	width: 70px;
}

.popupWindowError .btnHolder .ignore
{
	width: 80px;
}

.popupWindowError .btnHolder .cancel
{
	width: 70px;
}

.popupWindowError .btnHolder .yes
{
	width: 50px;
}

.popupWindowError .btnHolder .no
{
	width: 40px;
}
.popupWindowError .eventEditor
{
	text-align:left;
	vertical-align:top;
}

.popupWindowError .eventEditor SELECT,
.popupWindowError .eventEditor TEXTAREA
{
	width:261px;
}
.popupWindowError .Icon
{
	float: left;
	width: 64px;
	height: 64px;
	margin: 0px 20px 5px 0px;
}
/* Popup Error Window */

/* Popup Restriction Window */
.ScrollHidden
{
	overflow: hidden;
}
.popupWindowRestriction .eventEditor
{
	text-align:left;
	vertical-align:top;
}

.popupWindowRestriction .eventEditor SELECT,
.popupWindowRestriction .eventEditor TEXTAREA
{
	width:261px;
}
.popupWindowRestriction .MainContent
{
	/*height: 300px;*/
	overflow: auto;
    background-image: url(img/popup_small_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #F5F9FC;
}
.popupWindowRestriction .Calendar
{
	width: 100%;
	background-color: #eff3f6;
	border-left: solid 1px #7f9db9;
	border-top: solid 1px #7f9db9;
	text-align: center;
}
.popupWindowRestriction .Calendar td
{
	border-right: solid 1px #7f9db9;
	border-bottom: solid 1px #7f9db9;
}
/* Popup Restriction Window */

/* r.a.d.tooltip WEB2.0 skin */

/* r.a.d.tooltip resize element */
div.radtooltip_Web20.ResizeElement
{
	border: solid 1px #d3fd2c;
	background: #f8fce0;
}

div.radtooltip_Web20.LoadingSign
{	
	background: url(<%=WebResource("Telerik.Web.UI.Skins.Web20.ToolTip.Loading.gif")%>)  no-repeat center;
	width: 100%; height: 100%;
}

div.radtooltip_Web20
{
	position: absolute;
	cursor: default;
}

div.radtooltip_Web20 div.ToolTipCallout
{
	display:none;
}

div.radtooltip_Web20.visiblecallout
{
	/**/
}

div.radtooltip_Web20.visiblecallout div.ToolTipCallout
{
	display: block;
}


div.radtooltip_Web20 table.ToolTipWrapper
{
	padding: 0; margin: 0;
	border-collapse: collapse;
}

div.radtooltip_Web20 table.ToolTipWrapper td
{		
	padding: 0; margin: 0;
	border-collapse: collapse;
	text-align: left;
}

/* -------------------------- CORNER SETTINGS BEGIN ---------------------------------- */
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopLeft,
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopRight,
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomLeft,
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomRight
{
	width: 5px; height: 5px; 
	line-height: 0px; font-size: 1px;
	background-image: url(img/popup_header_corners.GIF) !important;
	background-repeat: no-repeat;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopLeft
{
	background-position: 0 0;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopRight
{
	background-position: right 0;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomLeft
{
	background-position: 0 bottom;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomRight
{
	background-position: right bottom;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopCenter
{
	height: 5px; 
	line-height: 0px; font-size: 1px;
	background: url(img/popup_header_topparts.GIF) !important;
	background-position: top !important;
	background-repeat: repeat-x;
}
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomCenter
{
	height: 5px; 
	line-height: 0px; font-size: 1px;
	background: url(img/popup_header_topparts.GIF) !important;
	background-position: bottom !important;
	background-repeat: repeat-x;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopCenter
{
	background-position: 0 0;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomCenter
{
	background-position: 0 bottom;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipLeftMiddle,
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipRightMiddle
{
	background-image: url(img/popup_header_sideparts.GIF) !important;
	background-repeat: repeat-y;
	font-size: 1px;
	width: 3px;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipLeftMiddle
{
	background-position: 0 0;
}

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipRightMiddle
{
	background-position: right 0;
}
/* -------------------------- CORNER SETTINGS END ---------------------------------- */
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipContent
{
	font: normal 12px Arial, Verdana, Sans-serif;
	height: 100%;
	padding: 8px;
	color: #575757;
}

div.radtooltip_Web20 div.ToolTipTitlebar
{		
	color: #345f72 !important;
	font: normal 12px Arial, Verdana, Sans-serif !important;
	float:left;
	padding: 10px 10px 10px 25px !important;	
	background-image: url(img/popup_header_icon.jpg) !important;
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

/* close button */
div.radtooltip_Web20 a.CloseButton,
div.radtooltip_Web20 a.CloseButton:hover
{
	display: block; float: right;
	width: 16px; height: 16px;
	font-size: 1px; line-height: 1px;
	margin-top: 10px !important;
	margin-right: 5px !important;
	background: url(img/popup_close_button_hover.jpg) no-repeat !important;
	text-indent: -9999px;
	outline: none;
}

/* --------------------------------------------- TOOLTIP CALLOUT SETTINGS BEGIN --------------------------------------------- */
div.radtooltip_Web20 div.ToolTipCallout
{
	position: absolute; top: 0; left: 0;
	height: 11px; width: 11px;
	line-height: 1px; font-size: 1px;
	background-image: url(<%=WebResource("Telerik.Web.UI.Skins.Web20.ToolTip.Callouts.gif")%>) ;
	background-repeat: no-repeat;
}

/* position="Center" */
div.radtooltip_Web20 .Center
{
	background: none !important;
}

/* position="BottomRight" */
.radtooltip_Web20 .TopLeft
{
	margin-top: -8px; margin-left: 5px;
	background-position: 0 -22px;
}

/* position="BottomCenter" */
.radtooltip_Web20 .TopCenter
{
	left: 50% !important;
	margin-top: -8px; margin-left: -5px;
	background-position: 0 0 !important;
}

/* position="BottomLeft" */
.radtooltip_Web20 .TopRight
{
	left: 100% !important;
	margin-top: -8px; margin-left: -20px;
	background-position: 0 -11px !important;
}


/* position="TopCenter" */
.radtooltip_Web20 .BottomCenter
{
	top: 100% !important; left: 50% !important;
	margin-left: -5px !important; margin-top: -3px !important; _margin-top: -2px !important;
	width: 100% !important;
	background-position: 0 -55px !important;
}

/* position="TopLeft" */
.radtooltip_Web20 .BottomRight
{
	top: 100% !important; left: 100% !important;
	margin-left: -20px !important; margin-top: -3px !important; _margin-top: -2px !important;
	background-position: 0 -66px !important;
}

/* position="TopRight" */
.radtooltip_Web20 .BottomLeft
{
	top: 100% !important;
	margin-left: 10px !important; margin-top: -3px !important; _margin-top: -2px !important;
	background-position: 0 -77px !important;
}

/* position="MiddleRight" */
.radtooltip_Web20 .MiddleLeft
{
	top: 50% !important;
	margin-left: -8px; margin-top: -5px;
	background-position: 0 -44px !important;
}

/* position="MiddleLeft" */
.radtooltip_Web20 .MiddleRight
{
	left: 100% !important; top: 50% !important;
	margin-left: -3px; margin-top: -5px;
	background-position: 0 -33px;
}
/* --------------------------------------------- TOOLTIP CALLOUT SETTINGS END --------------------------------------------- */

div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopLeft,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipTopRight,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipLeftMiddle,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipRightMiddle,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomLeft,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomCenter,   
div.radtooltip_Web20 table.ToolTipWrapper td.ToolTipBottomRight   
{
    padding: 0px !important;
    border: 0px !important;
}  


.popupWindowContent 
{
	/*height: 300px;*/
	overflow: auto;
    background-image: url(img/popup_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #F5F9FC;		
	padding: 10px;	
	border: solid 1px #91a5c1 !important;
}
.popupWindowBtnHolder
{
	background-image: url(img/popup_footer_bg.jpg);
	background-repeat:repeat-x;	
	padding: 10px;
	border: solid 1px #91a5c1 !important;
}

/* Popup Window */
.Popup 
{
	margin:0px; 
	height: 100%; 
	max-height:100%; 
	overflow: auto;
}

.Popup_body
{
	margin: 0px; 
	height: 100%; 
	max-height: 100%;	
	color:#32566D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	text-align:justify;
}

.Popup_body DIV#WindowContent 
{
	width: 100%; 
	position: absolute; 
	top: 0px; 
	bottom: 46px;
	overflow: auto;	
	background: transparent url(img/content_bg.jpg) repeat-x scroll center bottom;
}

.Popup_body DIV#ButtonHolder 
{
	width: 100%; 
	position: fixed; 
	bottom: 0px; 
	left: 0px;	
	background-image: url(img/popup_footer_bg.jpg);
	background-repeat: repeat-x;	
	padding: 10px;
	border: solid 1px #91a5c1 !important;
}
.Popup_body .StatusCheckboxList
{
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	height:455px;
	margin-top:7px;
	overflow:auto;
	width:200px;
}
/* Popup Window */
div.RadToolTip_Web20 div.rtTitlebar 
{
	font-size: 12px !important;
	font-weight: bold !important;
	margin-left: 5px !important;
}






