#profile {
    width: 93%;
    margin: 13px auto;
    /* background-color: #ffe8bc; */
    font-size: 13px;
}

p {
	margin: 6px 0 16px;
}

#organizationInformation {
    font-size: 1em;
    font-weight : normal;
	margin: 18px 0 10px;
}
#organizationInformation .row {
    width: 100%;
    padding: 10px 0;
    float : left;
    clear : both;
    border-bottom: 1px #B8CCD1 dotted;
}

#organizationInformation .row .quarter {
    width: 23%;
    padding: 0 1%;
    float : left;
}

#organizationInformation .row .half {
    width: 48%;
    float : left;
    padding: 0 1%;
}

#organizationInformation .row .title {
    font-weight : bold;
    color: #000000;
}

#organizationPrograms {
	margin: 0 10px;
}

#organizationPrograms .programWrapper {
    width: 100%;
    min-height: 1500px;
    padding: 0;
    line-height : 1.7em;
}

.programWrapper .programRow {
    float : left;
    clear : both;
    width: 100%;
    min-height: 30px;
    margin: 0 0 10px 0;
}

.programWrapper .contactRow,
.programWrapper .populationRow {
    min-height: 100px;
}

.programWrapper .programRow .programLabel {
    float : left;
    width: 40%;
    font-weight : bold;
    color: #000000;
    padding: 0 0 0 1%;
}

.programWrapper .programRow .programValue {
    float : left;
    width: 45%;
    margin: 0 0 0 5%
}

.programWrapper .programRow .column {
    width: 45%;
    margin: 0 5% 0 0;
    float : left;
}

#organizationPrograms .programWrapper .locationWrapper {
    width: 90%;
    min-height: 350px;
    float: left;
/*
    line-height : 1.7em;
*/
}

.locationWrapper .locationRow {
    float : left;
    clear : both;
    width: 100%;
    min-height: 15px;
	margin: 0 0 7px 0;
}

.locationWrapper .locationRow .locationLabel {
    font-weight : bold;
    float : left;
    width: 120px;
    text-indent: -15px;
    padding-left: 15px;
	line-height: 17px;
}

.locationWrapper .locationRow .locationValue {
    float : left;
    width: 290px;
    margin: 0 0 0 25px;
}


#profileAccordion h3 {
	background: none transparent !important;
	color: inherit !important;
	padding: 6px 27px;
	font-size: 15px;
	border:0 !important;
	border-bottom:1px dotted #333 !important;
	border-radius:0;
	float: left;
	width: 90%;
	clear:right;
}
#profileAccordion h3:hover {
	padding: 6px 30px;
}
#profileAccordion div.ui-accordion-content {
	border: none;
	background-image: none;
	border-radius: 0;
	background-color: transparent;
	padding: 12px 18px;
	clear:left;
}

.profileSubAccordion {
    clear : both;
    margin: 0 10px;
    float: left;
}
.profileSubAccordion h4 {
	background: none transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
	border: none !important;
	padding: 6px 0 6px 29px;
	color:#000 !important;
}
.profileSubAccordion .locationWrapper {
	background: none transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none !important;
	padding: 8px 28px;
	color:#000;
}

#organizationInformation #orgNameRow {
	display:none;
}
#orgProfileLabel {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	display: inline;
	border-bottom: 1px dotted #999;
}
#orgNameHeader {
	font-weight: bold;
	line-height: 23px;
	font-size: 22px;
	margin: 5px 0;
	color:#333;
}
.editFromProfile {
    float : right;
    background-image: url('../../../images/community/common/pencil_go.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor : pointer;
}

#profileControls {
	float: right;
	margin: 20px 50px;
}
#goBack {
	cursor: pointer;
	text-decoration: underline;
	font-size: 11px;
	margin: 10px 0 -19px 35px;
}

#tabWrapper {
	margin-top: 1px;
}
#tabWrapper .ui-tabs-vertical {

}

#tabWrapper .ui-tabs-vertical .ui-tabs-nav {
    padding: 0 5px;
    float: left;
    width : 25%;
}

#tabWrapper .ui-tabs-vertical .ui-tabs-nav li,
#tabWrapper .ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active {
    clear: left;
    width: 100%;
    border: 1px solid #CCCCCC !important;
    margin: 0 -1px .2em 0;
    background-color: #ECF2FA !important;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

#tabWrapper .ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active {
	border-radius: 7px 0 0 7px;
	border-right: none !important;
	padding-right: 10px !important;
}

div.ui-tabs-panel.ui-widget-content {
/*
	background-color: #ECF2FA;
	border: 1px solid #CCC;
	margin-top: 1px;
*/
    height: auto;
	min-height: 381px;
}

#tabWrapper .ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
}

#tabWrapper .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;

}

#tabWrapper .ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 70%;
}

#tabWrapper .ui-tabs-vertical li.ui-state-default a{
    color : #F47920;
}

#tabWrapper .ui-tabs-vertical li.ui-tabs-selected a{
    color : #000000;
}

#programTabs{
    background: none;
    background-color: #FFFFFF;
    border : 1px solid #FFFFFF;
}

#programTabs .ui-corner-all {
    border: none !important;
}
ul.ui-tabs-nav li a {
	font-size: 12px;
}
li span.programLabel {
	font-size: 10px;
	font-weight: normal;
	margin: 9px 0 0 9px;
	display: block;
}
#profileTabs {
	margin-top: 15px;
}
.locationValue .day {
	min-width: 65px;
	float: left;
}
.hideProgramTab {
	display: none;
}

#programSelect {
    width : 250px;
}
