/*  
 
    Copyright (c) 2008-2012 by the President and Fellows of Harvard College. All rights reserved.  
    Profiles Research Networking Software was developed under the supervision of Griffin M Weber, MD, PhD.,
    and Harvard Catalyst: The Harvard Clinical and Translational Science Center, with support from the 
    National Center for Research Resources and Harvard University.


    Code licensed under a BSD License. 
    For details, see: LICENSE.txt 
  
*/

body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: arial,sans-serif;
}
form
{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 967px;
	background-color: #ffffff;
}

.actionbuttons input
{	
	margin:0px 2px;
}

/********************************************/
/* Customize this part                      */
/********************************************/

.PropertyGroup
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #522204;
	padding-bottom: 12px;
}
.PropertyItemHeader
{
	background-color: #EEEBE5;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	height: 24px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 2px;
}
.PropertyGroupItem
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-family: Arial;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.PropertyGroupData
{
	padding-left: 8px;
	padding-bottom: 12px;
	padding-left: 6px;
}
.institutionHeader
{
	background-color: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 75px;
}
.institutionHeader img 
{
	margin: 0px;
	padding: 0px 0px;
}

.activeSectionDetails 
{
    font-size: 11px;
    margin-left: 2px;
}

/********************************************/
/* Top Navigation                      */
/********************************************/
#topNav {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 947px;
    height: 30px;
    background-color: #FFFFFF; 
    color: #F2E6CE; 
    text-align: right;
    text-decoration: none;
}
#topNav ul {
	margin: 0px 30px 0px 430px;
	padding: 0px;
	width: 967px;
	height: 30px;
    position: relative;
	display: block;
}
#topNav ul li {
	margin: 0px;
	padding: 0px;
	height: 30px;
    color  : #000000;
    position: relative;
	display: block;
    font-size: 12px;
	font-weight: normal;
	list-style: none;
	float: left;
}
#topNav ul li a {
	margin: 0px;
    padding: 0px 10px;
    height: 30px;
	color: #000000; 
    display: block;
	line-height: 30px;
	white-space: nowrap;
	text-decoration: none;
	border-right: 1px solid #666;
}
#topNav ul li a:hover {
	margin: 0;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #F2E6CE; 
	color: Black;
	text-decoration: underline;
}


/********************************************/
/* Global Navigation                      */
/********************************************/
#globalNav {
    margin: 0px;
    padding: 0px;
    width: 967px;
    height: 34px;
    position: relative;
    background: url(../Images/nav_bkgrnd_gradient.png) repeat-x scroll 0px 0px transparent; 
    border-bottom: 1px solid #6F472E;
    display: block;
    clear: both;
    display: block;
}
    #globalNav ul {
        margin: 0px;
        padding: 0px;
        width: 967px;
        height: 34px;
        position: relative;
        background: url(../Images/nav_bkgrnd_gradient.png) repeat-x scroll 0px 0px transparent; 
        display: block;
    }
        #globalNav ul li {
            margin: 0px;
            padding: 0px;
            height: 34px;
            border-right: solid 1px #B39C68;
            color: #493612;
            background: url(../Images/nav_bkgrnd_gradient.png) repeat-x scroll 0px 0px transparent; 
            position: relative;
            display: block;
            font-size: 14px;
            font-weight: bold;
            list-style: none;
            float: left;
        }
#globalNav ul li a {
	margin: 0px;
    padding: 0px 25px;
    height: 34px;
	color: #2D3636;
    display: block;
	line-height: 34px;
	white-space: nowrap;
	text-decoration: none;
}
#globalNav ul li a:hover {
	margin: 0;
	padding: 0 25px;
	color: #522204;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}
#globalNav ul li a.selected {
	margin: 0;
	padding: 0 25px;
	height: 34px;
	border: 0px none;
	color: #493612;
	font-weight: bold;
}
#globalNav ul li a.selected:hover {
	margin: 0;
	padding: 0 25px;
	height: 34px;
	color: #522204;
	line-height: 34px;
}

/********************************************/
/* Profiles Shell Layout                    */
/********************************************/

