﻿body
{
	margin: 0px;
	background: #ffffff; 	
	/*height: 100%;*/
	width: 100%;
	font-family: tahoma;
}

table
{
	border-collapse: collapse;	
}

td
{
    font-family: tahoma;
    font-size: 11px;
    line-height: 16px;    
}

.header
{
	width: 100%;
}

.headerTop 
{
	width: 100%;
	height: 60px;
	background: #D8AC28 url(Images/top_bg.jpg) repeat-x bottom center ;	
	margin: 0px;
	vertical-align: bottom;	
}

.headerTop a, .headerTop a:visited, .headerTop a:active
{
 	font-size: 9px;			
	color: #373737;
	font-weight: bold;
	text-decoration: none;
}

.headerTop a:hover
{
	font-size: 9px;			
	color: #373737;
	font-weight: bold;
	text-decoration: underline;
}

.loginStatus td
{
	color: #373737;	
	font-size: 9px;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-left: 5px;
}

.headerLogo
{
	background: transparent url(Images/logo_bg.jpg) no-repeat left top;	
	margin: 0px;	
	padding: 0px;	
}

.headerLogoRow
{
	width: 100%;	
	background: #CFCFCF url(Images/top_right_bg.jpg) repeat-x left top;	
	margin: 0px;		
	vertical-align: top;	
	color: #373737;
}

.headerLogoRight
{
	width: 100%;	
	margin: 0px;	
	vertical-align: top;	
	color: #373737;
}

.headerLogoRight a, .headerLogoRight a:visited, .headerLogoRight a:active
{
 	font-size: 10px;			
	color: #373737;
	font-weight: bold;
	text-decoration: none;
}

.headerLogoRight a:hover
{
	font-size: 10px;			
	color: #373737;
	font-weight: bold;
	text-decoration: underline;	
}

.contentHolder
{
	border: solid 1px #666666;
	border-top: 0px;
	padding: 5px;
	width: 100%;
	height: 100%;	
	vertical-align: top;
}

.content
{
	height: 100%;	

	vertical-align: top;
	padding-left: 10px;
}

.leftMenu
{
	vertical-align: top;	
	padding-right: 10px;
	height: 100%;
}

.MyMenuBox
{
	border: solid 1px #e5e5e5;		
	width: 160px;		
	margin-bottom: 3px;
}

.MyMenuBox td
{
	padding: 3px 5px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
}

.MyMenuBox a, .MyMenuBox a:active, .MyMenuBox a:visited, .MyMenuBox a:hover 
{
	color: #000;
	font-size: 9px;
}

.menuBox
{
	border: solid 1px #e5e5e5;		
	width: 160px;		
	margin-bottom: 3px;
}

.menuBox td
{
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.menuBox a, .menuBox a:visited, .menuBox a:active
{
	font-size: 11px;
	font-weight: bold;
	color: #cc3333;	
	line-height: 11px;
	text-decoration: none;
}

.menuBox a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #cc3333;	
	line-height: 11px;
	text-decoration: underline;
}

.menuBox hr, .menuBox HR
{
	border: 0;
	height: 1px;
	color: #c8c8c8;
	background-color: #c8c8c8;
	*border: 1px solid #c8c8c8;
}

.finePrint
{
	font-size: 10px;	
	line-height: 12px;
}

#Button, #TextBox
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;	
	line-height: 10px;
	font-family: tahoma;
	margin-bottom: 3px;
	padding: 2px;
	border: solid 1px #797979;
	cursor: pointer;
}

.button
{
		background-color: #eeeeee;
		border: solid 1px #c8c8c8;
}

.search
{
	background-color: #EBD07F;
	border-bottom: solid 1px #777777;	
	border-left: solid 1px #777777;
	width: 350px;
	height: 45px;
	padding: 5px 10px;
}

.search td
{
	color: #373737;
}

/*-------------------------- popup control extender ----------------------------*/
.shoppingCartLayer
{
	background-color: #EBD07F;
	width: 300px;	
	border: solid 1px #656050;
	z-index: 60;
}

.shoppingCartPanelLayer
{
	height:0px;
	overflow:hidden;
	z-index: 60;
}

.cartTab
{	
	background: transparent url(Images/cartTab.gif) no-repeat top left;
	height: 36px;	
	padding-left: 61px;	
	padding-bottom: 3px;
}

.cartItem
{	
	color: #ffffff;	
	font-weight: bold;	
	font-size: 9px;
}

