﻿/* -------------------- 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: white;
	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: #E6E6E6;
	color: #000000;
}
	
.ajax_calendar .ajax__calendar_hover .ajax__calendar_day {
	background-color: #FFFFFF !important;	color: #334381 !important;	font-weight: bold;	}
	
.ajax_calendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #B0B8D8;	color: #FFFFFF;		font-weight: bold;	}
	
.ajax__calendar_header {
	background-color: #CFD4E5;
	color: #334381;
	border: 1px #BEC5DC solid;
}
	
.ajax_calendar .ajax__calendar_today {
	border: 1px #BEC5DC solid;
	background-color: #CFD4E5;
	color: #334381;
}
	
.ajax_calendar .ajax__calendar_other .ajax__calendar_day {
	background-color: #6976A7;		color: #FFFFFF;	     }

/*-----------------------  Divs alike to forms ------------------------------- */
#typeform {	white-space: nowrap;	height: auto; border:1px red solid	}

.labelform { float: left;	text-align: right;	width: 150px;	padding-right: 5px;	 padding-top: 5px;	}

.disclaimer { text-align: left;		padding-left: 5px;	 padding-top:0px;	}

.separator {position:relative; height:4px;}

/*-----------------------   Master page contents ----------------------------- */
.mastercontent {
	width: 780px;
	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;
	text-align: left;
}
	
.banner {
	height: 19px;
	background-color: #334381;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
	
.rightmain {
	float: right;
	width: 480px;
	height: 430px;
	overflow: visible;
	padding: 10px;
	position: static;
	text-align: left;
}

.leftmain {
	float: left;
	width: 212px;
	padding: 10px;
}
	
.container {
	font-family: Arial;		font-size: 11px;
	height: 550px;
}	
/* ----------------------   Login Area  ------------------------------ */
.leftdivlog {	text-align: right;	width: 280px;	float: left;	font-weight: normal;	line-height: 19px;	}
	
.rightdivlog {	width: 400px;	float: right;	text-align: left;	padding-left: 15px;	}

.centerarea {
	font-family: Arial;		font-size: 11px;	font-weight: bold;	text-align: center;		/*height: 300px;*/	}
	
.logbut {	text-align: center;		position: relative;		height: 70px;	 clear:both;		 /*width:100%;*/	}
	
/* ------------------ Menu Principal  ------------------------------*/
#menubar {
width:700px;
}

#menunav {
	font-family: Georgia, arial, helvetica, sans-serif;	}

/* this is the item for every header menu */
#menunav .StaticMenuItem {
	font-family: Arial;
	font-size: 11px ! important;
	line-height: 22px;
	color: #000000;
	background: url('../../images/tab_light.gif');
	height: 22px;
	padding: 1px 1px 0px 1px;
	width: 112px;
	cursor: pointer ! important;
	background-repeat: no-repeat;
}
	
#menunav .selected {
	background: url('../../images/tab_dark.gif');
	background-repeat: no-repeat; /*background-repeat: repeat-x; */;
	color: white;
}
	
#menunav a.StaticMenuItem {
	display: block;		text-decoration: none;		text-align: center;	}
	
#menunav a:hover.StaticMenuItem {
	background: url('../../images/tab_dark.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
	
/* --------------------  Sub Menus Style --------------------- */
#menunav .MenuItemStyle {
	font-family: Arial;
	font-size: 10px ! important;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	color: #000000;
	width: 130px;
	height: 22px;
	padding: 1px 1px 0px 1px;
	background: #D0D6EE;
	cursor: pointer ! important;
	border: 1px #B3B4B7 solid;
}
	
#menunav a.MenuItemStyle {
	display: block;		text-decoration: none;	}
	
#menunav a:hover.MenuItemStyle {
	background: #334381;
	border: 1px #B3B4B7 solid;
	color: white;
}
/* -----------------------    Menu End     --------------------------------- */


/* ---------------------- General ------------------------------------*/
.maparea {	padding: 0px;	margin: 0px;	width: 435px;	height: 100%;	}
	
body {	margin: 0px;	padding: 0px;	 background-color:#333333; }

.regiontitle {
	font-weight: bold;
	color: #334381;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.maintitle {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	background-image: url('../../images/bg1.gif');
	background-repeat: repeat-x;
	text-align: left;
	padding-top:12px;
}
	
.normaltext {
	font-family: Arial;		font-size: 11px;		font-weight: normal;	}
	
.normaltext a {	font-family: Arial;		font-size: 11px;		font-weight: normal;		color: #962216;	}
	
.statusboldtext {	font-family: Arial;		font-size: 11px;		color: Gray;		font-weight: bold;	}

.boldtext {	font-family: Arial;		font-size: 11px;		font-weight: bold;	}

.entrytext { vertical-align: top;	font-family: Tahoma;	font-size: 10px;	color: White;	line-height: 12px;	}

a {
	text-decoration: underline;
	color: #303F78;
}
a:link {
	color: #303F78;
	font-weight: bold;
}
a:visited {	text-decoration: underline;		color: #334381; 	font-weight: bold;		}

/*
a.1 {	text-decoration: none;	color: #000000;	}

.t11 {	font-family: Tahoma;	font-size: 11px;	font-style: normal;	} 

.bott {	color: #988874;		text-decoration: none;	} //

*/

.red1 {
	color: #334381;
}

.red {	color: #AC4B41;		text-decoration: none;	}

/*.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, Geneva, Arial, Helvetica, sans-serif;		font-size: 11.5px;	font-weight: normal;	}
	
input {	font-family: Arial;		font-size: 11px;		font-weight: normal;	}
	
.entrytext {background-color: White;	color: Black;	font-family: Arial;	font-size: 11px;	font-weight: normal;	}


/* ------------------  Style for GridView and DetailView  -------------------      */
.viewstyle{
	border: 1px solid;
	color: #000000;
	background-color: #BCC0C1;
}

.viewstyle .Header {
	background-color: #334381;
	color: white;
	line-height: 20px;
}

.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: #C3C3C3;		text-decoration: underline;	 font-size: 11px;	padding: 5px;	font-weight: bold; }

.itemdetail {	color: Black;		padding: 3px;	}

.viewstyle .AlternatingRow {
	background-color: #E6E6E6;
}

.viewstyle .AlternatingRow a:link, 
.viewstyle .SelectedRow a:link, 
.viewstyle .Row a:link,
.viewstyle .EditRow a:link {
	color: #3A4B92;
	font-weight: bold;
}
.viewstyle a {
	font-weight: normal;
	color: #3A4B92;
	font-size: 10px;
}

.viewstyle .Row 	{
	background-color: #D0D6EE;
}

.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: #FFFFFF;
	border: 1px #FFFFFF double;
	background-color: #334381;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	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: #E6E6E6;
	text-align: center;
	border: 3px #334381 solid;
	padding: 10px;
}
	
.modalpopup-text input {	width: 75px;	}

.popoutframe {
	float: left;
	width: 434px;
	height: 500px;
	color: #000000;
}

.popinframe {
	padding: 5px 5px 5px 5px;
	border: 1px #334381 solid;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	width: 400px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #334381;
}

.poptitle {color:#334381; font-size: 10pt; }

/*.feedback {	color: #00cc00;	font-weight: 700;	}*/

.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; }