﻿/* COLOR SCHEMES */

/* BORDER (DARKER) #083a6d
	BACKGROUND (LIGHTER) #4c719e
*/

.logo
{
	display: block;
	width: 136px;
	height: 70px;
	margin: 10px 10px;
	/*background: transparent url(../images/mittal_logo.gif) no-repeat scroll 0 0; *//*change logo file */
}

.logo a
{
	display: block;
	width: 136px; /* change size */
	height: 70px; /* change size */
}

#ddlFormSelect, #Instructions
{
	color: #000;
}

#Instructions
{
	font-size: 12px;
}

h3
{
	border-top: 1px solid #000; /* change color */
	border-bottom: 1px solid #000; /* change color */
	background-color: #fff; /* change color */
	color: #000; /* change color */
	padding: 5px 0 5px 5px;
}

p
{
	text-align: center;
	border-bottom: 1px solid #000; /* change color */
	padding: 5px 0;
	line-height: 1.4em;
	color: #000;
}

p.defect {
	text-align: center;
	border-bottom: 1px solid #000; /* change color */
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	/*line-height: 1.4em;*/
	color: #000;
}

.submitArea
{
	margin: 10px;
	background-color: #fff; /* change color */
	color: #fff; /*border-top: 1px solid #fed60c; /* change color */ /*border-bottom: 1px solid #fed60c; /* change color */
	height: 65px;
	line-height: 65px;
}
.menu li a
{
	display: block;
	background-color: #000; /* change color */
	text-decoration: none;
	color: #fff;
	border: 1px solid #000; /* change color */
	padding: 4px 10px 3px; /* IE6 */
}

.menu li :hover
{
	color: #000;
	background-color: #fff; /* change color */
}

.contactArea input[type="text"], .contactArea textarea, .contactArea select, .modalPopup input[type="text"], .contactArea input[type="checkbox"]
{
	border: 1px solid #000; /* change color */
	font-family: Tahoma;
	font-size: 1em;
	margin: 0 0 10px;
	padding: 3px;
	width: 350px;
	background: #fff url(../images/formbkg.png) repeat-x top left;
}

.label
{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: left;
	width: 200px;
	color: #000; /* change color */
}

.pageWrap
{
	height: auto !important;
	margin: 20px auto;
	min-height: 500px;
	padding: 20px;
	width: 750px; /*border: 1px solid #0082ca;*/
	background-color: #fff; /*background-color: #083a6d;*/
}

.dateTime
{
	float: right;
	color: #000; /* change color */
	font-weight: bold;
	font-size: 12px;
}

#imgPreviewWithStyles
{
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	z-index: 999;
	border: none;
}
#imgPreviewWithStyles span, #imgPreviewWithStyles2 span, #imgPreviewWithStyles3 span
{
	color: white;
	font-size: 1em;
	text-align: center;
	display: block;
	padding: 10px 0 3px 0;
}
.loading
{
	height: 32px;
	width: 32px;
}


/*^^^^ ITEMS TO CHANGE  ^^^^*/

body
{
	font-family: Tahoma;
	background-color: #fff;
}

.header
{
	position: relative;
	margin: 10px 0;
	min-height: 75px !important;
	width: 750px;
}

.contactArea
{
	margin: 0px auto;
	width: 750px;
	position: relative;
}

label
{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: left;
	width: 160px;
}

.dynalabel
{
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: left;
	width: 158px;
}

.contactArea input.qty
{
	border: 2px solid #002857;
	font-family: Tahoma;
	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: 357px; /* 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: Tahoma;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 3px;
	width: 250px;
}

p.instructions
{
	text-align: left;
	border: 0px;
	padding: 5px 0;
}

/*#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, .button-add
{
	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;
	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, .button-add
{
	width: 105px;
	overflow: visible;
	padding: 4px 10px 3px 20px; /* IE6 */
}
.button, .button-submit, .button-cancel, .button-ok, .button-add
{
	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%;
}

.button-add
{
	background: #cfe7ca url(../images/add.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 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;
}

.menu
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.menu li
{
	float: left;
	margin: 5px;
	height: 20px;
	line-height: 20px;
}




/*#ff953e;
	background-color: #feddc1;*/

.AutoExtender
{
	font-family: Tahoma;
	font-size: 1.4px;
	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;
}
