    
    body{
        width:100%;
        color:black; 
        background-color:black;
        font-family: georgia;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        margin:0;
    }
        
/* MAIN LAYOUT & HEADER CONTENT */
    
    #headerChild,#headerChildMember, #contentChild, #contentDropdowns, #footerChild, #tabsChild, #footerChild {
            margin: 0 auto;
            width: 960px;
        }
        
    #header, #content, #footer {
            width:100%;
        }
        
    #header{
        background-image: url('/images/skyline.jpg');
        background-repeat: no-repeat;
        background-position:top center;
        height: 408px;
    }

    #memberheader{
        background-image: url('/images/skyline.jpg');
        background-repeat: no-repeat;
        background-position:top center;
        height: 408px;
    }

    #headerChild{
        height:350px;
    }
    
    #headerChildMember{
        height:350px;
    }

    #content{
        background-color:white;
        min-height:700px;
        position:relative;
        z-index:1;
    }

    #footer{
        background-color:#F6F6F6;
    }
    
    .logo {
        background: #fff;
        width: 140px;
        height: 180px;
        padding: 20px;
        float: left;
        text-align: center;
    }
    
    #tabsChild {
        height: 50px;
        overflow: hidden;
        font-family: Verdana;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 8px;
        }

    .main-menu {
        width: 960px;
        margin: auto;
        list-style: none;
    }

    .main-menu ul {
        margin-bottom: 25px;
    }

    .main-menu ul li {
        display: inline;
        padding: 25px 32px 0px 32px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .main-menu li a {
        font-family: arial;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
    }

    .main-menu li a:hover {
        padding-bottom: 18px;
        border-bottom: 6px solid #fff;
    }

    .main-menu li:first-child {
        padding: 20px 32px 20px 0px;
    }

    .main-menu li:last-child {
        padding: 20px 0px 20px 32px;
    }
    
    .tabHome,.tabPress,.tabContact,.tabAbout,.tabFindInd,.tabFindComp,.tabRising,.tabMedia,.tabEvents, .tabFoundation, .tabSponsors {
        float: left;
        height: 50px;
        margin-right: 15px;
        cursor: pointer;
    }

    .float-right {
        float: right;
    }
    
    .tabHome{background:url('/images/ui_tab_home.png') no-repeat top left;width:100px;}
    .tabHome.tabFocus{background:url('/images/ui_tab_home_focus.png') no-repeat top left;width:100px;}

    .tabPress{background:url('/images/ui_tab_press.png') no-repeat top left;width:100px;}
    .tabPress.tabFocus{background:url('/images/ui_tab_press_focus.png') no-repeat top left;width:100px;}

    .tabEvents{background:url('/images/ui_tab_events.png') no-repeat top left;width:100px;}
    .tabEvents.tabFocus{background:url('/images/ui_tab_events_focus.png') no-repeat top left;width:100px;}

    .tabContact{background:url('/images/ui_tab_contact.png') no-repeat top left;width:122px;}
    .tabContact.tabFocus{background:url('/images/ui_tab_home_contact.png') no-repeat top left;width:122px;}
    
    .tabAbout{background:url('/images/ui_tab_about.png') no-repeat top left;width:106px;}
    .tabAbout.tabFocus{background:url('/images/ui_tab_about_focus.png') no-repeat top left;width:106px;}
    
    
    .tabFindInd{background:url('/images/ui_tab_findind.png') no-repeat top left;width:200px;}
    .tabFindInd.tabFocus{background:url('/images/ui_tab_findind_focus.png') no-repeat top left;width:200px;}

    .tabSearch{background:url('/images/ui_tab_search.png') no-repeat top left;width:200px;}
    .tabSearch.tabFocus{background:url('/images/ui_tab_search_focus.png') no-repeat top left;width:200px;}
    
    .tabFindComp{background:url('/images/ui_tab_findcomp.png') no-repeat top left;width:188px;}
    .tabFindComp.tabFocus{background:url('/images/ui_tab_findcomp_focus.png') no-repeat top left;width:188px;}
    
    .tabRising{background:url('/images/ui_tab_rising.png') no-repeat top left;width:180px;}
    .tabRising.tabFocus{background:url('/images/ui_tab_rising_focus.png') no-repeat top left;width:180px;}
    
    .tabMedia{background:url('/images/ui_tab_media.png') no-repeat top left;width:120px;}
    .tabMedia.tabFocus{background:url('/images/ui_tab_media_focus.png') no-repeat top left;width:120px;}

    .tabFoundation{background:url('/images/ui_tab_foundation.png') no-repeat top left;width:160px;}
    .tabFoundation.tabFocus{background:url('/images/ui_tab_foundation_focus.png') no-repeat top left;width:160px;}

    .tabSponsors{background:url('/images/ui_tab_sponsors.png') no-repeat top left;width:160px;}
    .tabSponsors.tabFocus{background:url('/images/ui_tab_sponsors_focus.png') no-repeat top left;width:160px;}

	#menuRising{
		margin:0 0 0 122px;
	}
	
	#menuMedia{
		margin:0 0 0 322px;
	}
	
	.menuDropdown{
		position:absolute;
		width:140px;
		background-color:white;
		box-shadow: 0 0 6px rgba(0,0,0,.60);
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,.60);
		-moz-box-shadow: 0 0 6px rgba(0,0,0,.60);
		display:none;
	}
	
	#menuRising a, #menuMedia a{
		line-height:24px;
		margin-left:10px;
	}
	
	#uiLogo{
		margin:20px 0 0 0;
	}

    
    #headerLogin{
        float:right;
        margin:30px 20px 0 0;
        width:250px;
        /*height:190px;*/
        color:white;
        padding:15px;
        background: url(/images/login-bg.png);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    #headerLogin a{
        color: #7a9fbd;
        font-size: 13px;
        line-height: 25px;
    }
    
    #headerLogin input{
        margin:0 10px 12px 0;
        border:0;
    }
    
    #headerLogin input:hover, #headerLogin button:hover{
        border:0;
        box-shadow: 0 0 6px rgba(255,255,255,.80);
        -webkit-box-shadow: 0 0 6px rgba(255,255,255,.80);
        -moz-box-shadow: 0 0 6px rgba(255,255,255,.80);
    }
    
    #headerLogin input[type|="text"],#headerLogin input[type|="password"]{
    width:230px;
    }
    
    #headerMenu{
        float:right;
        height: 28px;
        margin:0px 40px 0 0 ;
        background-color:#4e0b43;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding:10px 5px 10px 20px;
        color:white;
    }
    
    #headerMenu a{
        color:white;
        font-size:12px;
        vertical-align:middle;
        margin-right:10px;
    }
    
    #headerMenu img{
        color:white;
        font-size:12px;
        vertical-align:middle;
    }
    
    .bgColor{
        background-color:#520843:
    }
    
    #eventSlider{
        margin-top:10px;
        cursor:pointer;
    }

    .partners img {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    
    /* MEMBER DEFAULTS*/
    


    
    #login_memberspic{
        border:1px solid white;
        margin-top:30px;
        margin-left:75px;
    }
   
    #login_poweredby, #member_poweredby {
        margin:10px 0 20px 0;
        float:right;
    }
	
	 #proud {
		margin:0 20px 20px 0;
        float:right;
		}
        

    

    
        
    #category_map, #category_about{
        width:640px;
        float:left;
        border:none;
    }

    
    #company_details{
        width:940px;
        float:left;
        border:none;
    }
    
    #category_map img, #category_map map{
		margin-top:10px;
    }
    
    #category_intro{
        width:100%;
        border-bottom:1px dotted black; 
        padding-bottom:18px;
        padding-top:10px;
        margin-bottom:5px;    
    }
        
    #category_list{
        width:300px;
        float:left;
        /*overflow:auto;
        overflow-x:hidden;*/
		position:relative;
    }
	
	#category_companies, #category_members{
		overflow-x: hidden;
		overflow-y: auto;
		height:530px;
	}
	
	#category_list > .styleLineAuto{
		background-color: white;
		height: 50px;
		padding-top: 5px;
		position: absolute;
		top:0;
		width:284px;

	}
    
    #category_title{
        width:298px;
        height:30px;
        float:left;
        margin:0 0 0 10px;
    }
    
	#category_members li{
	    background-image: url('/images/icon_user.png');
	}
	
	#category_companies li{
	    background-image: url('/images/icon_company.png');
	}
        
    #category_members li, #category_companies li {
        width:290px;
        height:30px;
        padding-top:10px;
        border-bottom:1px dotted black;
		background-position:  center left;
        background-repeat:no-repeat;
		padding-left:30px;
    }
	

    
    #category_companies{
        display:none;
    }
    
    
    #profile-details, #profile-photo{
        float:left;
    }
    
    
    #profile-details > #name{
        margin: 0 0 0 5px;
		font-size: 1.2em;
    }
    
    #profile-details > #contacts{
        margin: 0 0 0 5px;
    }
	
    #profile-details > #companies{
        margin: 0 0 0 5px;
		padding-bottom: 10px;
    }
	
    #profile-details > #companies li.company span{
		font-size: 0.8em;
		border-bottom: 1px dotted black;
    }
	
    #profile-details > #contacts div {
		width: 20px;
		float:left;
    }
	
    
        
    #articles, #editorials, #investors{
        /*margin-left:10px;*/
    }
    
    #articles .title, #editorials .title{
        width:600px;
    }
    
    #investors .title{
        width:260px;
    }
    
    #investors .amount{
        width:60px;
    }
    
    #investors .investors{
        width:255px;
    }
    
    #company-members, #company-categories{
    margin-right:50px;
    }
    

    
    .article, .editorial, .investment{
        width:100%;
        height:40px;
        
    }
    
    #articles table, #editorials table, #investors table{
        width:940px;
    }
    
    #articles tr, #editorials tr, #investors tr{
        border: 1px solid lightgray;
        background-image: url('/images/ui_connections_company.png');
        background-position:  top left;
        background-repeat:no-repeat;
    }
    
    .tableSpace{
    background-image:none !important;
    border:none !important;
    background-color:none !important;
    }
    
    .tableSpace td{
        padding-top:6px;
    }
    
    .article td, .editorial td, .investment td{
        padding:5px;
        margin-bottom:5px;
    }
        
    .press > li{
        padding-left:35px;
        background-image:url(/images/icon_news.png);
        background-repeat:no-repeat;
        margin-bottom:10px;
    }
    
    .press span{
        color:#bbbbbb;
    }
    
    .events > li {
        margin-bottom:14px;
    }
    
    /* 
        Width is set here for mockup, to indicate final preferred width - need
        larger images to do this satisfactorily
    */
    .events img {
        border: none;
        margin: 6px 0;
        width: 610px;
    }
    
    .events > li a:hover {
        color: black;
    }
    
    .dates > li{
        padding-left:20px;
        background-image:url(/images/icon_news.png);
        background-repeat:no-repeat;
        margin-bottom:10px;
    }
    
    .member img, .company img, #investors img, #details img, .category img, #category_title img, #stars-list img, #facebook_link img{
        vertical-align:middle;
        margin-right:2px;
        margin-bottom:5px;
    }
    
    .icon{
        width:35px;
    }
        
    #profile-photo img, #currentProfileImage img{
        border:1px solid lightgray;
        height:100px;
    }
    
    #twitter-container{
        height:450px;
    }
    
    #profile-twitter{
        float:right;
        width:280px;
        margin-right:0px;
    }
        
    #profile{
        width:620px;
        float:left;
    }
    
    #profile-categories{
        margin-left:10px;
    }
        
    .tweetUser{
        font-weight:bold;
        padding-left:25px;
    }
    
    .tweetDated{
        color: #cd82bf; 
        padding-left:25px;
        font-size:9px;
    }
    
    .tweetMessage{
        padding-left:25px;
    }
    
    
    #toggleTabs{
        border-bottom:2px solid #540945;
        background-color:white;
        height:25px;
        padding-left:0px;
    }
    
    #toggleTabs > div{
		background-image: url("/images/ui_toggle.png");
		color: white;
		cursor: pointer;
		float: left;
		font-family: arial;
		font-size: 13px;
		font-weight: bold;
		height: 22px;
		line-height: 20px;
		margin: 0 0 0 5px;
		padding: 3px 0 0;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
		width: 100px;
		vertical-align:middle;
    }
    
     #toggleTabs > div.active{
        background-image: url("/images/ui_toggle_selected.png");
    }
    

    
    .styleRight{
        float:right;
        margin-top: 20px;
    }
    
    .styleLeft{
        float:left;
        margin-top: 20px;
    }
                
    .styleLine{
        width:930px;
        border-bottom:2px solid black;
        padding:5px;
        margin-bottom:5px;
    }
    
    .styleHidden{
        display:none;
    }
    
    .styleBoxSingle{
        width:305px;
        margin:0 15px 15px 0;
    }
    

    
    .styleBoxDouble{
        width:630px;
        margin:0 15px 0 0;
    }

    .styleFade{
        filter: alpha(opacity=90);
        opacity: 0.90;
    }
    
    .styleFade:hover, .stylePrefaded {
        box-shadow: 0 0 6px rgba(0,0,0,.60);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.60);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.60);
        filter: alpha(opacity=99);
        opacity: 1.00;
        cursor:pointer;
    }
    
    .styleLineAuto{
        width:auto;
        border-bottom:2px solid black;
        margin:10px 0 10px 0;
    }
    
    .styleNoUnderline{
        text-decoration:none !important;
        border:none !important;
    }
    
    .styleForm{
        margin-top:20px;
        padding:10px;
        padding-top:20px;
        border-top:2px solid black;
    }
        
    .styleHalfForm{
        border-top:2px solid black;
        margin-top:10px;
        padding:10px;
        padding-top:20px;
        width:450px;
        float:left;
    }
    
    .styleAutoForm{
        border-top:2px solid black;
        margin-top:10px;
        padding:10px;
        padding-top:20px;
        width:100%;
        float:left;
    }
    
    .styleHalfForm dt{
        padding-top:10px;
    }
        
        
        
    .styleHalfFormList{
        margin-left:150px;
    }
        
    .styleTableList{
        width:100%;
        margin-left:5px;
    }
        
    .styleTableList th{
        text-align:left;
    }
        
    .styleBulletList{
        margin-left:20px;
        list-style-image: url('/images/icon_bullet.png');
        vertical-align:center;
    }
    

    .styleClear{
        clear:both;
    }
    
    dt, dd{
        margin: 10px 0 0 0;
        vertical-align:middle;
        padding-right:10px;
    }
    

    
    .error{
        color:red;
        margin:0;
    }
    
    .tweet{
        border-bottom:1px dotted black;
        margin-bottom:10px;
        padding-bottom:10px;
    }
    
    .message{
        font-weight:normal;
        margin-left:0px;
    }
    
    .dated{
        margin-left:0px;
    }
    
    .styleGreyMessage{
    color: #DEDEDE;
    font-size:11px;
    }

        
    h1{
        font-size:24px;
        letter-spacing:4px;
        font-family: Century Schoolbook,Georgia,serif;
        margin-bottom:30px;
        margin-top:25px;
        color:#520843;
        /*color:white;*/
    }
        
    h2, h3{
        font-size:20px;
        font-weight:normal;
        margin-top:10px;
        margin-bottom:12px;
        line-height:22px;
    }
    
    h4{
        margin:0px;
    }
    
    h5{
        font-size:11px;
    }
    
    h5{
        font-size:12px;
        font-weight:normal;
        letter-spacing:4px;
        text-transform:uppercase;
        padding-left:10px;
    }    
        



    
    dt, dd{
        width:190px;
        float:left;
    }
    
    label{
        float:left;
        width:225px;
    }
        
    form{
        margin:0px;
        padding:0px;
    }
        
    li{
        list-style-type: none;
        margin-left:-40px;
    }
    
        
    table{
        border-collapse:collapse;
    }

        
    a:link,a:visited {color: #217db2; text-decoration: none; font-size: 14px; border:none;}
    a:active,a:hover  {color: #165376; text-decoration: none; font-size: 14px; border:none;}
    
    a img, #category_map img{
        border:none;
    }
    
    
    select {
        width: 170px;
    }

    input{
        height:20px;
        width:162px;
    }

    input, button, submit, select, textarea {
        background-color: white;
        border-radius: 6px;
        -moz-border-radius:6px;
        margin-right: 5px;
        border: 1px solid #D9DADA;
        padding: 10px;
    }

    input[type|="text"], input[type|="password"], textarea{ 
        background-image: url('/images/bg_ui_input_innershadow.png');
        background-position: left top;
        background-repeat: repeat-x;
        }
        

    .styleButton, a.styleButton{
        border-radius: 6px;
        -moz-border-radius: 6px; 
        cursor:pointer;
        border-top: 1px solid #fff !important;
        font-size: 13px !important;
        font-weight:bold;
        font-family:arial;
        padding:8px 12px 8px 12px;
        width: auto;
        height: 38px;
        background-color: #FBFBFB;
        background-position:  top left;
        margin:10px 10px 10px 0;
        color: #555 !important;
        text-shadow: 0 1px 0 white;
        position:relative;
        background: #d8d8d8; /* Old browsers */
        background: -moz-linear-gradient(top,  #d8d8d8 0%, #b2b2b2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #d8d8d8 0%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #d8d8d8 0%,#b2b2b2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #d8d8d8 0%,#b2b2b2 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #d8d8d8 0%,#b2b2b2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */

    }
    
    a.styleButton{
        height:16px;
    }

    .styleButton:hover, input:hover, select:hover, textarea:hover, input:active, select:active, textarea:active, .memberViewConnectionsButton:hover{
        border:1px solid #999999;
        box-shadow: 0 0 3px rgba(0,0,0,.10);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.10);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.10);
    }

	.styleButtonPurple{
		color:white !important;
		text-shadow: 0 1px 0 rgba(0,0,0,.30);
		font-family:arial;
		font-size: 10px !important;
		padding:2px 6px;
        border-radius: 3px;
        -moz-border-radius: 3px; 
        cursor:pointer;
		background-color:#771469;
	}

    

