﻿* { font-family: 
	Arial, Helvetica, 
	sans-serif;  }
/* Classes for the jQuery Validation */
label { width: 10em; float: left; }

label.error { 
	background-color: pink;
    border: 1px solid #FF99CC;
    color: red;
    float: none;
    font-size: 10px;
    margin-left: 3px;
    padding: 1px 5px;
    vertical-align: middle;
		}

p { clear: both; }

em { font-weight: bold; padding-right: 1em; vertical-align: top; }
        
input.error { 
	background-color:#FFFFCC !important; 
	border:2px red solid
	}

.LoginError { 
	background-color: #FFFFCC !important;
    border: 2px solid red;
    font-size: 12px;
    margin-left: 154px;
    padding: 5px;
	}

.generalError { 
	background-color: #FFFFCC !important;
    border: 2px solid red;
     
    margin-left: 34px;
    padding: 5px;
    font-weight:strong;
    font-size:larger;
	}
	
.generalErrorMsg { 
	 
   
    margin-left: 34px;
    padding: 5px;
    font-weight:strong;
    
	}	

.successMsg {
    background-color: mintcream;
    border: 2px solid #7AC175;
    color: darkorange;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
.errorMsg 
{
    border:2px red solid;
}
/* Classes for the jQuery Validation Style End */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	-x-system-font:none;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}

body {
	background-color:#f1f2f2;

	}
H1 {
	font-size:20px;
	color:#464545;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;	
	font-weight:bold;
	
	}
H2 {
	font-size:16px;
	color:#464545;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:6px;	
	margin-top:15px;
	font-weight:bold;
	
	}
p {
	
	
	}

a:link {color:#2587c5;}      /* unvisited link */
a:visited {color:#2587c5;}  /* visited link */
a:hover {color:#ff7200;}  /* mouse over link */
a:active {color:#ff7200;}  /* selected link */ 

.clear_both {
	clear:both;
	}
#divider{
	background-image:url(/images/divider.png);
	background-repeat:repeat-x;
	height:11px;
	margin: 15px 15px 15px
	
	}
#divider_header{
	background-image:url(/images/divider.png);
	background-repeat:repeat-x;
	height:11px;
	margin: 15px 15px 15px
	
	}

.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 10px 4px 10px;
	background: -moz-linear-gradient(
		top,
		#7cb7dc 0%,
		#398ec7 50%,
		#157fc1 50%,
		#157fc1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7cb7dc),
		color-stop(0.50, #398ec7),
		color-stop(0.50, #157fc1),
		to(#157fc1));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #797777;
	-moz-box-shadow:
		0px -2px 8px rgba(138,146,148,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px -2px 8px rgba(138,146,148,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px -2px 8px rgba(138,146,148,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
		cursor: pointer;
}
.submitButton:hover {
	background: -moz-linear-gradient(
		top,
		#7cb7dc 0%,
		#157fc1 50%,
		#398ec7 50%,
		#157fc1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#157fc1),
		color-stop(0.50, #157fc1),
		color-stop(0.50, #398ec7),
		to(#7cb7dc));

	}
#upload_button {
	margin-right:18px;
	
	}


/* Header Style Begin*/
#adminHeader {
	background-image:url(/images/admin_header_bg.png); 
	background-repeat:no-repeat;
	XXXheight:258px;
    height:181px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
#sign_in {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	
	}
#bread_crumb {
	font-size:15px;
	
	}
#header_img {
	background-image:url(/images/admin_header_img.png);
	background-repeat:no-repeat;
	background-position:right;
	width:458px;
	height:148px;
	float:right;
	margin-top: -9px;
	}
.admin-head #divider{
	background-image:url(/images/divider.png);
	background-repeat:repeat-x;
	height:11px;
	margin-top: 46px;
	
	}
/* Header Style End */

/* Admin Navigation Style Begin */
#adminNav {
	background-image:url(/images/body_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	width:1054px;
	margin-left:auto;
	margin-right:auto;
	
}
#loginLink{
	background-image: url("/images/sign_out_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 89px;
    margin-right: 60px;
    XXXmargin-top: 116px;
    padding-top: 29px;
    text-align: center;
    width: 103px;
	}
	
#loginLink:hover {
	background-image: url("/images/sign_out_bg_hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
    float: right;
    height: 89px;
    margin-right: 60px;
    XXXmargin-top: 116px;
    padding-top: 29px;
    text-align: center;
    width: 103px;
	font-weight:bold;
	
	}
#loginLink a:link {color:#fff;} 
#loginLink a:hover {color:#000;} 
#loginLink a:visited {color:#fff;} 
#loginLink a:active {color:#000;}
/*  Admin Navigation Style End */

/* Main Admin Content Begin*/
#mainAdminContent {
	background-image:url(/images/body_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
#mainAdminContent .admin-head{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:40px;
	padding-right:40px;
	
}
#mainAdminContent .search-area {
	padding:  0px 15px 10px 15px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:390px;
	border:solid 1px #797777;
	margin:25px 40px 25px 40px;;
	font-weight:bold;
}
#mainAdminContent #uploadForms,
#mainAdminContent #searchOption {
	font-weight:bold;
	}
#bodyContent{
	padding-bottom:25px;
	}
#bodyContent #login {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	}
#login_container {
	padding-top:25px;
	}
#login {
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:615px;
	border:solid 1px #797777;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	}
#login input {
	height:35px;
	width:430px;
	font-size:18px;
	padding:5px;
	}
#login #remember {
	float:left;
	width: auto;
	height:auto;
	font-size:11px;
	}
#login #ContentPlaceHolderBody_CheckBoxRemember {
	float: left;
    height: auto;
    position: relative;
    width: auto;
	margin-right:5px;
	}
