﻿Body
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:12px;
	color:#597D4F;
}

H1
{
	font-size:11pt;
	font-weight:bold;
}

H2
{
	font-size:10pt;
	font-weight:bold;
}

P
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:12px;
	color:#597D4F;	
}
.smallText
{
	font-size:8pt;
}

.wrapper
{
    height:100%; 
    width:100%; 
    text-align:center;
}

.templateOutline
{
	width:766px; 
	margin:auto;
}

.templateTopBar
{
	height:35px; 
	width:766px; 
	background-image:url(../../media/images/Template/TopBarBG.jpg); 
	background-repeat:repeat-x;
}
.topLeftLogo
{
	text-align:left; 
	margin-top:8px;
	margin-left:10px;
}
.templatePictureBarTopLeft
{
	height:123px; 
	width:428px; 
	background-image:url(../../media/images/Template/PicBarTopLeft_Bus.jpg); 
	background-repeat:no-repeat; 
	float:left;
	text-align:left;
}

.templatePictureBarTopRight
{
	height:123px; 
	width:338px; 
	background-image:url(../../media/images/Template/PicBarTopRight_Bus.jpg); 
	background-repeat:no-repeat; 
	float:left;
}

.templateStaticMenu
{
	height:117px; 
	width:428px; 
	background-image:url(../../media/images/Template/PicBarBottomLeft_Bus.jpg); 
	background-repeat:repeat-x; 
	float:left;
	text-align:left;
}

.StaticMenu
{
	margin-top:14px;
	margin-left:5px;
}

.templateStaticMenuItem 
{
	height:26px; 
	width:96px;
	background-image:url(../../media/images/Template/StaticMenuButton.jpg);
	background-repeat:no-repeat; 
	background-position:top left;
	color:#ffd408;
	display:inline-table;
	text-align:center;
	margin:0px;
}
.templateStaticMenuItem:Hover
{
	background-image:url(../../media/images/Template/StaticMenuButtonHover.jpg);
	cursor:hand;
}
.templateStaticMenuItem a
{
	color:#ffd500;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	font-size:8pt;
	line-height:20px;
}

.templatePictureBarBottomRight
{
	height:117px; 
	width:338px; 
	background-image:url(../../media/images/Template/PicBarBottomRight_Bus.jpg); 
	background-repeat:no-repeat; 
	float:left;
}

.templateMainContentBar
{
	margin-top:0px;
	width:766px; 
	background-color:#223a81; 
	float:left; 
    padding-top:10px;
	position:relative;
}

.templateMainContentAreaTop
{
	height:18px; 
	width:766px; 
	margin-top:5px;
    background-image:url(../../media/images/Template/MainContentAreaTop.jpg); 
    background-repeat:no-repeat;
}

.templateMainContentAreaMiddle
{
	width:738px; 
	margin-left:14px; 
	margin-right:24px;
	background-color:#F2F5E1; 
	text-align:left;
	position:relative;
	padding-bottom:20px;
}

.imgMainContentTopLeftCorner
{
	position:absolute;
	top:0px;
	left:0px;
	height:13px;
	width:17px;
}

.imgMainContentTopRightCorner
{
	position:absolute;
	top:0px; 
	right:0px;	
	height:13px;
	width:16px;
}

.imgMainContentBottomLeftCorner
{
	position:absolute;
	bottom:0px;
	left:0px;
}

.imgMainContentBottomRightCorner
{
	position:absolute;
	bottom:0px;
	right:0px;
}

.templateMainMenuPanel
{
	width:156px; 
	float:left; 
	z-index:0;
	position:absolute;
	top:-10px;
	left:-14px;
}

.templateMainMenuPanelTop
{
	height:12px; 
	width:156px; 
	position:relative;
	margin-top:0px;
	background-image:url(../../media/images/Template/LeftMenuTop1.jpg); 
	background-repeat:no-repeat;
}

.templateMainMenuPanelTop2
{
	height:12px; 
	width:156px; 
	position:relative;
	background-image:url(../../media/images/Template/LeftMenuTop2.jpg); 
	background-repeat:no-repeat;
}

.templateMainMenuPanelMiddle
{
	margin-left:0px;
	width:154px; 
	background-image:url(../../media/images/Template/LeftMenuBG.jpg); 
	background-repeat:repeat-y;
}

.templateMainMenu
{
	margin-left:15px; 
	margin-right:15px;
	color:#ecd161;
}

a.templateMainMenuItem
{
	color:#000080;
	text-decoration:none;
	line-height:20px;
}

a.templateMainMenuItem:Hover
{
	color:blue;
}

.templateMainMenuPanelBottom
{
    height:21px; 
    width:156px; 
    background-image:url(../../media/images/Template/LeftMenuBottom.jpg); 
    background-repeat:no-repeat;
}

.templateMainContentAreaBottom
{
	height:15px;
	width:766px; 
	float:left; 
	background-image:url(../../media/images/Template/MainContentAreaBottom.jpg); 
	background-repeat:no-repeat;
}
.LeftMenuTitle
{
	font-weight:bold;
	color:Blue;
	text-decoration:underline;
	line-height:20px;
}

