/* zview.css
*------------------------------------------------------------------------------------
*	ZTronLogic.com Master Style Sheet
*
*	url: ztronlogic.com
*	last update: 05-27-2014
*	lead engineer: Roland Romero
*------------------------------------------------------------------------------------
*/

/*	BUGS:
* 	1. 	 
* 	2.
*
*
* TO DO:
* 	- 
*
*/

@CHARSET "ISO-8859-1";

html{
	margin:0px;
	padding:0px;
}
body{
	height:auto;
	padding:0px; !important
	background-color:#f3f3f3;
	/*background-color:rgba(175,170,155,0.8);*/
	/*background-color:rgba(50,70,100,1);*/
	
}
button{
	padding:5px;
	color:rgba(65,65,92,1);
	font-size:16px;
	border-radius:4px;
}
[type=text]{
	border:1px solid #aaa;
}
[type=text]:hover{
	border-left:1px solid rgb(200,200,200);
	border-top:1px solid rgb(220,220,220);
	border-right:1px solid rgb(120,120,120);
	border-left:1px solid rgb(100,100,100);
	box-shadow: 0px 0px 3px rgba(60,60,100,0.6);
}
[type=text]:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid rgba(80,80,100,0.4);
}
[type=text]:disabled{
  	background-color:#DDD;
  	color: #00004A;
}
[type=email]:hover{
	box-shadow: 3px 3px 3px 3px rgba(60,60,100,0.6);
}
[type=email]:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid rgba(80,80,100,0.4);
}
[type=phone]:hover{
	box-shadow: 3px 3px 3px 3px rgba(60,60,100,0.6);
}
[type=phone]:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid rgba(80,80,100,0.4);
}
[type=password]:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid rgba(80,80,100,0.4);
}
select:hover{
	box-shadow: 0px 0px 5px 3px rgba(60,60,100,0.4);
}
select:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 2px solid rgba(80,80,100,0.4);
}
textarea{
	padding:3px;
	font-family: Georgia,Helvetica,sans-serif;
	font-size:12px;
}

textarea:hover{
	box-shadow: 2px 2px 2px 3px rgba(60,60,100,0.3);
}
textarea:focus{
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid rgba(80,80,100,0.6);
}


#modal{
	position: absolute;
	display:none;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 200%;
	background-color: rgba(150,150,150,0.4);
	z-index: 999;
}
#noscriptfailure{
	background:#FFF;
	border:1px solid #000;
	margin:25% 25% 25% 25%;
	width:500px;
	height:100px;
	padding:10px 10px 10px 10px;
	text-align:center;
	z-index:999;
}
#sec_msg{
	width:auto;
	height:auto;
	max-width:500px;
	color:#000048;
	font-size:24px;
	background-color:#fff;
	border:2px solid #aaa;
	border-radius:3px;
	box-shadow:8ppx 8px 8px rgba(0,0,0,0.4);
}
h1{
	margin: 0px 0px 0px 5px;
	color: #262685;
	font-family: "Helvetica", sans serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3),
				1px 1px 1px rgba(99,99,99,0.5),
				2px 2px 2px rgba(200,200,200,0.5),
				3px 3px 1px rgba(155,155,155,0.5);
}
td{
	vertical-align:top;
}
#intro_caption{
	margin: 0px 0px 0px 5px;
	color: #262685;
	font-family: "Helvetica", sans serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3),
				1px 1px 1px rgba(99,99,99,0.5),
				2px 2px 2px rgba(200,200,200,0.5),
				3px 3px 1px rgba(155,155,155,0.5);
}
h2,h3{
	margin: 0px 0px 0px 5px;
}
#sec_caption{
	margin: 0px 0px 0px 5px;
	color: #262685;
	font-family: "Helvetica", sans serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3),
				1px 1px 1px rgba(99,99,99,0.5),
				2px 2px 2px rgba(200,200,200,0.5),
				3px 3px 1px rgba(155,155,155,0.5);
	
}
.btn1{
	font-size:24px;
	color:##000048;
	border:0px solid #dfdfdf;
	border-radius:18px;
	background:#fff;
}
.caption{
	margin: 0px 0px 10px 0px;
	color:#000046;
	font-family: "Helvetica", sans serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
	
}
#img1{
	height: 190px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #666666;
	border-radius: 4px;
	box-shadow: 8px 8px 4px 2px rgba(100,100,100,0.5);
	z-index:0;
}

