/*Modified by: NC(Standardization)*/
/*
	Used by:
	- contact_us.php
	- index.php
	- thank_you.php
*/
body {
	text-align: center;
	font-size: 14px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

footer p{
	text-align: center;
}
table{
	border-spacing:0;
	width:100%;
}
table thead {
	background-color:#E8DBCB;
}

table tr.even {
	/*background-color:#DBE5F1;*/
}
tr:nth-child(even) {
    background-color: #DBE5F1;
}	
td, th{
	vertical-align: top;
	border-bottom: 1px solid #000000;
	text-align:center;
}
#emailGap {
	margin-left:44px;
}

#fnameGap {
	margin-left:2px;
}

#imageDiv {
	height:100%;
}
			
#issueGap{
	margin-left:95px;
}

#lnameGap {
	margin-left:3px;
}

#loading{
	 display: none;
	 padding: 20px;
	 font-size: 20px;
	 background-image: url('/admin/images/loading.gif');
	 background-repeat: no-repeat;
	 background-position: 115px 20px;
}

#logo{
	height:80px;
}

#pDiv {
	font-size:22px;
	margin:auto;
	width:500px;
}

#phoneGap {
	margin-left:37px;
}
		
#pTitle {
	font-family:Arial;
	font-weight: bold;
	font-size:30px;			
}
					
.error {
	color: red;
}

.hide_title .ui-dialog-titlebar {
 display:none;
}

.loading_dialog{
 background-color: #ffffff !important;
 border: 4px groove #ADC0D8 !important;
 border-radius: 5px;
}

.sandbox {
	background-color: red;
	height: 50px;
	font-size: 45px;
}

.text_align_c{
	text-align: center;
}

.text_align_l{
	text-align: left;
}

.text_align_r{
	text-align: right;
}