.tabText
{	
	color: #373737;	
	font-weight: bold;
	font-size: 11px;	
	padding-left: 10px;
}

.menuTabs
{
	background: #CFCFCF url(../../Images/menuTabs_bg.jpg) repeat-x bottom center;		
	height: 36px;
}

.homeContentSmall
{
	border: solid 1px #e5e5e5;	
	vertical-align: top;
	width: 160px;
	line-height: 10px;	
	width: 100%;
	height: 100%;
}

.homeContentSmall td
{
	vertical-align: top;
	padding: 5px;
	height: 100%;
}

.homeContentSmall td h1
{
	font-size: 16px;	
	font-weight: bold;	
	font-family: tahoma;
	margin-bottom: 5px;	
}

.copyright 
{
	width: 100%;	
	background: #CFCFCF url(Images/top_bg.jpg) repeat-x left bottom ;	
	
}

.copyright td
{
	color: #373737;
	padding: 3px 10px;	
	font-size: 9px;
	font-family: tahoma;
}

.copyright a, .copyright a:visited, .copyright a:active
{
	color: #373737;	
	font-size: 9px;
	text-decoration: none;
}

.copyright a:hover
{
	color: #373737;	
	font-size: 9px;
	text-decoration: underline;
}

.defaultMainImage
{
	background: #ffffff url(Images/ctcplanetJune2011.jpg) no-repeat left top ;	
	height: 385px;
	padding-left: 20px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
}

/**************************** CRM **********************************/

/*----------- General Layout --------------------*/
.PageHeader
{
    vertical-align: top;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.ContentHeader
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0px 0px 10px 0px;
}

.SectionHeader
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: White;
    background-color: #666666;
    padding: 5px 5px 5px 5px;
}

.SectionBody
{
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.SectionRow
{
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding: 2px 5px 2px 5px;
}

.SectionColumn
{
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding: 2px 10px 2px 10px;
}

.SectionCenter
{
    vertical-align:middle;
    padding: 5px 5px 5px 5px;
    text-align:center;
}

.WebPartHeader
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #373737;
    background: #CFCFCF url(Images/top_bg.jpg) repeat-x left bottom ;	
    padding: 5px 5px 5px 5px;
}

.GroupContactItem
{
    vertical-align: middle;
    padding: 3px 4px 3px 4px;
    border-bottom: 1px solid silver;
}

.PhotoContainer
{
    text-align: center;
    vertical-align: top;
    padding:0px 0px 0px 0px;
    border:solid 1px black;
}

.RatingContainer
{
    vertical-align: top;
    background-color: black;
    padding: 0px 0px 0px 0px;
    border: solid 1px black;
}

.RatingStar
{
    text-align: center;
    vertical-align: top;
    padding: 4px 5px 5px 5px;
}

.GrayText, .GrayText A
{
    color: Gray;
}

.LastNameLetter
{
    padding: 0px 5px 0px 5px;
}

.StatusMessage
{
    color: Green;
    font-weight: bold;
}

.ErrorMessage
{
    color: Red;
    font-weight: bold;
}

.ValidationErrorMessage
{
    color: Red;
    font-weight: normal;
    margin-left: 15px;
}

.DefaultColorBorder
{
    border:solid 1px #666666;
}

/*----------- Tabs --------------------*/
.InnerTab
{
    background: transparent url(../../Images/tab.gif) repeat-x bottom left;
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #333333;	
    line-height: 11px;
}

.InnerTabSelected
{
    background: transparent url(../../Images/tab_Selected.gif) repeat-x center bottom;
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height: 11px;
}

.InnerTabHover
{
    background: transparent url(../../Images/tab_hover.gif) repeat-x center bottom;
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height: 11px;
}

.InnerTab A, .InnerTab A:active, .InnerTab A:visited, .InnerTabSelected A, .InnerTabSelected A:active, .InnerTabSelected A:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height: 11px;
    text-decoration: none;
}

.InnerTabHover A, .InnerTabHover A:active, .InnerTabHover A:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    line-height: 11px;
    text-decoration: none;
}

/*----------- Gridview --------------------*/
.GridViewHeaderStyle
{
    background-color: #666666;
    font-size: 12px;
}

.GridViewHeaderStyle TH,
.GridViewHeaderStyle A:link,
.GridViewHeaderStyle A:active,
.GridViewHeaderStyle A:visited
{
    color: white;
    font-size: 12px;
    vertical-align: middle;
    padding: 7px 2px 7px 2px;
}

