/* body, p, div and td should have the same font attribs -------------------------------------------------------------------------------------*/


BODY, P, DIV, TD {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.tibetChannel1{
	background-color: #cccccc;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.tibetChannel2{
	background-color: #00ffff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.tibetChannel3{
	background-color: #999900;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.tibetChannel4{
	background-color: #99990F;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.tibetChannel5{
	background-color: #990F0F;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.tibetChannel6{
	background-color: #90FF0F;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.tibetChannel7{
	background-color: #0066FF;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/* Background image, is inserted in the body tag in the HTML layout */
.backgroundImage {
	background-color: #8ed252;
	background-image:url(/resources/ui/skins/default/images/bg_green.jpg);
	background-repeat: repeat-x;
}

/* Layout ------------------------------------------------------------------------------------------------------------------------------------- */

/* Container that wraps around the whole content */
.container {
	/* width is set in the layout, using style="" */
	background-color: #ffffff; 
	border: 1px solid #838383;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

/* header */
.header {
	
}

/* footer */
.footer {
    margin-top: 20px;
	background-color:#f3f3f3;
	height: 25px;
	background-image: url('/resources/ui/skins/default/images/menu_bg.png');
	background-repeat: no-repeat;
}
	.footer td, .footer div, .footer p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
		font-weight: normal;
		padding-left: 10px; 
		padding-top: 6px;
	}

/* Clears float for divs */
.clear {
	clear:both;
}


.sectionSkin1 {
}

.sectionSkin2 {
	background-color:#e8e8e8;
	padding: 10px;
}


/* GENERAL ----------------------------------------------------------------------------------------------------- */

IMG {
	border: none;
}

TABLE {
	margin: 0;
	padding: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

PRE {
	margin:0;
	padding:0;
}

U {
    text-decoration: underline;
}

/* LISTS - set padding, margin etc if necessary */
OL {} /* Ordered, numbered list */
UL {} /* Unordered, bullet list */
DL {} /* Definition list */


STRONG {
    font-weight: bold;
}

CITE {
    font-weight: normal;
	font-style: normal;
	background-color: #B8E4FF;
}


/* Links */
A,A:hover {
	color: #7aae00;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

A:hover {
	color: #000000;
}

PRE {
	color: #000000;
	margin: 0;
}

U {
    text-decoration: underline;
}


STRONG {
    font-weight: bold;
}

ACRONYM {
	border-bottom: 1px dotted #66A2DE;
}


/* Page title */

.pageTitle, h1, .inputPageTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}




/* Table of Contents */
.pageIndexTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

	.pageIndexLink,.pageIndexLink:hover {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #7aae00;
		font-weight: normal;
		text-decoration: none;
		line-height: 13pt;
	}
	
	.pageIndexLink:hover {
		text-decoration: underline;
	}
/* end table of contents */




/* MENU */

.menuContainer {
	margin-top: 15px;
	margin-bottom: 30px;
}

/* Main menu with background image */
.menuMain {
	height: 25px;
	background-color:#f3f3f3;
	background-image: url('/resources/ui/skins/default/images/menu_bg.png');
	background-repeat: no-repeat;
}

/* SubMenu with background image */
.menuSub {
	background-color:#f3f3f3;
	/*background-image: url('/resources/ui/skins/glasklart/images/menuLevel1_bg.gif'); 
	background-repeat: repeat-x;*/
}



/* MENU */
.menuLevel0, .menuLevel0:hover, .menuLevel0Selected, .menuLevel0Selected:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 13pt;
}

.menuLevel0 {
	text-decoration: none;
}

.menuLevel0Selected {
	color: #000;
	font-weight: bold;
}

.menuLevel0:hover {
	color: #606060;
	text-decoration: underline;
}

.menuLevel0Selected:hover {
	color: #000;
	font-weight: bold;
}


/* Menu level 1 */
.menuLevel1, .menuLevel1:hover, .menuLevel1Selected, .menuLevel1Selected:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
}

	.menuLevel1 {
		text-decoration: none;
	}
	
	.menuLevel1Selected {
		color: #000;
		font-weight: bold;
	}
	
	.menuLevel1:hover {
		color: #606060;
		text-decoration: underline;
	}
	
	.menuLevel1Selected:hover {
		color: #000;
		font-weight: bold;
	}

/* Menu level 2 */
.menuLevel2, .menuLevel2:hover, .menuLevel2Selected, .menuLevel2Selected:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7aae00;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}

	.menuLevel2 {
		text-decoration: none;
	}
	
	.menuLevel2Selected {
		font-weight: bold;
	}
	
	.menuLevel2:hover {
		text-decoration: underline;
	}
	
	.menuLevel2Selected:hover {
		font-weight: bold;
		text-decoration: underline;
	}

