@charset "utf-8";
/* Right sidebar related styles */
.sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	padding: 0;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.block {
    overflow: hidden;
    min-width:11px;
    min-height:11px;
    margin: 5px;
    position: relative;
    z-index: 0;
}

.blockBody {
    background-color: #E2EDCD;
    position: relative;
    z-index: 0;
    padding: 5px;
    margin: 0;
}

.blockHeader {
	font-size: 9pt;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4px;
}

.blockBodyText {
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
    padding: 5px;
}

.blockBodyTextLink {
   color: #506625;
   font-size: 0.7em;
   margin:0 5px 0 0;
   padding: 0 0.5em;
   text-decoration:none !important;
   cursor:pointer;
   position: relative;
   text-align: center;
}

/* SUSAN block specific styles */
#susan {text-align: center;}
#susan img {
    border: 1px solid #E2EDCD;
    margin: 3px 3px 2px;
    padding: 2px;
    height: 100px;
}
#susan a {font-size: 0.6em; margin: 0; padding-right: 2px; padding-left: 2px}

/* APPOINTMENTS block specific styles */
#appointments {text-align: center;}
#appointments h3 {
    position: relative;
    font-size: 0.8em;
    color: #555555;
    padding:0;
    margin: 5px 0 0 20%;
    width: 60%;
    text-align: center;
    border: 1px solid #E2EDCD;
}
#appointments a {font-size: 0.8em; margin: 0; padding-right: 2px; padding-left: 2px}

/* FOLLOW US block specific styles */
#followUs {text-align: center;}
#followUs img {
    border: 1px solid #E2EDCD;
    margin: 0;
    padding: 2px;
    width: 50px;
    height: 50px;
}

/* RULES FOR BEING HUMAN block specific styles */
#rulesForBeingHuman {position:relative; height: 130px; overflow: hidden; }
#rulesForBeingHumanBody { position:absolute; top: 10%; }
#rulesForBeingHumanBody p{
    position:relative;
    left:0;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    color: #444444;
}
#rulesForBeingHumanAuthor { position:absolute; top: 90%; }
#rulesForBeingHumanAuthor p{
    position:relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0.7em;
    font-style: italic;
    text-align: center;
}

/* PAYMENT block specific styles */
#payment {text-align: center;}
#payment .inputImageSubmit {
    border: 1px solid #E2EDCD;
    margin: 3px;
    padding: 2px;
    width: 120px;
}
#payment p{
    margin: 0;
    font-size: 0.7em;
    text-align: center;
}

/* RULES FOR BEING HUMAN POP-UP TIP specific styles */
.tip {
    overflow: hidden;
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.tipBody {
    background-color: #E2EDCD;
    position: relative;
    z-index: 0;
    padding: 5px;
    margin: 0;
}

.tipHeader {
	font-size: 11pt;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 3px;
}

.tipBodyText {
    background-color: #FAFAFA;
    position: relative;
    z-index: 0;
    padding: 5px;
    font-style: italic;
}

.tipBodyTextQuote {
    position: relative;
    margin-left: 10px;
    margin-bottom: 0;
    font-style: italic;
    text-align: center;
}

.tipBodyText ol {
	padding: 0;
	font-size: 1.1em;
    margin: 2px 2px 2px 5px;
    text-align: justify;
}

.tipBodyText li {
	padding-bottom: 8px;
	text-align: left;
	list-style-type: square;
    margin-left: 14px;
	margin-right: 3px;
}

/* overridden from q-tip plugin
.ui-tooltip-content {
    position: relative;
    width: 400px;
    height: auto;
    padding: 3px 4px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
}
*/
