﻿/* BEGIN REGION MASTER TEMPLATE FORMAT */

/* Display the tega log header in the header area of the page. */


#pageHeader
{
   background-image: url(../../Images/tega_header.png);
   background-color: #FFFFFF;
   height: 83px;
}

#pageHeader #loginControl
{
   float: right;
}

#pageHeader #topLogo
{
   float: left;
   position: relative;
   margin-left: 45px;
}

#pageHeader a:link, #pageHeader a:visited
{
   text-decoration: none;
   font-family: "Arial";
   color: #6c6e69;
   font-size: 9pt;
}

#container
{
   width: 960px;
   margin: 0pt auto;
   text-align: left;
   background-color: White;
}

#containerSmall
{
   width: 495px;
   margin: 0pt auto;
   text-align: left;
   background-color: White;
}

/* The Header Area of the Master Page 
that holds the Carmine and Site Navigation Controls. */

#mainContentHeader
{
   z-index: -1;
   font-family: Arial,Helvetica,Sans Serif;
   color: #BD3B3B;
   font-size: 11px;
   font-weight: 600;
   border: solid 1px #c9cacb;
   background-color: Transparent;
}

#mainContent
{
   z-index: 0;
   position: relative;
   float: left;
   padding: 1%;
   width: 98%;
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   color: #4B4B4B;
   text-align: center;
   vertical-align: middle;
   background-color: White;
}

#pageFooter
{
   background: url(../../Images/Carmine/tega_footer.png) no-repeat right bottom;
   position: static;
   float: right;
   width: 100%;
   height: 50px;
   background-color: rgb(212, 222, 226);
}

#footer
{
   height: 35px;
   width: 100%;
   float: right;
   position: static;
}

#contactFooter
{
   text-align: center;
   z-index: 0;
   position: relative;
   float: left;
   width: 100%;
   color: #511D0F;
   font-family: Calibri,Century,Times New Roman,CG Times,Arial;
   font-size: 11px;
}

#primary-nav
{
   padding-top: 3px;
   padding-bottom: 3px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   z-index: 10;
}

#primary-nav #SiteNavigationControl
{
   display: table;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   z-index: 10;
}

#SiteNavigationControl .menuItem
{
   border: none 0px #FFFFFF;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
}

/* Formatting for the Event Creation Pages */

#divEventCreation td
{
}

/* Formatting for the Carmine Navigation Control */

#carmineNav
{
   float: left;
}

/* Formatting for the Carmine navigation menu items */

#carmineMenuBar .menuItem, #carmineNav .menuItem
{
   padding: 0 25px 0 0;
   cursor: pointer;
}

/* Ajax calendar control */
.ajax__calendar_container
{
   z-index: 10;
}

.flyOutDiv
{
     display: none;
     position: absolute;
     width: 400px;
     z-index: 3;
     opacity: 0;
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0));
     font-size: 14px;
     border: solid 1px #CCCCCC;
     background-color: #FFFFFF;
     padding: 5px;
}

.flyOutDivCloseX
{
 background-color: #666666;
 color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 border: outset thin #FFFFFF;
 padding: 5px; 
}

.popOutBlock
{
   background-color: White;
   border: Solid 1px Black;
   display: block;
   padding: 0px 10px 10px 10px;
   text-align: center;
   align: center;
}

.popOutClose
{
   float: right;
   cursor: pointer;
}

.fileUploader
{
   cursor: pointer;
   font-family: Arial;
   font-weight: normal;
}

.previewButton
{
   cursor: pointer;
   vertical-align: bottom;
}

/* the drop down items in the Menu Bar */

.dropDownMenu
{
   border-style: solid;
   border-width: 1px;
   border-color: Gray;
   background-color: #e6e6e6;
   overflow: visible;
   font-family: Arial;
   font-size: 9pt;
   font-weight: normal;
   z-index: 10;
}

.dropdownItem, .hoverItem, .HoverMenuSelected, .QueryInactive, .QueryActive, .QueryComingSoon
{
   color: #333333;
   cursor: pointer;
   display: block;
   padding: 4px 19px 4px 4px;
   white-space: nowrap;
   line-height: 1.5;
}

