﻿*
{
    padding: 0;
    margin: 0;
}

body
{
    font-size: 12px;
    font-family: Arial;
    color: #595959;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #990000;
}

ul, ul li
{
    list-style-position: inside;
    margin:0;
    padding:0;
}

ul.noBullets
{
    list-style:none none outside;
}

.clear
{
    clear:both;
}

#main
{
    width: 995px;
    padding: 0 10px 10px;
}

#headder
{
    width: 985px;
    border-bottom: solid 1px #7F7F7F;
    padding: 5px 5px 0;
    margin-bottom: 10px;
    position: relative;
}

#headder h1
{
    display: inline;
}

#headder a
{
    display: inline-block;
    vertical-align: middle;
}

#headder img
{
    border: 0;
}

#nav
{
    list-style: none;
    margin:0;
    position:absolute; 
    right:0; 
    top:36px;
}

#nav li
{
    float: left;
    margin-left: 10px;
}

#nav a
{
    padding:1px 5px;
}

#nav a:hover
{   /*
    border:1px solid #990000;
    padding:0 4px;
    */
    color:#2D2D2D;
}

#nav li.current a
{
    background-color:#990000;
    color:#FFF;
}

#ctl00_ctl00_SearchBar,
#ctl00_SearchBar
{
    display:inline-block;
    position:absolute;
    left:196px;
    top:13px;
}

#content
{
}

#leftColumn, #rightColumn
{
    width: 200px;
    float: left;
    display: block;
    min-height: 1px;
}

#mainColumn
{
    width: 575px;
    float: left;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align:justify;
}

#mainColumnSearch
{
    float: left;
    display: block;
    width: 995px;
    padding-top: 0;
}

#footer
{
    clear: both;
    border-top: solid 1px #7F7F7F;
    padding: 5px 5px 0;
    position: relative;
    width: 985px;
}

#footer ul li:first-child
{
    list-style:none outside none;
}

#footer img
{
    width: 154px;
    height: 17px;
    border: 0;
    vertical-align: middle;
    display: inline;
}

#footer ul
{
    display: inline-block;
    list-style:none inside none;
}

#footer ul li
{
    float:left;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 33px;
    list-style:none inside none;
}

#footer span
{
    font-size: 10px;
    clear: both;
    display: block;
}

#footer ul li span
{
    font-size:20px;
    padding:0 10px;
    display:inline;
    vertical-align:bottom;
}

.section
{
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
    position: relative;
}

.section h2
{
    background-color: #990000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 6px 6px 10px;
    margin: 0;
    font-family: Century Gothic;
    font-weight: normal;
    position: relative;
}

.section h2 a
{
    color: #FFFFFF;
    font-weight: normal;
}

.section h2 span
{
    font-weight: bold;
    display: block;
}

.section div
{
    padding: 10px;
}

.section div div
{
    padding: 0;
}

.section p
{
    margin-bottom: 10px;
}

.section p.last
{
    margin-bottom: 0;
}

.section img
{
    width: 100%;
}

.searchTerm
{
    color: #FFCC00;
    display: inline !important;
}

.background
{
    height: 300px;
    padding: 0 !important;
}

.background .gradient
{
    height: 280px;
    width: 35%;
    background: transparent url(/images/gradient.png) repeat;
    padding: 10px;
    color: #FFFFFF;
}

#backgroundHome
{
    background: #FFFFFF url(/images/home.jpg) no-repeat;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
}

#backgroundHome .gradient
{
    bottom:0;
    height:auto;
    padding:0 16px;
    position:absolute;
    width:541px;
}

#backgroundHome .gradient div
{
    color:#FFFFFF;
    display:inline-block;
    float:left;
    font-weight:bold;
    padding:16px;
    width:148px;
}

#backgroundHome div h3
{
    font-size: 29px;
    border-bottom: solid 1px #FFCC00;
    text-align: left;
}
#backgroundHome div ul li
{
    list-style: none none outside;
    text-align: left;
    font-size: 14px;
}

#backgroundCollaborate
{
    background: #FFFFFF url(/images/collaborate.jpg) no-repeat;
}

#backgroundCollaborate a[href^="mailto"]
{
    color:#FFCC00;
}

#backgroundJoin
{
    background: #FFFFFF url(/images/join.jpg) no-repeat;
}

#backgroundSearch
{
    background: #FFFFFF url(/images/search.jpg) no-repeat;
    position: relative;
}

#backgroundSearch .gradient
{
    position: absolute;
    bottom: 0;
    height: auto;
    width: 553px;
}

#management label
{
    width: 110px;
    display: inline-block;
}

#management span
{
    display: block;
}

.grid
{
    border: solid 2px #990000;
}

.gridHeader
{
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
    border: solid 2px #990000;
}

.gridHeaderTop
{
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
    border: solid 2px #990000;
    border-bottom: solid 1px #D9D9D9;
    vertical-align: top;
}

.gridHeaderBottom
{
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
    border: solid 2px #990000;
    border-top: solid 1px #D9D9D9;
}