#login #forgot_email,
#login #forgot_password{
	float: right;
    font-size: 11px;
    height: auto;
    width: 146px;
	}
#login #forgot_password {
	width: 129px;
	}
#login #ContentPlaceHolderBody_ButtonLogin {
	width:300px;
	margin-top: 20px;
	height:45px;
	}
#security-div{
	padding: 0 40px;
	font-size:10px;
	text-align:right;
	}


#bodyContent th{
	background-color:#e7f2f9;
	height:52px;
	border:#999 solid 1px;
	color:#464545!important;
	font-size:13px;
	text-align:left;
	padding-left:10px;
	}
.resultsTable {
	margin:10px 0px 25px 0px;
	}
.resultsTable td{
	border:#999 solid 1px;
	font-size:13px;
	}
.resultsTable1 {
	margin:0px!important;
	}
.upload_forms_container {
	border:#999 solid 1px;
	padding: 5px 15px;
	}
#mainOptions {
	width:431px;
	float:left;
	
	}
#uploadForms, 
#searchOption {
	width:345px;
	float:left;
	margin-left:0px;
	}
#searchOption_customer {
	width:325px;
	float:left;
	margin-right:0px;
	margin-left:20px;
	font-weight:bold;
	}
#uploadForms {
	height:199px;
	}
#mainOptions table tr td {
	padding:10px;
	font-size:12px;
	}
#customerDetails {
	width:470px;
	float:left;
 	margin-right:0px;
	min-height:378px;
 }
#customerDetails table td {
	height:35px;
	}
#customerActions,
#customerForms{
	width:325px;
	float:left;
	margin-left:20px;
	}
#uploadForms td{
	padding-bottom:8px;
	}
.search-area input,
.search-area #uploadForms,
#searchOption_customer input{
	height:25px;
	font-size:14px
	}
.table_body {
	padding:0px 40px 0px 40px;
	}
#ContentPlaceHolderBody_GeneralFile button {
	margin-left:10px;
	margin-right:10px;
}
.optional {
	font-size:10px;
	color:#999;
	margin-left: 5px;
	font-style:italic;
	}
/* Main Admin Content Style End */

#adminFooter {
	background-image:url(/images/admin_footer_bg.png); 
	background-repeat:no-repeat;
	height:67px;
	width:1054px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 27px;
    width: 905px;
	}
#adminFooter p {
	text-align:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
	
	
	/* david stuff */
	.inputFieldTable 
	{
	    font-size:13px;
	    font-weight:bold;
	    border-spacing:8px;
	}
	inputFieldTable td
	{
	     
	}
	.inputFieldTable input, select
	{
	    background-color:#E7F2F9;
	    -moz-border-radius:0px; /* Firefox */
        -webkit-border-radius: 0px; /* Safari, Chrome */
        -khtml-border-radius: 0px; /* KHTML */
        border-radius: 0px; /* CSS3 */
		margin-top: 5px;

	}
	
.boxDiv 
{
  	border:solid 1px #797777; 
	margin-top:15px;
	margin-bottom:15px;
	margin-left:40px;
	margin-right:40px;
	padding:  0px 15px 10px 15px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}	

.ui-progressbar {
    position: relative;
  }
  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }

.admin-only-disabled {
    font-weight:normal;
}