.GridViewHeaderStyle A:hover
{
    color: white;
    font-size: 12px;
    vertical-align: middle;
    padding: 7px 2px 7px 2px;
}

.GridViewRowStyle,
.GridViewRowStyle TD,
.GridViewAlternatingRowStyle,
.GridViewAlternatingRowStyle TD
{
    font-size: 12px;
    padding: 5px 3px 5px 3px;
}

.GridViewAlternatingRowStyle
{
    background-color: white;
}

.GridViewPagerStyle
{
    background-color: #666666;
}

.GridViewPagerStyle TD,
.GridViewPagerStyle A:link,
.GridViewPagerStyle A:active,
.GridViewPagerStyle A:hover,
.GridViewPagerStyle A:visited
{
    color: white;
    font-size: 12px;
    vertical-align: middle;
    padding: 3px 3px 3px 3px;
}

.EmptyDataRowStyle,
.EmptyDataRowStyle TD
{
    width: 100%;
    color: black;
    background-color: #EDEDED;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 7px 2px 7px 2px;
}

/*----------- Form --------------------*/
.FormHeader
{
    color: white;
    background-color: #666666;
    font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 7px 2px 7px 2px;
}

.FormTextFieldRequired_CRM
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    padding:3px 3px 3px 3px;
}

.FormTextField_CRM
{
    font-family: Tahoma;
    font-size: 11px;
    vertical-align: top;
    padding:3px 3px 3px 3px;
}

.FormDataField_CRM
{
    font-family: Tahoma;
    font-size: 11px;
    vertical-align: top;
    padding:2px 3px 2px 3px;
}

.FormControl_CRM
{
    font-family: Tahoma;
    font-size: 11px;
}

.SearchTextField
{
    vertical-align: top;
    padding:6px 10px 3px 10px;
}

.SearchDataField
{
    vertical-align: top;
    padding:2px 10px 10px 10px;
}

.TextBox_RightAligned
{
    text-align: right;
}
    
.SlimButton
{
    height: 20px;
    font-size: 10px;
}

.FormButtonsRow
{
    text-align:center;
    padding:5px 5px 5px 5px; 
    background-color:black;
}

.FIELDSET_NonIE
{
    border-radius: 7px;
	border: solid 1px #cccccc;
}

.DefaultColorText, .DefaultColorText A
{
    color: #B8860B;
}

.DefaultBackgroundColor
{
    background: #e2be28;
}

/*----------- Calendar --------------------*/
.CalendarWidget
{

    background-color: #002744;
    border: solid 1px #000000;
}
.CalendarWidget td
{	
    border: solid 1px #000000;
    vertical-align: top;
    padding: 3px;
}
.CalendarSelectedDayStyle
{
    border: solid 1px #000000;
    background-color: #4A5C8C;	    	    
}
.CalendarSelectorStyle
{
    border: solid 1px #000000;
}
.CalendarTodayDayStyle
{
    background-color: #002744;
}
.CalendarOtherMonthDayStyle
{
    background-color: #e1e1e3;
    border: solid 1px #000000;
}
.CalendarNextPrevStyle
{
    color: #ffffff;	
    font-size: 9px;
    font-weight: bold;	
}
.CalendarDayHeaderStyle
{
    background-color: #565557;
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    border: solid 1px #000000;
}
.CalendarTitleStyle
{
    color: #ffffff;	
    font-size: 9px;
    font-weight: bold;	
    border: 0px;
}
.CalendarTitleStyle td
{

    border: 0px;
    font-size: 11px;
    font-weight: bold;	
    padding: 0px;
    text-align: center;

}
.CalendarDayStyle
{
    background-color: #ffffff;	
}

/*----------- Campaigns --------------------*/

.CampaignTbl
{
    margin: 0px auto 0px auto;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    width: 700px;
}

.CampaignShellSectionHeader
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #666666;
    background-color: #FFFFFF;
    padding: 5px 5px 10px 5px;
    border-bottom-style: solid;
}

.CampaignShellAddLink
{
    vertical-align: middle;
    color: #666666;
    background-color: #FFFFFF;
    padding: 5px 5px 10px 5px;
    border-bottom-style: solid;
}