#div_content{
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
#div_content_header{
	margin: 0px 5px 5px 0px;
	padding: 5px;
	width: 100%; 
	background: linear-gradient(180deg, rgba(190,190,200,0.8) 35%, #AFAFAF 75%, #DFDFDF);
	/*background-color: #A7A7AB;*/
	border: 2px solid rgba(100,100,100,0.4);
	box-shadow: 1px 1px 2px  rgba(90,90,90,0.2) inset;
	border-radius: 1px;
	color:#000046;
	font-family: "Lucida grande", sans serif;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#div_intro_col_r{
	position:absolute;
	left: 330px;
	top: 580px;
	width: 640px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #FFF; /*#116;*/
	color:#000046; /*#FFFFFF;*/
	border: 1px solid #A3A3A3;
	border-radius: 2px;
	/*box-shadow: 6px 6px 6px 2px rgba(0,0,0,0.4);*/
	font-family: "Helvetica", serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	text-wrap: normal;
	overflow: hidden;
}
#div_intro{
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	background-color: #FFF;
	color:#000046; 
	border: 1px solid #A3A3A3;
	border-radius: 2px;
	/*box-shadow: 6px 6px 6px 2px rgba(0,0,0,0.4);*/
	font-family: Geneva,Oxygen,Helvetica, Arial, serif;
	font-size: 14px;
	font-weight: normal;
	text-align:justify;
	text-wrap: normal;
	text-shadow: ;
	overflow: hidden;
}
#tbl_info{
	width: 95%;
	display: none;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	/*border-bottom: 1px solid #444444;*/
	border-collapse: collapse;
	color:#000046;
	font-family: "Helvetica", serif;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2;)
	z-index: 991;
}
#tbl_info caption{
	width: 95%;
	height: 5%;
	padding: 10px;
	color:#000046;
	font-family: "Helvetica", serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#tbl_info th{
	width: 5%;
	font-family: "Helvetica", serif;
	text-align: center;
	color:#000046;
	border-bottom: 1px solid #444444;
	border-length: 2%;
}
#tbl_info tr{
	padding: 5px 0px 5px 0px;
}
#tbl_info tr th:hover{
	
}
#tbl_info tr:hover{
	cursor: pointer;
	background-color: #DFDFDF;
}
#tbl_info td{
	/*width: 5%;*/
	padding: 10px 0px 0px 10px;
	font-family: "Helvetica", serif;
	font-size: 1.2em;
	text-wrap: normal;
	border-collapse: collapse;
}
#tbl_info .desc{
	text-align: left;
}
#tbl_info .desc{
	text-align: left;
}
#tbl_info_l{
	float: left;
	width: 90%;
	margin: 0px 10px 20px 10px;
	padding: 5px 0px 5px 0px;
	border-collapse: collapse;
	font-family: "Helvetica", serif;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	z-index: 991;
}
#tbl_info_r{
	float: left;
	width: 90%;
	margin: 0px 10px 20px 10px;
	padding: 5px 0px 5px 0px;
	border-collapse: collapse;
	font-family: "Helvetica", serif;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	z-index: 991;
}
#sec_print{
	display: block;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: "Helvetica", serif;
	color:#000046;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#sec_print:hover{
	cursor: pointer;
	background-color: rgba(0,0,120,0.2);
	border-radius: 5px;	
	web-kit-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 8px 8px 4px 2px rgba(0,0,0,0.3);
	
}
#sec_payment{
	display: block;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: "Helvetica", serif;
	color: #464685;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#sec_payment:hover{
	cursor: pointer;
	background-color: rgba(0,0,120,0.2);
	border-radius: 5px;	
	web-kit-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 8px 8px 4px 2px rgba(0,0,0,0.3);
	
}
#sec_close{
	display: block;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: "Helvetica", serif;
	color:#000046;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#sec_close:hover{
	cursor: pointer;
	background-color: rgba(0,0,120,0.2);
	border-radius: 8px;	
	web-kit-box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.3);
	
}
#sec_inner{
	margin: 35px 0px 0px 0px;
}
/* - Fieldsets For Clients - */
#l_fs_client{
	float: left;
 	width: 42%;
 	margin-left: 5%;
}
#r_fs_client{
	float: left;
 	width: 42%;
}
#rb_fs_client{
	float: left;
 	width: 42%;
 	margin-top: 5px;
}
#b_fs_client{
	float: left;
	border: none;
 	width: 95%;
}
/* - Fieldsets Subs -----------------------------------------------------*/
#l_fs_subs{
	float: left;
 	width: 42%;
 	margin-left: 5%;
}
#r_fs_subs{
	float: left;
 	width: 42%;
}
#rb_fs_subs{
	float: left;
 	width: 42%;
 	margin-top: 5px;
}
#b_fs_subs{
	float: left;
	border: none;
 	width: 95%;
}

