﻿/* File Created: June 2, 2013 */

body
{
    font-size: 15px;
}
*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;

    /*
        Introduced in IE 10.
        See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

/* Dialog box - Start*/
.ContactFormTitle
{
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    background-color: #33414a;
    font-weight: bold;
    height: 28px;
    width: 97%;
    text-align: center;
    padding: 5px;
}
.ConfirmationTitle
{
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    background-color: #33414a;
    font-weight: bold;
    height: 28px;
    width: 97%;
    text-align: center;
    padding: 5px;
}
.contactFormLabel
{
    font: normal 12px arial;
    color: #3e3e3e;
    text-align: right;
    vertical-align: top;
    float: left;
    width: 100px;
    padding: 8px;
}

.contactFormTextBox
{
    font: normal 12px arial;
    color: #3e3e3e;
    text-align: right;
    vertical-align: top;
    float: right;
    padding: 5px;
}
    
.contactFormBtn
{
    font-family: Arial;
    background: url(../images/Btn_FormBg.gif) top left repeat-x #c05803;
    padding: 5px;
    height: 26px;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #c05803;
    font-size: 11px;
    cursor: pointer;
    float: left;
    height: 26px;
    margin: 2px;
}

/* Clear floats after the columns */
.contactrow2 {
    display: flex;
    margin: 2px 0 5px 0;
}

.contactcolumn2 {
    flex: 80%;
    padding: 1px;
}

.contactcolumn3 {
    flex: 10%;
    padding: 1px;
}

/* Clear floats after the columns */
.contactrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Dialog box - End*/

/* Dialog box's Jquery CSS - Start*/
.web_dialog_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .15;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	z-index: 101;
	display: none;
}
.web_dialog
{
	display: none;
	position: fixed;
	width: 410px;
	height: 320px;
	top: 40%;
	left: 50%;
	margin-left: -190px;
	margin-top: -100px;			   
	font-family: Arial;
    background-color: #fff;
    border: solid 3px #ccc;
    padding: 5px;
    z-index: 102;
                
}
.web_errordialog
{
	display: none;
	position: fixed;
	width: 410px;
	height: 430px;
	top: 40%;
	left: 50%;
	margin-left: -190px;
	margin-top: -100px;			   
	font-family: Arial;
    background-color: #fff;
    border: solid 3px #ccc;
    padding: 5px;
    z-index: 102;
                
}
.confirmation_dialog
{
	display: none;
	position: fixed;
	width: 460px;
	height: 150px;
	top: 45%;
	left: 48%;
	margin-left: -190px;
	margin-top: -100px;			   
	font-family: Arial;
    background-color: #fff;
    border: solid 3px #ccc;
    padding: 5px;
    z-index: 102;
}
.web_dialog_title
{
	border-bottom: solid 2px #336699;
	background-color: #336699;
	padding: 4px;
	color: White;
	font-weight:bold;
}
.web_dialog_title a
{
	color: White;
	text-decoration: none;
}
.align_right
{
	text-align: right;
}

.val-summary{
	font-size: medium;
	color: #CC3300;
	Width: 90%;
}

/* Dialog box's Jquery CSS - End*/

/* progress bar - Start */

/*
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}
* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
*/

/* progress bar - Start */