.CampaignShellTable
{
    /*border-style: none solid solid none;
    border-width: 1px;
    border-color: #C0C0C0;*/
    border: none;
    padding: 10px;
    width: 600px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.CampaignShellLibraryTable
{
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 5px;
    height: 155px;
    width: 780px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.CampaignShellLibraryTitle
{
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    background-color: #E5E5E5;
    font-weight: bold;
    border-bottom-style: solid;
    color: #000000;
    height: 22px;
    border-bottom-color: #000000;
}

.CampaignShellTitle
{
    font-family: Tahoma;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    background-color: #e5e5e5;
    font-weight: bold;
    color: #000000;
    height: 25px;
    border: none;
}

.CampaignShellTitle a {
    color: #000;
}

.CampaignShellDescription
{
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 2px 5px;
    color: #000000;
    height: 20px;
    border-bottom: solid 1px #ccc;
}

.CampaignShellImage
{
    width: 105px;
    vertical-align: top;
    padding-right: 4px;
}

.CampaignShellImage .img
{
    width: 100px;
    height: 150px;
}

.CampaignContent {
    padding: 6px 0 4px 4px;
}

.CampaignShellListing {
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    color: #000000;
}

.CampaignShellDetail
{
    height: 20px;
    text-align: right;
    vertical-align: middle;
}

/* --------------------- COLLABORATION ---------------------------- */

.AJAXComboBox .ajax__combobox_inputcontainer
{
    /* Table element that contains and positions the ComboBox's button and textbox input elements */
}

.AJAXComboBox .ajax__combobox_textboxcontainer
{
    /* Table cell that contains the ComboBox's textbox input element */
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.AJAXComboBox .ajax__combobox_textboxcontainer input
{
    /* Textbox */
}

.AJAXComboBox .ajax__combobox_buttoncontainer
{
    /* The table cell that contains the ComboBox's button element */
    text-align: center;
    vertical-align: middle;
    padding: 4px 1px 4px 8px;
}

.AJAXComboBox .ajax__combobox_buttoncontainer button
{
    /* Button */
    background: url(../../Images/Collaboration/CTI_DownArrow.png) no-repeat center;
    border: solid 4px white;
}

.AJAXComboBox .ajax__combobox_itemlist
{
    /* UL element that contains the ComboBox's list item (li) elements */
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px ButtonShadow;
}

.AJAXComboBox .ajax__combobox_itemlist li
{
    /* LI element */
    width: 100%;
    font-family: Calibri;
    font-size: 18px;
    color: black;
    text-align: left;
    padding: 3px 30px 3px 10px;
    white-space: nowrap;
}
    
.HandCursor
{
    cursor: pointer;
}

.PageTitle_CLB
{
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
    color: black;
    padding: 0px 0px 10px 0px;
}

.Section_CLB
{
    width: 100%;
    color: #9f9f9f;
    background-color: #f5f3f2;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
}

.SectionTitle_CLB
{
    font-family: Calibri;
    font-size: 18px;
    color: #9f9f9f;
    text-align: left;
    vertical-align: middle;
}

.ActionLink_CLB
{
    font-family: Calibri;
    font-size: 16px;
    color: #B8860B;
}

.ActionLink_CLB A
{
    color: #B8860B;
    font-weight: bold;
    text-decoration: none;
}

.SearchBox_CLB
{   
    width: 100%;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    background-color: #f5f3f2;
    
    /* fallback */ 
    /*background: url(../../Images/Collaboration/SearchBoxBackground.png) repeat-x;*/
    
    /* Safari 4-5, Chrome 1-9 */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e8eae9));*/
    
    /* Safari 5.1, Chrome 10+ */
    /*background: -webkit-linear-gradient(top, #f9f9f9, #e8eae9);*/
    
    /* Firefox 3.6+ */
    /*background: -moz-linear-gradient(top, #f9f9f9, #e8eae9);*/

    /* IE 10 */ 
    /*background: -ms-linear-gradient(top, #f9f9f9, #e8eae9);*/
    
    /* Opera 11.10+ */
    /*background: -o-linear-gradient(top, #f9f9f9, #e8eae9);*/
}

.TextField_Black_CLB
{
    font-family: Calibri;
    font-size: 18px;
    border: none;
    color: black;
    padding: 4px 4px 4px 4px;
}

.TextField_Gray_CLB
{
    font-family: Calibri;
    font-size: 18px;
    border: none;
    color: #9f9f9f;
    padding: 4px 4px 4px 4px;
}

.DateField_Gray_CLB
{
    font-family: Calibri;
    font-size: 16px;
    border: none;
    color: #9f9f9f;
    padding: 6px 4px 5px 4px;
}

.TextContent_Gray_CLB
{
    font-family: Calibri;
    font-size: 15px;
    color: #9f9f9f;
}

.ItemHeading_CLB
{
    font-family: Calibri;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: black;
}

.ItemHeading_CLB A
{
    text-decoration: none;
    color: black;
}

.ItemSubheading_CLB
{
    font-family: Calibri;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #B8860B;
}

.ItemContent_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px; 
    text-align: left;   
    color: black;
}