/* - Fieldsets Projects -------------------------------------------------*/
#sec_content{
	display: none;
	overflow: auto;
	height: auto;
	max-height:70%; 
	padding: 25px 5px 5px 25px;
	border: 1px solid #000;/*#BBB;*/
	border-radius: 4px;
	background-color:#FFF;
}
#l_fs_projects{
	float: left;
 	width: 42%;
 	margin: 0px 0px 20px 0px;
 	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}

#r_fs_projects{
	float: left;
 	width: 42%;
 	margin: 0px 0px 20px 63px;
 	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
#fs_projectfiles{
	float: left;
	width: 95%;
	margin: 15px 0px 7px 0px;
	padding: 15px 5px 15px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
#div_schedule{
	float: left;
	width: 45%;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #AAA;
}
#div_plans{
	float: left;
	width: 45%;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #AAA;
}
#fs_scopeofwork{
	float: left;
	width: 95%;
	margin: 7px 0px 7px 0px;
	padding: 15px 5px 15px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
#fs_notes{
	float: left;
	width: 95%;
	margin: 7px 0px 7px 0px;
	padding: 15px 5px 15px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
#fs_exclusions{
	float: left;
	width: 95%;
	margin: 7px 0px 7px 0px;
	padding: 15px 5px 15px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
#fs_terms{
	float: left;
	width: 95%;
	margin: 7px 0px 7px 0px;
	padding: 15px 5px 15px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}