.grid td
{
    padding: 2px;
}

.hideCell
{
    display: none;
}

.details li
{
    list-style: none;
    min-height: 30px;
}

.details p
{
    display: inline-block;
}

.details span
{
    display: inline-block;
}

#mainColumnSearch .section h2 span
{
    display: inline;
}

#mainColumnSearch .section ul li
{
    margin-top:5px;
}

#detailTopLinks
{
    padding: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}

#clinicalProgress div
{
    margin-left: 1px;
    padding: 0 !important;
    width: 991px;
}

#clinicalProgress table
{
    width: 991px;
    width: 100%;
}

#home ul li
{
    list-style-position:outside;
    margin-left:40px;
    margin-top:10px;
}

#join,
#externalResources,
#searchInfo
{
    background-color: #D2D2D2;
    padding: 0;
    position:relative;
}

#join #signup,
#externalResources #learn
{
    padding: 10px;
    margin-left:170px;
    width:382px;
    background-color:#F2F2F2;
    min-height:122px;
    border-left:1px solid #CCCCCC;
}

#searchInfo #support
{
    background-color:#F2F2F2;
    margin-left:270px;
    padding:10px;
    width:282px;
    height:187px;
    border-left:1px solid #ccc;
}

#join #signup #ctl00_ctl00_PageContent_ContentPlaceHolder1_CreateUserWizard1
{
    margin-top:10px;
}

#join #signup ul li span
{
    width:200px;
    text-align:right;
    display:inline-block;
}

#join #signup #ctl00_ctl00_PageContent_ContentPlaceHolder1_CreateUserWizard1 input[type=text],
#join #signup #ctl00_ctl00_PageContent_ContentPlaceHolder1_CreateUserWizard1 input[type=password],
#profile input[type=text],
#profile input[type=password]
{
    width:150px;
}

#join #signup #ctl00_ctl00_PageContent_ContentPlaceHolder1_CreateUserWizard1 ul li,
#profile ul li
{
    list-style:none;
}

#join #signup div span
{
    display:inline-block;
    
}

#profile ul li span
{
    text-align:right;
    width:140px;
    display:inline-block;
}

#join #contactus,
#externalResources #databases,
#searchInfo #tools
{
    width: 150px; 
    padding: 10px; 
    position:absolute;
    top:0;
    left:0;
}

#searchInfo #tools
{
    width:250px;
}


#join h3,
#searchInfo h3
{
    text-transform: uppercase; 
    color: #FFFFFF; 
    background-color: #000000;
    padding: 5px; 
    margin-bottom: 13px; 
    font-weight: bold;
    margin-right:-10px;
    font-size:14px;
}

#externalResources h3
{
    text-transform: uppercase; 
    margin-bottom: 13px; 
    font-weight: bold;
    margin-right:-10px;
    font-size:12px;
}

#externalResources #learn ul
{
    margin-bottom:10px;
}

#join ul li em
{
    color: #990000;
    margin-top:10px;
    display:inline-block;
}

#join #contactus ul
{
    list-style-type: none;
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_LoginControl_UserName, 
#ctl00_ContentPlaceHolder1_LoginControl_Password, 
#ctl00_ContentPlaceHolder1_CreateUserWizard1_CreateUserStepContainer_UserName, 
#ctl00_ContentPlaceHolder1_CreateUserWizard1_CreateUserStepContainer_Password, 
#ctl00_ContentPlaceHolder1_CreateUserWizard1_CreateUserStepContainer_ConfirmPassword, 
#ctl00_ContentPlaceHolder1_CreateUserWizard1_CreateUserStepContainer_Email
{
    width: 200px;
}

.changePasswordInstructions ul li
{
    text-align:left;
    list-style: inside !important;
}

.error
{
    color:#990000 !important;
    width:auto !important;
    text-align:left !important;
}

#clinicalTrialLegend
{
    border:solid 1px #990000;
    background-color:#D9D9D9;
    color:#000;
    padding:10px;
    margin:10px 0;
    width:973px;
}

#clinicalTrialLegend span
{
    font-weight:bold;
    text-transform:uppercase;
}

#ctl00_ctl00_PageContent_SearchResults_uplComboDrugs
{
    margin-top:30px;
}

#ctl00_ctl00_PageContent_SearchResults_dgCombinationDrugs,
#ctl00_ctl00_PageContent_SearchResults_dgDrugs
{
    margin-bottom:10px;
}

#ctl00_ctl00_PageContent_SearchResults_uplComboDrugs .section
{
    margin:0;
}

#ctl00_ctl00_PageContent_ContentPlaceHolder1_ctl01_SuccessContainerID_ContinuePushButton
{
    display:none;
}

.sortedASC a, 
a.sortedASC
{
    background-image: url(/images/arrow-up.png);
    background-position:center right;
    background-repeat:no-repeat;
    padding-right:22px;
}

.sortedDESC a,
a.sortedDESC
{
    background-image: url(/images/arrow-down.png);
    background-position:center right;
    background-repeat:no-repeat;
    padding-right:22px;
}