.hoverItem
{
   background: url(../../Images/Carmine/hoverArrow.png) no-repeat right;
}

.HoverMenuSelected
{
   background: url(../../Images/Carmine/hoverArrow_selected.png) no-repeat right;
}

a:hover.dropdownItem, .HoverMenuSelected, a:hover.QueryInactive, a:hover.QueryActive, a:hover .QueryComingSoon
{
   background-color: #e33a3a;
   color: White;
}

/* CSS for the Query Buttons */

.QueryButton, .QueryInactive, .QueryActive, .QueryComingSoon
{
   padding-left: 20px;
   padding-right: 5px;
}

.QueryInactive
{
   background: url(../../Images/Carmine/query_Inactive.png) no-repeat left;
   margin-left: 5px;
}

.QueryActive
{
   background: url(../../Images/Carmine/query_Active.png) no-repeat left;
   margin-left: 5px;
}

.QueryComingSoon
{
   background: url(../../Images/Carmine/query_ComingSoon.png) no-repeat left;
   margin-left: 5px;
   cursor: default;
}

/* End of CSS for menu items */

/* CSS for HoverMenuPanel*/

.smallInnerForm .HoverMenuPanel, .smallForm .HoverMenuPanel
{
   border: 1px solid #808080;
   background-color: White;
   padding: 5px;
   z-index: 1;
}

/* Region to provide small form structure to page contents. */

.smallForm
{
   background-color: rgb(232,238,246);
   color: #6c6e69;
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 13px;
   margin-bottom: 13px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 5px;
   line-height: 23px;
   text-align: left;
}

.smallForm .smallInnerForm
{
   border: ridge 1px #c9cacb;
   padding: 10px;
   width: 95%;
}

.smallInnerForm select, .smallInnerForm .scrollblock
{
   height: 220px;
}

/* Used by the Required Field Validators to show the control in a block. */

.newLine
{
   display: block;
}

/* CSS for the Masked Edit Extender, used when an error occurs. */

.MaskedEditError
{
   background-color: #FFCCCC;
}

/* The Css for the update progress bar */

.UpdateProgress
{
   background-color: #FFCCCC;
   border: ridge 1px #c9cacb;
   font-size: 10pt;
}

#divProcessing
{
   padding-top: 5px;
   padding-bottom: 5px;
}

/* CSS for the current step indicator display */

div.currentStepIndicator
{
   text-align: right;
   padding: 0px 0px 10px 0px;
}

div.currentStepIndicator img
{
   background-color: rgb(140,140,140); /* float: right; */
   border: solid 1px rgb(70,70,70);
}

/* CSS for the Calendar Image Button */

.imgCalendar
{
   cursor: pointer;
   line-height: normal;
}

.divMonthCalendar
{
   width: 250px;
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   border: solid 1px rgb(202, 212, 226);
   margin: 0 0 10px 0;
}

.tableMonthCalendar
{
   width: 100%;
   text-align: center;
   border: solid 1px rgb(202, 212, 226);
}

.DataHeader
{
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   border: solid 1px rgb(202, 212, 226);
   font-size: 15px;
   font-weight: 600;
   text-align: center;
   margin: 2px 2px 2px 2px;
}

.SurveyQuestionForm
{
   background-color: #FFFFCD;
   color: #333333;
   border: solid 1px rgb(202, 212, 226);
   text-align: left;
   caption-side: bottom;
   margin-left: auto;
   margin-right: auto;
   font-size: 11px;
   font-family: Arial;
   margin-left: 1%;
}

.SurveyQuestionInnerForm
{
   padding: 2px 1% 2px 1%;
}

/* BEGIN REGION TABLE AS FORM STYLING */

/* Class provides the necessary CSS to simulate a table as a Form */

table.FormType
{
   background-color: #FFFFCD;
   color: #333333;
   border: solid 1px rgb(202, 212, 226);
   text-align: left;
   caption-side: bottom;
   margin-left: auto;
   margin-right: auto;
   font-size: 11px;
   font-family: Arial;
}

table.FormType tr.DataHeader
{
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   text-align: center;
}

