﻿/****** Header configurations ******/
/* Login and Main Pages - header background color */
.header-login-color, .header-main-color {
    background-color: #0180DE; /* Background color */
}

/* Main Pages - border color */
.header-login-color
{
    color: #00639A; /* border color */
}

/* Login page - text color */
.editor-field a
{
    color: white; /* text color */
}

/* Main and Guest pages  - text color */
#header_sub, #guest_header_sub
{
    color: white;
}

/* Login and Main Pages - header logo image and size */
#header-login-logo, #header-main-logo{
    /*background: url('Images/customs/logo-white.png') no-repeat center left;*/ /* image source */
}
/****** End of Header configurations ******/

/****** Common configurations ******/
/* Common button styles */
.common-button{
	color: white;  /* text color */
	text-shadow: 0px 1px 1px #666; /* is not compatible with IE 9 and Safari */
}

/* Search button on various pages from image sharing and study list pages */
.common-short-button-1
{
    background: url('Images/Customs/common-short-button-1.png') center center no-repeat;
}

/* Clear button on various pages */
.common-short-button-2
{
    background: url('Images/Customs/common-short-button-2.png') center center no-repeat;
}

/* Cancel button across various pages */
.common-short-button-3
{
     background: url('Images/Customs/common-short-button-3.png') center center no-repeat;
}

/* Pending button on contact page */
.common-short-button-4
{
     background: url('Images/Customs/common-short-button-4.png') center center no-repeat;
}
.common-text-margin
{
  margin: 0 0 10px 5px;
}

.common-text-padding
{
  padding-left: 5px;    
}
/* Add member button on dialog */
.common-short-button-6
{
     background: url('Images/Customs/common-short-button-6.png') center center no-repeat;
}

/* Download button on Download status page */
.common-short-button-7
{
     background: url('Images/Customs/common-short-button-7.png') center center no-repeat;
}

/* Login button on the login page, Request button and contact page */
.common-normal-button-1
{
    background:url('Images/customs/common-normal-button-1.png') no-repeat  0 0;
}

/* Send invitation button */
.common-long-button-1
{
    background:url('Images/customs/common-long-button-1.png') no-repeat  0 0;
}

.common-long-button-1-disable 
{
    background:url('Images/customs/common-long-button-1-disable.png') no-repeat  0 0;
}

/* Create new subgroup button */
.common-long-button-2
{
    background:url('Images/customs/common-long-button-2.png') no-repeat  0 0;
}

/* Remove group button */
.common-long-button-3
{
    background:url('Images/customs/common-long-button-3.png') no-repeat  0 0;
}

/* Account setting button */
.common-long-button-4
{
    background:url('Images/customs/common-long-button-4.png') no-repeat  0 0;
}

/* Confirm button on contact request page */
.common-short-button-5
{
     background:url('Images/customs/common-short-button-5.png') no-repeat  0 0;
}

/* Large confirm button on various dialogs */
.common-large-button-1
{
    background:url('Images/customs/common-large-button-1.png') no-repeat  0 0;
}

/* Large confirm button on account setting page */
.common-large-button-2
{
    background:url('Images/customs/common-large-button-2.png') no-repeat  0 0;
}

/* Large delete button on account setting page */
.common-large-button-3
{
    background:url('Images/customs/common-large-button-3.png') no-repeat  0 0;
}

/* Large cancel button on various dialogs */
.common-large-button-4
{
    background:url('Images/customs/common-large-button-4.png') no-repeat  0 0;
}

/* Large search clear criteria button */
.common-large-button-5
{
    background:url('Images/customs/common-large-button-4.png') no-repeat  0 0;
}

/* Common control style - Small popup dialog configurations */
.popUpDialogSkinSmall
{
    background: url("Images/customs/pop-banner-extend.png") repeat-x top left; /* dialog header styles */
    background-color: #F2F2F2; /* Dialog background color */
}

/* Common control style - Medium popup dialog configurations */
.popUpDialogSkinMedium
{
    background: url("Images/customs/pop-banner-extend.png") repeat-x top left; /* dialog header styles */
    background-color: #F2F2F2; /* Dialog background color */
}

/* Common control style - Download QC dialog dialog configurations */
.popUpQualityControlDialogSkinMedium
{
    background: #ffffff url("Images/customs/pop-banner-extend.png") repeat-x top left;
}

/* Common control style - Image Sharing: Study list normal enabled button style */
.standard-enabled-normal-Btn
{
	background: url('Images/Customs/standard-enabled-normal-Btn.png') center center no-repeat;
}

/* Common control style - Image Sharing: Study list normal disabled button style */
.standard-disabled-normal-Btn
{
    background:url('Images/Customs/standard-disabled-normal-Btn.png') center center no-repeat;
}

/* Common left tab button on off state on various pages */
.common-left-button-tab-on
{
    background: url('Images/customs/common-left-button-tab-on.png') no-repeat;
}
/* Common right tab button on active state on various pages */
.common-left-button-tab-off
{
    background: url('Images/customs/common-left-button-tab-off.png') no-repeat;
}
/* Common right tab button on off state on various pages */
.common-right-button-tab-on
{
    background: url('Images/customs/common-right-button-tab-on.png') no-repeat;
}
/* Common right tab button on off state on various pages */
.common-right-button-tab-off
{
    background: url('Images/customs/common-right-button-tab-off.png') no-repeat;
}

/****** End of Common configurations ******/

/****** Main page configurations     ******/
/* Main background configuration after login */
#masterBody
{
    background: #efefef; /* Background color */
}

/* Image Sharing: Study list search criteria section */
#searchDiv
{
    background:#f3f2f0;
    border:1px solid #cfcfcf;
    color: Black;  /* text color of label and text box  */
}

/* Image Sharing and Activity List: Drop down menu for filtering from study list and activity list */
.studyFilter_dropDownWrapper, .activityFilter_dropDownWrapper
{
    background: #F4F3F1;  /* background color */
    border: 1px solid #cccccc; /* border styles */
}

/* Image Sharing: Study list background configurations */
#content_main
{
    background: #fff;
    border: 1px solid #ccc;
}

/* Image Sharing: Request share or upload button */
#request_flyout
{
    background:url('Images/customs/button_request.png') no-repeat  0 0;
}

/****** End of Main page configurations ******/