/*Twitter adjustments*/

    #twitterSocial{
        width:300px;
        border-top:2px solid black;
        margin:20px 15px 0 0;
    }
    
    #twitterSocial img{
        margin:10px;
    }
    
    #twitterSocial p{
        margin:5px 0 5px 0;
    }

    .twitter{
        height:900px;
        width:290px;
     }
	 
	 .twitterList{
	    overflow:auto;
        overflow-x:hidden;
        height:840px;
	}
    
    .tweet > .username, .tweet > .username > a, .tweet >.message a {
        color:#217db2;
        font-size:12px;
    }
    
    .meta{
        color:#bbbbbb;
        font-size:11px;
    }

    .twtr-hd, .twtr-avatar, .twtr-ft, .twtr-img{
        display:none !important;
    }
        
    
    .twtr-tweet-wrap{
        border-bottom:1px dotted black !important;
    }
    
    #twtr-widget-1 .twtr-tweet-text{
        margin-left: 0px !important;
    }
    
    .twtr-tweet-text p{
        font-weight:normal;
        font-size: 11px;
    }
    
    #stars-list td{
    height:80px;
    padding:20px;
    }
    
    .screenshot{
    border:1px solid lightgray;
    }
    
    #mediaplayer_wrapper, #mediaplayer{
    margin-left:auto;
    margin-right:auto;
    }
    
    
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 15px;
}