#rb_fs_projects{
	float: left;
 	width: 95%;
 	margin-top: 5px;
}
.fs_projects_subs{
	float: left;
	width: 42%;
}
#b_fs_projects{
	float: left;
	border: none;
 	width: 95%;
}
/* - Text Areas - */
#txtarea{
	color:#000046;
	resize: none;
	margin: 0px 10px 10px 10px;
}
#ta_description{
	color:#000046;
	resize: none;
	margin: 10px 10px 10px 10px;
}
#ta_notes{
	color:#000046;
	resize: none;
	margin: 10px 10px 10px 10px;
}
#ta_exclusions{
	color:#000046;
	resize: none;
	margin: 10px 10px 10px 10px;
}
#ta_terms{
	color:#000046;
	resize: none;
	margin: 10px 10px 10px 10px;
}
/* - Classes ------------------------------------------------------------*/
.tbl_info{
	width: 95%;
	margin: 0px 10px 0px 10px;
	padding: 5px;
	border-collapse: collapse;
	color:#000046;
	font-family: "Helvetica", serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2;)
	z-index: 991;
}
.tbl_info caption{
	width: 95%;
	height: 5%;
	padding: 10px;
	color:#000046;
	font-family: "Helvetica", serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.tbl_info th{
	width: 5%;
	font-family: "Helvetica", serif;
	text-align: center;
	color:#000046;
	border-bottom: 1px solid #444444;
	border-length: 2%;
}
.tbl_info tr{
	padding: 5px;
}
.tbl_info tr th:hover{
	
}
.tbl_info tr:hover{
	cursor: pointer;
	background-color: #CFCFCF;
}
.tbl_info td{
	padding: 5px;
	font-family: "Helvetica", serif;
	font-size: 12px;
	text-wrap: normal;
	border-collapse: collapse;
}
.lbl_content{
	float:left;
	width:98%;
	margin: 10px 10px 10px 10px;
	padding:10px;
	background-color:#EEE;
	color: #444486;
	text-align:left;
	font-family: "Oxygen", sans-serif;
	font-size: 12px;
	border: 1px solid #ccd;
	border-radius:4px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	
}
.ta_task{
	color:#000046;
	resize: none;
	width: 95%;
	margin: 10px 10px 10px 10px;
	text-align: left;
}
.div_taskitem{
	float: left;
	width: 95%;
	margin: 7px 0px 7px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgba(215,215,215,1.0);
	border: 1px solid #7C7C7C;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}
.fs_task_l{
	float: left;
	width: 45%;
	margin: 0px 0px 0px 0px;
}
.fs_task_r{
	float: right;
	width: 45%;
	margin: 0px 0px 0px 0px;
}
.iframe{
	height: 500px;
	width: 700px;
	border: 0px;
}
.tblrow{
	font-family: "Oxygen", sans-serif;
	font-size: 1em;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
/* - Left Aligned TD - */
.td_item_l{
	width: 50%;
	text-align: left;
	vertical-align: top;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
.td_item_l_narrow{
	width: 20px;
	text-align:left;
	vertical-align:top;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
.td_item_l_wide{
	width:80%;
	text-align:left;
	vertical-align:top;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
/* - Right Aligned TD - */
.td_item_r{
	float: right;
	text-align: right;
	vertical-align: top;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* - Right Narrow - */
.td_item_r_narrow{
	width: 120px;
	text-align:right;
	vertical-align:top;
}
/* - Centered TD - */
.td_item_c{
	text-align: center;
	vertical-align: top;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
.tbl_info_l{
	float: left;
	width: 90%;
	margin: 2px 2px 2px 2px ;
	padding: 5px 0px 5px 0px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-family: "Helvetica", serif;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	z-index: 991;
}
.tbl_info_r{
	float: left;
	width: 90%;
	margin: 0px 10px 20px 10px;
	padding: 5px 0px 5px 0px;
	border-collapse: collapse;
	color:#000046;
	font-family: "Helvetica", serif;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	z-index: 991;
}
.lbl_tsk_amount, .lbl_tsk_profit{
	float: left;
	text-align: left;
	margin: 5px 0px 0px 0px;
}
.controls{
	margin: 0px;
	padding: 13px;
	border:1px solid rgba(0,0,0,0); 
	/* font-family: "Helvetica", serif;
	color:#000046;
	font-size: 14px;*/
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.controls-v-wht:hover{
	cursor: pointer;
	color:#fff;
	background-color: rgba(150,170,200,0.3);
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-radius: 4px;	
	web-kit-box-shadow: 4px 2px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 4px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 4px 2px 2px rgba(0,0,0,0.3);
}
.controls:hover{
	cursor: pointer;
	background-color: rgba(150,170,200,0.3);
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-radius: 4px;	
	web-kit-box-shadow: 4px 2px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 4px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 4px 2px 2px rgba(0,0,0,0.3);	
}
#div_infomenu{
	float:left;
	width:100%
}
.infomenucontrols{
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px; 
	font-family: "Helvetica", serif;
	color:#000046;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.infomenucontrols:hover{
	cursor: pointer;
	background-color: rgba(0,0,120,0.2);
	border-radius: 5px;	
	web-kit-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 8px 8px 4px 2px rgba(0,0,0,0.3);	
}
.dropdown{
	display:none;
	position: absolute;
	width:90px;
	height: auto;
	margin:0px 0px 0px 0px;
	padding:10px;
	text-align:left;
	font-family: "Oxygen", sans-serif;
	font-size:12px;
	text-shadow:0px #000;
	background: -moz-linear-gradient(top, rgba(234,234,234,0.8) 20%, rgba(240,240,250,0.9) 35%, #ccc 100% );
	background: -webkit-linear-gradient(top, rgba(227,227,227,0.8) 20%, rgba()240,240,250,0.9) 35%, #ccc 100% );
	/*background: rgba(207,207,207,0.8);*/
	border-left:1px solid #bbb;
	border-top:1px solid #eee;
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0px 0px 13px rgba(0,0,0,0.4);
	overflow:hidden;
	z-index:100;
}
.ul_dropdown{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	color: #000046;
	text-align:left;
	list-style:none;
	font-family:"Oxygen",sans-serif;
	font-size:14px;
	z-index:101;
}
.ul_dropdown li{
	display:block;
	width:100%;
	float:left;
	margin:0px;
	padding:3px;
	text-align:left;
	border-radius:2px;
}
.ul_dropdown li:hover{
	color: #fff;/*33a;*/
	background-color: rgba(80,130,210,0.6);
}
.ul_dropdown li a{
	color: #000046;
}
.ul_dropdown li a:visited{
	color: #000046;
}
.tbl_proposal{
	font-family:"Oxygen",sans-serif;
	border-collapse:collapse;
}
.singleuser{
	width : 50%;
	left: 30%;
    border-bottom: 1px solid #888888;
	text-align: left;
}
.label{
	float: left;
	text-align: left;
	margin: 5px 0px 0px 0px;
	vertical-align: middle;
}
.txtalabel{
	margin: 20px 0px 0px 0px;
}
.formtext{
	float: right;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
[type=password]{
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
.datetext{
	float: right;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	background-image:url("./Images/Icons/calendar-icon.png") no-repeat;
}
.date{
	float: right;
	border: none;
	border-radius: 2px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
.formrow{
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.taskitem{
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	border: 1px solid #A3A3A3;
}
.tel_phone{
	display: block;
	float: right;
	border: 1px solid #555555;
	margin: 0px 0px 0px 0%;
	background: #AABBBB;
}
.tel_phone2{
	display: block;
	float: right;
	border: 1px solid #555555;
	margin: 0px 0px 0px 0%;
	background: #CCBBBB;
}
.tel_fax{
	float: right;	
	display: block;
	border: 1px solid #555555;
	margin: 0px 0px 0px 0%;
	background: #FFBBBB;
}
.icon,.large_icon{
	float:left;
	width:45px;
	height:60px;
	margin:10px 0px 0px 15px;
	border:1px solid #eee;
	border-radius:4px;
	font-family: Oxygen,sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;	
	overflow:hidden;
}
.icon:hover{
	cursor:pointer;
	border:1px solid rgb(200,200,200);
	border-radius:4px;
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.3);
}
.imgicon{
	float:left;
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%px;
}
.imgicon:hover{
	width:300px%;
	height:300px%;
}
.icontext{
	color: rgb(20,20,130);
	font-family: Oxygen,sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;	
}
.mini_icon{
	float:left;
	width:15px;
	height:15px;
	margin:0px 0px 0px 0px;
	color: rgb(20,20,130);
	font-family: Oxygen,sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
.mini_icon:hover{
	cursor:pointer;
	box-shadow:0px 0px 6px 6px rgba(50,50,120,0.3);
}
.mini_imgicon{
	float:left;
	margin:0px 0px 0px 0px;
	width:80px;
	height:100px;
}
.large_icon:hover{
	width:270;
	cursor:pointer;
	box-shadow:0px 0px 16px rgba(0,0,0,0.6);
}
.large_imgicon{
	float:left;
	margin:0px 0px 0px 0px;
	width:180px;
	height:180px;
}

#div_commercialinfo{
	float:right;
	width:310px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px;
	background-image: url("./Images/wavegrid.png");
	background-repeat: repeat;
}
#div_residentialinfo{
	float:right;
	width:310px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px;
	background-image: url("./Images/wavegrid.png");
	background-repeat: repeat;
	border-radius:4px;
}
/*End Classes------------------------------------------------------------*/
/* - Stripe Payment Rules - */
#greeting{
	margin: 0px 0px 10px 0px;
	color:#000046;
	font-family: "Helvetica", sans serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3),
				1px 1px 1px rgba(99,99,99,0.5),
				2px 2px 2px rgba(200,200,200,0.5),
				3px 3px 1px rgba(155,155,155,0.5);
}
#div_msg{
	float: left;
	display: none;
	width: 100%;
	margin: 10px 0px 5px 0px;
	height: auto;
	color:#000046;
	text-shadow: 1px 1px 1px rgba(50,0,0,0.4);
}
#div_paymsg{
	display: block;
	position: absolute;
	left: 35%;
	top: 18%;
	width: auto;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	color:#000046;
	font-family: "Georgia", serif;
	text-align: center;
	overflow: hidden;
	/*background-color: #FBFBFB;
	background-size: 100% 100%;*/
	background: linear-gradient(180deg,rgba(223,223,223,1),#FBFBFB 50%, #FBFBFB);
	background: -webkit-linear-gradient(top,rgba(223,223,223,1),#FBFBFB 50%, #FBFBFB);
	border: 1px solid #494949;
	border-radius: 8px;
	web-kit-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	moz-box-shadow: 10px 8px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 8px 8px 4px 2px rgba(0,0,0,0.3);
	z-index: 999; 
}
#sec_pay{
	display: none;
	position: absolute;
	left: 66%;
	top: 12%;
	width: auto;
	height: auto;
	background-color: rgba(250,250,250,1.0);
	border: 1px solid #9F9F9F;
	border-radius: 2px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-family: "Georgia", serif;
	-moz-box-shadow: 4px 4px 4px 2px rgba(0,0,0,.4);
	-web-kit-box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.4);
	z-index: 0;
}
#pay a{
	text-decoration: none;
}
.stripe-button-el{
	margin: 30px 0px 10px 0px
}
.paytext{
	margin: 0px 10px 0px 10px; 
	text-align: right;
	height: 28px;
	color: #88009A;
	font-size: 18px;
	border: 1px solid #0066A6;
	border-radius: 3px;
}
#links{
	float: left;
	width:100%;
	min-width: 100%;
	height: auto;
	margin: 20px 0% 0px 0%;
	padding:0px;
	font-family: "Oxygen", sans-serif;
	font-size: 12px;
	text-align:center;
	/*background-color: rgb(185,185,205);*/
	background-color: rgba(235,235,235,0.6);
	border: 1px solid #FAFAFA;
	border-radius: 4px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
	overflow:none;
	z-index:0;
}
#ul_links{
	list-style:none;
	margin: 10px 0px 0px 0px;
}
#ul_links a{
	text-decoration:none;
	color: #00004A;
	outline:none;
}
#ul_links a:visited{
	text-decoration:none;
	color: #000046;
	outline:none;
}
.links{
	display:inline;
	padding: 0px;
	margin:0px 10px 10px 0px;
	color: #00004A;
	font-family: "Oxygen", sans-serif;
	font-size: 12px;
	text-align:center;
	text-decoration:none;
	list-style:none;
}
.settingslinks{
	display:inline;
	padding: 0px;
	margin:0px 10px 40px 0px;
	color: #00004A;
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
	list-style:none;
}
.tr_odd{
	background-color:#EEEEF8;
	border: 1px solid #DDD;
}
.tr_even{
	background-color:#FFF;
	border: 1px solid #DDD;
}
.div_label{
	float:left;
	margin: 5px 0px 0px 10px;
}

/*END sccview.css--------------------------------------------------------*/