table.FormType tr.DataHeader td
{
   border: solid 1px rgb(202, 212, 226);
   font-weight: 600;
}

table.FormType tr.DataRow
{
   color: #333333;
}

table.FormType tr.DataColumnHeader td
{
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   border: solid 1px rgb(202, 212, 226);
   font-weight: 600;
}

table.FormType td.RightAlign
{
   text-align: right;
}

table.FormType tr.DataFooter
{
   background-color: rgb(212, 222, 226);
   color: rgb(100, 100, 100);
   text-align: right;
}

table.FormType tr.DataFooter td
{
   border: solid 1px rgb(202, 212, 226);
   font-size: 13px;
   font-weight: 600;
}

/* END REGION TABLE AS FORM STYLING */


/* Class provides the necessary CSS to create a scrolling block */

.scrollblock
{
   position: relative;
   width: 100%;
   height: 400px;
   overflow: auto; /* overflow-y: auto; */
   scrollbar-3dlight-color: teal;
   scrollbar-arrow-color: teal;
   scrollbar-base-color: #FFFFCD;
   scrollbar-darkshadow-color: teal;
   scrollbar-face-color: rgb(202, 212, 226);
   scrollbar-highlight-color: #FFFFCD;
   scrollbar-shadow-color: teal;
}

.scrollblockForFireFox
{
   overflow-x: auto;
   overflow-y: hidden;
   width: 100%;
}

.campaignActionButtons
{
   padding: 0 2px 0 2px;
   vertical-align: middle;
}

.campaignStepHeading
{
   border: solid 1px rgb(202, 212, 226);
   background-color: rgb(115, 16, 16);
   color: rgb(244, 244, 244); /* Needed for IE */
   font-size: 15px;
   font-weight: 600;
}

.preview_EmailSubject
{
   padding: 1px 5px 1px 5px;
   /* border: solid 1px rgb(115, 16, 16); */
}

.preview_EmailBody
{
   width: 100%;
   height: 400px;
   text-align: left;
   overflow: auto;
}

.preview_EmailHTMLCode
{
   width: 100%;
   height: 400px;
   text-align: left;
   overflow: auto;
   font-family: Verdana, Tahoma;
   font-size: 11px;
   color: #4B4B4B;
}

.preview_TextMessage
{
   margin: 0em 0em;
   padding: 0 0 0 0;
   font-family: Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   width: 215px;
}

.errorMsgText
{
   color: Red;
   font-size: 12px;
   font-weight: bold;
}

/* BEGIN REGION DATATABLE STYLING */

/* Class provides the necessary CSS to provide the Styling for Data Table and GridView */

table.DataTable
{
   border-collapse: separate;
   text-align: center;
   caption-side: bottom;
   margin-left: auto;
   margin-right: auto;
   width: 98%;
   font-size: 11px;
   font-family: Arial;
   empty-cells: show;
}

table.DataTable caption
{
   font-size: 15px;
   font-weight: 600;
   color: rgb(100, 100, 100);
}

table.DataTable tbody
{
   /*height: 400px; (Height will now be set via javascript function only for tables that require a vertical screen)*/
   overflow-y: auto;
   overflow-x: hidden;
}

table.DataTable th
{
   /* Keep the header cells positioned as we scroll */
   position: relative;
   top: expression(this.offsetParent.scrollTop-2);
}

table.DataTable tr.DataHeader
{
   background-color: rgb(115, 16, 16);
   color: rgb(244, 244, 244); /* Needed for IE */
   border: none;
   height: 0px;
   z-index: 0;
}

table.DataTable tr.DataHeader td
{
   border: solid 1px rgb(202, 212, 226);
   font-weight: 600;
   position: relative;
}

table.DataTable tr.DataColumnHeader
{
   /* Needed for IE */
   height: 0px;
   z-index: 0;
}

table.DataTable tr.DataColumnHeader td
{
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   border: solid 1px rgb(202, 212, 226);
   font-weight: 600;
   position: relative;
   z-index: 0;
}

table.DataTable tr.DataColumnHeader th
{
   background-color: rgb(222, 232, 236);
   color: rgb(100, 100, 100);
   border: solid 1px rgb(202, 212, 226);
   font-weight: 600;
   position: relative;
   z-index: 0;
}