#menu  li ul { 
display: none; 
background-color:white;
box-shadow: 0px 2px 2px grey;
-webkit-box-shadow: 0px 2px 2px grey;
text-align:left;
padding-right:15px;
margin-left:-15px;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  margin-left:  10px;
  margin-bottom:5px;
  white-space: nowrap;
}

#menu ul li a:hover {
 
 }

#menu li:hover ul {
  display: block;
  position: absolute;
}

#menu li:hover li {
  float: none;
  font-size: 11px;
}

#menu li:hover a {
 }
 
#menu li:hover li a:hover {
  }
  
#ff-photos img, #ff-videos img{
    margin-left:auto;
    margin-right:auto;
}


/* ARTICLE */

.styleTitleTag{
    width:300px;
    color:#a7a6a7;
    margin-top:8px;
    padding-left:10px;
    font-size:10px;
}

.styleTitleTag > .article_author{
    color:#a71089;
    border:none;
}

.styleArticleRight{
    float:right;
    width:280px;
    margin-right:0px;
}
    
.styleArticleLeft{
    width:620px;
    float:left;
}

.styleArticleLeft > h2{
    font-size: 20px;
    line-height: 22px;
    margin: 13px 0 0 0;
    font-family: georgia;
    font-weight: normal;
    text-transform:none;
}

