@charset "UTF-8";

/* 
 * Web Projects Core
 * by Merrill Consulting Group, LLC (MCG)
 * http://www.merrillconsultinggroup.us
 *
 * @package    Web Projects Core
 * @subpackage Theme Stylesheet - DEFAULT
 * @author     Merrill Consulting Group, LLC
 * @license    see License Agreement
 * @copyright  (C) 2009 Merrill Consulting Group, LLC and used with permission
 *
 * THIS FILE ONLY CONTAINS CONFIGURATION SETTINGS.  YOU MAY ALTER OR COPY it as necessary for your own purposes, without restrictions.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY OF ANY KIND; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the License Agreement for more details.
 *
 */


/* 
 * Abaco Cays Realty Palette
 *
 * FONT BLUE:		            #333399
 * LOGO BLUE:				    #24408E
 * LOGO YELLOW:				    #FFDC00
 *
 * GRADIENT BLUE Darkest:		#03A7FF
 * GRADIENT BLUE Med Dark:		#70C9FF
 * GRADIENT BLUE Med:			#A8DDFF
 * GRADIENT BLUE Med Lt:        #CBEAFF
 * GRADIENT BLUE Lightest:      #E6F5FF
 *
 * MD RED (main red):			#A40000
 *
 */


body {
	margin: 0px;
	padding: 0px;
}

.frame {
	margin: 0 auto;
	width: 900px;
}

.totallyhidden {
	display: none;
	height: 0;
	visibility: hidden;
}

.content_area_background {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.content_area {
}

.HiddenSetting {visibility:hidden; height:0;}
.VisibleSetting {visibility: visible; height:auto;}

.standardText input,
.standardText {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333399;}
.standardText h1 {font-size: 20px;}
.standardText a, a:link, a:active, a:visited {
	color: #333399;
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #333399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.standardText a:hover {
	color: #03A7FF;
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #03A7FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.standardText sup {line-height: 0;}
.standardText ol {list-style-type:lower-latin;}
.standardText li {margin-bottom: 5px;}

.mcgCore_SystemMessages_container {}
.mcgCore_SystemMessage_wrapper_ok {
    color: #336600;
    background: #b7e386;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
}
.mcgCore_SystemMessage_wrapper_info {
    color: #1666a9;
    background: #d2ebff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
}
.mcgCore_SystemMessage_wrapper_error {
    color: #3F2118;
    background: #EFB6AA;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px;
}
.mcgCore_SystemMessage_table {width: 100%;}
.mcgCore_SystemMessage_row {
	vertical-align: top;
}
.mcgCore_SystemMessage_cell_icon {width: 25px;}
.mcgCore_SystemMessage_cell_message {}
.mcgCore_SystemMessage_cell_dismissicon {width: 20px;}
.mcgCore_SystemMessage_wrapper_ok .mcgCore_SystemMessage_icon {
	background-image: url(../images/icon_goodtogo.png);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.mcgCore_SystemMessage_wrapper_info .mcgCore_SystemMessage_icon {
	background-image: url(../images/icon_question.png);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.mcgCore_SystemMessage_wrapper_error .mcgCore_SystemMessage_icon {
	background-image: url(../images/failure.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.mcgCore_SystemMessage_dismissicon {
	background-image: url(../images/remove-block.png);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