.templateMainContent
{
	margin-left:150px;
	margin-right:5px;
	padding-top:3px;
}
.templateFooterBar
{
	margin-top:15px;
	margin-bottom:15px;
	width:766px;
	color:White;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}


/*** Modals ***/

		.ModalBackground
		{
			background-color:#000;
			filter:alpha(opacity=90); opacity:0.9;
			position:absolute;
			z-index:10; float:left;
		}
		
		.ModalPopupTitleBar
		{
			background:#223a82; 
			color:#ecd161; 
			font-weight:bold;
			padding-top:5px; 
			padding-bottom:5px; 
			width:100%; 
			z-index:10; float:left;
		}
		
		.ModalPopupClose a
		{
			color:Yellow;
			text-decoration:none;
			padding:2px;
		}
		
		.ModalPopupClose
		{
			color:Yellow; margin-right:5px;
		}
		
		.ModalPopupTitle
		{
			margin-left:5px;
		}
		
		.ModalPopupContent
		{
			float:left;
			padding:5px;
			z-index:10;
		}
		
		.ModalPopup
		{
			background:#eee;
			border:solid 1px #000;
			float:left;
			position:absolute; top:10px; left:10px;
			z-index:10;
		}

/*** End of Modals ***/


/*** Login Form ***/

	.LoginFormHeaderRow_Popup
	{
		display:none;
	}
	
	.LoginFormHeaderCell_Popup
	{
		
	}
	
	.LoginFormMessageRow_Popup
	{
		
	}
	
	.LoginFormLabel_Popup
	{
		
	}
	
	.LoginFormField_Popup
	{
		
	}
	
	.LoginFormTextbox_Popup
	{
		width:150px;
		font-family:Tahoma, Verdana, Sans-Serif;
		font-size:12px;
		color:#597D4F;
	}
	
	.LoginFormButtonRow_Popup
	{
		text-align:center;
	}
	
	.LoginFormButton_Popup
	{
		border:solid 1px #416130;
		margin:3px;
		font-family:Tahoma, Verdana, Sans-Serif;
		font-size:12px;
		color:#597D4F;
	}
	
	
/*** End of Login Form ***/

/*** General Form Styles ***/

.FormHeading
{
	padding:5px;
	font-weight:bold;
}

.FormLabel
{
	padding:5px;
	vertical-align:top; 
}

.FormField
{
	padding:5px;
	vertical-align:top;
}

.FormErrors
{
	color:Red;
	vertical-align:top;
}

.FormButtons
{
	text-align:center;
}

.textbox
{
	border:solid 1px #597D4F;
	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;	
}

.select
{
	border:solid 1px #597D4F;
	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;		
}

.button
{
	border:solid 1px #597D4F;
	font-family:Tahoma, Verdana, Arial;
	font-size:10pt;
	margin-bottom:2px;
}

/*** End of General Form Styles ***/

/*** Bookings ***/

.BookingCalendar
{
	border:solid 0px black;
}

.BookingCalendar_DayStyle
{
	
}

.BookingCalendar_SelectedDay
{
	border:solid 1px #616161;
	background:Transparent;
	color:Black;
}

.BookingCalendar_Booked
{
	background:#616161;
	border:solid 1px #616161;
	color:White;
}

.BookingCalendar_Tentative
{
	background:#c0c0c0;
	border:solid 1px #c0c0c0;
}

.Quote
{
	font-size:12pt;
	font-weight:bold;
}

/*** End of Bookings ***/

.AdminGrid
{
	border: solid 1px #616161;
	border-left:none;
	font-size:8pt;
}
.AdminGrid th
{
	background-color:#c0c0c0;
	border:none;
	border-bottom:solid 1px #616161;
	border-left:solid 1px #616161;
}
.AdminGrid td
{
	padding:5px;
	border:none;
	vertical-align:top;
	border-bottom:solid 1px #616161;
	border-left:solid 1px #616161;
}
.AdminGrid input
{
	font-size:8pt;
}


