﻿.left_side
{
	float: left;
	width: 49%;
}

.right_side
{
	float: right;
	width: 50%;
}

.right_sideContent
{
	float: right;
	width: 50%;
	padding-left: 5px;
	padding-top: 5px;
}

#mentor_list
{
    border: 1px solid #D2DFE3;
    margin-top: 5px;
}

#mentor_list .mentor_list_item
{
    padding: 6px 3px;
    clear: both;
    vertical-align: top;
}

#mentor_list .alternating
{
	background-color: #F5F8FA;
}

#mentor_list .level3 .mentor_list_item
{
	background-color: #E4F8E4;
}

#mentor_list .level3 .alternating
{
	background-color: #E8F9E8;
}

#mentor_list .level2 .mentor_list_item
{
	background-color: #F3FCF3;
}

#mentor_list .level2 .alternating
{
	background-color: #F7FDF7;
}

#mentor_list .header
{
    font-weight: bold;
    border-bottom: solid 1px #B0C8CE;
    border-color: #F8FAFA #F8FAFA #83A7A7 #F8FAFA;
    border-style: solid;
    border-width: 1px;
}

.organization_result_map
{
    border: 1px solid #6B8FB4;
    height: 545px;
    margin-top: 5px;
}

.organization_level_legend
{
	margin-top: 5px;
    border: 1px solid #D2DFE3;
    background-color: #F8FAFA;
}

.organization_level_legend div.description
{
	font-size: 7.5pt;
	margin: 0 0 0 28px;
	white-space: nowrap;
	line-height: 8pt;
}

.organization_level_legend div
{
	line-height: 22px;
	margin: 8px;
}

.organization_level_legend img
{
	width: 25px;
	height: 25px;
	float: left;
	margin: 3px 8px 0 0;
}

.organization_result_map div.row
{
	margin-bottom: 4px;
}

.organization_result_map div.name
{
	font-weight: bold;
	font-size: 7pt;
}

.organization_info
{
    float: left;
    width: 49%;
    margin-top: 5px;
}

#org_title
{
    position: relative;
    height: 130px;
}

#org_title img
{
	width: 125px;
	height: 125px;
	float: left;
}

#org_title h2.organizaton_name
{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
	width: 100%;
}

.gmnoprint .name
{
    float: left;
    margin-right: 10px;
    font-weight: bold;
    line-height: 80px;
}

#mentor_list .mentor_list_item
{
	line-height: 25px;
}

#mentor_list .mentor_list_item .inline
{
    display: block;
}

#mentor_list .GroupName
{
	width: 422px;
	margin-left: 33px;
    *float: left;
}

#mentor_list .GroupLevel
{
	float: left;
	margin-right: 8px;
}

#mentor_list .GroupLevel
{
    *float: left;
	width: 30px;
	height: 30px;
}

#mentor_list .GroupLevel img
{
    *float: left;
	width: 25px;
	height: 25px;
	margin-left: 3px;
}

#mentor_list .larger .GroupLevel img
{
	width: 30px;
	height: 30px;
	margin-left: 0;
}

#mentor_list .GroupDetails
{
    float: right;
}

#mentor_list .DetailPanel
{
    display: none;
}

#search_filter
{
    position: relative;
    background-color: #F8FAFA;
    border: 1px solid #D2DFE3;
    margin-top: 5px;
    padding: 5px;
}

#search_filter > div
{
    margin: 3px;
}

#search_filter .search_title
{
    width: 150px;
    float: left;
    font-size: 10pt;
    vertical-align: text-top;
}

#search_filter .search_input
{
    width: 150px;
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
}

#search_filter .search_input select
{
    width: 206px;
}

#search_filter .search_input input[type=text]
{
    width: 200px;
}

#search_filter .search_input td
{
    white-space: nowrap;
}

#search_filter .actions
{
    display: inline-block;
}

#search_filter ul, #search_filter li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.DetailPanel
{
    clear: both;
}

.address_list
{
    clear: both;
}

.address_list th
{
    text-align: left;
}

div.AddressInfo
{
    margin: 5px 15px 5px 5px;
    float: left;
    font-size: 90%;
    min-width: 215px;
}

table.address_list thead
{
    background-color: #CFD9E2;
}

table.address_list
{
    border: 1px solid #CFD9E2;
    width: 100%;
}

tr.AddressInfo
{
    cursor: pointer;
    font-size: 100%;
}

.organization_result_map table.address_list
{
    border: none;
}

.organization_result_map table.address_list thead
{
    background-color: White;
}

.address_list .Highlight
{
    background-color: #E3E9EE;
}

.AddressInfo .address_header
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 110%;
    cursor: pointer;
    color: #3399FF;
}

.AddressInfo .address_header:hover
{
    color: #84C1FF;
}

.AddressInfo .name
{
    float: left;
    font-weight: bold;
    width: 70px;
}

.AddressInfo .value
{
    display: inline;
    width: 148px;
}

.DetailPanel .Map
{
    display: block;
    border: 1px inset #6387B4;
    width: 100%;
    height: 260px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hidden
{
    display: none;
}

.halfWidth
{
    float: right;
    width: 50%;
    top: -148px;
}

.advanced_filters > div
{
    margin-top: 10px;
}

#advanced_search
{
    cursor: pointer;
    text-decoration: underline;
}

.row_title
{
    min-width: 200px;
    font-weight: bold;
    *float: left;
    display: inline-block;
}

.pad_rows td
{
    padding-bottom: 15px;
}

#detailsInfo
{
    position: relative;
}