/* Menu level 3 */
.menuLevel3, .menuLevel3:hover, .menuLevel3Selected, .menuLevel3Selected:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7aae00;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
	
	.menuLevel3 {
		text-decoration: none;
	}
	
	.menuLevel3Selected {
		font-weight: bold;
	}
	
	.menuLevel3:hover {
		text-decoration: underline;
	}
	
	.menuLevel3Selected:hover {
		font-weight: bold;
		text-decoration: underline;
	}

/* Menu Cells */
.menuCell0 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.menuCell1 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.menuCell2 {
	padding-left:30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.menuCell3 {
	padding-left:45px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
/* end menu */


/* Menu extra options? --------------------------------------------------------------------------- */
.menuTop2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.menuBottom2 {
	
}
/* end menu extra options*/













/* ? */
.sectionNbr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #DDDDDD;
	vertical-align: bottom;
	padding-top: 30px;
}

.sectionImageCaption{
	background-color: #ECEBEA;
	font-family: verdana;
	font-size: 10px;
	color: black;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-style: italic;
	text-align: right;
}

/* H2 - "Title" in FCK */
.sectionTitle,.sectionTitle:hover,.inputSectionTitle, H2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #808080;
}
	
	.sectionTitle,.sectionTitle:hover, H2 {
		padding-top: 12px;
		padding-bottom: 2px;
	}

/* H3 - "Subtitle" in FCK */
.sectionSubTitle,.sectionSubTitle:hover,.inputSectionSubTitle, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #404040;
}

.sectionSubTitle,.sectionSubTitle:hover, H3 {
	padding-top: 12px;
	padding-bottom: 2px;
}

/* ? --------------------------------------------------------------------------- */
.sectionBodytext,.sectionBodytext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	color:#000000;
}

	.sectionLink,.sectionLink:hover {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ff7c00;
		font-weight: normal;
		text-decoration: none;
		line-height: 15px;
	}
	
	.sectionLink:hover {
		text-decoration: underline;
	}
/* --------------------------------------------------------------------------- */


/* ? --------------------------------------------------------------------------- */
.docTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B0B0B0;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* ? --------------------------------------------------------------------------- */