.profiles
{
	margin-top: 5px;
	text-align: center;
}
.profiles .profilesHeader
{
	margin: 0px;
	padding: 0px;
	width: 967px;
	text-align: left;
}
    .profiles .profilesFooter {
        width: 967px;
        text-align: left;
        border-top: 3px solid #000;
        padding: 10px 0px;
        margin-top: 15px;
        /* background-color: #434343; */
        /*  color: #F2E6CE; */
        background-color: #FFFFFF;
    }
        .profiles .profilesFooter h4, .profiles .profilesFooter p {
            margin: 10px 0px 0px 0px;
            padding: 0px 20px 0px 20px;
            font-size: 12px;
            /*  color: #F2E6CE; */
            color: #000000;
        }
        .profiles .profilesFooter a, .profiles .profilesFooter a:hover {
            font-size: 12px;
            /*  color: #F2E6CE; */
            color: #000000;
        }
.profiles .profilesFooter ul {
	margin: 0px 30px 0px 10px;
	padding: 0px;
	width: 967px;
	height: 25px;
    position: relative;
	display: block;
}
    .profiles .profilesFooter ul li {
        margin: 0px;
        padding: 0px;
        height: 25px;
        /*  color: #F2E6CE; */
        color: #000000;
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: normal;
        list-style: none;
        float: left;
    }
        .profiles .profilesFooter ul li a {
            margin: 0px;
            padding: 0px 10px;
            height: 25px;
            /*  color: #F2E6CE; */
            color: #000000;
            display: block;
            line-height: 25px;
            white-space: nowrap;
            text-decoration: none;
            border-left: 1px solid #666;
        }
.profiles .profilesFooter ul li a.firstLink {
	border-left: 0px none #666;
}

            .profiles .profilesFooter ul li a:hover {
                margin: 0;
                padding: 0px 10px;
                height: 25px;
                line-height: 25px;
                /*  color: #F2E6CE; */
                color: #000000;
                text-decoration: underline;
            }

