/***********************MAIN***************************************************/
body
{
    font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
    width: 98%;
    min-width: 600px;
    margin: 0 auto;
    padding: 0px;
}

#header 
{
    background: url(../images/bg-header.png);
    width: 100%;
    height: 100%;
}
#header a
{
    background: url(../images/bg-header.png) repeat-x top;
    width: 100%;
}
#header img {
    display: block;
    margin: 0 auto;
}
#content {
    background-color: #DEE8F2;
    overflow: hidden;
}
.page_content {
    width: 100%;    
    padding-left: 5px;
    padding-top: 5px;
}

#content h1,h2,h3,h4,h5{
    margin:0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content a
{
    color: #66f;
    text-decoration: none;
    outline: none;
}

img { border: none; }

#content a:hover
{
    color: #11f;
    text-decoration: underline;
}
#content p{
    margin: 0px;
}

#footer {
    background-color: #DEE8F2;
    padding-top: 10px;
}
#footer ul
{
    display: inline;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 5px;
    padding: 0px;
}
#footer li
{
    list-style: none;
    margin-right: 15px;
    display: inline;
}
#footer img
{
    vertical-align: central;
}
#footer li a
{
    text-decoration: none;
}
#footer li a:hover
{
    color: #000;
    text-decoration: underline;
}
#menu{
    background-color: #99BFC2;
}
#menu ul
{
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#menu li
{
    list-style: none;
    margin-right: 15px;
    display: inline;
}
#menu li a
{
    color: #000;
    text-decoration: none;
}
#menu li a:hover
{
    color: #000;
    text-decoration: underline;
}
/******************************************************************************/
#patient_info {
    font-weight: bold;
    width:20%;
    float: left;
    padding-top: 10px;
}
#patient_info td{
    padding-right: 30px;
}
.patient_header{
    width:70%;
    float: left;
    padding-bottom: 15px;
}
.patient_header h3{
    text-align: center;
}
.lesion_header{
    width: 70%;
    margin-left: 10px;
    margin-top: 8px;
}
.lesion_header h3{
    text-align: left;
}
.table_div{
    width: 100%;
}
.segmentation_header{
    width: 90%;
    margin-left: 10px;
    margin-top: 8px;
}
.segmentation_header h3{
    text-align: left;
}
.images_header{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.images_header h3{
    text-align: left;
}
.images_header #main_images{
    width:40%;
    float: left;
}
.images_header #other_images{
    width:60%;
    float: right;
}
.imagesData{
    float: left;
    width: 98%;
    background-color: #aaa;
}
/******************************************************************************/
.table {
    border-collapse: collapse;   
    width: 100%;
    background-color: transparent;
}
.table tr#unselected {
    background-color: #eee;
    border: 2px solid #000;
}
.table tr#selected {
    background-color: #6699ff;
    border: 2px solid #000;
}
.table tr#unselected:hover {
    background-color: #ccc;
}
.table th {
    background-color: transparent;
    text-align: center;
}
.table th, .table td {
    padding: 3px 5px;
}
.table td {
    text-align: center;
    border: 2px solid #000;
}
.table td:hover {
    cursor: pointer;
}

.table_show {
    border-collapse: collapse;   
    width: 100%;
    background-color: transparent;
}
.table_show th{
    background-color: transparent;
}
.table_show td {
    text-align: center;
    border: 2px solid #000;
    background-color: #eee;
}
.table_show th, .table_show td {
    padding: 3px 5px;
    text-align: center;
}
/******************************************************************************/
#lesion {
    font-size: 90%;
    width: 50%;
    float: left;
    height: 25px;
}
#lesion a:hover {
    background-color: #6699ff;
    cursor: pointer;
}

#lesion td{
    border: 2px solid #000;
    text-align: center;
}
#lesion .selected {
    background-color: #6699ff;
}
#lesion td:hover {
    background-color: #6699ff;
    cursor: pointer;
}

.lesionData{
    float: left;
    width: 55%;
    background-color: #ddd;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}
.segmentationData{
    float: left;
    width: 45%;
    background-color: #eee;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}

.lesionFieldData{
    background-color: #ccc;
}

.lesionField {
    width: 95%;
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 5px;
}
.lesionField tr, td, th{
    text-align: left;
    vertical-align: top;
}
.lesionField li{
    list-style-type: none;  
}
.lesionField ul{
    margin: 0px;
    padding: 3px 5px;
}
.lesionField #table{
}

#list_link{
    height: 25px;
    width: 50%;
    float:right;
    text-align: right;
}
#list_link a{
    padding-right: 10px;

}
/******************************************************************************/
#segmentation_image a{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
#segmentation_image{
    text-align: center;
    padding-bottom: 5px;
}
.patients_list{
    width:95%;
    margin: 0 auto;
    margin-bottom: 10px;
    table-layout:fixed;
}

