@import url("sssCalendar.css");

#progressDiv
{
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: #CCCCCC;
	border: solid 1px #999999;
	font-family: Arial;
	left: 40%;
	opacity: .85;
}

#divCardHelp
{
	padding-top: 5px;
	position: absolute;
	left: 500px;
	top: 400px;
	width: 370px;
	height: 300px;
	background-color: #CCCCCC;
	border: solid 1px #999999;
	font-family: Arial;
	opacity: .85;
}

#divCheckHelp
{
	padding-top: 5px;
	position: absolute;
	left: 500px;
	top: 400px;
	width: 370px;
	height: 230px;
	background-color: #CCCCCC;
	border: solid 1px #999999;
	font-family: Arial;
	opacity: .85;
}

.helpLink
{
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
}

.spanClose
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.requiredAsterisk
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: Red;
}

td.mpp_formError
{
	font-size: 14pt;
	color: Red;
}
fieldset
{
	border: solid 1px #666666;
}
legend
{
	margin: 5px 5px 5px 5px;
	font-weight: bold;
}
div.divAttribute
{
	width: 145px;
	float: left;
	margin: 2px 2px 2px 2px;
}

div#divAdminToolbar
{
	background-color: #DDDDDD;
	border: solid 1px #CCCCCC;
	font-family: Arial;
	font-size: 9pt;
}
div#divAdminToolbar a
{
	color: #333333;
	text-decoration: underline;
}


div.mpp_Thumb
{
	height: 75px;
	width: 75px;
	overflow: hidden;
	background-position: center center;
}

#ddlPattern
{
	float: left;
}

#pnlWeekly
{
	float: left;
}

#pnlMonthly
{
	float: left;
}

#pnlOccurrences
{
	float: left;
}

div.directoryCard
{
	width: 305px;
	height: 105px;
	margin-top: 3px;
	margin-right: 3px;
	border: solid 4px #999999;
	background-color: #FFFFFF;
	float: left;
	font-size: 8pt;
}
div.divDirectoryImage
{
	/*border: solid 1px red; */
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
div.divDirectoryInfo
{
	/*border: solid 1px green; */
	float: left;
	width: 200px;
	height: 100px;
	overflow: auto;
}
div#divDirectoryContainter
{
	height: 400px;
	overflow: auto;

}

table#sched_table input
{
    border: solid 1px #CCCCCC;

}

/* NEW STYLES */

.clearfix {
	clear: both;
	height: 0px;
}

#user_account_form div.field input, div.field select {
	/*height: 30px;
	margin: 0;*/
	float: right;
	width: 200px;
}

#loginform div.field input[type="text"], input[type="password"], div.field select {
	float: right;
	width: 200px;
}

.inline {
	display: inline-block;
}

span.help_text {
	color: #777777;
	font-size: 0.8em;
}

.form_container {
	padding: 10px 0px;
}