table.DataTable tr.DataGroupHeader
{
   background-color: White;
   font-weight: 600; /* Needed for IE */
   height: 0px;
}

table.DataTable tr.DataRow
{
   background-color: #FFFFCD;
   color: #333333; /* Needed for IE */
   height: 0px;
}

table.DataTable tr.DataRow td
{
   border-style: solid solid solid none;
   border-width: 1px;
   border-color: rgb(212, 222, 226);
}

table.DataTable tr.DataRow td.LeftMostCell
{
   border-style: solid solid solid solid;
   border-width: 1px;
   border-color: rgb(212, 222, 226);
}

table.DataTable tr.DataRow td.RightMostCell
{
   padding-right: 2em;
}

table.DataTable tr.DataRow td.RightAlignCell
{
   text-align: right;
}

table.DataTable tr.AlternateDataRow
{
   background-color: White;
   color: #333333; /* Needed for IE */
   height: 0px;
}

table.DataTable tr.AlternateDataRow td
{
   border-style: solid solid solid none;
   border-width: 1px;
   border-color: rgb(212, 222, 226);
}

table.DataTable tr.AlternateDataRow td.LeftMostCell
{
   border-style: solid solid solid solid;
   border-width: 1px;
   border-color: rgb(212, 222, 226);
}

table.DataTable tr.AlternateDataRow td.RightMostCell
{
   padding-right: 2em;
}

table.DataTable tr.AlternateDataRow td.RightAlignCell
{
   text-align: right;
}

table.DataTable tr.DataFooter
{
   background-color: rgb(212, 222, 226);
   color: rgb(100, 100, 100); /* Needed for IE */
   height: 0px;
}

table.DataTable tr.DataFooter td
{
   border: solid 1px rgb(202, 212, 226);
   font-size: 13px;
   font-weight: 600;
   position: relative;
}

/* END REGION DATATABLE STYLING */

.invisible
{
   width: 0px;
   display: none;
}

/* CSS Classes to provide generic alignment properties */

.AlignCenter
{
   text-align: center;
   align: center;
}

.AlignLeft
{
   text-align: left;
   align: left;
}

.AlignRight
{
   text-align: right;
   align: right;
}

.FloatLeft
{
   float: left;
}

.FloatRight
{
   float: right;
}

.cursorPointer
{
   cursor: pointer;
}

/* CSS Styling for Buttons */

.buttons
{
   height: 20px;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   cursor: pointer;
}

.buttonWidth50
{
   width: 50px;
}

.buttonWidth75
{
   width: 75px;
}

.buttonWidth100
{
   width: 100px;
}

.buttonWidth125
{
   width: 125px;
}

.buttonAsLabel
{
   background-color: Transparent;
   color: #333333;
   cursor: pointer;
}

.buttonWidth150
{
   width: 150px;
}

.labelAsHeader1
{
   color: #4B4B4B;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   margin-bottom: 10px;
}

.labelAsHeader2
{
   color: #4B4B4B;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   margin: 5px 0px 10px 0px;
}

/* Generic CSS Styling Class for body contents. */

.txtBody
{
   font-size: 13px;
   font-family: "CG Times" , Arial;
   color: #000000;
}

/* BEGIN REGION DYNAMIC QUERY BUILDER STYLING */

/* CSS Class that Provides an outline/box for portion of page contents. */

.FormStyle
{
   background-color: rgb(232,238,246);
   color: #6c6e69;
   padding: 5px;
   margin-top: 5px;
}

.FormNoBackground
{
   color: #6c6e69;
   padding: 5px;
}

.FormNoBackground .List
{
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   display: table;
}

/* END REGION DYNAMIC QUERY BUILDER STYLING */

/* BEGIN REGION CSS DIVS FOR WEBSITE HOMEPAGES */

#divSideMenuContent
{
   text-align: left;
   padding-left: 10px;
   position: static;
   float: left;
   vertical-align: middle;
}

#divImageHeader
{
   float: left;
   width: 100%;
}

#imgHeader
{
   float: left;
}

#divContentText
{
   float: left;
   height: inherit;
   width: 80%;
   padding: 15px 10px 10px 0px;
}