.styleArticleLeft p{
    font-size: 12px;
    line-height: 18px;
    font-weight:normal;
}
    
.styleArticleLeft a, .styleArticleRight a{
    color: #a71089; 
    text-decoration: none; 
    font-size: 12px; 
    border:none;
}

.articleEntityName{
    width:120px;
    padding-left:10px;
    line-height: 22px;
}

#article_image {
    padding: 10px !important;
    float:right;
    margin: 34px 0 10px 10px;
    width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);

}

#article_image img {
    height: auto;
    width: 180px;
}

#article_image_caption {
    background-color: rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.7);
    float: left;
    font-family: arial;
    font-size: 12px;
    margin: 10px -10px -10px;
    padding: 10px;
    width: 100%;
}

#article_meta .company_link,
#article_meta .category_name{
    padding-right: 4px;
}

#dealTable{
    width:100%;
    border-collapse:collapse;
}

#dealTable, #dealTable a{
    font-size:11px;
}

#dealTable td, #dealTable th{
    border-bottom: 1px dotted black;
    margin:0;
    padding: 8px 2px 8px 2px;
    text-align: left;
    vertical-align:top;
}

#dealTable a, #dealTable th{
    margin:0;
    text-align:left;
    vertical-align:top;
}


/*MEMBER CONNECTIONS BOXES */

