/* 

    Stylesheet for web part specific styles 

*/

DIV.availabledocuments
{
    padding: 0px 5px 0px 0px;
    width: 99%;
    min-height: 300px;
    overflow: auto;
}

DIV.associatelist
{
    min-height: 300px;
    width: 99%;
    overflow: auto;
}

DIV.linklist
{
    background-image: url(../../Images/linksbackground.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 150px;
    width: 99%;
    overflow: auto;
}


/* ======================= External Projects / Events ========================== */
DIV.upcomingevents, DIV.externalprojects
{
    padding: 0px 5px 0px 0px;
}
DIV.upcomingevents TD.notfoundtext, DIV.externalprojects TD.notfoundtext
{
    padding: 20px 25px 0px 25px;    
}

DIV.eventlist, DIV.projectlist
{
}

DIV.projectactivitypreview
{
    height: 210px;
    padding: 5px 5px 5px 5px;
}

DIV.projectactivitypreview DIV.previewtext
{
    height: 120px;
    width: 100%;
    overflow: auto;
}

DIV.projectmemberlist, DIV.projectactivitylist, DIV.projectdocuments
{
    height: 290px;
    width: 99%;
    overflow: auto;
}

DIV.ongoingprojects
{
    height: 150px;
    width: 99%;
    overflow: auto;
}

TABLE.projectinfocard DIV.projectcardtext
{
    height: 120px;
    width: 100%;
    overflow: auto;
}


/* ========================== RFI / Get in touch ============================= */
DIV.popuppage DIV.getintouch
{
    text-align: left; 
    vertical-align: top;
    margin: 0 0 0 0;
    padding: 5px 25px 5px 25px;
    height: 315px;
}

DIV.rfi
{
    position: relative; 
    padding: 0px 0px 0px 5px;
}

DIV#Heading
{
    position:relative;
    top:-8px;
    background-color:White;
    width:10px;
    white-space:nowrap
}

DIV#Heading SPAN
{
    background-color:White;
    white-space:nowrap
}

DIV#Image
{
    border: solid 1px #B5C7E6;
    padding:  0px 5px 5px 5px;
    margin-right:8px;
}

DIV.rfi P.title
{
    margin-bottom: 5px;
    padding: 0 0 0 0;   
}

DIV.rfi P.rfiaction
{
    text-indent: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;   
}

DIV.rfi P.question
{
    margin: 0 0 0 0;
    padding: 15px 0 5px 0;   
}

TD.rfitextbox .sotextbox
{
    width: 200px;
}


/* ================================= My Biz Card =================================== */
TABLE.page TD.pagebody TABLE.card TR.uppercards DIV.businesscard TABLE.socontentbox TR.boxcontent TD.content
{
    height: 200px;
}

TABLE.page TD.pagebody TABLE.card TR.uppercards DIV.contactcard
{
    height: 170px;
    width: 100%;
}

TABLE.page TD.pagebody TABLE.card TR.uppercards 
{
    padding: 5px 5px 5px 0px;
    height: 160px;
    overflow: auto;
}

TABLE.personcompany .label
{
	color:#a9a9a9;
}

TABLE.page TD.pagebody TABLE.card TR.uppercards .label
{
    height: 13px;
}

TD.phonenumber .sotextbox
{
	font-weight: bold;
	width: 100px;
}
TD.faxnumber .sotextbox
{
	width: 100px;
}
TD.phonenumber .label
{
	font-weight: bold;
}
TD.city .sotextbox
{
	width: 100px;	
}
TD.zipcode .sotextbox
{
	width: 50px;	
}

DIV.interestlist
{
    padding: 5px 5px 5px 0px;
    height: 147px;
    overflow: auto;    
}

DIV.popuppage DIV.personcard
{
    height: 324px;
}
DIV.popuppage DIV.personcard TABLE.card
{
    text-align: left;
}

DIV.popuppage DIV.personcard TABLE.card .contactname
{
    padding-top: 5px;
}

DIV.popuppage DIV.personcard TABLE.card .personname
{
    font-size: 14px;
}

DIV.popuppage DIV.personcard TABLE.card TD.middlecolumn
{
    width: 30px;
}

/*=========== Event confirmation dialog ======================*/

.eventconfirmationtext
{
    text-align:left;
    height:250px;
    overflow:auto;
}
DIV.howto {
    min-height: 100px;
    width: 99%;
    overflow: visible;
}
DIV.howtoHeader {
    font-weight:bold;
    padding-top:3px;
}
DIV.howtoText {
    padding-left:3px;
}
UL.howto{
    margin:2px;
    margin-left:20px;
    }
UL.howto LI{
    margin:2px;
    }

OL.howto{
    margin:2px;
    margin-left:20px;
    }
OL.howto LI{
    margin:2px;
}
