/* Inital search.css concept */

/* BEGIN: sub page defines */
/* This is the area to specify the width of the Branch Page*/
.branch_header {
    border:0px dashed #111111;
    border-color:#111111;
    width:370px;
}
/* This is the area to specify the size of the Brach Image that appears on the branch page

*/
IMG.branch_header_image {
    border:0px;    
}
/* On The Branch Page is the Name of the Branch...This area allows you to specify the Size, allignment and weight of the text

*/
p.branch_header {
    text-align:center;
}

p.branch_header_intro {
    text-align:center;
    font-weight:bold;
}
/* On The BRanch Page is the Name of the Branch...This area allows you to specify the Size, allignment and weight of the text

*/
.branch_header_name {
    text-align:center;
    font-family:Arial;
    font-weight:bold;
	font-size:20px;
}

.branch_company_name {
    color:#800000;
    text-align:center;
    font-family:Arial;
    font-weight:bold;
	font-size:20px;
}
/* On The BRanch Page is the Address of the Branch...This area allows you to specify the Size, allignment and weight of the text*/
.branch_header_address {
    text-align:center;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
}

.branch_subpage {
    width:370px;
}
/* On The BRanch Page is the Loan Officer's Name...This area allows you to specify the COLOR, Size, allignment and weight of the text*/
a.lo_name_link {color:#0000CC;font-size:10px;font-family:Arial;text-decoration:underline;}
a.lo_name_link:visited {color:#0000CC;text-decoration:underline;}
a.lo_name_link:hover {color:#000099;text-decoration:underline;}

a.lo_name {font-size:10px;font-family:Arial;text-decoration:none;}
a.lo_name:visited {text-decoration:none;}
a.lo_name:hover {text-decoration:none;}

.branch_footer_company_name {
    color:#800000;
    text-align:center;
    font-family:Arial;
    font-size:11px;
    font-style:italic;
}

/* END: subpage defines */

/* Define our table classes this will specify the width of the branch table area */
.branch_table {
    border:1px solid #999;
	border-collapse:collapse;
	padding:0;
	margin: 0;
    width:370px;
	text-align:center;
}

.go_image_th {
    border:1px solid #999;
    color:#000000;
	font-family:Arial;
	font-size:10px;
    text-align:center;
    background-color:#EEEEEE;
    padding: 4px;
	width:25px;
}

.go_image_td {
	border:1px solid #999;
	text-align:center;
	font-size:10px;
	width:25px;
	padding: 4px;
}
.lo_name_th {
    border:1px solid #999;
    color:#333;
    text-align:left;
	font-size:10px;
    background-color:#EEEEEE;
    font-weight:bold;
	padding: 3px;
	width: 100px;
}

.lo_name_td {
    border:1px solid #999;
    text-align:left;
	font-size:10px;
	padding: 3px;
	width: 100px;
}

.phone_th {
    border:1px solid #999;
    color:#333;
    text-align:left;
	font-size:10px;
    background-color:#EEEEEE;
    font-weight:bold;
	padding: 3px;
	width: 100px;
}

.phone_td {
    border:1px solid #999;
    text-align:left;
	font-size:10px;
	padding: 3px;
	width: 100px;
}

.phone2_th {
    border:1px solid #999;
    color:#333;
    text-align:left;
	font-size:10px;
    background-color:#EEEEEE;
    font-weight:bold;
	padding: 3px;
	width: 100px;
}

.phone2_td {
    border:1px solid #999;
    text-align:left;
	font-size:10px;
	padding: 3px;
	width: 100px;
}

.address_th {
    border:1px solid #999;
    color:#000000;
	font-family:Arial;
	font-size:10px;
    text-align:left;
    background-color:#EEEEEE;
    font-weight:bold;
    width:200px;
}

.address_td {
    border:1px solid #999;
    text-align:left;
    background-color:#FFF;
    width:200px;
	font-size:10px;
	font-family:Arial;
}


.branch_th {
    border:1px solid #999;
    color:#000000;
	font-family:Arial;
	font-size:10px;
    text-align:left;
    background-color:#EEEEEE;
    font-weight:bold;
    padding: 3px;
}

.branch_td {
    border:1px solid #999;
    text-align:left;
    width:200px;
	font-size:10px;
	font-family:Arial;
	font-size:10px;
	padding: 3px;
}

.city_th {
    border:1px solid #999;
    text-align:left;
    color:#000000;
	font-family:Arial;
	font-size:10px;
    background-color:#EEEEEE;
    font-weight:bold;
    width:150px;
	padding: 3px;
}

.city_td {
    border:1px solid #999;
    text-align:left;
	font-size:10px;
    font-family:Arial;
	font-size:10px;
    width:150px;
	padding: 3px;
}

.state_th {
    border:1px solid #999;
    color:#000000;
	font-family:Arial;
	font-size:10px;
    text-align:left;
    background-color:#EEEEEE;
    font-weight:bold;
    padding: 3px;
	width:25px;
}

.state_td {
    border:1px solid #999;
    text-align:left;
	font-size:10px;
    font-family:Arial;
    padding: 3px;
	width:25px;
}

/* This section is for our affiliate classes */
.affiliate_name {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.affiliate_phone {
    font-family: Arial;
    font-size: 12px;
}

.affiliate_fax {
    font-family: Arial;
    font-size: 12px;
}

.affiliate_other {
    font-family: Arial;
    font-size: 12px;
}
/* End Affiliate's class declarations. */

/* Aaron's rather intriguing CSS made simple hack. */
.style1 {
    font-family: Arial;
    font-size: 12px;
}

.style2 { font-size: 12px; }
/* End of Aaron's style hack. */

/*
 * EOF: search.css
 */
