﻿/* -------------------- Schedule Styles  ------------------------------------- */
.scrollbarh {
	background-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	position: absolute;
	display: block;
	height: 18px;
	width: 16px;
	left: 0px;
}
.scrollbarv {
	background-color: #efefef;
	border-style: solid;
	border-top-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: gray;
	border-right-color: gray;
	border-width: 1px;
	position: absolute;
	display: block;
	height: 16px;
	width: 18px;
}
.scrollbutton {
	position: relative;
	height: 18px;
	width: 18px;
	top: -1px;
}
.SchUnit {
	border: 1px;
	border-color: black;
	border-style: solid;
	border-bottom-color: white;
	background-color: #858585;
	width: 200px;
	height: 16px;
	display: block;
	position: absolute;
}
.SchRes {
	border: 1px;
	border-color: black;
	border-style: solid;
	position: absolute;
	height: 16px;
	left: 201px;
}
.UnitLabel {
	position: relative;
	font-size: 10px;
	display: block;
	text-indent: 2px;
	color: black;
	height: 15px;
	float: left;
	line-height: 17px;
	overflow: hidden;
}
.ResBlue {
	position: relative;
	background-image: url('../../sched_imgs/res_beg1_blue2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	display: block;
	text-indent: 6px;
	font-weight: normal;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResBlue1 {
	position: relative;
	background-image: url('../../sched_imgs/res_beg2_blue2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResYell {
	position: relative;
	background-image: url('../../sched_imgs/res_beg1_yell2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResYell1 {
	position: relative;
	background-image: url('../../sched_imgs/res_beg2_yell2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResRed {
	position: relative;
	background-image: url('../../sched_imgs/res_beg1_red2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResRed1 {
	position: relative;
	background-image: url('../../sched_imgs/res_beg2_red2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.LeadBeg {
	cursor: pointer;
	position: relative;
	background-image: url('../../sched_imgs/Lead_beg1_yell2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.LeadBeg1 {
	cursor: pointer;
	position: relative;
	background-image: url('../../sched_imgs/Lead_beg2_yell2.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.LeadEnd1 {
	position: relative;
	background-image: url('../../sched_imgs/Lead_end1_yell2.png');
	background-repeat: no-repeat;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 9px;
}
.ResGray {
	position: relative;
	background-image: url('../../sched_imgs/res_beg1_gray2.png');
	background-repeat: no-repeat;
	font-size: 10px;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResGray1 {
	position: relative;
	background-image: url('../../sched_imgs/res_beg2_gray2.png');
	background-repeat: no-repeat;
	font-size: 10px;
	display: block;
	text-indent: 6px;
	color: black;
	height: 15px;
	float: left;
	top: -12px;
	line-height: 17px;
	overflow: hidden;
}
.ResEnd1 {
	position: relative;
	background-image: url('../../sched_imgs/res_end1_blue2.gif');
	background-repeat: no-repeat;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 9px;
}
.ResEndY1 {
	position: relative;
	background-image: url('../../sched_imgs/res_end1_yell2.gif');
	background-repeat: no-repeat;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 9px;
}
.ResEndR1 {
	position: relative;
	background-image: url('../../sched_imgs/res_end1_red2.gif');
	background-repeat: no-repeat;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 9px;
}
.ResEndG {
	position: relative;
	background-image: url('../../sched_imgs/res_end1_gray2.png');
	background-repeat: no-repeat;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 9px;
}
.ResBlank {
	position: relative;
	font-size: x-small;
	display: block;
	height: 15px;
	float: left;
	top: -12px;
	width: 8px;
}
.RedLine {
	position: absolute;
	top: 0px;
}
/*------------------------- End Schedule Style ------------------------*/

/*--------------------------------- 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('../../images/FilledStar.png');	}
.emptyRatingStar {	background-image: url('../../images/EmptyStar.png');	}
.savedRatingStar {	background-image: url('../../images/SavedStar.png');	}

/*----------------------- Calendar Style ------------------------------------- */
.ajax_calendar .ajax__calendar_container {
	background-color: #8A8A86;
	color: #FFFFFF;
}
	
.ajax_calendar .ajax__calendar_hover .ajax__calendar_day {
	background-color: #BD6518;
	color: #FFFFFF;
	font-weight: bold;
}
	
.ajax_calendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #E0E0E0;
	color: #BD6518;
	font-weight: bold;
}
	
.ajax__calendar_header {
	background-color: #BD6518;
	color: #FFFFFF;
}
	
.ajax_calendar .ajax__calendar_today {
	background-color: #BD6518;
	color: #FFFFFF;
}
	
.ajax_calendar .ajax__calendar_other .ajax__calendar_day {
	background-color: #BABABA;	}
	
/*-----------------------  Divs alike to forms ------------------------------- */
#typeform {	white-space: nowrap;	height: auto;	}

.labelform { float: left;	text-align: right;	width: 150px;	padding-right: 5px;	 padding-top: 5px;
font-weight:bold !important;	}

/*-----------------------   Master page contents ----------------------------- */
.mastercontent {
	width:707px;
	margin: 0 auto;
	display: block;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11.5px;
}

.contentlogos {
	height: 102px;
	text-align: left;
}

.contentline {
	position: relative;
	background-image: url('../../images/paper.gif');
}	

.contentimg {
	height: 102px;
	position: relative;
	top: 0px;
}

.footer	{
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	height:50px; background-color:#E8E8E8; vertical-align:middle;
	text-align:center;
}

.imgtitle {
	border-style: solid;
	border-width: 0;
	width: 30px;
	height: 21px;
	position: relative;
	top: 4px;
}

/* ---------------------- Main Divs ----------------------------*/
/*
#lefttopmain {
	float: left;	width: 211px;	height: 50px;	background-color: #f6eedd;	color: Red;
	overflow: visible;	padding: 10px;	position: static;	}
*/
.lefttopmain {
	float: left;
	width: 211px;
	height: 50px;
	color: #FFFFFF;
	overflow: visible;
	padding: 0px 10px 10px 2px;
	position: static;
}
	
.banner {
	height: 19px;	background-color: #BD6518;		margin: 0px;	padding: 0px;	vertical-align: middle;	}


.rightmain {
	float: right;
	width: 500px;
	height: 428px;
	overflow: visible;
	border: 1px #FFFFFF solid;
	background-color: #A2A2A2;
	padding: 10px;
	position: static;
}

.leftmain {
	float: left;
	width: 212px;
	padding: 2px 10px 10px 2px;
}
.leftmain a{
	font-family::Verdana; font-size:10px;
}

	
.container {
	font-family: Verdana;
	font-size: 11px;
	height: 450px;
	width: 772px;
}		
	
/* ----------------------   Login Area  ------------------------------ */
.leftdivlog {
	text-align: right;	width: 340px;	float: left;	font-weight: normal;	line-height: 17px;	}
	
.rightdivlog {
	width: 400px;	float: right;	text-align: left;	padding-left: 15px;	}

.centerarea {
	font-family: Verdana;		font-size: 11px;	font-weight: bold;	text-align: center;		/*height: 300px;*/	}
	
.logbut {
	text-align: center;		position: relative;		height: 70px;	 clear:both;		 /*width:100%;*/	}
	
.alingright {	text-align: right;	}   /* Not neccesary in future websites */

/* ------------------ Menu Principal  ------------------------------*/
#menubar {}

#menunav {
  text-align:left; 	height:20px;}

/* this is the item for every header menu */
#menunav .StaticMenuItem {
	font-family: Verdana;
	font-size: 10px ! important;
	color: #FFFFFF;
	padding: 0px 2px 0px 0px;
	top: -4px;
	position: relative; 
/*	width: 115px;*/
	cursor: pointer ! important;
	font-weight: normal;
	text-align: left;
}

#menunav .selected {
	background-repeat: no-repeat; /*background-repeat: repeat-x; */;
	color: white;
	text-decoration: underline;
}
	
#menunav a.StaticMenuItem {
	display: block;		text-decoration: none;		text-align: left;	}
	
#menunav a:hover.StaticMenuItem {
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
}
	
/* --------------------  Sub Menus Style --------------------- */
#menunav .MenuItemStyle {
	font-family: Verdana;
	font-size: 10px ! important;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	color: #FFFFFF; /*	width: 150px;*/;
	height: 20px;
	padding: 2px 2px 0px 2px;
	background: #5A5A54;
	cursor: pointer ! important;
	border: 1px solid #515151;
	font-weight: normal;
}

#menunav a.MenuItemStyle {
	display: block;		text-decoration: none;	}
	
#menunav a:hover.MenuItemStyle {
	background-repeat: repeat-x;
	color: white;
	text-decoration: underline;
}

/* Menu Dropdownlistbox */
#menunav2 {
  text-align:left;  top:0px; left:3px; position:relative;
  }

#menunav2 .StaticMenuItem2 {
	background: url('../../images/language_bar.gif') no-repeat;
	font-family: Verdana;
	font-size: 10px ! important;
	color: #000000;
	width: 110px;
	font-weight: normal;
	text-align: left;
}
  
#menunav2 .MenuItemStyle2 {
	font-family: Verdana;
	font-size: 10px ! important;
	text-decoration: none;
	text-align: left;
	vertical-align: middle; 
	color: #000000;
	width: 108px;
	height: 22px;
	background: #FFFFFF;
	cursor: pointer ! important;
	border: 1px solid #515151;
	font-weight: normal;
}
	

