﻿
/* 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: bold;
	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: 12pt;
	color: #666;
	letter-spacing: 1px;
}

.azheader a
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

/* Admin Panel */

.adminPanel
{
	width: 100%;
	border-bottom: 1px solid #ccc;
	background-color: #fafafa;
	padding: 4px;
}

.adminPanel td
{
	padding: 5px;
	margin: 0;
}

.adminPanel td a
{
	padding: 5px 5px 5px 20px;
	color: #006;
	margin-left: 1em;
}

.adminPanel td a:hover
{
}

/* Icons */

.iconEditPage, .iconEditContent, .iconAddPage, .iconAdminHome, .iconLogOut, .iconStatus
{
	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);
}

.iconStatus
{
	background-image: url(/App_Themes/CisDesk/Icons/icon_info.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 */
	margin-bottom: 0.5em;
	background-color: #fafafa !important; /* End layout CSS */
	padding: 4px;
	border: 1px solid #ccc !important;
}

.faqAnswer p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Event Calendar */

.calendarTitle
{
	color: #ffffff;
}

.calendarPrevNext
{
	/* color: #ffffff !important; cant change color of this element through CSS, grr */
}

.calendarDayEvent
{
	background-color: #E6F3FF;
	font-weight: bolder;
}

.calendarDayNoEvent a
{
	color: #444 !important;
}

.calendarOtherDay
{
	color: #BBB;
}

/* 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;
}

/* Form CSS */

fieldset, .completed
{
	border: 1px solid #286ea0;
	padding: 5px;
	margin: 5px 0 0 5px;
}

fieldset legend
{
	font-weight: bold;
	font-size: 1.1em;
}

.fieldRow, .fieldRowWide, .fieldRowList
{
	margin-top: 0.5em;
}

.fieldRow label
{
	width: 100px;
	float: left;
	font-weight: normal;
	clear: both;
}

.fieldRowWide label, .fieldRowList label.list
{
	clear: both;
	font-weight: normal;
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.75em;
}

.fieldRow select
{
	background-color: #E6F3FF;
	border: 1px solid #FFFFFF;
	font-size: 100%;
	padding: 3px;
}

.fieldRowWide select
{
	clear: both;
	display:block;
	background-color: #E6F3FF;
	border: 1px solid #FFFFFF;
	font-size: 100%;
	padding: 3px;
	min-width:250px;
}

.description
{
	
}

.fieldRow input, .fieldRowWide input
{
	width: 250px;
	background-color: #E6F3FF;
	background-image: url(../../images/input-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #FFFFFF;
	font-size: 100%;
	padding: 3px;
}

.fieldRowWide input
{
	width: 350px;
}

.fieldRowList input
{
	background-color: #E6F3FF;
	background-image: url(../../images/input-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	margin-right:5px;
	vertical-align:middle;
	margin-bottom:3px;
}

.fieldRowList label
{
	
}

.fieldRow textarea, .fieldRowWide textarea
{
	width: 350px;
	background-color: #E6F3FF;
	background-image: url(../../images/input-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #FFFFFF;
	font-size: 100%;
	padding: 3px;
}

/* Pager */

.pager
{
	background-color: #FFF;
	padding: 10px 0px 5px 0px;
	letter-spacing: 1px;
	border-top: 1px dotted #999999;
	position: relative;
	float: left;
	width: 405px;
	text-align: right;
}

.pagerPrevious
{
	padding-right: 0.5em;
	color: #999;
}

.pagerNext
{
	padding-left: 0.5em;
	color: #999;
}

.pagerResults
{
	font-weight: normal;
	padding-right: 0.5em;
	letter-spacing: normal;
}

.pagerSelected
{
	font-weight: normal;
	background-color: #E6F3FF;
	padding: 1px 3px 2px 4px;
	margin: 0px;
}

/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(SavedStar.png);
}

.validatorError
{
	font-style: italic;
}