.tableHead, .tableFooter, .tableSpacer, .tableBg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	padding: 2px;
    background-color:#EEEEEE;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

	.tableHead {
		border-top: 1px none #999999;
		border-bottom: 1px solid #999999;
	}
	
	.tableFooter {
		border-top: 1px solid #999999;
		border-bottom: 1px none #999999;
	}
	
	.tableSpacer {
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	
	.tableDark {
		background-color:#FFFFFF;
	}
	
	.tableSelected {
		font-family : Verdana, Helvetica, Arial, sans-serif;
		font-size : 9px;
		font-weight : bold;
		color : #FFFFFF;
		background-color:#FF9900;
	}
/* --------------------------------------------------------------------------- */


/* General for all modules? --------------------------------------------------------------------------- */
.moduleHead,.moduleFooter {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
    background-color:#FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}

	.moduleHead {
		border-top: 1px none #999999;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.moduleFooter {
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px none #999999;
	}
	
	.moduleBorder {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border-top: 1px none #B8C0E0;
		border-right: 1px none #B8C0E0;
		border-bottom: 1px none #B8C0E0;
		border-left: 1px none #B8C0E0;
	}
	
	.moduleItem {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
/* --------------------------------------------------------------------------- */

/* Formatting of the text headers for the user information */
.userInfoText {
	font-weight: bold;
	line-height: 16px;
	padding-right: 20px;
}
/* --------------------------------------------------------------------------- */


/* Document module ------------------------------------------------------------- */
.moduleDocumentHead,.moduleDocumentFooter,.moduleDocumentSpacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330033;
	padding: 5px;
    background-color:#f8f8f8;
}

	.moduleDocumentHead {
		
	}
	
	.moduleDocumentFooter {
		
	}
	
	.moduleDocumentBorder {
		
	}
	
	.moduleDocumentSpacer {
		
	}
	
	.moduleDocumentDark {
		background-color:#f8f8f8;
	}
	
	.moduleDocumentTitle {
		font-weight: bold;
		padding: 5px;
	}

	.moduleDocumentOwner {
		font-style: italic;
	}

/* Gallery Module --------------------------------------------------------------------------- */
.moduleGalleryHead,.moduleGalleryFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #330033;
	padding: 2px;
   /* background-color:#eaeaea;
	border-right: 1px none #999999;
	border-left: 1px none #999999; */
}

.moduleGalleryHead {
	/* border-top: 1px none #999999;
	border-bottom: 1px solid #999999; */
}

.moduleGalleryFooter {
	/*border-top: 1px solid #999999;
	border-bottom: 1px none #999999; */
}

.moduleGalleryBorder {
	/*border-top: 1px solid #B8C0E0;
	border-right: 1px solid #B8C0E0;
	border-bottom: 1px solid #B8C0E0;
	border-left: 1px solid #B8C0E0; */
}
/* End gallery --------------------------------------------------------------------------- */



/* Forum Module --------------------------------------------------------------------------- */
.moduleForumHead,.moduleForumFooter {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; */
	font-weight: bold;
	color: #404040;
	padding: 4px;
    background-color:#eaeaea;
}

	.moduleForumHead {
		border-top: 1px none #999999;
		border-bottom: 1px solid #999999;
	}
	
	.moduleForumFooter {
		border-top: 1px solid #999999;
		border-bottom: 1px none #999999;
	}
	
	.moduleForumBorder {
		margin-top: 20px;
	}
	
	.moduleForumSpacer {
	}
	
	.moduleForumDark {
		background-color:#F4F4F4;
	}
	
	.moduleForumSelected {
		background-color:#F4F4F4;
	}
/* end forum --------------------------------------------------------------------------- */


/* Sitemap module --------------------------------------------------------------------------- */
.moduleSitemapTable {
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

	.moduleSitemapHead {
		font-weight: bold;
		color: #000000;
		padding-top:1px;
		padding-bottom:1px;
		padding-left:2px;
		padding-right:1px;
		border-top: 2px solid #acd94b;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.moduleSitemapHeadLink, .moduleSitemapHeadLink:hover {
		font-size: 13px;
		color: #000000;
		font-weight: bold;
	}
	
	
	.moduleSitemapItemLink, .moduleSitemapItemLink:hover {
		font-size: 12px;
		color: #000000;
		font-weight: normal;
	}
	
	.moduleSitemapSubItemLink, .moduleSitemapSubItemLink:hover {
		font-size: 12px;
		color: #000000;
		font-weight: normal;
	}
	
	.moduleSitemapHeadLink:hover, .moduleSitemapItemLink:hover, .moduleSitemapSubItemLink:hover {
		text-decoration: underline;
	}
	
/* end sitemap --------------------------------------------------------------------------- */


/* Article module --------------------------------------------------------------------------- */
.articleTable {
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 5px solid #FFFFFF;
	border-left: 0px solid #CCCCCC;
}

	.articleHead {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #66A2DE;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
		border: 1px solid #3382BE;
	}
	
	.articleFooter {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #FFFFFF;
		background-color: #66A2DE;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
		border: 1px solid #3382BE;
	}
	
	.articleHeadLink, .articleHeadLink:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #FFFFFF;
		background-color: #66A2DE;
		padding: 0px;
		border: 0px none #FFFFFF;
		line-height: 10pt;
	}
	
	.articleItem {
		padding-left: 0px;
		padding-top: 3px;
		padding-bottom: 1px;
		line-height: 10px;
		border-top: 1px solid #3382BE;
	}
	
	.articleItemClear {
		padding-top:5px;
	}
	
	.articleItemLink, .articleItemLink:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #66A2DE;
		padding-top:0px;
		padding-bottom:0px;
		line-height:14px;
	}