/* -----------------------    Menu End     --------------------------------- */


/* ---------------------- General ------------------------------------*/
.maparea {
	padding: 0px;	margin: 0px;	width: 435px;	height: 100%;	}
	
body {		margin: 0px;	padding: 0px;	
	width: 100%;
	height: 100%;
	background-color: #444;
/*	margin: auto; */
	color: #fff;
}


.regiontitle {
	font-family:Verdana;	font-size: 10px;	font-weight: bold;	color: White;	}
	
.normaltext {
	font-family: Verdana;		font-size: 11px;		font-weight: normal;	}
	
.normaltext a {
	font-family: Verdana;		font-size: 10px;		font-weight: normal;		color: #962216;	}
	
.statusboldtext {
	font-family: Verdana;		font-size: 10px;		color: Gray;		font-weight: bold;	}

.boldtext {
	font-family: Verdana;		font-size: 10px;		font-weight: bold;	}

.entrytext {	/* text-align: left; */
	vertical-align: top;	font-family: Verdana;	font-size: 10px;	color: White;	line-height: 12px;	}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

/*.bott {	color: #988874;		text-decoration: none;	}*/

.red1 {	color: #de761c;	}

.red {	color: #AC4B41;		text-decoration: none;	}

/* Not necessary for future websites*/
.redtitle {
	color: #AC4B41;	text-decoration: none;	font-weight: bold;	font-size: medium;	text-align: center;	}

.centerdiv {
	width: 650px;	top: 0px;	margin: 0 auto;		position: relative;
	font-family: Verdana;		font-size: 11.5px;	font-weight: normal;	}

/* Not necesary for future websites	*/
.welcomediv {
	overflow: visible;		padding: 10px;		position: static;	}
	
input {
	font-family: Verdana;		font-size: 11px;		font-weight: normal;	}
	
.entrytext {background-color: White;	color: Black;	font-family: Verdana;	font-size: 11px;	font-weight: normal;	}


/* ------------------  Style for GridView and DetailView  -------------------      */
.viewstyle{
	/*	font-size: 11px;	font-family: Arial;*/
	border: 1px solid;
	color: #000000;
	background-color: Silver;
	font-family: Verdana;
	font-size: 10px;
}

.viewstyle .Header {
	background-color: #63635D;
	color: white;
	line-height: 20px; /*	font-size: 12px; */
}

.viewstyle .Footer { display:none; 	background-color: #FFFFFF;	color: #0083C1;		}

.viewstyle .Pager {
	color: #FFFFFF;			background-color: #696969;		font-weight: bold;	
	text-align: center;		text-decoration: underline;		}

.viewstyle .Pager span {
	color: #FFFFFF;		font-weight: bold;		text-decoration: none;	
	font-size: 10px;	left: 2px;				padding: 5px;	position: relative;		}

.viewstyle .Pager a:link {
	color: #DE761C !important;
	text-decoration: underline;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
}

.itemdetail {
	color: #333333;
	padding: 5px;
}

.viewstyle .AlternatingRow {
	background-color: #A2A2A2;
}

.viewstyle .EditRow a:link {
	color: #9D2216;			}

.viewstyle .Row a:link {
	color: #9D2216;			}

.viewstyle .SelectedRow a:link {
	color: #9D2216;			}

.viewstyle .AlternatingRow a:link {
	color: #9D2216;			}

/*  Used sometimes at future websites */
.viewstyle a {
	font-weight: bold;
	/*color: #DE761C !important;*/
	color: #BD6518 !important;
	font-size: 10px;
	font-family: Verdana;
}	

.viewstyle .Row 	{	background-color: #C0C0C0;	}

.viewstyle .EditRow {	background-color: #EAF9FF;	}

.viewstyle .EmptyDataRow {	background-color: White;	}

.viewstyle .SelectedRow {	background-color: #BBC6D0;	border: 1px solid #005177;	color: #005177;	}


/*--------------------------- End Datagrid Style -----------------------------*/

.modalbackground2 {	background-color: Transparent; }

.line {	color: White;  }

.button {
	color: White;
	border: 1px #FFFFFF solid;
	background-color: #8A8A86;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
}
	
.modalbackground {	background-color: Transparent;	}

.modalbackground3 {	background-color: White;	filter: alpha(opacity=80);	opacity: 0.6;	}

.modalpopup img {	border: solid 5px #fff;	}

.modalpopup-text {
	display: block;
	color: White;
	background-color: #63635D;
	text-align: center;
	border: 2px #C0C0C0 solid;
	padding: 10px;
}
	
.modalpopup-text input {	width: 75px;	}

/* Not neccesary for future websites */
.feedback {	color: #00cc00;	font-weight: 700;	}
#UpdatePanel1 {	width: 300px;	height: 100px;	border: solid 1px gray;	}
/*----------------------------------------------------------------------*/

.popoutframe {
	float: left;
	width: 434px;
	height: 470px;
	color: #FFFFFF;
}

.popinframe {
	padding: 5px 5px 5px 5px;
	border: 1px #FFFFFF solid;
	left: 0px;
	top: 0px;
	background-color: #8A8A86;;
	width: 400px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
}

.poptitle {
	color: #FFFFFF;
	font-size: 10pt;
}


.linemain {	color: gray; 	height: 1px		}

.linebottom {	color: gray; 	height: 2px		}


/*----------------------- Thumnails and Photos ------------------------------*/
.thumbnails {
	height: 110px;
	border: outset thin black;
	background-color: #3C3C3C;
	filter: alpha(opacity=70);
	opacity: 0.7; /*	overflow: auto;*/;
	display: inline-block;
	overflow: auto;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-base-color: #EAF9FF;
	scrollbar-darkshadow-color: #E0E0E0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-shadow-color: #808080;
}

.imgThumb {
	margin: 5px 5px 0px 5px;
	border: 1px #4B4B4B solid !important;
	/*height: 100px; */
	/* width: 100px; */
	height:99px;
	width:148px;
}

.imgContent {width:100%; height:400px; display:block; text-align:center; font-size:small; }

.imgShow { height:367px; width:522px; border:solid 1px #4B4B4B;	}

.imgDesc { line-height:28px; font-size:11px; }