﻿/* Page specific styles *//***** Opportunities:start *****/
#Opportunities
{
    width: 338px;
    height: 550px;
    background-color: #080808;
    float: right;
    margin-bottom: 5px;
}
/***** Galleries:start *****/#Galleries
{
    width: 411px;
    height: 550px;
    background-color: #080808;
    float: left;
    margin-bottom: 5px;
}
/***** Profiles:start *****/#Profile
{
    width: 411px;
    height: 300px;
    background-color: #080808;
    float: left;
}
/***** Members:start *****/#Members
{
    width: 338px;
    height: 300px;
    background-color: #080808;
    float: right;
}
#MembersContent
{
    margin-top: 8px;
}
#MemberPhoto
{
    text-align: center;
    padding: 2px;
}

/*Override the Portfolio_Tabs.css */
.tabWrapper
{
    margin: 0 auto;
    padding: 10px;
    width:390px;
}
.tabs
{
    text-align: center;
}

.tabImage, .tabVideo, .tabAudio
{
    margin-right: 0px;
}
.tabImage
{
    margin-left: 6px;
}
.largeImage
{
    width: 370px;
}
