﻿/* Required CMS Styles */
/* Required CMS Styles */
input {font-size:9pt;}
input.text {height:18px;}
input.button {height:25px;}

.PopupEditForm
{
	/*display :none;*/
	cursor: default;
	font-family:Tahoma;
	font-size:9pt;
	padding : 20px 15px 20px 15px;
	width:500px;
	overflow:auto;
	text-align:right;
}
.PopupEditForm fieldset
{
	border: 1px solid #0066CC;
}

#popUpDialog
{
	width : 300px;
	height : 150px;
	background-color : #fff;
	padding : 5px 5px 5px 5px;
	display:none;
	cursor:default;
}
#popUpDialog .popUpMessage
{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	text-align:justify;
	height : 80%;
	vertical-align:middle;
}
#popUpDialog .popUpButtons
{
	text-align:center;
	height:50px;
}

#popUpMessageBox
{
	width : 500px;
	height : 400px;
	text-align:justify;
	overflow : scroll;
	background-color : #fff;
	padding : 5px 5px 5px 5px;
	display:none;
	cursor:default;
}
#popUpMessageBox .popUpMessage
{
	font-family : Tahoma;
	font-size : 9pt;
	color : Red;
	height : 80%;
	vertical-align:middle;
}

#popUpMessageBox .popUpButtons
{
	text-align:center;
}

.DesignTimeModule
{
	width:100%;
	height:100%;
	min-height:25px;
	border-style: dotted;
	border-color : Lime;
	border-width :1px;
	margin : 1px 0 1px 0;
}

.DesignMenu
{
	display:none;
	height:16px;
	width:150px;
	cursor:default;
}
.DesignMenu .ModuleTitle
{
	font-size:10px;
	color : Maroon;
	border-right : 1px solid black;
	padding: 0 2px 0 2px;
	margin-right:2px;
}

.emptyModule
{
	width:100%;
	height:25px;
}

.DesignPageSlider
{
	height:52px;
	width:100px;
	left:500px;
	top : -37px;
}

.DesignPageSlider #openCloseWrap
{
	margin-left : 40px;
}

.NormalLabel
{
	font-size:10pt;
	font-family : Tahoma;
}