.ez-hide
{ 
    opacity: 0;
    filter:alpha(opacity=0);
}

.ez-RadioButton_Unselected
{
    width: 24px;
    height: 24px;
    padding: 5px 8px 5px 0px;
    display: inline-block;
    *display: inline;
	background: transparent url('../../Images/Collaboration/CTI_CheckBox_Unchecked.png') left center no-repeat;
}

.ez-RadioButton_Selected
{
    width: 24px;
    height: 24px;
    padding: 5px 8px 5px 0px;
    display: inline-block;
    *display: inline;
    background: transparent url('../../Images/Collaboration/CTI_CheckBox_Checked.png') left center no-repeat;
}

.CheckBox_Unselected_CLB
{
    font-family: Calibri;
    font-size: 18px;
    color: #9f9f9f;
}

.CheckBox_Selected_CLB
{
    font-family: Calibri;
    font-size: 18px;
    color: #B8860B;
}

.CheckBox_Unselected_CLB LABEL, .CheckBox_Selected_CLB LABEL
{
    padding-left: 12px;
    vertical-align: middle;
}

.MediaImage_CLB
{
    border: solid 1px black;
}

.MediaFileLink_CLB
{
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #B8860B;
    cursor: pointer;
    padding: 7px 0px 7px 0px;
}

.ModalPopup
{
    background-color: #f5f3f2;
    padding: 10px 10px 10px 10px;
    border: solid 1px black;
}

.ModalBackground
{
    background-color: black; 
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity:0.3; 
}

.AtAGlanceTextField_CLB
{
    font-family: Calibri;
    font-size: 18px;
    line-height: 18px;    
    font-weight: bold;
    text-align: left;
    color: black;
    min-width: 100px;
    vertical-align:top;
    padding: 3px 0px 8px 0px;
    border-bottom: solid 1px #aeaab9;
}

.AtAGlanceDataField_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px;    
    font-weight: normal;
    text-align: left;
    color: black;
    vertical-align:top;
    padding: 3px 0px 0px 0px;
}

.EmailLink_CLB
{
    color: #B8860B;
    text-decoration: none;
}

.EmptyDataRow_CLB
{
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.CommentCreator_CLB
{
    font-family: Calibri;
    font-size: 18px;
    line-height: 18px;    
    font-weight: bold;
    color: black;
    vertical-align:top;
}

.CommentAddTextArea_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px;
    border: none;
    color: black;
    padding: 4px 4px 4px 4px;
}

.CommentAddTextAreaEmpty_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px;
    border: none;
    color: #9f9f9f;
    padding: 4px 4px 4px 4px;
}

.CommentEditTextArea_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px;
    border: solid 2px red;
    color: black;
    padding: 4px 4px 4px 4px;
}

.CommentEditTextAreaEmpty_CLB
{
    font-family: Calibri;
    font-size: 15px;
    line-height: 15px;
    border: solid 2px red;
    color: #9f9f9f;
    padding: 4px 4px 4px 4px;
}

.Pager_CLB
{
    width: 100%;
    vertical-align: middle;
    background-color: #f5f3f2;
}

.PagerButton_CLB, .PagerButton_CLB A
{
    font-family: Calibri;
    font-size: 18px;
    color: black;
    text-align: center;
    vertical-align: middle;
    padding: 8px 3px 8px 3px;
}

/* ----------------- Campaign Assignment ----------------*/

.HeaderRow_CA
{
    border-bottom: solid 1px #cccccc;
}

.HeaderRow_CA TH
{
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 3px 6px 3px;
}

.HeaderRow_CA A:link
{
    color: black;
    font-size: 11px;
    vertical-align: middle;
}

.Row_CA, .Row_CA TD
{
    background-color: white;
    padding: 3px 3px 3px 3px;
}

