#moodDLG p {
	margin: 0;
}

#mood_his_img {
	width: 25px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
}

#mood_his_thoughts_txt {
	margin: 10px 0;
}

#mood_911_img {
	border: none;
	width: 33px;
	height: 33px;
	vertical-align: middle;
	float: right;
}

#mood-progress-container {
	position: relative;
}

#mood-progress-text {
	text-align: center;
	width: 100%;
	
	position: absolute;
	bottom: 7px;
}

.clear {
	clear: both;
}

/** font settings **/

.small {
	font-family: arial;
	font-size: 14pt;
}

.medium {
	font-family: arial;
	font-size: 15pt;
}

.large {
	font-family: arial;
	font-size: 16pt;
}

.giant {
	font-family: arial;
	font-size: 18pt;
}

.bold { font-weight: bold; }
.regular { font-weight: normal; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

/** moody colors **/
.color-black {
	color: black;
}

.color-purple {
	color: #660099;
}

/* hacky quick fix for ui conflicts */
.ui-dialog .ui-dialog-content {
	background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #fcfdfd;
}
