﻿
/* WYSIWYG Text */

.fckAreaText
{
	text-align: justify;
}

.fckAreaText p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.fckAreaText ul
{
	margin: 2px 0 2px 1.75em;
	padding: 0;
}

.fckAreaText li
{
	padding-bottom: 0.5em;
}

.fckAreaText img
{
	margin: 5px;
}

/* Content */

hr
{
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;
}

.summaryText
{
	padding-top: 1px;
	color: #666;
	font-size: 0.9em;
	line-height: normal;
}

.infoText
{
	color: #888;
}

.list ul
{
	margin: 2px 0 2px 0;
	padding: 0;
	list-style-type: none;
}

.list li
{
	margin-bottom: 1px;
	padding: 2px;
}

.list li a
{
	font-weight: normal; 
	font-size: 1.1em;
}

.list h3
{
	color: Black;
	letter-spacing: 1px;
	text-indent: 1.5em;
	background-color: #eee;
	padding: 2px;
	margin-left: -2px;
	margin-right: -2px;
}

.row
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

/* Event Booking Form */

.bookingForm
{
	border-collapse: collapse;
}

.bookingForm td, .bookingForm th
{
	padding: 2px;
	margin: 2px;
	vertical-align: top;
}

.formView th
{
	text-align: left;
	color: #286ea0;
	letter-spacing: 1px;
}

.formView input, .formView textarea
{
	width: 220px;
}

.formView .checkboxlist input
{
	width: auto;
	margin-right: 0.5em;
}

/* AZ Directory */

.anchor
{
	text-decoration: none;
	font-weight: bold;
}

.azheader
{
	font-size: larger;
	letter-spacing: 1px;
}

.azheader a
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

/* Admin Panel */

.adminPanel
{
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 4px;
}

.adminPanel td
{
	padding: 5px;
	margin: 0;
}

.adminPanel td a
{
	padding: 5px 5px 5px 20px;
	color: #006;
	background-color: #eee;
	border: 2px outset #fff;
	margin-left: 1em;
}

.adminPanel td a:hover
{
	background-color: #eeeefa;
}

/* Icons */

.iconEditPage, .iconEditContent, .iconAddPage, .iconAdminHome, .iconLogOut
{
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 2px 2px 2px 20px;
}

.iconEditPage
{
	background-image: url(/App_Themes/CisDesk/Icons/page.gif);
}

.iconEditContent
{
	background-image: url(/App_Themes/CisDesk/Icons/page_edit.gif);
}

.iconAddPage
{
	background-image: url(/App_Themes/CisDesk/Icons/page_new.gif);
}

.iconAdminHome
{
	background-image: url(/App_Themes/CisDesk/Icons/icon_settings.gif);
}

.iconLogOut
{
	background-image: url(/App_Themes/CisDesk/Icons/action_stop.gif);
}

.linkOutlook, .linkBook, .linkPrevious, .linkMap
{
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 2px 2px 18px;
}

.linkOutlook
{
	background-image: url(/App_Themes/CisDesk/Icons/outlook.jpg);
}

.linkBook
{
	background-image: url(/App_Themes/CisDesk/Icons/book.gif);
}

.linkPrevious
{
	background-image: url(/App_Themes/CisDesk/Icons/arrow-left.gif);
}

.linkMap
{
	background-image: url(/App_Themes/CisDesk/Icons/icon_world.gif);
}

/* Sliding Faq */

.faqQuestion
{
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	height: 1.5em; /* End layout CSS */
	overflow: hidden;
	cursor: pointer;
}

.faqQuestion span
{
	text-decoration: underline !important;
	color: #286ea0;
}

.faqAnswer
{
	/* Parent box of slide down content */
	border: 2px inset #fff;
	margin-bottom: 0.5em;
	background-color: #fafafa; /* End layout CSS */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.faqAnswerContent
{
	/* Content that is slid down */
	padding: 4px;
	position: relative;
	overflow: auto;
	max-height: 200px;
}

/* Comment Form */

.commentForm .heading
{
	margin-top: 0.8em;
}

/* Login */

.loginRow
{
	padding: 0.5em;
}

.loginRow label
{
	font-weight: bold;
}

.waterMarkText
{
	color: #99A;
	background-color: #FAFCFF;
}

/* Gallery */

.gallery td
{
	padding: 5px;
}

.modalBackground
{
	background-color: #666;
}

/* Other */

.wait
{
	background: white url(../../images/common/wait.gif) no-repeat fixed 10px;
	padding: 13px 13px 13px 55px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: center;
	color: Red;
	font-weight: bold;
	border: 2px dashed red;
}

abbr
{
	border: 0;
}

.sitemap .selected
{
	background-image: none;
}

.sitemap ul 
{
}