.AlternateRow_CA, .AlternateRow_CA TD
{
    background-color: #f3f3f3;
    padding: 3px 3px 3px 3px;
}

.Pager_CA
{
    border-top: solid 1px #cccccc;
}

.Pager_CA TD
{
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 3px 0px 3px;
}

.Pager_CA A:link
{
    color: black;
    font-size: 11px;
    vertical-align: middle;
}

/* ----------------- Contact Search -------------------*/

.HeaderRow_ContactSearch TH, .HeaderRow_ContactSearch TD
{
	color: white;
	background-color: #666666;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.HeaderRow_ContactSearch A:link, .HeaderRow_ContactSearch A:visited, .HeaderRow_ContactSearch A:active
{
	color: white;	
}

.HeaderRow_ContactSearch A:hover
{
	color: black;
}

.Row_ContactSearch TD
{
    background-color: white;
	padding: 4px 5px 4px 5px;
}

.AlternateRow_ContactSearch TD
{
    background-color: #f3f3f3;
	padding: 4px 5px 4px 5px;
}

.Pager_ContactSearch
{
    color: black;
	background-color: #E0DFDD;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.Pager_ContactSearch A:link, .Pager_ContactSearch A:visited, .Pager_ContactSearch A:active
{
	color: black;			
}

.Pager_ContactSearch A:hover
{
	color: #999;		
}

/* ----------------- Contact Campaigns ----------------*/

.HeaderRow_ContactCampaign
{
    border-bottom: solid 1px #cccccc;
}

.HeaderRow_ContactCampaign TH
{
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 3px 6px 3px;
}

.HeaderRow_ContactCampaign A:link
{
    color: black;
    font-size: 11px;
    vertical-align: middle;
}

.Row_ContactCampaign, .Row_ContactCampaign TD
{
    background-color: white;
    padding: 3px 3px 3px 3px;
}

.AlternateRow_ContactCampaign, .AlternateRow_ContactCampaign TD
{
    background-color: #f3f3f3;
    padding: 3px 3px 3px 3px;
}

.Pager_ContactCampaign
{
    border-top: solid 1px #cccccc;
}

.Pager_ContactCampaign TD
{
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 3px 0px 3px;
}

.Pager_ContactCampaign A:link
{
    color: black;
    font-size: 11px;
    vertical-align: middle;
}

/* ----------------- Contact Tabs ----------------*/

.NoteBox
{
    color: black;
    font-weight: normal;
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    padding: 3px 3px 3px 3px;
}

.HeaderRow_ContactTabs
{
    border-bottom: solid 2px #cccccc;
}

.HeaderRow_ContactTabs TH
{
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 0px 6px 0px;
}

.Row_ContactTabs, .Row_ContactTabs TD
{
    background-color: white;
    padding: 7px 0px 6px 0px;
}

.AlternateRow_ContactTabs, .AlternateRow_ContactTabs TD
{
    background-color: #f3f3f3;
    padding: 7px 0px 6px 0px;
}

.formElementColor {
    background-color: #900;
}

.formElementBorder {
    border: solid 1px #900;
}


/*-----------------------------CAMPAIGN WIZARD ------------------------------------- */


.Section_CW
{
    width: 100%;
    color: #9f9f9f;
    background-color: #f5f3f2;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    height: 1px;
}

.SectionTitle_CW
{
    font-family: Calibri;
    font-size: 18px;
    color: #9f9f9f;
    text-align: left;
    vertical-align: middle;
    height: 1px;
}

.SectionTitle_Black_CW {
    font-family: Calibri;
    font-size: 18px;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    height: 1px;
}


.ActionLink_CW
{
    font-family: Calibri;
    font-size: 16px;
    color: #B8860B;
}

.ActionLink_CW A
{
    color: #B8860B;
    font-weight: bold;
    text-decoration: none;
}

.SearchBox_CW
{   
    width: 800px;
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    background-color: #f5f3f2;
    
    /* fallback */ 
    /*background: url(../../Images/Collaboration/SearchBoxBackground.png) repeat-x;*/
    
    /* Safari 4-5, Chrome 1-9 */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e8eae9));*/
    
    /* Safari 5.1, Chrome 10+ */
    /*background: -webkit-linear-gradient(top, #f9f9f9, #e8eae9);*/
    
    /* Firefox 3.6+ */
    /*background: -moz-linear-gradient(top, #f9f9f9, #e8eae9);*/

    /* IE 10 */ 
    /*background: -ms-linear-gradient(top, #f9f9f9, #e8eae9);*/
    
    /* Opera 11.10+ */
    /*background: -o-linear-gradient(top, #f9f9f9, #e8eae9);*/
}

