﻿/* parent container: #PageWrapper #PageDetail #PageDetail_Content */

/* ********************************************************** LAYOUT   */
.t_Global_Latest		{ z-index: 7; }
.t_Global_Grab			{ z-index: 6; }
.t_General_PageText		{ z-index: 5; }
.t_Global_RightText		{ z-index: 4; }
.t_Global_LeftImage		{ z-index: 3; }
.t_General_Image		{ z-index: 2; }

/* ********************************************************** GLOBAL   */
.t_Global_Latest
{
	position: absolute; 
	top: 241px; right:0;
	width: 237px; height: 119px;
	background-color: #da8b17;
	overflow: auto;
}
		.t_Global_Latest h3			{ margin: 3px 5px 0 5px; padding:0; color: black;}
		.t_Global_Latest .QMI * 		{ color: white !important; }		
		.t_Global_Latest .LatestPages_Item
		{
			display: block;
			color: White;
			margin: 3px 5px 0 5px;
		}
				.t_Global_Latest .CSSMenu											{ border-top: none;}
								.t_Global_Latest .CSSMenu li						{ border-bottom: none;}
				.t_Global_Latest .LatestPages_Item a								{ color: white; display: block;}
				.t_Global_Latest .LatestPages_Item a:hover							{ background-color:#cdedfb; color: Black; text-decoration: none; }
				.t_Global_Latest .ItemText_Link										{ color: White !important;}
				
				.t_Global_Latest .CSSMenu .AspNet-Menu-Leaf							{ margin: 3px 5px 3px 5px ;}
				.t_Global_Latest .CSSMenu .AspNet-Menu-Leaf .AspNet-Menu-NonLink	{ padding: 0 !important;}
				.t_Global_Latest .CSSMenu li.AspNet-Menu-Leaf a						{ padding: 0 !important; }
				
.t_Global_LeftImage
{
	position: absolute;
	top:0;right:0;
	width: 711px;
	height: 240px;
	text-align: right;
}
.t_Global_RightText
{
	position: absolute;
	top:5px;left:10px;
	width: 455px;
	height: 350px;
}				
		.EditMode .t_Global_RightText { overflow: auto; }
		/*.t_Global_RightText iframe { height: 330px;}				*/

.t_Global_Grab
{
	position: absolute; 
	top: 241px; left:0;
	width: 473px; height: 120px;
	background-color: #0c1d3b;
	color: White;
}
		.t_Global_Grab iframe		{ height: 80px; }
		.t_Global_Grab_ImageLeft	{position: absolute !important; top: 0; left:0;}
		.t_Global_Grab_ImageRight	{position: absolute !important; top: 0; left:236px;}
		.t_Global_Grab_Text
		{ 
			color: inherit; 
			display: block;
			margin: 15px;
			font-size: 18px;
			font-weight: normal;
			text-align: justify;
			line-height: 22px;
			letter-spacing: 80%;
		}

.t_Global_HoverImage237_120 
{
	position: relative;
	width: 237px; height: 120px;
	margin: 0; padding:0;
}
		.t_Global_HoverImage237_120 img, .t_Global_HoverImage237_120 a 
		{ 
			display: block;
			position: absolute;
			top:0; left:0;
			width:237px; height: 120px;
		}
		.t_Global_HoverImage237_120 .HoverOver	{ display:none; }
		
/* ********************************************************** MAINPAGE */

.t_MainPage_SlideShow
{
            position: relative;
	        margin: 0; padding:0;
	        width: 473px; height: 240px;
	        border: solid 0px white;        
	        overflow: hidden;
}
		.t_MainPage_SlideShow img	{ cursor: pointer; }
		.pagelinks		{ position: absolute; top: 10px; left: 5px;}
		.pagelinks a	{ font-weight: bold; color: black; text-decoration:none; }
		.pagelinks a.activeSlide,
		.slideshowLink:hover { border: solid 1px #555; background-color: #555; color: White;}
		.slideshowLink	{ border: solid 1px #ccc; background-color: #eee; padding: 0 2px 0 2px; }
		.slideCaption{ display: none; }
		.nextSlide { position: absolute; border: solid 1px red; top: 1px; left: 1px; width: 20px; height: 20px; z-index: 3000; display: block; }
		.prevSlide { position: absolute; border: solid 1px red; top: 1px; right: 1px; width: 20px; height: 20px; display: block;}

/*
		.slideCaption
		{
			background-color: #FFFFCC;
			padding: 4px;
			text-align: center;
			font-weight: bold;
			display: none;
		}
		.pagelinks a.activeSlide {color: #f90;}
*/
		/* this is for IE so the prev/next links can be hovered*/
/*
		.nextSlide,.prevSlide{background-image: url(../images/spacer.gif); visibility: hidden;}
		.nextSlide:hover
		{
			background-image: url(../images/nextslide.jpg);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
		.prevSlide:hover
		{
			background-image: url(../images/prevslide.jpg);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
*/
.t_MainPage_Static
{
	position: absolute;
	left: 475px; top:0; /* 475 */
	width: 237px; height: 240px; /* 237 */
	overflow: hidden;
}

/* ********************************************************** GENERAL */
.t_General
{
	position: relative;
	margin: 0; padding: 0;
}

/* ********************************************************** CONTACT */
.t_Contact_Message
{
	width: 380px;
	height: 100px;
}
.t_ContactPage_RespondForm .TextBox
{
	width: 265px;
}
.t_ContactPage_SentInfo, .t_ContactPage_ProblemInfo
{
	border: solid 1px #ccc;
	margin: 20px;
	padding: 20px;
}

/* ********************************************************************* */
/* ***  Glance controls
/* ********************************************************************* */
.LatestPages_Item
{
	display: block;
	margin: 0 0 10px 0;
}
.LatestPages_wthImg_Item_Info
{
	border-top: dotted 1px #bbb;
	margin-bottom: 3px;
	background-color: #efefef;
	height: 22px;
	color: #565656;
	font-size: 80%;
}
.LatestPages_wthImg_Item_Info *
{
	vertical-align: middle;
}