/* end article --------------------------------------------------------------------------- */

/* Calendar module --------------------------------------------------------------------------- */

.calendarEditDates {
    font-weight: bold;
}

/* end calendar --------------------------------------------------------------------------- */

/* BookingSummarize module --------------------------------------------------------------------------- */

td.bookingSummerizeResourceName {

}

td.bookingSummerizeTime {
    font-size: 11px;
}

a.bookingSummerizeView {
    padding-left: 10px;
    font-size: 11px;
}

/* end booking summarize --------------------------------------------------------------------------- */

/* Booking module --------------------------------------------------------------------------- */
/* edit */
div.bookingEditHeader {
    font-weight: bold;
}

/* view item */
.bookingViewItemSubject {
    font-size: 14px;
    font-weight: bold;
}

.bookingViewItemTime {
    font-style: italic;
}

.bookingViewItemText {

}

.bookingViewItemBy {

}

td.bookingTypeDescription {

}


/* view */
td.bookingCellDivider {
    height: 2px;
    background-color: #000000;
}

td.bookingCellOwnDivider {
    height: 2px;
    background-color: #444444;
}

td.bookingCellBookingName {
    border: 1px dashed #000000;
    border-width: 0px 0px 1px 0px;
    height: 20px;
    vertical-align: bottom;
}

td.bookingCellMonth, td.bookingCellMonthCurrent {
    background-color: #888888;
    border: 1px solid #000000;
    height: 15px;
    text-align: center;
}

td.bookingCellMonthCurrent {
    background-color: #999999;
    font-weight: bold;
}

td.bookingCellDayWeekendCurrent, td.bookingCellDay,
td.bookingCellDayCurrent, td.bookingCellDayWeekend,
td.bookingCellDayWeekendCurrent,
td.bookingCell, td.bookingCellLeft,
td.bookingCellEmpty, td.bookingCellEmptyLeft,
td.bookingCellWeekendEmpty, td.bookingCellWeekendEmptyLeft,
td.bookingCellMedium, td.bookingCellMediumLeft,
td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft,
td.bookingCellFull, td.bookingCellFullLeft,
td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft,
td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft{
    height: 20px;
    cursor: pointer;
}

td.bookingCellDay, td.bookingCellDayCurrent {
    cursor: auto;
    background-color: #777777;
    border: 1px solid #000000;
}

td.bookingCellDayCurrent {
    background-color: #AAAAAA;
    font-weight: bold;
}

td.bookingCellDayWeekend, td.bookingCellDayWeekendCurrent {
    cursor: auto;
    background-color: #777777;
    border: 1px solid #000000;
    color: #AA0000;
}

td.bookingCellDayWeekendCurrent {
    background-color: #AAAAAA;
    font-weight: bold;
}

td.bookingCellEmpty, td.bookingCellEmptyLeft,
td.bookingCellWeekendEmpty, td.bookingCellWeekendEmptyLeft,
td.bookingCellMedium, td.bookingCellMediumLeft,
td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft,
td.bookingCellFull, td.bookingCellFullLeft,
td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft,
td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
    border: 1px dashed #000000;
    border-width: 0px 1px 1px 0px;
}