.TextField_Black_CW {
    font-family: Calibri;
    font-size: 18px;
    border: 1px solid #B4A49C;
    color: black;
    padding: 4px 4px 4px 4px;
}

.TextField_Gray_CW
{
    font-family: Calibri;
    font-size: 18px;
    border: none;
    color: #9f9f9f;
    padding: 4px 4px 4px 4px;
}

.TextField_Error_CW {
    font-family: Calibri;
    font-size: 18px;
    border: 1px solid #FF0000;
    color: #000000;
    padding: 4px 4px 4px 4px;
    background-color: #FFBFBF;
}

.DateField_Gray_CW
{
    font-family: Calibri;
    font-size: 16px;
    border: none;
    color: #9f9f9f;
    padding: 6px 4px 5px 4px;
    border: 1px solid #B4A49C;
}

.TextContent_Gray_CW
{
    font-family: Calibri;
    font-size: 15px;
    color: #9f9f9f;
}

.TextContent_Black_CW
{
    font-family: Calibri;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 5px;
    vertical-align: top;
    height: 1px;
}

.ItemHeading_CW
{
    font-family: Calibri;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: black;
}

.ItemHeading_CW A
{
    text-decoration: none;
    color: black;
}

.ItemSubheading_CW
{
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: black;
    vertical-align: top;
    height: 1px;
    /*color: #B8860B;*/
}

.ItemContent_CW
{
    font-family: Calibri;
    font-size: 14px;
    line-height: 15px; 
    text-align: left;   
    color: black;
    padding: 5px 0 0 5px;
    vertical-align: top;
}

.ItemLinks_CW {
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.ItemLinks_CW a {
    text-decoration: none;
}

.ItemsTable_CW {
    text-align: left;
    width: 390px;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

.ItemsRequired {
    font-family: Calibri;
    font-size: 16px;
    color: #666666;
}

.NavButtonText_CW {
    font-family: Calibri;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.NavButtonText_CW a {
    text-decoration: none;
}

.NavNextButtonText_CW {
    font-family: Calibri;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.NavNextButtonText_CW a {
    text-decoration: none;
}


.NavBackButtonText_CW {
    font-family: Calibri;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.NavBackButtonText_CW a {
    text-decoration: none;
}

.LoadingDiv_CW
{
    background-color:White;
	height:110px;
	width:170px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	border-color:#505050;
	position:absolute;
	z-index:80;
	filter: alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
}

/*--CAMPAIGN WIZARD PROGRESS BAR--*/

#CW_pbDiv {
    text-align: right;
}

.CW_ProgressBar {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    display: table;
    width: 95%;
    vertical-align: middle;
    text-align: right;
}

.CW_ProgressBar li{
  display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.CW_ProgressBar li a {
    text-decoration: none;
    vertical-align: top;
    line-height: 25px;
    text-align: right;
    color: #000000;
}
.CW_ProgressBar li a:visited {
    color: #000000;
}
.CW_ProgressBar li a:active {
    color: #000000;
}

.CW_ProgressBar .CW_SelectedDiv {
    border: 1px solid #FF0000;
    width: 105%;
    text-align: center;
    -moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;

}
.CW_ProgressBar .CW_SelectedDiv:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.CW_ProgressBar .CW_Selected a{
    color: #800000;
    text-decoration: none;
    vertical-align: top;
    line-height: 25px;
}
.CW_ProgressBar .CW_Selected a:visited {
    color: #800000;
}
.CW_ProgressBar .CW_Selected a:active {
    color: #800000;
}

.CW_ProgressBar .CW_NextArrow {
    width: 50px;
    text-align: center;
}

/* ----------------- MOBILE CONTACT EXTRUDER ----------------*/

.extruder.left .flap
{
    font-size: 18px;
    color: white;
    top: 0;
    padding: 10px 0 10px 10px;
    margin-right: -39px;
    background: #e2be28;
    width: 30px;
    position: absolute;
    right: 0;
    -moz-border-radius: 0 8px 0 8px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.extruder.left .flap .flapLabel
{
    background: #e2be28;
}

.mobileResults thead tr td, .mobileResults tr td {
    font-size: 16px;
}