﻿/*  --------------------------------------------

    Standard HTML Elements

    -------------------------------------------- */

HTML, BODY, FORM
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
    color: #333;
}

TD, TH, DIV, INPUT, SELECT, OL, UL, TEXTAREA, SPAN
{
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	top: 0px;
	left: 0px;
}


SELECT
{

}


LI
{
	line-height: 18px;
}

A
{
	text-decoration: underline; color:#666; cursor: hand;
}

A:LINK
{
	text-decoration: underline; color:#666;
}

A:VISITED
{
	text-decoration: underline; color:#666;
}

A:ACTIVE
{
	text-decoration: underline; color:#666;
}

A:HOVER
{
	text-decoration: underline; color:#999;
}

INPUT
{
    padding: 2px 2px 2px 2px;
}

LEGEND
{
	font-size: 1.2em;
	color: #4F4F4F;
	margin-bottom: 14px;
}

/*  --------------------------------------------

    Master Pages

    -------------------------------------------- */

/* EXTERNAL */

SPAN.ErrorMessage {
    color: Red;
}

.tp_External
{
    background-color: #4F92C9;
	background-repeat: repeat-x;
}

DIV.tp_ExternalMain
{
    width:760px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 72px;
    text-align: left;
}

TABLE.tp_ExternalHeaderPanel
{ 
    width: 100%;
    background-image: url('Images/External.LogoBackground.png');
	background-repeat: no-repeat;
	border-bottom: solid 1px #999;

}

.tp_ExternalButtonPanel
{
    border-style: none;
    padding: 8px 0px 0px 0px;
    height: 24px;
    width: 100%;
    border-top: solid 1px #CCC;
}

DIV.tp_ExternalFooterPanel
{ 
    width: 100%;
    height: 38px;
    background-image: url('Images/External.FooterBackground.png');
	background-repeat: no-repeat;
}

DIV.tp_ExternalTitlePanel
{
	
    text-align: left;
    background-image: url('Images/Views.ViewHeaderBackground.png');
    background-repeat: repeat-x;
    padding:  3px 4px 3px 12px;
    line-height: 22px;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #999;
    height: 22px;

}

.tp_ExternalTitlePanel SPAN
{
    font-weight: bold;
    font-size: 14px;
    color: #555;
    display: inline;
    float: left;
}

DIV.tp_ExternalContentPanel
{
    background-color: #FFFFFF;
    padding: 12px;
}

DIV.tp_ExternalDeploymentPanel
{
	width: 100%;
	text-align: center;
    background-color: #4F92C9;
	padding: 2px 0px 4px 0px;
    z-index: 10000;
}