/*****************/
/* Media Listing */
/*****************/

		.MediaListing  
		{
			width:100%; 
			table-layout:fixed;
			display:inline;
		}
		
		.MediaListing_Item  
		{
			display:inline; 
			height:190px !important; 
			margin-left:0px; 
			margin-right:10px; 
			margin-bottom:10px;	
			overflow:hidden; 
			padding:0px; 
			width:170px !important; 
			vertical-align:top;
		}
		
		MediaListing_Item_Chrome
		{
			display:inline-table; 
			height:190px !important; 
			margin-left:0px; 
			margin-right:10px; 
			margin-bottom:10px;	
			overflow:hidden; 
			padding:0px; 
			width:170px !important; 
			vertical-align:top;
		} 
		
		
		.MediaListing_ItemTitle  
		{
			background-color:#4a8ecd; 
			border:solid 1px #C0C0C0; 
			color:#ffd517; 
			font-size:10pt; 
			font-weight:bold; 
			height:30px !important; 
			padding:0px; 
			text-align:center; 
			width:192px; 
		}
		
		.MediaListing_ItemTitle a
		{
			color:#fff;
		}
		
		.MediaListing_ItemImage 
		{
			border-right:solid 1px #C0C0C0; 
			border-left:solid 1px #C0C0C0; 
			border-bottom:solid 1px #C0C0C0;
			height:130px !important; 
			text-align:center; 
			vertical-align:top; 
			width:200px; 
		}
		
		.MediaListing_Actions_Left  
		{
			border-left:solid 0px #C0C0C0; 
			font-size:8pt;
			padding-left:5px; 
			text-align:left; 
			vertical-align:bottom;
			width:50%; 
			height:20px;
		}
		
		.MediaListing_Actions_Right  
		{
			border-right:solid 0px #C0C0C0; 
			font-size:8pt;
			padding-right:5px; 
			text-align:right; 
			vertical-align:bottom;
			width:50%; 
		}
		
		.MediaListing_ItemDesc  
		{
			background-color:#EEEEEE; 
			height:98px; 
			overflow:hidden; 
			vertical-align:top; 
			width:200px; 
		}

		.MediaListing_Navigation
		{
			width:90%; 
			padding-right:25px;
		}
		
		.MediaListing_PopupDescription
		{
			font-size:10pt;
		}
			
		
/******* News ******/

.NewsHeadline
{
	font-weight:bold;
	font-size:10pt;
}

.NewsDate
{
	font-weight:normal;
	font-size:8pt;
}

.NewsText
{
	
}

/*** End of News ***/


/***** News Ticker Panel ******/

	.templateNewsTickerPanel
	{
		width:156px; 
		float:left; 
		z-index:1000;
		position:absolute;
		top:-12px;
		left:-11px;
		height:70px;
	}

	.templateNewsTickerPanelTop
	{
		height:12px; 
		width:156px; 
		position:relative;
		background-image:url(../../media/images/Template/LeftMenuTop2.jpg); 
		background-repeat:no-repeat;
	}

	.templateNewsTickerPanelMiddle
	{
		margin-left:0px;
		width:154px; 
		background-image:url(../../media/images/Template/LeftMenuBG.jpg); 
		background-repeat:repeat-y;
	}

	.templateNewsTicker
	{
		margin-left:15px; 
		margin-right:15px;
		color:#000080;
	}

	.templateNewsTickerPanelBottom
	{
		height:21px; 
		width:156px; 
		background-image:url(../../media/images/Template/LeftMenuBottom.jpg); 
		background-repeat:no-repeat;
	}
	
	.NewsTickerTitle
	{
		font-weight:bold;
		text-decoration:underline;
		line-height:20px;
	}

	.NewsTickerHeadline
	{
		font-size:8pt; 
		font-weight:bold;
	}
	
	.NewsTickerContent
	{
		font-size:8pt;
	}

/** End of News Ticker Panel **/

/***** Widget Panel ******/

	.templateWidgetPanel
	{
		width:156px; 
		float:left; 
		z-index:1000;
		position:absolute;
		top:-12px;
		left:-11px;
		height:100px;
	}

	.templateWidgetPanelTop
	{
		height:12px; 
		width:156px; 
		position:relative;
		background-image:url(../../media/images/Template/LeftMenuTop2.jpg); 
		background-repeat:no-repeat;
	}

	.templateWidgetPanelMiddle
	{
		margin-left:0px;
		width:154px; 
		background-image:url(../../media/images/Template/LeftMenuBG.jpg); 
		background-repeat:repeat-y;
	}

	.templateWidget
	{
		margin-left:10px; 
		margin-right:15px;
		color:#000080;
	}

	.templateWidgetPanelBottom
	{
		height:21px; 
		width:156px; 
		background-image:url(../../media/images/Template/LeftMenuBottom.jpg); 
		background-repeat:no-repeat;
	}
	
	.WidgetTitle
	{
		font-weight:bold;
		text-decoration:underline;
		line-height:20px;
	}


/** End of Widgets **/

/***** Reviews ******/

	.ReviewTitle
	{
		font-size:10pt;
		font-weight:bold;
		margin-bottom:2px;
		display:inline;
		text-decoration:underline;
	}
	
	.ReviewAuthor
	{
		font-size:8pt;
		margin-bottom:10px;
		margin-left:5px;
		display:inline;
	}
	
	.ReviewText
	{
		margin-bottom:10px;
	}

/** End of Reviews **/

/****** Link ******/

	.LinkTitle
	{
		font-size:10pt;
		font-weight:bold;
		margin-bottom:2px;
		display:inline;
		text-decoration:underline;
	}
	
	.LinkDescription
	{
		margin-bottom:5px;
	}

/** End of Links **/


.MediaViewerTitle
{
	font-size:12pt;
}