.memberWidget{
    width:296px;
    float:left;
    margin:6px 3px 20px 0;
    padding:5px;
    border: 1px solid lightgray;
    background-image: url('/images/ui_connections_member.png');
    background-position:  top left;
    background-repeat:no-repeat;
    background-color:#feffff;
}

.memberNone{
    text-align:center;
    color:grey;
}

.memberLead{
    margin:0 0 -30px 0;
}

.memberDetails{
    float:right;
    width:162px;
}



.memberDetails > a{
    font-size:10px;
    color:black;
    border-bottom:1px dotted;
    /*margin-right:4px;*/
    font-family: Arial,sans-serif;
    font-weight: normal;
}

.memberDetails > strong > a, .memberWidget > strong{
    font-size:13px;
    color:black;
    margin:0 0 6px 0;
    line-height: 22px;
    text-shadow: 0 1px 0 white;
}

.memberLineAuto{
    height:0px;
    border-top:1px solid lightgrey;
    border-bottom:1px solid white;
    margin:6px 0 4px 0;
}


.memberPhoto{
    border: 1px solid lightgray;
    height: 80px;
    width:120px;
    float:left;
    background-color:white;
}

.memberPhoto > a > img, .memberPhoto > img{
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}



.memberConnect h3{
    color:#aeadad;
    border-bottom:1px dotted lightgrey;
    font-size:12px;
}

