﻿h1
{
    color: #7fbd42;
    margin: 0;
    padding: 0;
}

#network
{
	position: relative;
}
#networkPage
{
	overflow:auto;
    background: url(/images/mainbox_mid.png) repeat-y left center;
}
#innetwork{
	margin-left: 12px; 
	background: url(/images/network/network_blue_streak_03.jpg) no-repeat left top;
	min-height: 500px;
}
#networkleft
{
    float: left;
    width: 684px;
}
#networkleft .insider
{
    padding: 20px;
}
#networkSearchBox{
	position: absolute;
	left:696px;
	top:-10px;
	width: 253px;
}
#networksearch
{
    padding-top:10px;
    min-height: 294px;
    background: url(/images/network/network_search_05.png) repeat-y right center;
}
#networksearch h3
{
    color: #7ebc41;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 28px 10px 5px;
    padding: 0;
}
#searchbox
{
    border: solid 1px #2a9ed1;
    margin: 0 28px 0 5px;
    padding: 0 8px 10px 10px;
}
#searchbox .insider
{
    margin-top: 8px;
}
#searchbox label
{
    color: #2a9ed1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
#searchbox #btnSearch
{
    vertical-align: middle;
}
#searchbox input[type=reset]
{
    background-color: White;
    border-style: none;
    color: #2a9ed1;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

.dropCountry, .dropState, .dropCity, #txtName
{
    width: 200px;
}

#subnav a
{
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
    margin: 2px 4px;
}

#subnav a.blue
{
    
    color: #174f80;
    background-color: #e5f7ff;
    border: solid 1px #c7eff9;
}
#subnav a.blue:hover, #subnav a.blue.selected
{
    color: #e5f7ff;
    background-color: #174f80;
}
#subnav a.green
{
    color: #5b8f13;
    background-color: #ecf6db;
    border: solid 1px #e1f0c7;
}
#subnav a.green:hover, #subnav a.green.selected
{
    color: #ecf6db;
    background-color: #5b8f13;
}
#subnav a.gray
{
    color: #676767;
    background-color: #e5e5e5;
    border: solid 1px #d6d6d6;
}
#subnav a.gray:hover, #subnav a.gray.selected
{
    color: #e5e5e5;
    background-color: #676767;
}

#subnav fieldset a
{
    float: none;
    width: auto;
    text-align: left;
    text-transform: none;
}
.committeefly
{
    background-color: #e5e5e5;
    padding: 10px;
    margin-top: 5px;
    border: solid 1px #d6d6d6;
    margin-top:8px;
}
.committeefly ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.committeefly a
{
    display: block;
    margin: 2px 0;
    padding: 4px;
    color: #676767;
    font-size: 12px;
    text-decoration: none;
    border-bottom: solid 1px #ffffff;
}
.committeefly a:hover, .committeefly a.selected
{
    color: #e5e5e5;
    background-color: #676767;
}
/* Here begins our dynamic person list */

#doit
{
    color: Black;
    width: 648px;
}

#doit h2
{
    color: #2a9ed1;
	margin-top: 8px;
}
#doit .desc
{
    color: #727272;
    margin-bottom: 10px;
}
#hdr
{
    color: #3472BC;
    font-weight: bold;
	margin-left: 7px;
}
#persons > div
{
    padding: 5px;
}
.stripedEven
{
    background-color: #e6f7d5;
}
.stripedOdd
{
    background-color: #effafe;
}
.person
{
    clear: both;
    border: solid 2px White;
    overflow: auto;
}
.name
{
    float: left;
    width: 142px;
    font-weight: bold;
    text-transform: capitalize;
}
.title
{
    float: left;
    width: 200px;
    text-transform: capitalize;
}
.company
{
    float: left;
    width: 210px;
    text-transform: capitalize;
}
.expandcollapse
{
    float: left;
    width: 80px;
    text-align: center;
}

.details
{
    clear: both;
    overflow: auto;
}

#tblImg
{
    width: 115px;
    height: 110px;
    float: left;
}

#pager
{
    text-align: center;
    width: 420px;
    overflow: hidden;
    margin: 0 auto;
    color: #2a9ed1;
}
#pager a
{
    font-weight: bold;
    color: #2a9ed1;
    text-decoration: none;
    margin: 0 1px;
}
#pager a.selected
{
    color: White;
    background-color: #7fba42;
    padding: 2px;
}

#counter
{
    text-align: center;
    color: #2a9ed1;
}

.fieldsetdetails
{
    float: left;
    width: 230px;
    height: 110px;
    overflow: auto;
    margin-left: 26px;
    /*border: solid 1px red;*/
}

#dCommittees{
	padding: 20px;
	margin-top: 5px;
	display: none;
}
#dCommittees li{
	margin-top: 5px;
}
#dCommittees li a{
	display:inline;
}

.gabe td.pList{padding: 5px 0;}

.committeefly .subcommittee{margin-left:25px;}
.committeefly .committee{font-weight:bold;}