/* The browser not supported page. */

#divNotSupported
{
   color: #FFFFA0;
   font-size: 0.8em;
   float: right;
   height: 200px;
   line-height: 1.5em;
   margin-right: 30px;
   position: relative;
   top: -425px;
   width: 370px;
}

/* END REGION CSS DIVS FOR WEBSITE HOMEPAGES */

/* BEGIN REGION FOR GENERAL HTML ELEMENTS CSS */

h1
{
   color: #4B4B4B;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   margin-bottom: 10px;
}

h1.Keywords
{
   display: none;
   font-size: 0.25em;
}

h2
{
   color: #4B4B4B;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   margin: 5px 0px 10px 0px;
}

body
{
   font-family: Arial, "MS Sans Serif" , Arial, Helvetica;
   font-size: 100.1%;
   padding: 0px 0px 0px 0px;
   background-color: #FFFFFF;
}

p
{
   margin: 0px 0px 0px 0px;
   padding: 3px 20px 3px 0px;
}

p.Important
{
   font-weight: bold;
}

p.Quoted
{
   color: #A51922;
}

a
{
   color: #b01010;
   text-decoration: none;
}

a:hover
{
   color: #000000;
   text-decoration: none;
}

a.Reverse
{
   color: #000000;
   text-decoration: none;
}

a.Reverse:hover
{
   color: #A51922;
   text-decoration: none;
}

img
{
   border-style: none;
   border-color: inherit;
   border-width: 0px;
   margin-top: 0px;
}

img.navigation
{
   border: 0px;
   cursor: pointer;
   display: block;
   vertical-align: middle;
   margin-top: 3px;
}

span.Contact
{
   color: #A51922;
   font-weight: bold;
}

span.TeamName
{
   float: left;
   font-size: 1.5em;
   line-height: 1.75em;
   margin-right: 10px;
   width: 8em;
}

span.TeamDivider
{
   float: left;
   font-size: 1.5em;
   line-height: 1.75em;
   margin: 0px 20px 0px 10px;
   width: 10px;
}

span.TeamPosition
{
   font-size: 1.5em;
   line-height: 1.75em;
}

.QueryText
{
   width: 98%;
   color: rgb(36,100,92);
   font-size: 11px;
   font-family: Georgia;
   font-style: oblique;
   font-weight: bold;
   text-align: left;
   border-style: none;
   overflow: auto;
}

#CRMMainScreen tr
{
   vertical-align: top;
   padding: 2px;
}

#CRMMainScreen td
{
   padding-top: 5px;
   padding-right: 3px;
   padding-left: 1px;
}

#CRMMainScreen th
{
   padding-bottom: 5px;
}

#CRMInnerTable td
{
   padding-top: 2px;
   padding-right: 3px;
   padding-left: 1px;
   padding-bottom: 5px;
}

.popupHover
{
   background-image: url(../../Images/Carmine/hover_grid.png);
   background-repeat: repeat-x;
   background-position: left top;
   border-width: 0px;
}

.modalBackground
{
   background-color: Black;
   filter: alpha(opacity=80);
   opacity: 0.8;
   z-index: 10000;
}

.radioButtonList
{
   cursor: pointer;
   text-align: left;
   align: left;
   border: ridge 1px #c9cacb;
   line-height: 2em;
   padding: 10px;
}

/* Tega Texting elements */

#divTegaTextPhoneLayout
{
   height: 392px;
   width: 269px;
   background: url( '../../Images/Carmine/TegaText/PhoneBackGround.jpg' ) no-repeat left;
   float: left;
}

#divTegaTextPhoneLayout #divPhoneContent
{
   margin: 35px 24px 40px 24px;
}

#divTegaTextPhoneLayout textarea
{
   border: inset 1px Gray;
   width: 213px;
   height: 180px;
   font-size: large;
   font-weight: bold;
}

.tblCustomerInfo
{
	text-align: left;
	border-style: solid;
	border-width: 1px;
	width:670px;
	display:table;
	background-color: #d1d1d1;
	
	
}

/* END REGION FOR GENERAL HTML ELEMENTS CSS */