.memberLine{
    background-image: url('/images/ui_connections_line.png');
    background-position:  top left;
    background-repeat:repeat-y;
}

.memberConnect{
    background-image: url('/images/ui_connections_connect.png');
    background-position:  top left;
    background-repeat:repeat-y;
}

.memberViewConnectionsButton{
    height:16px; 
    width:144px;
    overflow:hidden;
    cursor:pointer;
    background-color: #FBFBFB;
    background-image: url("/images/bg_ui_button_secondary.png");
    background-position: left top;
    border: 1px solid #CCCCCC !important;
    border-radius: 6px 6px 6px 6px;
    color: #555555 !important;
    cursor: pointer;
    font-family: arial;
    font-size: 13px !important;
    font-weight: bold;
    margin: 10px 10px 10px 0;
    padding: 5px 7px;
    position: relative;
    text-shadow: 0 1px 0 white;
}

.memberViewConnectionsOptions{
    border: 1px solid #CCCCCC !important;
    border-radius: 0 0 6px 6px;
    display:none;
    width:144px;
    overflow:hidden;
    cursor:pointer;
    padding: 15px 7px;
    position:absolute;
    background-color:white;
    margin-top:30px;
}





#news_sidebar{
    float:right;
    width:300px;
}


/* RECENT EDITORIALS */