td.bookingCellEmptyLeft, td.bookingCellWeekendEmptyLeft,
td.bookingCellMediumLeft, td.bookingCellWeekendMediumLeft,
td.bookingCellFullLeft, td.bookingCellWeekendFullLeft,
td.bookingCellHasBeenEmptyLeft, td.bookingCellHasBeenWeekendEmptyLeft,
td.bookingCellHasBeenMediumLeft, td.bookingCellHasBeenWeekendMediumLeft,
td.bookingCellHasBeenFullLeft, td.bookingCellHasBeenWeekendFullLeft  {
    border-width: 0px 1px 1px 1px;
}

td.bookingCellMedium, td.bookingCellMediumLeft,
td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft{
    background-color: #FFFF00;
}

td.bookingCellFull, td.bookingCellFullLeft,
td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft {
    background-color: #FF0000;
}

td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
    background-color: #DDDDDD;
    cursor: auto;
}

td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft{
    cursor: pointer;
    background-color: #DDDD44;
}

td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
    cursor: pointer;
    background-color: #DD4444;
}

div.bookingHoverBox {
    border: 1px dashed #000000;
    border-width: 1px;
    background-color: #DDDDDD;
    white-space: nowrap;
}

span.bookingHoverBoxDates, span.bookingHoverBoxSubject, span.bookingHoverBoxUser {
    white-space: nowrap;
}

span.bookingHoverBoxSubject {
    font-weight: bold;
    padding-left: 15px;
}

span.bookingHoverBoxOptions {
    padding-left: 18px;
}

div.bookingHoverBoxOptionClose {
    padding-top: 10px;
    text-align: right;
}

span.bookingHoverBoxUser {
    padding-right: 5px;
}

/* end booking --------------------------------------------------------------------------- */


/* General ? --------------------------------------------------------------------------- */
.sidebarBox {
	border:1px solid #313131;
	background-color:#FFEE99;
	color:#313131;
	padding:3px;
}


