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

.PopupEditForm
{
	/*display :none;*/
	cursor: default !important;
	font-family:Tahoma;
	font-size:9pt;
	padding : 20px 15px 20px 15px !important;
	width:500px;
	overflow:auto !important;
}
.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 !important;
}

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

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

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

.DesignMenu
{
	display:none;
	height:16px ;
	width:150px;
	cursor:default !important;
}
.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 !important;
	width:100px !important;
	left:500px !important;
	top : -37px;
	position : fixed !important;
}

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

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


 