#widget_recent-editorials li{
    margin-bottom:8px;
}

#widget_recent-editorials h3{
    margin:20px 0 0 0;
}

/* COMMENTS */

#comment-box textarea{
    width:614px;
    height: 80px;
}

.comment{
    border-top:1px dotted black;
    padding:6px 0 6px 0;
    height:60px;
}



.commenter-avatar img{
    border:1px solid #cccccc;
    padding:1px;
    width:64px;
    height:64px;
    margin:0 18px 0 0;
}





/* Home page videos*/

#newsletterBackdrop, #newsletterForeground{
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        height:100%;
        width:100%;
        display:none;
        color:white;
        z-index:99;
    }
    
#newsletterBackdrop{
    background-color:black;
    opacity:0.9;
    filter:alpha(opacity=90);
}
    

#newsletterForeground > div{
    width:720px;
    height:40px;
    margin:0 auto;
    margin-top:100px;
}

#newsletterForeground > .jsPopupClose{
    width:720px;
    height:80px;
    margin:0 auto;
    margin-top:10px;
    display:block;
    cursor:pointer;
    opacity:0.9;
    filter:alpha(opacity=90);
}

/* The tab panels */
.tab-panels {
}

.tab-panels .tabs {
    height: 25px;
    padding-left: 10px;
    border-bottom: 2px solid #5f004c;
}

.tab-panels .tabs .tab {
    cursor: pointer;
    line-height: 20px;
    width: 100px;
	height:22px;
    margin: 0 5px 0 0;
	padding:3px 0 0 0;
    text-align:center;
    float:left;
	background-image: url('/images/ui_toggle.png');
    color: white;
    font-weight: bold;
	font-size:13px;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.35);
	font-family:arial;
}

.tab-panels .tabs .active {
    background-image: url('/images/ui_toggle_selected.png');
}

.tab-panels .panel {
    text-align:center;
    display:none;
}

.tab-panels .active {
    display:block;
}


#welcome-text {
    width: 600px;
    height: 100px;
    display:block;
    margin: 5px;
}


/* Member profile e-mail form */

#e-mail-member {
	display:none;
}

#e-mail-member > #closeForm {
	float:right;
}

/* Search */
#search-bar {
	width: 98%;
	padding: 0 8px;
	background-color: white;
	margin-bottom: 10px;
	background-image: url('/images/bg_ui_button_secondary.png');
    background-position:  bottom left;
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
    border-radius: 6px;
}


#search-bar .textinput {
	width: 524px;
}

.columns .column {
	float:left;
	width: 50%;
}

.tweet img{
	margin:0 10px;
}







.styleGallery > a > div, #article_image > a > div{
	margin:20px;
	padding:10px;
	box-shadow: 0px 1px  5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	border:1px solid rgba(0,0,0,0.20);
	border-radius: 2px;
    -moz-border-radius: 2px;
	width:300px;
	overflow:hidden;
	float:left;
}

.styleGallery > a > div > div, #article_image > a > div > div{
	float:left;
	color:rgba(0,0,0,0.70);
	font-size:12px;
	font-family:arial;
	background-color:rgba(0,0,0,0.04);
	border-top:1px solid rgba(0,0,0,0.06);
	margin:10px -10px -10px -10px;
	padding:10px;
	width:100%;
}

.styleGallery > a > div > img{
	width:300px;
}






#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}








