﻿body
{
	font-family: helvetica, Tahoma, Sans-Serif;
}

.header
{
	position: relative;
	margin: 10px 0;
	min-height: 75px !important;
	width: 750px;
}

.dateTime
{
	float: right;
}

.logo
{
	display: block;
	height: 64px;
	margin: 10px 10px;
	width: 455px; 
	background: transparent url(../images/tech_logo.jpg) no-repeat scroll 0 0;
}

.logo a
{
	display: block;
	width: 244px;
	height: 51px;
}

.pageWrap
{
	height: auto !important;
	margin: 20px auto;
	min-height: 500px;
	padding: 20px;
	width: 750px;
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
}

.contactArea
{
	margin: 25px auto;
	width: 750px;
	position: relative;
}

label
{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 160px;
}

.dynalabel
{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 158px;
}

.contactArea input[type="text"], .contactArea textarea, .contactArea select, .modalPopup input[type="text"]
{
	border: 2px solid #002857;
	font-family: tahoma, Sans-Serif;
	font-size: 1.4em;
	margin: 0 0 10px;
	padding: 5px;
	width: 350px;
	background: transparent url(../images/formbkg.png) repeat-x top left;
}

.contactArea input.qty
{
	border: 2px solid #002857;
	font-family: tahoma, Sans-Serif;
	font-size: 1.4em;
	margin: 0 0 10px;
	padding: 5px;
	width: 50px;
	background: transparent url(../images/formbkg.png) repeat-x top left;
}

.contactArea select
{
	width: 363px; /* width of select boxes is smaller in the browser so needs more pixel width by +13px */
}

.modalPopup input[type="text"]
{
	border: 2px solid #002857;
	font-family: helvetica, Sans-Serif;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 3px;
	width: 250px;
}

p
{
	text-align: center;
	border-bottom: 2px solid #002857;
	padding: 5px 0;
}

/*  MODAL POPUP STYLE */

.modalBackground
{
	background-color: #333;
	filter: alpha(opacity=60);
	opacity: 0.6;
	margin: 0px;
	padding: 0px;
}

.modalPopup
{
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	border-color: #002857;
	padding: 5px;
	width: 500px;
	min-height: 200px;
	float: left;
}

#UpdateProgress1, #UpdateProgress2
{
	padding: 5px;
	background-color: #fff;
	color: #002857;
	height: 30px;
	margin: 0px auto;
	position: relative;
	width: 150px;
	border: 2px solid #002857;
}

#UpdateProgress1 img, #UpdateProgress2 img
{
	margin: 5px;
	line-height: 15px;
}

/*  FORM ERROR STYLE */

.errorMessage
{
	border: 1px solid #cc0000;
	height: 15px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 5px;
	width: 150px;
	background: #bb1200; /*background: #bb1200 url(../images/bullet_error.png) no-repeat left top;*/
}

.errorSummary
{
	background: #fbefef;
	color: #000;
	font-size: 12px;
}

#ValidationSummary1, #ValidationSummary2, #ValidationSummary3
{
	margin: 0px;
	padding: 5px;
}

.validationSummary p
{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #bb1200;
	border-bottom: 2px solid #bb1200;
}

.validationSummary ul
{
	list-style: none;
	margin: 0 10px 10px;
	padding: 0px;
	font-size: 14px;
}

.validationSummary li
{
	margin: 5px;
	color: #bb1200;
}

/* CALENDAR STYLE */
.MyCalendar .ajax__calendar_container
{
	background-color: #e2e2e2;
	border: solid 1px #cccccc;
	float: none;
	width: 200px;
}
.MyCalendar .ajax__calendar_header
{
	background-color: #ffffff;
}
.MyCalendar .ajax__calendar_body
{
	background-color: #e9e9e9;
	border: solid 1px #cccccc;
}
.MyCalendar .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
.MyCalendar .ajax__calendar_day
{
	text-align: center;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}
.MyCalendar .ajax__calendar_today
{
	font-weight: bold;
	background-color: #fff;
}
.MyCalendar .ajax__calendar_other, .MyCalendar .ajax__calendar_hover .ajax__calendar_today, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: #bbb;
}
.MyCalendar .ajax__calendar_prev, .MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next
{
	color: #ffbc05;
	padding-top: 3px;
}

/* BUTTONS */

.button, .button-submit, .button-cancel
{
	margin: 0 7px 0 0;
	background-color: #cfe7ca;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background: #cfe7ca url(../images/add.png) no-repeat 4% 50%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 20px; /* Links */
}
.button, .button-submit, .button-cancel, .button-ok
{
	width: 105px;
	overflow: visible;
	padding: 4px 10px 3px 20px; /* IE6 */
}
.button, .button-submit, .button-cancel, .button-ok
{
	padding: 5px 10px 5px 20px; /* Firefox */
	line-height: 17px; /* Safari */
}

.button-submit
{
	background: #cfe7ca url(../images/tick.png) no-repeat 4% 50%;
}

.button-cancel
{
	background: #f4acad url(../images/cross.png) no-repeat 4% 50%;
}


.infoPop
{
	background: #fff8d3 url(../images/caution.png) no-repeat 3% 50%;
	border: 1px solid #d6bf40;
	width: 400px;
}

.infoPop p
{
	font-size: 14px;
	border: 0px;
	margin: 5px 12px 5px 65px;
	text-align: left;
	line-height: 1.4em;
}

.infoPop a.close
{
	width: auto;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #8a0d00;
	color: #fbefef;
	text-decoration: none;
	background: #bb1200;
}

.finalSubmitArea
{
	background: #cfe7ca;
	border: 2px solid #9bc194;
	padding: 5px;
	width: 500px;
	min-height: 200px;
	float: left;
}

.status p
{
	text-align: left;
}

.success
{
	margin: 10px auto;
	width: 350px;
	padding: 5px;
	background: #e6fee1 url(../images/confirmed.png) no-repeat 4% 30%;
	border: 2px solid #48b631;
}

.success p
{
	border: 0px;
	margin: 5px 0 5px 100px;
	line-height: 1.6em;
	text-align: left;
}


.formattedEmail table
{
	font-family: helvetica, Tahoma, Sans-Serif;
	font-size: 14px;
	margin: 0px auto;
	width: 400px;
}

.formattedEmail tr
{
	padding: 5px;
}

.formattedEmail td
{
	padding: 5px;
}

.waterMark
{
	color: #e4e4e4;
	font-weight: bold;
	text-align: center;
}

.waterMarkSmall
{
	color: #e4e4e4;
	font-weight: bold;
	width: 50px;
}

.submitArea
{
	margin: 10px;
	background-color: #ebf3b6;
	color: #fff;
	border-top: 1px solid #799139;
	border-bottom: 1px solid #799139;
	height: 65px;
	line-height: 65px;
}
.submitArea ul
{
	margin: 0 0 0 25px;
	height: 65px;
	line-height: 65px;
}

.submitArea li
{
	padding: 0px;
	display: inline;
	vertical-align: middle;
	height: 65px;
	line-height: 65px;
}

.submitArea ul li:hover
{
	background: transparent;
}

.AutoExtender
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4;
	font-weight: normal;
	border: solid 1px #006699;
	line-height: 20px;
	padding: 10px;
	background-color: White;
	list-style-type: none;
	/*margin-left: 10px;*/
}
.AutoExtenderList
{
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: Maroon;
}
.AutoExtenderHighlight
{
	color: White;
	background-color: #006699;
	cursor: pointer;
}
#divwidth
{
	width: 350px !important;
}
#divwidth div
{
	width: 350px !important;
}