.border {
    background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.borderFrame {
    background-color: #FFFFFF;
	border-left: 1px solid #996633;
	border-top: 1px solid #996633;
	border-right: 3px solid #776666;
	border-bottom: 3px solid #776666;
}

.borderSolid {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.borderTop {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderTopSolid {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderBottom {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.borderRight {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderLeft {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.borderBottomSolid {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}


/* FORMS input --------------------------------------------------------------------------- */
.input,.inputMedium,.inputWide,.inputNarrow,.inputSectionBodyText,.inputSectionLink {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9px;
    color: #333333;
}

.input,.inputMedium,.inputWide,.inputNarrow,.inputPageTitle,.inputSectionTitle,.inputSectionSubTitle,.inputSectionBodyText,.inputSectionLink {
    text-align: left;
    text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.inputPageTitle {
	width:350px;
}

	.input {
		width:120px;
	}
	
	.inputMedium {
		width:200px;
	}
	
	.inputWide {
		width:350px;
	}
	
	.inputNarrow {
		width:35px;
	}
	
	.inputSectionTitle,.inputSectionSubTitle {
		width:173px;
	}
	
	.inputSectionBodyText {
		width:348px;
	}

	.inputSectionLink {
		color: #993300;
		width:173px;
	}
/* end insert */


/* Buttons, submit, reset etc --------------------------------------------------------------------------- */
.button,.buttonWide {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
	background-color: #c6c6c6;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #ebebeb;
	padding: 2px;
}

	.button {
		width: 65px;
	}
	
	.buttonWide {
		width: 110px;
	}
/* end buttons */




/* ? --------------------------------------------------------------------------- */
.beige {
	color:#B5973B;
}

.breadcrumb, .breadcrumb:hover, .breadcrumbActive, .breadcrumbActive:hover, .shortcut, .shortcut:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
	
	.breadcrumbActive, .breadcrumbActive:hover {
		font-weight: bold;
	}
	
	.shortcut:hover, .breadcrumb:hover, .breadcrumbActive:hover {
		text-decoration: underline;
	}

/* Panel? --------------------------------------------------------------------------- */
.panelBorder {
	border-left: 1px solid #634221;
}

.panelImageCaption{
	background-color: #ECEBEA;
	font-family: verdana;
	font-size: 10px;
	color: black;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-style: italic;
	text-align: right;
}

.panelTitle,.panelTitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.panelSubTitle,.panelSubTitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-left: 4px;
	color: #914903;
	padding-top: 20px;
	padding-bottom: 2px;
}

.panelBodytext,.panelBodytext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-left: 12px;
	color:#000000;
}

.panelLink,.panelLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #914903;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	line-height: 12pt;
}

.panelLink:hover {
	text-decoration: underline;
}
/* end panel --------------------------------------------------------------------------- */


/* ? --------------------------------------------------------------------------- */
/* ? --------------------------------------------------------------------------- */
/* ? --------------------------------------------------------------------------- */
.sectionQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #914903;
	width: 150px;
	margin: 20px;
	padding: 20px;
}

	.headerLink, .headerLink:hover, .headerLink:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration: none;
	}
	
	.headerLink:hover {
		color: #88B4E0;
	}
	
	.headerLink:visited {
		color: #CCCCCC;
	}

.headerInput {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #88B4E0;
	border-right: 1px solid #88B4E0;
	border-bottom: 1px solid #88B4E0;
	border-left: 1px solid #88B4E0;
	width:60px;
}
.dummy{
	background-color: #88B4E0;
	border-top: 1px solid #66A2DE;
	border-right: 1px solid #ABD5FF;
	border-bottom: 1px solid #ABD5FF;
	border-left: 1px solid #66A2DE;
}
.headerButton {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
	background-color: #88B4E0;
	border-top: 1px solid #ABD5FF;
	border-right: 1px solid #66A2DE;
	border-bottom: 1px solid #66A2DE;
	border-left: 1px solid #ABD5FF;
    width: 8px;
    height: 8px;
	vertical-align:middle;
	margin-bottom:5px;
}


/* BOOKING MODULE */


        /***********************************
        * BookingView for hourtimespan (inactive)
        ************************************/
        .resourceMovable {
            background-color: #00FF00;
            border: 1px solid;
            height: 15px;
        }

        .resourceNotMovable {
            background-color: #000000;
            border: 1px solid;
            height: 15px;
        }

		.bookingViewItemSubject {
			font-weight: bold;
		}

		.bookingEditDates {
			font-weight: bold;
		}
		.bookingEditTargetDate {
			color: #666666;
		}

        /***********************************
        * BookingView cell classes
        * (DO NOT CHANGE THE CLASSNAMES!)
        ************************************/
        .bookingCellOwnDivider {
			height: 1px;
			background-color: #000000;
		}

		td.bookingTypeDescription {

        }

        td.bookingCellBookingName {
            border: dashed;
            border-width: 0px 0px 1px 0px;
            height: 20px;
            vertical-align: bottom;
        }

        td.bookingCellMonth, td.bookingCellMonthCurrent {
            background-color: #43639F;
			color: #ffffff;
            border: 1px solid;
            height: 15px;
            text-align: center;
			border-color: #000000;
        }

        td.bookingCellMonthCurrent {
            background-color: #43639F;
            font-weight: bold;
        }

        td.bookingCellDayWeekendCurrent, td.bookingCellDay,
        td.bookingCellDayCurrent, td.bookingCellDayWeekend,
        td.bookingCellDayWeekendCurrent,
        td.bookingCell, td.bookingCellLeft,
        td.bookingCellEmpty, td.bookingCellEmptyLeft,
        td.bookingCellWeekendEmpty, td.bookingCellWeekendEmptyLeft,
        td.bookingCellMedium, td.bookingCellMediumLeft,
        td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft,
        td.bookingCellFull, td.bookingCellFullLeft,
        td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft,
        td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
        td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
        td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
        td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
        td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
        td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft{
            height: 20px;
            cursor: pointer;
			border-color: #000000;
        }

        td.bookingCellDay, td.bookingCellDayCurrent {
            cursor: auto;
            background-color: #c0c0c0;
            border: 1px solid #000000;
        }

        td.bookingCellDayCurrent {
            background-color: #43639F;
            font-weight: bold;
			color: #ffffff;
        }

        td.bookingCellDayWeekend, td.bookingCellDayWeekendCurrent {
            background-color: #808080;
            border: 1px solid #000000;
            color: #AA0000;
        }

        td.bookingCellDayWeekendCurrent {
            background-color: #AAAAAA;
            font-weight: bold;
        }

        td.bookingCellEmpty, td.bookingCellEmptyLeft,
        td.bookingCellWeekendEmpty, td.bookingCellWeekendEmptyLeft,
        td.bookingCellMedium, td.bookingCellMediumLeft,
        td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft,
        td.bookingCellFull, td.bookingCellFullLeft,
        td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft,
        td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
        td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
        td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
        td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
        td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
        td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
            border: dashed;
            border-width: 0px 1px 1px 0px;
        }

        td.bookingCellEmptyLeft, td.bookingCellWeekendEmptyLeft,
        td.bookingCellMediumLeft, td.bookingCellWeekendMediumLeft,
        td.bookingCellFullLeft, td.bookingCellWeekendFullLeft,
        td.bookingCellHasBeenEmptyLeft, td.bookingCellHasBeenWeekendEmptyLeft,
        td.bookingCellHasBeenMediumLeft, td.bookingCellHasBeenWeekendMediumLeft,
        td.bookingCellHasBeenFullLeft, td.bookingCellHasBeenWeekendFullLeft  {
            border-width: 0px 1px 1px 1px;
        }

        td.bookingCellMedium, td.bookingCellMediumLeft,
        td.bookingCellWeekendMedium, td.bookingCellWeekendMediumLeft{
            background-color: #FFFF00;
        }

        td.bookingCellFull, td.bookingCellFullLeft,
        td.bookingCellWeekendFull, td.bookingCellWeekendFullLeft {
            background-color: #FF0000;
        }

        td.bookingCellHasBeenEmpty, td.bookingCellHasBeenEmptyLeft,
        td.bookingCellHasBeenWeekendEmpty, td.bookingCellHasBeenWeekendEmptyLeft,
        td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
        td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft,
        td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
        td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
            background-color: #DDDDDD;
            cursor: auto;
        }

        td.bookingCellHasBeenMedium, td.bookingCellHasBeenMediumLeft,
        td.bookingCellHasBeenWeekendMedium, td.bookingCellHasBeenWeekendMediumLeft{
            cursor: pointer;
            background-color: #DDDD44;
        }

        td.bookingCellHasBeenFull, td.bookingCellHasBeenFullLeft,
        td.bookingCellHasBeenWeekendFull, td.bookingCellHasBeenWeekendFullLeft {
            cursor: pointer;
            background-color: #DD4444;
        }

        /***********************************
        * BookingView hoverbox classes
        ************************************/
        div.bookingHoverBox {
            border: dashed;
            border-width: 1px;
            background-color: #DDDDDD;
            white-space: nowrap;
        }

        span.bookingHoverBoxDates, span.bookingHoverBoxSubject, span.bookingHoverBoxUser {
            white-space: nowrap;
        }

        span.bookingHoverBoxSubject {
            font-weight: bold;
            padding-left: 15px;
        }

        span.bookingHoverBoxOptions {
            padding-left: 18px;
        }

        div.bookingHoverBoxOptionClose {
            padding-top: 10px;
            text-align: right;
        }

        span.bookingHoverBoxUser {
            padding-right: 5px;
        }

td.bookingCellDivider {
    height: 1px;
    background-color: #404040;
}

/* BookingSummarize module --------------------------------------------------------------------------- */

td.bookingSummerizeResourceName {

}

td.bookingSummerizeTime {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

a.bookingSummerizeView {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

.bookingSummarizeNoEvents {
	font-weight: bold;
	color: red;

}

/* end booking summarize --------------------------------------------------------------------------- */