.tp_ExternalDeploymentPanel SPAN
{
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

/* INTERNAL */


DIV#ctl00_refreshController {
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

DIV#headerPanel 
{
    position: absolute;
    top: 18px;
    width:100%;
    border-bottom: solid 1px #666;
    background-image: url('Images/Header.Background.png');
    background-repeat: repeat-x;
    height: 48px;
}

DIV#bodyPanel 
{
    float: right;
    position: absolute;
    top: 67px;
    width: 100%;
}

DIV#menuPanel 
{
    position:absolute; 
    left:0; 
    top:67px;
    height: 100%;
    width: 160px;
    padding: 0;
    border-right: solid 1px #666;
    background-color: #666;
}

DIV#contentPanel 
{
    margin-left: 161px;
    padding: 0;
    background: #fff;
}

DIV.tp_ContentPanel
{
	padding: 12px 12px 12px 12px;
}

TD.LaunchHelp
{
    text-align: center;
    width:50%; 
    border: solid 1px #999; 
    font-size: 14px; 
    font-weight: bold;
}

.TimeOutWarning
{
    color: Red;
}

DIV.TimeOutWarningPopup
{
    color: Red;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

DIV.tp_InternalDeploymentPanel
{
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	text-align: center;
    background-color: #777;
	padding: 2px 0px 4px 0px;
    height: 12px;
}

.tp_InternalDeploymentPanel SPAN
{
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

TD.tp_InternalTitleCell
{
    text-align: left;
}

TD.tp_InternalHeaderLogoCell
{
    text-align: left;
}

TD.tp_ExternalHeaderLogoCell
{
    text-align: left;
}

TD.tp_InternalHeaderItemCell
{
    padding: 8px 0px 8px 8px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
}

.tp_CursorHand
{
    cursor: pointer;
    cursor: hand;
}

TD.tp_InternalHeaderImageCell
{
    padding: 8px 8px 8px 8px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
}

TD.tp_InternalTitleText
{
	vertical-align: middle;
	padding: 8px 12px 8px 4px;
	white-space: nowrap;
	width: 100%;
}

.tp_InternalTitleText SPAN
{
    color: #333;
	font-size: 16px;
    font-weight: bold;
	text-decoration: none;
}

TD.tp_InternalTitleImage
{
    padding: 0 0 0 0;
    border: none;
    margin: 0 0 0 0;
}

TABLE.tp_InternalContentTable
{
    background-color: White;
	width: 100%;
	border-collapse: collapse;
}

TD.tp_InternalContentLabelCell
{
    background-color: White;
	width: 20%;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #DDDDDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

TD.tp_InternalContentControlCell
{
	background-color: White;
	width: 80%;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #DDDDDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.tp_InternalUpdateProgress
{
	position: fixed;
	clear: both;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	background-image: url('Images/ProgressBar.Background.png');
	background-repeat: repeat-x;
    color: #fff;
    z-index: 10000;
	padding: 2px 0px 4px 0px;
    z-index: 10000;
    border-bottom: solid 1px #999;
}

.tp_InternalUpdateProgress SPAN
{
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

#ctl00_SystemMessagesPanel
{
    
}

DIV.tp_SystemMessagePanel
{
    border-bottom: solid 1px #DDD;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: block;
}

DIV.tp_SystemMessageImage
{
    padding: 8px 8px 8px 8px;
    position: relative;
    float: left;
}

DIV.tp_SystemMessageList
{

    padding: 8px 8px 8px 0px;
    position: relative;
    left: 30px;
    width: 540px;
}


/*  --------------------------------------------

    Dynamic Pages and Views

    -------------------------------------------- */

.tp_RightButton
{
	float: right;
}

.tp_LeftButton
{
    float: left;
}

.tp_Button
{

}

.tp_RightButton
{
    margin-right: 5px;
}


.tp_HelpButton
{
	margin: 0px 2px 0px 2px;
}

DIV.tp_ViewContainer {
    margin: 0px 0px 12px 0px;
    border-bottom: solid 1px #999;
}

.tp_ImageBorder
{
    border: solid 1px #999;
    padding: 8px 8px 8px 8px;
    margin: 8px 8px 8px 8px;
}

DIV.tp_ViewHeader
{
    text-align: right;
    background-image: url('Images/Views.ViewHeaderBackground.png');
    background-repeat: repeat-x;
    padding:  2px 2px 2px 4px;
    line-height: 24px;
    height:24px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}

.tp_ViewHeader SPAN
{
    font-size: 11px;
    font-weight: bold;
    float: left;
}


DIV.tp_ViewHeaderFilter
{
	text-align: right;
    background-color: #CDE4F5;
    padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #999;
}
.tp_ViewHeaderFilter SPAN
{
    font-weight: normal;   
}

DIV.tp_CustomViewHeaderFilter
{
    background-color: #CDE4F5;
    padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #999;
}
.tp_CustomViewHeaderFilter SPAN
{
    font-weight: normal;
    display:inline;
    margin:0px 0px 0px 3px    
}

DIV.tp_TabsContainer 
{
    margin: 0px 0px 12px 0px;
}

DIV.UnauthorizedPanel {
    border: solid 2px red;
    width: 100%;
    padding: 48px 48px 48px 48px;
    text-align: center;
}

/* Context View */

DIV.tp_ContextRegion
{
    background-color: #CDE4F5;
    padding: 4px 4px 4px 4px;
    border-bottom: solid 1px #999;
    vertical-align: top;
}

TABLE.tp_ContextView
{
    display: inline;
    vertical-align: top;
    margin: 0px 12px 0px 0px;
}

.tp_ContextViewTitle SPAN
{
    font-size: 14px;
    font-weight: bold;
}

TD.tp_ContextViewIcon
{
    padding:  0px 4px 0px 0px;
    vertical-align: top;
}

TABLE.tp_ContextViewItems
{

}

TD.tp_ContextViewLabel
{
    vertical-align: top;
    padding: 2px 2px 2px 2px;
    width: 80px;
    font-weight: bold;
}

TD.tp_ContextViewValue
{
    vertical-align: top;
    padding: 2px 2px 2px 2px;
}
/* Gabriel add for Data conversion site, requested by Cathy on Mon 4/15/2013 */
SPAN#ctl00_context_1616_2085_updatePanel
{
    float:left;
}

/* List View */

TABLE.tp_ListView_Filters 
{
	width: 100%;
	position: relative;
    border-bottom: solid 1px #999;
    background-color: #CDE4F5;
    top: 0px;
    left: -1px;
}

TD.tp_ListViewFilterItemLabel
{
    width: 150px;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
}

TD.tp_ListViewFilterItemValue
{
    padding: 2px 4px 2px 4px;
    background-color: #CDE4F5;
}

.tp_ListView_Filters SPAN
{

}

DIV.tp_ListViewPreviewItem
{
    text-align: left;
    border-bottom: solid 1px #ddd;
    clear: both;
}

DIV.tp_ListViewPreviewItemLabel
{
    float: left;
    font-weight: bold;
    width: 120px;
    text-align: left;
    padding: 5px 2px 5px 2px;
}

DIV.tp_ListViewPreviewItemValue
{
    float: left;
    text-align: left;
    background-color: inherit;
    padding: 5px 2px 5px 2px;
}

DIV.tp_ListView_NoRecords
{
    width: 100%;
    margin: 12px 0px 12px 4px;
    text-align: center;
}

.tp_ListView_NoRecords {

}

.tp_ListView_ErrorLine
{
    
    border:solid 2px red;
}

/* Details View */

TABLE.tp_DetailsView
{
	width: 100%;
	position: relative;
    background-color: #fff;
}


TD.tp_DetailsViewLabel
{
    width: 15%;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #ddd;
}

TD.tp_DetailsViewLabelWider
{
    width: 20%;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #ddd;
}

TD.tp_DetailsViewValue
{
    width: 35%;
    padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #ddd;    
}

/* Form View */

DIV.tp_FormViewContainer
{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
    height: 558px;
    /*height: 100%;*/
    margin-bottom: 0px;
    /*overflow:auto;*/
    overflow-y: auto;
	overflow-x: hidden;
    background-color:#EEEEEE;
}

TABLE.tp_FormViewItems
{
    margin-right: 16px;
    width: 100%;
}

.tp_FormViewHeader
{
    text-align: left;
    background-image: url('Images/Views.FieldsHeaderBackground.png');
    background-repeat: repeat-x;

}

.tp_FormViewItemLabel
{
    width: 25%;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    vertical-align:  top;
}


.tp_FormViewHeaderLabel
{
    font-weight: normal;
    color: #fff;
}


.tp_FormViewItemControl
{
    width: 45%;
    padding: 4px 4px 4px 4px;
}


.tp_FormViewItemTooltip
{
    width: 30%;
    color: #999;
    padding: 4px 4px 4px 4px;
}

.tp_FormViewItemRequired
{
    padding: 4px 4px 4px 4px;
}

DIV.tp_FormViewButtonPanel
{
    border-style: none;
    padding: 4px 0px 4px 0px;
    height: 24px;
    width: 100%;
    /*float: left;
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;*/
    background-color: #CCCCCC;
}

DIV.tp_FormView_Upload
{
    display: inline;
    float: left;
}

/* Custom View */

.SurveyPage
{
	margin:20px;
	width:100%;
}

.SurveyDetailsCap
{
    width:300px;
    height:40px;
    vertical-align:top;
    font-weight:bold;
}

.SurveyDetails
{
    vertical-align:top;
    font-weight:bold;
}

.SurveyMultiLineText
{
	width:70%;
	height:100px;
}

.QuestionTables
{
	width:100%;
	text-align:left;
}

.QuestionLabels
{
	width:300px;
	padding-left:10px;
}

.DomainHeader
{
	padding:10px;
}

.AlternatingQuestions
{
    background-color: White;
    padding:5px 0px 5px 0px;
    /* Hack to target IE6 */
    #padding:0px 0px 0px 0px;
}

.RadioButtonList Label
{
    margin-right:20px;
    margin-left:3px;
}

.ItemQuestions
{
    background-color: #CDE4F5;
    padding:5px 0px 5px 0px;
    /* Hack to target IE6 */
    #padding:0px 0px 0px 0px;

}


/*  --------------------------------------------

    User Controls

    -------------------------------------------- */
    
/* Telerik Date Picker */

.tp_TelerikDatePicker TABLE
{
    width: inherit !important;
    display:inline;
}
    
.tp_TelerikDatePicker INPUT
{
   width: 120px !important;
   display:inline;
}

/* Telerik Upload */

.ruInputs
{
    list-style:none;
    margin-left:0;
    padding-left:0;
}




/*  --------------------------------------------

    Static Web Forms

    -------------------------------------------- */
    
.TextRed
{
	color:Red;
}    
    
    
/*  SignIn.aspx */

DIV.tp_SignIn
{

    width: 100%;
    margin: 10px auto;
    text-align:left;
    padding-left:100px;
}
.tp_Sign_Controls {
    margin: 10px;
}
.tp_Textbox {
    padding: 10px;
    
}
.tpSignInLabel {
    margin-bottom: 5px;
    margin-top:5px;
    height:20px !important;
    width:100%;
}
.tp_DropDownList {
   padding:5px;
}

DIV.tp_SignOut
{
    height: 200px;
}
    
/*  CodeList.aspx */
  
.CodeChildren
{
    width: 100%;  
    overflow: hidden;            
}

.CodeTree
{   
    margin-top: 10px;
    width: 100%;
    overflow: hidden;   
}
.CodeGrid
{           
    margin-top: 10px;
    width: 100%;
    overflow: hidden;            
}

/*  PageDetails.aspx */

.HalfPageSection
{
	float: left;
	width: 50%;
}

/* Telerik TreeView */

.CurrentNodeChosen
{
	background-color:Red;
	color:White;
}
.CurrentParentNodeChosen
{
	background-color:Black;
	color:White;
}