.patients_list th {
    background-color: transparent;
    text-align: center;
}
.patients_list th, .patients_list td {
    margin: 10px 10px;
    border: 2px solid #000;
    text-align: center;
    max-width:20%;
}
.patients_list .patients_list_borderless{
    border: none;
}
.patients_list span{
    text-decoration: none;
    color: #000;
}
.patients_list #left_list{
    width: 50%;
    float: left;
}
.patients_list #right_list{
    width: 50%;
    float: right;
}
.patients_list a span{
    display:block;
    padding:5px;
    text-align: left;
}
.patients_list a span#img{
    display:block;
    padding:5px;
    text-align: right;
}
.patients_list td:hover {
    background-color: #6699ff;
}
.patients_list_col{
    width: 20%;
}
/******************************************************************************/
#series_tab {
    font-size: 90%;
    width: 100%;
    margin-left: 30px;
}
#series_tab a:hover {
    background-color: #6699ff;
    cursor: pointer;
}
#series_tab td{
    border: 2px solid #000;
    text-align: center;
}
#series_tab .selected {
    background-color: #6699ff;
}
#series_tab td:hover {
    background-color: #6699ff;
    cursor: pointer;
}
/******************************************************************************/
.study_images{
    border-collapse: collapse; 
    width: 100%;
    background-color: transparent;
}
.study_images #left{
    text-align: left;
}
.study_images #right{
    text-align: right;
}
.study_images #text{
    text-align: center;
}
.study_images #image_header{
    margin-top: 5px;
    margin-bottom: 5px;
}
.study_images #span{
    margin-bottom: 5px;
    text-align: center;
}
/******************************************************************************/
#custom_signin{
    padding-top: 10px;
    padding-bottom: 5px;
}
/******************************************************************************/
.search_form #age input{
    width: 40px;
}
.search_form #age_interval input{
    width: 40px;
}

.search_form #patient_search_form input{
    width: 40px;
}

.search_form{
    width:100%;
}
.search_form tr{
    width: 100%;
}
.search_form td{
    width: 25%;
}
.search_fields{
    width:100%;
}
.search_fields tr{
    width:100%;
}
.search_fields td{
    width: auto;
}
/******************************************************************************/
#search_button{
    padding-bottom: 10px;
}
/******************************************************************************/
.error_list li{
    list-style-type: none;
}
.error_list {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    color: #d33;
}

#register_info{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: normal;
}
#register_submit{
    margin-top: 10px; 
}
#intro_text{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#intro_text p{
    margin-top: 10px;
    margin-bottom: 10px;
}

#login_form{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
/******************************************************************************/
.segmentation_field{
    width:98%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.segmentation_field tr{
    width: 100%;
}
.segmentation_field td{
    width: 25%;
}
/******************************************************************************/
#contacts_table{
    width: 95%;
    margin: 0 auto;
}
#contact_info {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
}
#contact_info li{
    list-style-type: none;
}
#intro_text h2{
    margin-top: 10px;
}
#contacts_partners_table{
    width: 95%;
    margin: 0 auto;
}
#contacts_partners_table th{
    text-align: center;
}
.email{
    color: #6699ff;
}
/******************************************************************************/
#footer_text{
    font-style: italic;
    padding-top: 5px;
}
#horizontal_rule{
    background-color: #DEE8F2;
    margin: 0px;
}
#italic{
 font-style: italic;
}

#contacts_partners_table a
{
    color: #000;
    text-decoration: none;
    outline: none;
}

#contacts_partners_table a:hover
{
    color: #11f;
    text-decoration: underline;
}
/*****************************************ADMIN********************************/
#sf_admin_container{
    width: 95%;
}

#dataset_list{
    padding-left: 10px;
}
/*****************************************REPOSITORY********************************/

#repositoryType {
    font-size: 120%;
    width: 100%;
    height: 25px;
}
#repositoryType a {
    color: #000000;
}
#repositoryType a:hover {
    background-color: #6699ff;
    cursor: pointer;
}
#repositoryType td{
    border: 2px solid #000;
    text-align: center;
}
#repositoryType .selected {
    background-color: #6699ff;
}
#repositoryType td:hover {
    background-color: #6699ff;
    cursor: pointer;
}

/******************************Instituition*********************/
#instituition_table img{
	height: 100px;
	text-align: center;
}

#instituition_table td {
  padding-top:20px;
  padding-bottom:20px;
  padding-right:20px;   
}