.clear {
	clear:both;
}
.aln-right {
	text-align: right !important;
}
.aln-center {
	text-align: center !important;
}
.aln-left {
	text-align: left !important;
}
.aln-top {
	vertical-align: top !important;
}
.aln-middle {
	vertical-align: middle !important;
}
.aln-bottom {
	text-align: bottom !important;
}

*[rel="tooltip"] {
	cursor:help;
}

#testing-banner, #closed-banner {
	text-align:center;
	background-color:red;
	margin:0;
	font-size:15px;
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	height:30px;
	line-height:2;
	font-weight:bold;
	z-index: 1000;
}
.upload {
	padding:10px 5px;
	line-height:1.2;
}
.upload a#flash, .upload a#firefox, .upload a#chrome {
	text-decoration:underline !important;
	font-weight:bold !important;
}
.debugInfo {
	font-size:90%;
	line-height:1;
	background-color:white;
	padding:1em;
}
.debugInfo pre {
	font-size:90%;
	line-height:1;
}
.input-error:focus, .input-error {
	border-color: #df8f8f !important;
	-moz-box-shadow: inset 0 0 10px #ffcece !important;
	-webkit-box-shadow: inset 0 0 10px #ffcece !important;
	box-shadow: inset 0 0 10px #ffcece !important;
	color: #df8f8f !important;
}

.error {
	background: #ffcece url('../img/cross_circle.png') 1px 1px no-repeat;
	border-color: #df8f8f;
	color: #665252;
	font-size: 11px;
	font-style: italic;
	padding-left: 20px !important;
	height: 18px;
	line-height: 1.5;
	font-weight:bold;
	/*
	margin:4px 30px;*/
}

.error-box {
	height: 1.5em;
}



/***** jquery Msg Box *****/


.jquery-msgbox {
	background: url(http://viewthisgreathome.com/assets/global/img/msgbox/alert_background.png) repeat-x left bottom;
	padding-bottom: 55px;
	font-style: normal;
}

.jquery-msgbox-buttons button[type="submit"],
.jquery-msgbox-buttons input[type="submit"],
.jquery-msgbox-buttons button[type="button"],
.jquery-msgbox-buttons input[type="button"],
.jquery-msgbox-buttons button[type="reset"],
.jquery-msgbox-buttons input[type="reset"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #e7eaeb;
	box-shadow: inset 0px 1px 0px #fff;
	text-shadow: 1px 1px 0px #fff;
	padding: 5px 8px;
	height: 32px;
	cursor: pointer;
	color: #5c5c5c;
	border: 1px solid #b5b6b3;
}
/*style jquery ui dialog buttons*/
.ui-dialog-buttonset > button {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #324967;
    margin: 0 5px;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.ui-dialog-buttonset > button:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #528CD2 !important;
    background-position: 0 -30px;
    border-color: #3974BC;
    color: #FFFFFF !important;
}
/*end style jquery ui dialog buttons*/
.jquery-msgbox-inputs input[type="text"],
.jquery-msgbox-inputs input[type="password"] {
	padding: 7px 6px;
	border: 1px solid #b5b6b3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #8a8a8a;
	font-size: 13px;
	-moz-box-shadow: inset 0 0 10px #e9e9e9;
	-webkit-box-shadow: inset 0 0 10px #e9e9e9;
	box-shadow: inset 0 0 10px #e9e9e9;
	display: block;
	margin: 3px 0 6px 0;
	width: 95%;
}

.jquery-msgbox-wrapper {
	padding: 20px 20px 20px 100px;
}

.jquery-msgbox-buttons {
	padding: 15px;
	text-align: right;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	right: 0;
}

.jquery-msgbox-buttons button, .jquery-msgbox-buttons input {
	margin-left: 10px;
	min-width: 85px;
	padding: 0 14px 2px;
	height: 24px;
	cursor: pointer;
}

.jquery-msgbox-inputs {
	margin-top: 15px;
}

.jquery-msgbox-label {
	font-weight: bold;
	font-size: 11px;
}

.jquery-msgbox-alert {
	background: url(../img/msgbox/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info {
	background: url(http://viewthisgreathome.com/assets/global/img/msgbox/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error {
	background: url(http://viewthisgreathome.com/assets/global/img/msgbox/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt {
	background: url(http://viewthisgreathome.com/assets/global/img/msgbox/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm {
	background: url(http://viewthisgreathome.com/assets/global/img/msgbox/confirm.png) no-repeat 20px 20px;
}

/*******************************/

/********** CALENDAR ***********/
.calendar {
	width:99%;
	border:1px solid #617BAB;
	border-collapse:collapse;
	font-family: Arial,Verdana,Helvetica,Geneva;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #324967;
	margin:10px auto 0;
}
.calendar caption {
	color: #617BAB;
	font-size: 14px;
	font-weight:bold;
}
.calendar th, .calendar td {
	width:14.25%;
	padding:4px;
	border:1px solid #617BAB;
}
.calendar th {
	background-color: #87A8E0;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.calendar td {
	color: #324967;
	height:75px;
	vertical-align:top;
	line-height:1.2;
}
.calendar td a {
	color: #324967;
}
.calendar td a:hover {
	color: #990000;
}
.calendar td.hasevents {
	background-color:#DDDDFF;
}
.calendar td .daynum {
	text-align:right;
}
.calendar td .daynum .today {
	color: #FFFFFF;
	background-color: #AA3333;
	padding:0 2px 1px;
}
.calendar td.inactive {
	background-color:#E3E3E3;
}
.descr-popup {
	text-align:left;
	position: absolute;
	background-color: #EEEEEE;
	border: 1px solid #B3B6B0;
	padding: 10px;
}

.descr-popup.classes {
	width:375px;
}
/*******************************/