.profiles .profilesPage
{
	width: 967px;
	text-align: left;
	clear: both;
}
.profiles .profilesPage table
{
	/*border-bottom: none;*/
	border-collapse: collapse;
}
.profiles .profilesPageColumnLeft
{
	width: 190px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.profiles .profilesPageColumnRight
{
	width: 765px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.profiles .profilesPageColumnRightTop
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.profiles .profilesPageColumnRightTopLine
{
	overflow: hidden;
}
.profiles .profilesPageColumnRightBottom
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.profiles .profilesPageColumnRightCenter
{
	margin: 0px;
	padding: 0px;
	width: 765px;
	vertical-align: top;
	background: none;
}

.profiles .profilesPageColumnRightCenter table
{
	border-collapse: collapse;
}
.profiles .profilesMainColumnLeft
{
	width: 625px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background: none;
}
.profilesMainColumnRight
{
	width: 150px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: none #F0F4F4;
}

/********************************************/
/* Profiles Shell Content                   */
/********************************************/


.profiles p
{
	margin: 2px 0px 10px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
.profiles, .profiles td, .profiles th, .profiles textarea, .profiles select, .profiles ul, .profiles ol
{
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
.profiles ul li, .profiles ol li
{
	margin: 0px 12px 10px 12px;
}
.profiles ul li ul li, .profiles ol li ol li
{
	margin: 0px 12px 6px 0px;
}
.profiles h2
{
	margin: 12px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 24px;
	line-height: 1.4em;
	color: #522204;
}
.profiles h3
{
	font-family: arial, sans-serif;
	font-size: 16px;
	margin: 12px 0px 0px 0px;
	line-height: 1.4em;
	color: #522204;
}
.profiles h4, .profiles h5, .profiles h6
{
	margin: 12px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #522204;
	font-weight: bold;
}
.profiles ul, .profiles ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.profiles a
{
	color: #6F472E;
	text-decoration: underline;
}
.profiles a:hover
{
	color: #522204;
	text-decoration: underline;
}

/********************************************/
/* Profiles Content Active                  */
/********************************************/

.profiles .profilesContentActive
{
	width: 190px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.profiles .profilesContentActive .activeContainer
{
	width: 188px;
}
.profiles .profilesContentActive .activeContainerTop
{
	overflow: hidden;
}
.profiles .profilesContentActive .activeContainerCenter
{
	overflow: hidden;
}
.profiles .profilesContentActive .activeContainerBottom
{
	overflow: hidden;
}
.profiles .profilesContentActive .activeSection
{
	width: 174px;
	margin-left: 1px;
}
.profiles .profilesContentActive .activeSectionHead {
	margin: 0px 10px;
	color: #525252;
	background-color: #FFF;
	padding: 12px 8px 0px 8px;
	font-weight: bold;
	height:100%;
}
.profiles .profilesContentActive .activeSectionBody {
	margin: 0px 10px;
	padding: 1px 8px;
}
.profiles .profilesContentActive ul {
	list-style-type: none;
	padding: 0px;
	margin: 4px 0px 8px 0px;
	line-height: 1.4em;
}
.profiles .profilesContentActive li {
	margin: 0px 10px;
	padding: 4px 0 0 0px;
	text-indent: -10px;
	line-height: 1.4em;
}

.profiles .profilesContentActive .activeContainerCenter .contactUs
{
	margin: 10px 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

/********************************************/
/* Profiles Content Main                    */
/********************************************/

.profiles .profilesContentMain
{
	width: 600px !important;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
}
.profiles .profilesContentMain /*IE Fix*/
{
	width: 580px !important\9; /* IE8 and below */
	*width: 580px !important; /* IE7 and below */
	*padding: 0px !important; /* IE7 and below */
}

/* backLink */
.profiles .profilesContentMain .backLink
{
	padding: 0px 8px 0 0;
	float: right;
}
.profiles .profilesContentMain .backLink .backLinkIcon
{
	margin-right: 4px;
	position: relative;
	top: 1px;
}
/* pageTitle */
.profiles .profilesContentMain .pageTitle
{
	display: inline;
}
.profiles .profilesContentMain .pageTitle h2
{
	display: block;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	line-height: 1.2em;
	color: #6F472E;
	font-size: 24px;
	font-weight: normal;
}
.profiles .profilesContentMain .pageTitle .pageIcon
{
	margin: 0px;
	position: relative;
	top: 0px;
	display:none;
}
/* pageSubTitle */
.profiles .profilesContentMain .pageSubTitle
{
	display: inline;
}
.profiles .profilesContentMain .pageSubTitle h3
{
	display: block;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	color: #525252;
	font-weight: bold;
	font-size: 16px;

}
/* panelPage */
.profiles .profilesContentMain .panelPage
{
	display: inline;
}
/* pageDescription */
.profiles .profilesContentMain .pageDescription
{
	display: inline;
}
.profiles .profilesContentMain .pageDescription p
{
	display: block;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}
/* pageTabs */
.profiles .profilesContentMain .pageTabs .tabBack
{
	background-image: url('../Images/tab_back.gif');
	height: 28px;
	overflow: hidden;
	margin: 12px 0 12px 0;
	padding-left: 4px;
}
.profiles .profilesContentMain .pageTabs .tabBack a
{
	line-height: 27px;
	font-weight: bold;
	font-size: 14px;
	color: #6F472E;
	cursor: pointer;
}
.profiles .profilesContentMain .pageTabs .tabBack a:hover
{
	color: #522204;
	text-decoration: underline;
}
.profiles .profilesContentMain .pageTabs .activeTab
{
	height: 28px;
	display: inline;
	float: left;
	margin: 0px 2px;
	line-height: 27px;
	font-weight: bold;
	color: #333;
}
.profiles .profilesContentMain .pageTabs .disabledTab
{
	height: 28px;
	display: inline;
	float: left;
	margin: 0px 2px;
	line-height: 27px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.profiles .profilesContentMain .pageTabs .activeTab .tabLeft
{
	background-image: url('../Images/tab_a_left.gif');
	height: 28px;
	width: 9px;
	overflow: hidden;
	float: left;
}
.profiles .profilesContentMain .pageTabs .activeTab .tabCenter
{
	background-image: url('../Images/tab_a_center.gif');
	height: 28px;
	overflow: hidden;
	float: left;
	padding: 0 4px;
}
.profiles .profilesContentMain .pageTabs .activeTab .tabRight
{
	background-image: url('../Images/tab_a_right.gif');
	height: 28px;
	width: 9px;
	overflow: hidden;
	float: left;
}
.profiles .profilesContentMain .pageTabs .disabledTab .tabLeft
{
	background-image: url('../Images/tab_d_left.gif');
	height: 28px;
	width: 9px;
	overflow: hidden;
	float: left;
}
.profiles .profilesContentMain .pageTabs .disabledTab .tabCenter
{
	background-image: url('../Images/tab_d_center.gif');
	height: 28px;
	overflow: hidden;
	float: left;
	padding: 0 4px;
}
.profiles .profilesContentMain .pageTabs .disabledTab .tabRight
{
	background-image: url('../Images/tab_d_right.gif');
	height: 28px;
	width: 9px;
	overflow: hidden;
	float: left;
}

.profiles .profilesContentMain .tabInfoText
{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #999;
}

/* CTA button */
.profiles .profilesContentMain .cta-button {
    background: -moz-linear-gradient(center top , #F3D891 0%, #BC903A 90%, #CF9F40 100%) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 2px 3px #000000;
    clear: both;
    margin: 5px 0 12px;
    padding: 0;
    width: 300px;
}
/********************************************/
/* Profiles Content Passive                 */
/********************************************/

.profiles .profilesContentPassive
{
	width: 136px;
	padding: 0px;
	margin: 0px 8px 0px 8px;
	height: 100%;
}
.profiles .profilesContentPassive .passiveSectionHead
{
	overflow: hidden;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: #525252;
	background-color: #F0F4F4;
}
.profiles .profilesContentPassive .passiveSectionHead img
{
	position: relative;
	top: 1px;
	border: none;
}
.profiles .profilesContentPassive .passiveSectionHead .passiveSectionHeadDescription
{
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4em;
	color: #333;
	margin: 4px 8px 2px 10px;
	display: none;
	
}
.profiles .profilesContentPassive .passiveSectionBody
{
	overflow: hidden;
	/* the following may or may not be needed */
	/* white-space: pre; /* CSS 2.0 */
	/* white-space: pre-wrap; /* CSS 2.1 */
	/* white-space: pre-line; /* CSS 3.0 */
	/* white-space: -pre-wrap; /* Opera 4-6 */
	/* white-space: -o-pre-wrap; /* Opera 7 */
	/* white-space: -moz-pre-wrap; /* Mozilla */
}
.profiles .profilesContentPassive .passiveSectionBody ul
{
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.profiles .profilesContentPassive .passiveSectionBody li
{
	margin: 0px 10px;
	padding: 4px 0 0 0px;
	text-indent: -10px;
	line-height: 1.4em;
}
.profiles .profilesContentPassive .passiveSectionBody li a
{
	padding: 4px 0 0 0px;
	text-indent: -10px;
	line-height: 1.4em;
}
.profiles .profilesContentPassive .passiveSectionBody a
{
	padding: 4px 0 0 0px;
	text-indent: 0px;
	line-height: 1.4em;
}
.profiles .profilesContentPassive .passiveSectionBodyDetails
{
	font-size: 11px;
	color: #666;
}
.profiles .profilesContentPassive .passiveSectionBodyDetails a
{
	font-size: 11px;
}
.profiles .profilesContentPassive .passiveSectionLine
{
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	margin: 8px 0 0;
}
.profiles .passiveHeading 
{
	font-weight: bold;
	text-align: left;
	margin: 10px 8px 5px 0px;
	color: #6F472E;
}
.profiles .profilesContentPassive #divItemDetails 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.profiles .profilesContentPassive #divItemDetails .passiveSectionHead
{
	margin: 10px 0px 0px 0px;
}

/********************************************/
/* Search                                   */
/********************************************/



.searchForm
{
	margin: 8px 0px;
	color: #666;
}
.searchForm .searchSection
{
	background-color: #EEEBE5;
	border: 1px solid #CCC;
	padding: 8px 15px;
	margin-bottom: 12px;
}
.searchForm table td .searchFormHeading
{
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #522204;
	font-weight: bold;
}
.searchForm table
{
	border-collapse: collapse;
}
.searchForm th
{
	text-align: right;
	vertical-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 95px;
	padding: 5px 10px 5px 0px;
}
.searchForm td
{
	vertical-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
}
.searchForm .fieldMain
{
	width: 255px;
}
.searchForm .fieldOptions
{
}
.searchForm .inputText
{
	width: 250px;
}
.searchForm input
{
	margin: 0px 0px 6px 0px;
}
.searchForm select
{
	margin: 0px 0px 6px 0px;
	width: 250px;
}
.searchForm .inputButton
{
	width: 70px;
	margin: 0px 20px 0px 0px;
}
.searchForm .spacerRow
{
	height: 16px;
	overflow: hidden;
}
.searchForm .spacerRowSmall
{
	height: 8px;
	overflow: hidden;
}
.searchForm .submitTable
{
	background-color: #FFF;
}
#minisearch .activeSectionHead
{
	margin: 0px 5px;
	padding: 5px 10px;
	width: 155px;
	background-color:#F0F4F4;
	color: #525252;
	border: 1px solid #CCC;
}
#minisearch .activeSectionHead input
{
	margin-top: 6px;
}
.listTable
{
	margin: 0px;	
}
.listTable table
{
	border-collapse: collapse;
	width: 602px;
	border: 1px solid #999;
}
.listTable tr
{
	cursor: pointer;
}
.listTable th
{
	background-color: #f7f3ef;
	text-align: left;
	font-weight: bold;
	border: 1px inset #efebde;
	padding: 5px 5px;
	cursor: default;
	color: #333;
}
.listTable th a
{
	color: #333;
	display: block;
}
.listTable th img
{
	margin-left: 3px;
}
.listTable td
{
	text-align: left;
	border-style: inset;
	border-color: #efebde;
	border-width: 1px;
	padding: 5px 5px;
}
.listTable td div
{
	/*white-space: nowrap; Removed as long text forces table width to be larger than intended. */ 
	overflow: hidden;
}
.listTable .alignLeft
{
	text-align: left;
}
.listTable .oddRow
{
	background-color: #FFFFFF;
}
.listTable .evenRow
{
	background-color: #F0F4F6;
}
.listTable .overRow
{
	background-color: #5A719C;
	color: #FFF;
}
.listTable .listTableLink
{
	color: #36C;
}
.listTable .overRow .listTableLink
{
	color: #FFF;
}
.listTable .listTableLinkOver
{
	background-color: #36C;
}

.listTablePagination
{
	background-color: #f7f3ef;
	border-top: none;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 6px;
	/* Align with results table */
	width: 588px;
}
.listTablePagination table
{
	width: 591px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.listTablePagination td
{
	padding: 0px;
	margin: 0px;
	width: 200px;
}
.listTablePaginationMiddle
{
	width: 205px;
	text-align: center;
}
.listTablePaginationPN
{
	display: block;
	float: right;
	margin-left: 4px;
	text-align: center;
	padding: 2px 6px;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
}
.listTablePagination a
{
	font-size: 11px;
	line-height: 1.4em;
	color: #3f4a9d;
}

.listTablePaginationA img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.listTablePaginationP img
{
	margin-right: 4px;
}
.listTablePaginationN img
{
	margin-left: 4px;
}
.listTablePaginationN
{
	margin-left: 8px;
}
.listTablePaginationFL
{
	display: block;
	width: 19px;
	height: 19px;
	float: right;
	margin-left: 4px;
}
.listTablePaginationFL img
{
	margin: 5px 6px;
}
.listTablePaginationA
{
	border-color: #999;
}

/********************************************/
/* Connection Summary                       */
/********************************************/

.connectionTableRow
{
	padding-left: 6px;
}

.connectionContainer
{
	margin: 12px 0 4px 0;
}
.connectionContainerTable
{
	width: 100%;
	border: 1px solid #999;
	background-color: #EAF0F8;
}
.connectionContainerTable td
{
	text-align: center;
	padding: 8px 0px;
}
.connectionContainerItem
{
	width: 305px;
}
.connectionContainerArrow
{
	width: 195px;
}
.connectionContainerTable a
{
	font-size: 14px;
	text-decoration: underline;
}
.connectionItemSubText
{
	font-size: 11px;
}
.connectionArrowTable td
{
	padding: 0px 0px;
}
.connectionLine
{	
	background-image: url('../Images/connection_center.gif');
	height: 5px;
	overflow: hidden;
	padding: 0px;
}
.connectionLine div
{	
	height: 5px;
	overflow: hidden;
}
.connectionDescription
{
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding: 0 4px;
}
.connectionSubDescription
{
	font-weight: normal;
	font-size: 11px;
	padding: 0 4px;
}

/********************************************/
/* Profile - Concept                        */
/********************************************/
.profileKwCondenseList ol, .profileKwCondenseList ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	left: -25px;
	list-style-type: none;
}
.profileKwConcept
{
	display: none;
}
.publicationKwDesc
{
	margin-bottom: 5px;
}
.publicationKwMenuBox
{
	margin-bottom: 8px;
}
.profileKwMeshInfoDesc
{
	margin-bottom: 10px;
}

/********************************************/
/*        Edit Page                         */
/********************************************/
.editPage h2
{
	margin: 12px 0px 0px 0px;
	color: #522204;
	font-size: 24px;
}
.editPage table
{
	font-family: arial,sans-serif;
	padding-left: 5px;
}
.oddRow td, .evenRow td 
{
	border-color: #808080;
}
.oddRow
{
	background-color: #FFFFFF;
}
.evenRow
{
	background-color: #F0F4F6;
}
.padding
{
	padding-left: 6px;
}

.edittable
{
	border: solid 1px #ccc;
}

.edittable tr
{
	padding: 5px;
}

.colItemCnt, .colSecurity
{
    text-align:center;
    width: 124px;
}

table tbody .height25 
{
    height: 25px;  
}

.editDisplayRow
{
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #ccc;
}
.editPageDiv
{
	font-family: arial,sans-serif;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

.editPage .topRow td
{
	background-color: #EEEBE5;
	font-weight: bold;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	height: 24px;
	padding-left: 6px;
}
.topRow
{
	background-color: #EEEBE5;
	font-weight: bold;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	height: 24px;
	padding-left: 6px;
	width: 100%;
}
.topRow th
{
	text-align: left;
	padding-left: 6px;
}
.EditMenuTopRow
{
	background-color: #EEEBE5;
	color: #666;
	font-family: Arial;
	font-size: 14px;
	height: 24px;
	padding-left: 6px;
	width: 100%;
}
.editPage td
{
	height: 24px;
}
.firstCol
{
	padding-left: 6px;
}


.editPage tr
{
	height: 24px;
}


/*PubMed Styles*/

.textBoxSmall
{
	width: 75px;
}

.textBoxDate
{
    vertical-align: top;
	width: 75px;
	margin-right: 3px;
}

.textBoxBig
{
	width: 250px;
}

.textBoxBigger
{
	width: 550px;
}

.pubHeader
{
	margin-top: 20px;
	font-weight: bold;
}

.pubSubHeader
{
	font-weight: bold;
	color: #666666;
}

.pubSubSpacer
{
	margin-top: 10px;
}

/********************************************/
/* Link tabs								*/
/********************************************/
.anchor-tab {
	margin: 10px 0 4px 0;
	color: #666;
}
.anchor-tab a.selected
{
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
.anchor-tab a.disabled
{
	color: silver !important;
	cursor: default;
}
.anchor-tab a.selected:hover, .anchor-tab a.disabled:hover
{	
	text-decoration: none;
}
.anchor-tab a
{
	color: #36C;
	cursor: pointer;
}
.displayNone 
{
	display: none;
}
/* Basic page three column option */
#threeColumns {
	margin: 10px 0px 20px 0px;  
	padding: 0px 0px;
	position:relative;
	width: 705px;
	display: block;
	overflow: hidden;
}
#threeColumns #firstTwoColumns {
	float:left;
	position:relative;
	width:465px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#threeColumns #firstTwoColumns #firstColumn {
	width: 225px; 
	height: 250px;
	position: relative;
	float: left;
	display: block;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	background-color: #E0E0E0/*#434343*/;
    border-color: #6FA7C8 #6FA7C8 #A8A8A8;
    border-style: solid;
    border-width: 0 0 10px;
}
#threeColumns #firstTwoColumns #secondColumn {
	width: 225px; 
	height: 250px;
	position: relative;
	float: right;
	display: block;
    margin: 0px 0px 10px 15px;
	padding: 0px 0px 15px 0px;
	background-color: #E0E0E0/*#434343*/;
    border-color: #6FA7C8 #6FA7C8 #A8A8A8;
    border-style: solid;
    border-width: 0 0 10px;
}
#threeColumns #thirdColumn {
	width: 225px; 
	height: 250px;
	position: relative;
	float: right;
	display: block;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 15px 0px;
	background-color: #E0E0E0/*#434343*/;
    border-color: #6FA7C8 #6FA7C8 #A8A8A8;
    border-style: solid;
    border-width: 0 0 10px;
}
#firstColumn .mainHead, #secondColumn .mainHead, #thirdColumn .mainHead {
    background-color: #A8A8A8/*#333333*/;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 12px 15px 4px 15px;
    font-weight: normal;
    border-bottom: 3px solid #707070;
}
#firstColumn p, #secondColumn p, #thirdColumn p {
    margin: 0;
    padding: 6px 15px 15px 15px;
	line-height: 1.4em;
}
#threeColumns ul li 
{
	margin-left: 0px;
	line-height: 1.4em;
}
.MarginRight { /*For Colorado PROFILES home page paragraph*/
	margin-right: -100px !important;
}
.floatRight {
	float: right;
	position: relative;
}
.clearBoth {
	clear: both;
}