body
{
	/*background of everything*/
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    direction: ltr;
}
.Body
{
    background-color: #2392DC;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: Arial, Verdana;
    font-size: xx-small;
    font-weight: normal;
    direction: rtl;
}
.mainWidth
{
    width: 960px;
}
.tdPadding
{
    padding-right: 20px;
}

.BodyEn
{
    background-color: #2392DC;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: Arial, Verdana;
    font-size: xx-small;
    font-weight: normal;
    direction: ltr;
}
input
{
	font-size:13px;
	font-family:Arial, Verdana;
}
select
{
	font-size:13px;
	font-family:Arial, Verdana;
}
table
{
	font-size:13px;
}
font
{
	font-size:13px;
}

/**************  General classes  *************/

/* backwards compatibility */
.PageTitle
{
    font-style: normal;
    font-size: 28px;
    color: #000000;
    font-family: Arial;
    padding:10px 0px 15px 0px;
}
.normalText
{
    font-size: 13px;
}
.normalBoldText
{
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
}
.Instruction
{
    font-size: 14px;
    background-color: #E1EBF7;
    padding:5px 10px;
    border:1px solid #8FA8C1;
}
.BorderLightBlue, .BorderLightBlue2
{
	border:1px solid #8FA8C1;
}
.LangLink
{
    color: #073B7E;
    text-decoration: underline;
    cursor: pointer;
}
.ErrorMessage
{
    color: red;
    font-size: 13px;
    font-weight: bold;
}
[disabled]
{
	color:#AD9DB0;
}

/* new classes */
.small-text
{
    font-size: 11px;
}
.normal-text, .normal-text font
{
    font-size: 13px;
}
.subtitle-text
{
	font-size:15px;	
}
.blue-text
{
	color:#073B7E;
}
.gray-text
{
	color:#5A5A5A;
}
.dark-gray-text
{
	color:#44403f;
}
.border-light-blue
{
	border:1px solid #8FA8C1;
}
.background-light-blue
{
	background-color:#E1EBF7;
	padding:20px;
}
.PopupHeader
{
	background-color:#062f68;
	font-style: italic; 
	font-weight: bold; 
	font-size: 20px; 
	color: #839dcf;
    font-family: Arial;
    padding:5px 10px;
}
.at-ui-clear
{
    clear: both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/**************  End General classes  *************/

/**************  table classes  *************/
/* table 1 */
.GridTable
{
    width: 100%;
}
.GridHeader, .GridHeaderLast
{
    background-color: #245190; /*#073b7e;*/
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: White;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px; /*border-left: solid 2px #073b7e;*/
    height: 25px;
}
.GridCell
{
    /*odd rows*/
    height: 38px;
    background-color: #E1EBF7; /*#BDD3E8;*/
    font-size: 13px;
    color: Black; /*border-bottom: solid 1px #FFFFFF;*/ /*border-left: solid 2px #BDD3E8;*/
    border-top: solid 1px #8fa8c1;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
.GridACell
{
    /*even rows*/
    height: 38px;
    background-color: #FFFFFF; /*border-bottom: solid 1px #F7F7FF;*/ /*border-left: solid 2px #F7F7FF;*/
    border-top: solid 1px #8fa8c1;
    font-size: 13px;
    color: Black;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
.GridCellLast
{
    /*odd rows*/
    height: 38px;
    background-color: #E1EBF7; /*#BDD3E8;*/
    border-top: solid 1px #8fa8c1;
    font-size: 13px;
    color: Black;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
.GridACellLast
{
    /*even rows*/
    height: 38px;
    background-color: #FFFFFF; /*border-bottom: solid 1px #F7F7FF; 	border-left: solid 2px #FFFFFF;*/
    border-top: solid 1px #8fa8c1;
    font-size: 13px;
    color: Black;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
/* table 2 */
.RowMarkTable
{
    vertical-align: top;
    padding: 5 5 5 5;
    background-color: White;
    border: 1px outset #003300;
    background-color: #BDD3E8;
}
.GridLineHeader
{
    background-color: #245190;
    font-weight: bold;
    color: White;
    padding: 2px 5px;
    font-size:13px;
}
.GridLineUnChecked
{
    border-bottom: solid 1px #BDD3E8;
    background-color: #FFFFFF;
    color: Black;
    padding: 2px 5px;
    font-size:13px;
}
.GridLineChecked
{
    border-bottom: solid 1px #F7F7FF;
    background-color: #BDD3E8;
    color: Black;
    padding: 2px 5px;
    font-size:13px;
}
.GridBorder
{
    border: solid 1px #073b7e;
}
.GridDirectCell
{
    /*odd rows*/
    height: 25px;
    background-color: silver; /*#BDD3E8;*/
    font-size: 13px;
    border-top: solid 1px #8fa8c1;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
/* table 3 */
.HeaderTable
{
    font-size: 13px;
    font-family: Arial;
    font-weight: bold; /*background-color:#93A0D5;*/
    background-color: #577CBE;
    color: White;
    padding: 5px;
    vertical-align: middle;
}
.RowTable
{
    vertical-align: top;
    padding: 5px;
    font-size: 13px;
    background-color: White;
    border: 1px outset #003300;
}
.TextTable
{
    font-size: 13px;
    width: 200px;
}
.TableDropDownList
{
    font-size: 13px;
    width: 200px;
}
.TableCombo
{
    font-size: 13px;
    width: 100px;
}
.TDTable
{
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    vertical-align: top; /*background-color:#F7F7FF;	*/ /*border-right:1px outset #003300;*/
    border-bottom: 1px outset #003300;
}
/* dynamic table */
.DynTable
{
    margin: 0px;
    padding: 5px 0px;
    border: 1px outset #003399;
    background-color: #F7F7FF;
    border-collapse: collapse;
}
.DynEditTable
{
    margin: 0px;
    padding: 0px;
    border: 0;
    vertical-align: top;
    font-size: 13px;
    background-color: #F7F7FF;
}
.TDEditTable
{
    vertical-align: top;
    margin: 0px;
    padding: 5px; /*border: 1px outset #003300;*/
    font-size: 13px;
    background-color: #F7F7FF;
    border-left: 1px outset #003300;
    border-bottom: 1px outset #003300;
}
.TDEditButtonTable
{
    vertical-align: top;
    margin: 0px;
    padding: 5px 0px;
    text-align: center;
    border-bottom: 1px outset #003300;
}
.TDEditValueTable
{
    vertical-align: top;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    border: 0;
    background-color: #F7F7FF;
}
.TDValueTable
{
    vertical-align: top;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    border: 0;
    background-color: #F7F7FF; /*border: 1px outset #003300;*/
    font-size: 13px;
    border-bottom: 1px outset #003300;
}
.RowEditTable
{
    margin: 0px;
    vertical-align: top;
    padding: 0px;
    height: 100px;
    background-color: #F7F7FF;
}
.at-table-td
{
    width: auto;
    height: 20px;
    border-bottom: solid 1px #BDD3E8;
    color: Black;
    padding: 2px 5px 2px 5px;
    margin-bottom: 1px;
}

/* campaign report table */

.GridHeaderNew
{
    background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #FFFFFF;
    height: 25px;
}
.GridHeaderLastNew
{
    /*grid header last cell*/
    background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #FFFFFF;
    height: 25px;
}

.GridCellNew
{
    /*odd rows #f9f9f9*/
    height: 25px;
    background-color: #efefef;
    border-bottom: solid 1px #CCCCCC;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
.GridACellNew
{
    /*even rows*/
    height: 25px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
}
.GridCellLastNew
{
    /*odd rows*/
    height: 25px;
    background-color: #efefef;
    border-bottom: solid 1px #CCCCCC;
}
.GridACellLastNew
{
    /*even rows*/
    height: 25px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
}
.BorderTableNew
{
    border: solid 1px #646464;
    text-align: right;
    width: 100%;
}


.BorderTable
{
    border: solid 1px #073b7e;
    width: 100%;
    border-collapse: collapse;
}

/**************  End table classes  *************/

/**************  main menu classes  *************/
/*skm-menu styles*/
.unSelectedMenuItemSkm, .selectedMenuItemSkm, .unSelectedMenuItem2Skm, .miStaticSelected,
.miStatic, .mainMenuFont, .unSelectedMenuItem, .unSelectedMenuItem2
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.mainMenuSkm
{
    border: solid 1px #FFFFFF;
    padding: 0px 12px;
}
.unSelectedMenuItemSkm
{
    text-align: center;
    border: solid 1px #FFFFFF;
    cursor: pointer;
    background-color: #245190;
    padding: 0px 12px;
}
.selectedMenuItemSkm
{
    text-align: center;
    border: solid 1px #FFFFFF;
    cursor: pointer; /*background-color:#93A0D5;*/
    background-color: #839DCF;
    padding: 0px 12px;
}
.unSelectedMenuItem2Skm
{
    text-align: center;
    border: solid 1px #FFFFFF;
    cursor: default;
    background-color: #245190;
    padding: 0px 12px;
}
/* end skm-menu */
.mainMenu
{
    width: 100%;
}
.mainMenu img
{
    border-top: #ffffff 12px solid; /* seperator between static menus */
    border-bottom: #ffffff 12px solid;
}
.dynamicMenu
{
    z-index: 9000;
}
.dynamicMenu img
{
    width: 100%; /* seperator between dynamic menus */
    height: 1px;
}
.dynamicMenu table
{
    border-right: white 1px solid;
    border-left: white 1px solid;
}
.miStaticSelected
{
    text-align: center;
    cursor: pointer;
    background-color: #839DCF;
}
.miDynamic
{    
    font-size: 13px;
    color: #FFFFFF;
    /*min-width: 100%;*/
    min-width: 200px;
    padding: 7px 6px; /*#padding:6px 6px;IE Only*/
}
.miStatic 
{
    text-align: center;
    cursor: pointer;
    padding: 4px 16px 5px 16px;
    white-space: nowrap;
}
.miDynamic a:visited
{
    color: White;
    font-weight: bold;
}
.miStatic a:visited
{
    color: White;
    font-weight: bold;
}
.unSelectedMenuItem
{
    text-align: center;
    border: solid 1px #FFFFFF;
    cursor: pointer;
    background-color: #245190;
    padding: 0px 12px;
}
.unSelectedMenuItem2
{
    text-align: center;
    border: solid 1px #FFFFFF;
    cursor: default;
    background-color: #245190;
    padding: 0px 12px;
}

/************** end main menu classes  *************/

/************** Pager classes  *************/

.GridPager
{
    /*grid pager*/
    background-color: #698DAD;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: White;
    padding-left: 10px;
    padding-right: 10px; /*border-bottom: solid 1px #FFFFFF; */ /*border-left: solid 2px #FFFFFF;*/
    height: 20px;
}
.DisLink
{
    color: Black;
}
a.PagerW
{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
a:link.PagerW
{
    color: #FFFFFF;
    text-decoration: none;
}
a:active.PagerW
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited.PagerW
{
    color: #FFFFFF;
    text-decoration: none;
}
.PagerText
{
    text-align: center;
}

/************** End Pager classes  *************/

/************** old tabs classes (HTML editor / campaign reports) *************/

.TabOnNew
{
    border-top: #8fa8c1 1px solid;
    font-weight: bold;
    font-size: 14px;
    background: #839dcf;
    width: 110px;
    color: #ffffff;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.TabOffNew
{
    border-top: #FFFFFF 1px solid;
    font-weight: bold;
    font-size: 14px;
    background: #245190;
    width: 110px;
    cursor: pointer;
    color: #ffffff;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

/************** End old tabs classes (HTML editor / campaign reports) *************/

/************* CampaignReportUC (sent by day) *************/
.CampaignReportDatesTable
{
    border: solid 1px silver;
    background-color: White;
    width: 180px;
}
.CampaignReportDatesArrow
{
    width: 7px;
    background-color: #f7f7f7;
    cursor: pointer;
}
.CampaignReportToolbar
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.CampaignReportGroupText
{
    padding: 3px;
    height: 20px;
}
.CampaignReportGroupImg
{
    padding: 3px;
    height: 20px;
    padding-top: 5px;
}
.CampaignReportGroupSep
{
    width: 1px;
    color: Silver;
    margin-left: 3px;
    margin-right: 3px;
}

.CampaignReportTableStatistics
{
    margin-bottom: 10px;
    width: 100%;
}
.CampaignReportTableStatisticsTitle
{
    font-weight: bold;
    padding-left: 5px;
}
.CampaignReportTableTextBold
{
    font-weight: bold;
}
.CampaignReportTableText
{
}
.CampaignReportTableStatisticsRowHeight
{
    padding-top: 5px;
    font-size: 1px;
}
.CampaignReportTableStatisticsTDWidth
{
    width: 15px;
}
.CampaignReportTableDates
{
    margin-right: 12px;
    border: solid 1px #AAAAAA;
    background-color: #f7f7f7;
    color: White;
}
.CampaignReportDateText
{
}
.CampaignReportDatesText span
{
    font-weight: bold;
}
.CampaignReportGroupText a
{
    color: darkblue;
    text-decoration: underline;
}
a.CampaignReportGroupTextNoDecoration
{
    text-decoration: none;
}
.exportItems
{
    width: 130px;
    border: solid 1px whitesmoke;
    padding: 3px;
    display: none;
}
.exportItem
{
    width: 50%;
}
.exportItemImg
{
    padding-right: 3px;
}
.exportItemText
{
	padding:0px 5px;
}
.exportItemText a
{
	color:Black;
    text-decoration: none;
}
.exportSep
{
    width: 1px;
    color: Silver;
}

/************* end CampaignReportUC (sent by day) *************/

.FormsSideTitles
{
    color:#44403f;
    font-size: 13px;
    font-weight: bold;
    direction: rtl;
}
.TextSubTitle
{
    font-size: 15px;
    font-weight: bold;
}
.textSubTitleNew
{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 5px;
    background-color: #245190; /*#073b7e;*/
}
.TextBody
{
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

/***************************/

.C1
{
    background-color: #1384CF;
}
.C2
{
    background-color: #5CBDFC;
}
.C3
{
    background-color: #5CBDFC;
}
.C4
{
    background-color: #B1E5FF;
}
.W1
{
    background-color: #FFFFFF;
}
.O1
{
    background-color: #EF4D00;
}
.TextBW
{
    font-family: Verdana, Arial, David;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.TextWS
{
    font-family: Verdana, Arial, David;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
}
.TextMainTitle
{
    font-family: Verdana, Arial, David;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}
.TitleError
{
    font-family: Verdana, Arial, David;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}
.imgBtn
{
    margin-bottom: 5px;
    margin-top: 5px;
}
.SubTitleImg
{
    border: 0;
}
.SumTableLabel
{
    border: none;
    background-color: #5CBDFC;
    font-size: 11;
    color: Black;
}

.CampiganNameLabel
{
    text-decoration: underline;
}

.TextBody
{
    font-family: Verdana, Arial, David;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

.btnSubMenuOn
{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 10px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #5CBDFC;
}
.btnSubMenuOff
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 10px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #1384CF;
}

.input
{
    border: 1px solid #0068AD;
    background-color: #B1E5FF;
    width: 100px;
}
.input2
{
    border: 1px solid #0068AD;
    background-color: #B1E5FF;
    width: 40px;
}
.TBHaeder
{
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.TBCell
{
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
}
.TB
{
    border-right: 1px solid #FFFFFF;
}

.lblDir
{
    direction: rtl;
}

.EditorDropDownList
{
    z-index: 1;
    position: relative;
}
.ListBoxtitle
{
    background-color: #1384CF;
    font-size: 11;
    font-weight: bold;
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.BubbleTitle
{
    font: bolder 11px Arial;
    text-decoration: underline;
    padding-right: 7px;
}
.BubbleText
{
    font: normal 10px Arial;
    text-decoration: none;
    word-spacing: 4mm;
    padding-right: 7px;
}

.loadingGraph
{
    font-size: 11px;
    font-weight: bold;
}

.GraphCategories
{
    float: left;
    display: none;
    padding-left: 5px;
    font-size: 11px;
    height: 12px;
    overflow: hidden;
}

.GraphCategories A
{
    font-size: 11px;
    color: darkblue;
    font-family: Verdana;
    padding-right: 5px;
    vertical-align: super;
}

.ClaendarsConatiner
{
    float: left;
    padding-top: 3px;
    padding-left: 4px;
    width: 16px;
}

.validateCheckBox
{
    font-family: verdana;
    font-size: 13px;
    padding-top: 25px;
}

/* CampaignUrlParser */
.progressbar
{
    background-color: DarkBlue;
}

#divStatistics
{
    border: dotted 2px steelBlue;
    width: 200px;
    height: 120px;
    position: absolute;
    display: none;
    background-color: whitesmoke;
    overflow: hidden;
    font-family: arial;
    z-index: 1000;
}

#linkUrl
{
    color: White;
    font-size: 11px;
    height: 20px;
    overflow: hidden;
}

#linkName
{
    color: White;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
}

.numbers
{
    padding-top: 5px;
    background-color: whitesmoke;
    height: auto;
    vertical-align: top;
    font-family: Verdana;
    font-size: 11px;
    padding-left: 3px;
    padding-bottom: 6px;
}

#loading
{
    font-size: 12px;
    color: Black;
    font-weight: bold;
    font-family: Verdana;
    vertical-align: middle;
    height: 25px;
    width: 200px;
    color: Black;
}
.urlimage
{
}
.backgroundDiv
{
    background-image: url(../img/backloading.jpg);
    filter: alpha(opacity=65, style=4 enabled=1);
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute;
}

#progresbarBig
{
    background-color: darkBlue;
}

#leftprogressbarBig
{
    background-color: White;
    overflow: hidden;
    font-size: 10px;
    color: White;
}



.percentContainer
{
    color: Green;
    font-weight: bold;
    font-size: 12px;
    padding-right: 4px;
}

/* combobox styles */
.combobox .arrowImg
{
    background-image: url(../Img/arrowDown.gif);
    background-repeat: no-repeat;
    background-position: left 45%;
    width: 10px;
    height: 5px;
    float: right;
}
.combobox .text
{
    float: left;
    font-size: 11px;
    font-family: verdana;
    padding-right: 3px;
    padding-top: 2px;
    width: 85%;
}
.combobox
{
    cursor: hand;
    width: 120px;
    padding: 2px;
    background-color: #fed;
    border: solid 1px silver;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=   '#ffffffff' , EndColorStr= '#E1EBF7' );
}
.navmenu_arrowImg
{
    z-index: 1;
    position: absolute;
    width: 120px;
    display: none;
    border: solid 1px silver;
}
.itemtext
{
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    float: left;
    width: 70%;
    padding-top: 5px;
    height: 20px;
    padding-right: 4px;
}

.itemimg
{
    float: right;
    padding-top: 4px;
    padding-right: 5px;
    width: 16px;
    height: 16px;
}

.navmenu_arrowImg .item
{
    height: 20px;
    padding: 2px;
    width: 100%;
    display: block;
    background-color: white;
}

.navmenu_arrowImg .silverBack
{
    height: 20px;
    padding: 2px;
    width: 100%;
    display: block;
    background-color: white;
}

.AccountStatistics
{
    height: 208px; #height:195px;/* IE Only*/
}

/* end */

/*Popup menu styles*/

.MessagePageTable
{
    padding-left: 10px;
    padding-right: 10px;
}

.PasswordResetPad
{
    padding-right: 30px;
    padding-left: 30px;
}

/* Demo pages styles*/
.demoPanel
{
    background-color: #a8b1c1;
    border-top: #a8b1c1 1px solid;
    border-right: #a8b1c1 1px solid;
    border-left: #a8b1c1 1px solid;
    width: 100%;
    border-bottom: #a8b1c1 1px solid;
}
.demoInput
{
    width: 250px;
}
.demoSelect
{
    width: 250px;
    height: 20px;
}
.demoPassword
{
    width: 250px;
}
.demoBtn
{
    height: 20px;
    font-family: Arial;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background-color: #657f00;
}
.demoTitle
{
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #033162;
}
.demoSubTitle
{
    font-family: arial;
    font-size: 15px;
    color: #033162;
    font-weight: bold;
}
.demoValidationLabel
{
    color: red;
}
.demoLabel
{
    font-family: arial;
    font-size: 12px;
}
.demoLabelBold
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}
.demoLabelGrey
{
    font-family: arial;
    font-size: 10px;
    color: #cccccc;
}
.demoCheck
{
    width: 30px;
}

.demoErrPanel
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    color: black;
    background-color: pink;
    border-top: #8fa8c1 1px solid;
    border-right: #8fa8c1 1px solid;
    border-left: #8fa8c1 1px solid;
    border-bottom: #8fa8c1 1px solid;
}

.demoSuccessPanel
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    color: black;
    background-color: #a8b745;
    border-top: #8fa8c1 1px solid;
    border-right: #8fa8c1 1px solid;
    border-left: #8fa8c1 1px solid;
    border-bottom: #8fa8c1 1px solid;
}


.demoMainTable
{
    width: 550px;
    border: 0px;
}

.demoLink
{
    font-weight: bold;
    color: Blue;
}

#aspnetForm .ui-dialog .ui-dialog-buttonpane .alignCenter
{
    text-align: center;
}

#quickLinks_demo
{
    margin-top: 15px;
    margin-bottom: 15px;
}

/* tabs panel */

div.at-ui-navlayout
{
    width: 100%;
    display: table;
    color: #000;
}
div.at-ui-navlayout div.at-ui-navmenu, div.at-ui-navlayout td.at-ui-navmenu
{
    width: 170px;
    background-color: #e1ebf7;
}
div.at-ui-navlayout td.at-ui-navmenu-spacer
{
    background-color: #e1ebf7;
}
div.at-ui-navlayout .at-ui-navmenu-spacer.right div
{
    float: left;
    height: 100px;
    background-color: #ADB8C2;
    width: 1px;
}
div.at-ui-navlayout .at-ui-navmenu-spacer.left div
{
    float: right;
    height: 100px;
    background-color: #ADB8C2;
    width: 1px;
}
div.at-ui-navlayout div.at-ui-navmenu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.at-ui-navlayout div.at-ui-navmenu ul li
{
    width: auto;
    padding: 10px 21px 10px 21px;
    margin: 0px;
    border-bottom: solid 1px #ADB8C2;
    font-size: 13px;
    cursor: pointer;
}
div.at-ui-navlayout div.at-ui-navmenu ul li.left
{
    border-right: solid 1px #ADB8C2;
}
div.at-ui-navlayout div.at-ui-navmenu ul li.right
{
    border-left: solid 1px #ADB8C2;
}
div.at-ui-navlayout div.at-ui-navcontent
{
    padding-left: 10px;
    padding-right: 10px;
}
div.at-ui-navlayout div.at-ui-navmenu ul li.selected
{
    background-color: #fff;
    font-weight: bold;
    border-left-width: 0px;
    border-right-width: 0px;
}
div.at-ui-navlayout div.at-ui-navmenu ul li.disabled
{
    font-weight: normal;
    cursor: default;
}
.at-ui-navlayout .at-ui-navmenu ul li.inactive
{
    cursor: inherit;
    font-weight: bold;
    margin-left: -13px;
}
div.at-ui-navcontent-panel
{
    padding-top: 10px;
}
div.at-ui-navcontent-panel-content
{
    width: 99%;
}
div.at-ui-navcontent-panel, div.at-ui-navcontent-panel span, div.at-ui-navcontent-panel label, div.at-ui-navcontent-panel td
{
    font-size: 13px;
}
div.at-ui-navcontent-panel input:checkbox
{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
/*  dialog blue template */
div.at-dialog-blue
{
    padding: 0px;
    margin: 0px;
    border: solid 5px #87A0CE;
    background-color: #fff;
}
.at-dialog-blue .dialogInnerTitle
{
    font-size: 13px;
}
div.at-dialog-blue h1
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background-color: #fff;
}
div.at-dialog-blue h2
{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
}
div.at-dialog-blue .ui-dialog-titlebar
{
    margin: 0px;
    padding: 10px 20px 10px 20px;
    background-color: #e1ebf7;
    font-size: 16px;
    border-width: 0px;
    color: #000;
    font-family: Arial;
    height: 18px; #height:40px;
}
div.at-dialog-blue .ui-dialog-buttonpane
{
    border-width: 0px;
}
div.at-dialog-blue .ui-dialog-content
{
    padding: 0px;
    background-color:White;
}
div.at-ui-dialog-validator
{
    font-size: 12px;
    text-align: center;
    background-color: #e1ebf7;
}
div.at-ui-fdialog-validator
{
    font-size: 12px;
    text-align: center;
    background-color: #e1ebf7;
}
div.at-ui-tabs-error
{
    padding: 7px 7px 7px 7px;
    font-size: 13px;
    font-weight: bold;
}
div.at-ui-tabs-error span
{
    padding: 7px 7px 7px 7px;
    background-color: #fff1a8;
    text-align: center;
}
.at-ui-field-description
{
    font-size: 12px;
    color: Gray;
    padding-top: 0;
    margin-top: 0;
}
.at-ui-loading
{
    background-image: url(../img/loading32.gif);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding-top: 34px;
    text-align: center;
    vertical-align: bottom;
    font-size: 13px;
}
.at-ui-error
{
    color: Red;
}
.hidden
{
    display: none;
}
.at-ui-form-input-error
{
    background-color: #ffdfdf;
}
.ui-dialog-content
{
    background-color:White;
}

/*  Mesaage dialog  */
div.at-message-dialog
{
    padding: 0px;
    margin: 0px;
    border: solid 2px #87A0CE;
    font-family: Verdana, Arial;
}
div.at-message-dialog .ui-dialog-titlebar
{
    margin: 0px;
    padding: 10px 20px 10px 20px;
    background-color: #e1ebf7;
    font-size: 16px;
    border-width: 0px;
    color: #000;
    font-family: Verdana, Arial;
}
div.at-message-dialog .ui-dialog-buttonpane
{
    border-width: 0px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}
div.at-message-dialog .ui-dialog-content
{
    padding: 0px;
    padding-bottom: 10px;
    #padding-bottom: 0px;
    background-color:White;
}
div.at-message-dialog .at-ui-button
{
    width: 50px;
}
div.at-message-dialog .messageDialogImage
{
}
div.at-message-dialog .dialogMessageContent
{
    font-size: 14px;
    font-family: Arial, Verdana;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
}
div.at-message-dialog .dialogContentDiv
{
    margin-top: 20px;
}
/*  End Mesaage dialog  */

/**************  GenericButton Control  *************/
/* old button */
.btnClass
{
    font-family: Arial;
    background-color: #245190;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    color: White;
    font-weight: bold;
    padding: 0px 5px;   
    height: 22px;
    margin-bottom:2px;
}

.btnDiv
{
    background-color: #245190;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.btnDiv A
{
   /* padding-bottom: 7px;
    padding-top: 7px;*/
    color: White;
    text-decoration: none;
    display: block;
    width: auto;
   /* min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;*/
    white-space: nowrap;
    font-weight:bold;
    height:16px;
    margin-top:2px;
}
.btnDiv input
{
    background-color: #245190;
    border: solid 0px #245190;
    color: White;
    margin: 0px;
    padding: 0px;
    display: block; 
    width: auto;
    min-width: 80px;
    /*padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;*/
    cursor: pointer;
    font-weight:bold;
    height:22px;
    margin-bottom:2px;
}
/*
html*.btnDiv A
{
    width: 100px;
}
html*.btnDiv INPUT
{
    width: 90px;
    overflow: visible;
    margin-left: 0px;
    margin-right: 0px;
}*/
html*.btnDiv
{
    margin-left: 5px;
    margin-right: 5px;
}
.at-ui-btnGroup-wrapBtns
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
} 
/**************  End GenericButton Control  *************/

.pagerImg
{
    border: none;
    vertical-align: bottom;
    margin-bottom: 2px;
}

/***************  DatePicker Control **********************/

.DatePickerControl input
{
    width: 80px;
}
.DatePickerControl img
{
    margin-bottom:-5px;
    #margin-bottom:-2px;
}
.ui-datepicker
{
    z-index: 9999;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
    width: 75px;
}

/***************  End DatePicker Control **********************/

/***************  ColorPicker Control **********************/

.ColorPickerControl
{
	width:17px;
}
.ColorPickerControl div.color_picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../img/colorPickerArrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div#color_selector {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
}

div#color_custom {width: 100%; float:left }
div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

/***************  End ColorPicker Control **********************/

/***************  NumericSpinBox Control **********************/

INPUT.spinbox-active {
	background-repeat:no-repeat;
	background-position:right 0px;
	background-image:url(../include/UI/NumericSpinBox/spinbox-sprite.png);
	padding-right:3px;
	padding-left:3px;
}
INPUT.spinbox-active.spinbox-up-hover {
	background-position:right -18px;
	cursor:pointer;
}
INPUT.spinbox-active.spinbox-down-hover {
	background-position:right -36px;
	cursor:pointer;
}
INPUT.spinbox-active.spinbox-up {
	background-position:right -72px;
	cursor:pointer;
}
INPUT.spinbox-active.spinbox-down {
	background-position:right -54px;
	cursor:pointer;
}

/***************  end NumericSpinBox Control **********************/

/***************  Tabs Control **********************/

.Tabs .ui-tabs
{
	padding:0px;
}
.ui-widget-content#Tabs
{	
	border:0;
	background:none;
}
.Tabs .ui-tabs-panel
{
	border-width:1px;
	background:none;
}
.Tabs .ui-widget-header
{
	background:none;
	border:0;
}
.Tabs .ui-tabs-nav li
{
	margin:0 3px -1px 3px
}
.Tabs .ui-state-default, .Tabs .ui-widget-content .ui-state-default
{
	background:none;
	background-color:#E1EBF7;
	border-color:#8FA8C1;	
}
.Tabs .ui-widget-content .ui-state-active, .Tabs .ui-state-active
{
	color:#073B7E;
	background:none;
	background-color:#F0F3F7;
	border-color:#8FA8C1;
}
.Tabs .ui-state-active a, .Tabs .ui-state-active a:link, .Tabs .ui-state-active a:visited
{
	color:#073B7E;
}

.MainSurveyReport .Tabs .ui-widget-content
{	
	border:1px solid #8FA8C1;
}
.MainSurveyReport .Tabs .ui-icon
{
	display:inline;
} 
.MainSurveyReport .Tabs .ui-tabs-nav li
{
	margin:0 5px -1px 5px
}
.MainSurveyReport .Tabs .ui-tabs-panel
{
	background-color:#F0F3F7;
	padding:10px;
}
.MainSurveyReport .Tabs .ui-state-active .ui-icon
{
	background-image:url("../Include/jquery/css/redmond/images/ui-icons_469bdd_256x240.png");	
}
.MainSurveyReport .Tabs .ui-tabs-nav li a
{
	padding:0.3em 1em;
}
.MainSurveyReport .Tabs li.ui-state-active .ui-icon-triangle-1-s
{
	background-position:0 -16px;
}

/***************  end Tabs Control **********************/

/***************  Send Campaign Approval  **********************/

.SocialSharing
{
    width: 100%;
}
.SocialSharing .CampaignTitle
{
    padding-top: 10px;
}
.SocialSharing .CampaignDetails
{
    padding: 15px 0px 30px 0px;
}
.SocialSharing .ShareLink
{
    color: #003366;
    font-size: 18px;
}
.SocialSharing .GotoButtons
{
    padding-top: 40px;
    width: 500px;
}

/***************  End Send Campaign Approval  **********************/

/***************  Share campaign  **********************/

.ShareCampaignTitle
{
    padding: 10px 20px;
}
.ShareCampaignBackground
{
    background-color: #ECF1F7;
}

/***************  End Share campaign  **********************/

/***************  Report Social Networks  **********************/

.ReportSocialNetworks .backButton
{
    margin-top: 10px;
}
.ReportSocialNetworks .campaignDetails
{
    padding: 10px 0px 20px 0px;
}
.ReportSocialNetworks .campaignDetails .TdTitle
{
    width: 150px;
}
.ReportSocialNetworks .campaignDetails td
{
    padding: 2px 0px;
}

/***************  End Report Social Networks  **********************/

/***************  SortFilterCampaigns User Control **********************/

.SortFilterCampaigns
{
	padding:10px;
	margin-bottom:10px;
}
.SortFilterCampaigns .SearchElementsTable
{
	width:928px; 
}
.SortFilterCampaigns .CampaignNameTB
{
    width: 200px;
}
.SortFilterCampaigns .DateLabel
{
    padding: 0px 5px;
}
.SortFilterCampaigns .DateTB
{
    width: 75px;
}
.SortFilterCampaigns .MailingListDDL
{
    width: 180px;
}
.SortFilterCampaigns .LabelTd
{	
}
.SortFilterCampaigns .containerDiv .LabelTd
{
	padding-top:10px;
}
.SortFilterCampaigns .SelectCategoryInput
{
	width:150px;
}
.SortFilterCampaigns .SelectCategoryImg
{
	cursor:pointer; 
	width:18px; 
	height:20px;
	margin:0px 5px;
}
.SortFilterCampaigns .DeleteCategoryImg
{
	cursor:pointer;
	width:20px; 
	height:20px;
}

/***************  End SortFilterCampaigns User Control  **********************/

/***************  Campaign List **********************/

.CampaignList .CampaignDetails
{
    color: #5A5A5A;
    font-size:12px;
}
.CampaignList .CampaignDetailsLabel
{
    padding: 0px 5px;
}
.CampaignList .CampaignTitleLink
{
    color: #073B7E;
    font-size:14px;
}
/***************  End Campaign List **********************/

/***************  Clear Group Dialog **********************/

.ClearGroupDialog
{
    padding: 0px 20px;
}
.ClearGroupDialog .ScreenTitle
{
    font-weight: bold;
    height: 40px;
}
.ClearGroupDialog .DataDiv
{
    height: 130px;
}
.ClearGroupDialog .ButtonsDiv
{
    margin-top: -10px;
}
.ClearGroupDialog .ActionSucceeded
{
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
/***************  End Clear Group Dialog **********************/

/***************  Delete Group Dialog **********************/

.DeleteGroupDialog
{
	padding:0px 20px;
}
.DeleteGroupDialog .ScreenTitle
{
	font-weight:bold;
	height:40px;
	margin-top:20px;
	#margin-top:0px;
}
.DeleteGroupDialog .DataDiv
{	
	height:70px;
}
.DeleteGroupDialog .DeleteCustomersMessage
{
	padding-top:10px;
}
.DeleteGroupDialog .Checkbox
{
    width:13px;
    height:13px;
}
/***************  End Delete Group Dialog **********************/

/***************  CustomerTypesFilter UC **********************/

.CustomerTypesFilter
{
    height: 130px;
}
.CustomerTypesFilter input
{
    width: 15px;
    height: 15px;
    margin: 0px 0px -2px 0px;
}
.CustomerTypesFilter .SelectAll
{
    padding-top: 10px;
}

/***************  End CustomerTypesFilter UC **********************/

/***************  SearchSurveys UC **********************/

.SearchSurveys .ArrowTd
{
    padding-top: 2px;
    width: 25px;
    text-align: center;
}
.SearchSurveys .BottomTd
{
    padding-top: 15px;
}
.SearchSurveys .AdvancedSearchArrow
{
    cursor: pointer;
    width: 15px;
    height: 15px;
}

/***************  End SearchSurveys UC **********************/

/***************  Survey list **********************/

.SurveyList .Search
{
    padding: 10px 5px;
}
.SurveyList .IconMap
{
    margin: 5px 0px;
}
.SurveyList .TotalRecords
{
    font-weight: bold;
}
.SurveyList .SurveysRepeater
{
    border: 1px solid #073B7E;
}
.SurveyList .SurveyTitle
{
    color: #073B7E;
    margin-top: 3px;
    min-height: 20px;
    width:315px;
    overflow:hidden;
    font-size:14px;
}
.SurveyList .SurveyDetails
{
    color: #5A5A5A;
    height: 15px;
}
/***************  End Survey list **********************/

/***************  Preview Survey Dialog **********************/

.PreviewSurveyDialog
{
    padding: 0px 10px;
}
.PreviewSurveyDialog .ScreenTitle
{
    padding-bottom: 10px;
}
/***************  End Preview Survey Dialog **********************/

/***************  Survey Design  **********************/

.SurveyDesign .TabsHidden
{
	display:none;
}
.SurveyDesign .Tabs .StyleObjects
{
    height: 115px;
    padding: 0px;
    background-color: #F0F3F7;
}
.SurveyDesign .Tabs .Fieldset
{
    height: 90px;
    padding: 0px;
}
.SurveyDesign .Tabs .FirstFieldset
{
    height: 90px;
    padding: 0px;
}
.SurveyDesign .Tabs .FieldSetContent
{
    margin: 5px 10px;
    width: 211px;
}
.SurveyDesign legend
{
    font-weight: bold;
    letter-spacing: 1px;
    color: #073B7E;
}
.SurveyDesign .Tabs td
{
    vertical-align: bottom;
    color: #073B7E;
}
.SurveyDesign .Tabs .ImageButtonTd
{
    #padding-top:1px;
}
.SurveyDesign .Tabs .BackgroundColorTd
{
    padding: 2px 0px; #padding:3px 0px 2px 0px;
}
.SurveyDesign .Tabs .ColorPickerTd
{
    padding: 0px 0px 2px 0px;
}
.SurveyDesign .Tabs .Description
{
    font-size: 12px;
    padding-top: 5px;
}
.SurveyDesign .Tabs .DescriptionForIE
{
    font-size: 12px;
    padding-top: 5px; #padding-top:4px;
}
.SurveyDesign .Tabs .ImageUrl
{
    width: 150px;
}
.SurveyDesign .Tabs .DDLFontFamily
{
    width: 110px;
}
.SurveyDesign .Tabs .DDLAlign
{
    width: 77px;
}
.SurveyDesign .Tabs .DDLWidth90
{
    width: 90px;
}
.SurveyDesign .Preview
{
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

/***************  End Survey Design  **********************/

/***************  Survey Publishing Options  **********************/

.SurveyPublishingOptions
{
    padding: 10px;
}
.SurveyPublishingOptions .TextColor
{
    color: #003366;
}
.SurveyPublishingOptions .CreatedMessage
{
    font-weight: bold;
    margin-bottom: 5px;
}
.SurveyPublishingOptions .PreviewSurveyMessage
{
    margin-bottom: 15px;
}
.SurveyPublishingOptions legend
{
    font-weight: bold;
}
.SurveyPublishingOptions .Fieldset
{
    padding: 0px 10px;
    margin-bottom: 10px;
}
.SurveyPublishingOptions .Space
{
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}
.SurveyPublishingOptions .Row
{
    height: 30px;
    vertical-align: top;
}
.SurveyPublishingOptions .label
{
    color: #003366;
    font-family: Arial, Verdana;
}
.SurveyPublishingOptions .MaxResponses
{
    width: 55px;
    margin: 0px 5px;
    margin-top: -2px; #margin-top:0px;
}
.SurveyPublishingOptions .InputText
{
    padding-bottom: 10px;
}
.SurveyPublishingOptions .PublishUntil
{
    margin-top: -2px; #margin-top:0px;
}
.SurveyPublishingOptions .ClosedUrl
{
    width: 550px;
}
.SurveyPublishingOptions .CheckBox
{
    width: 13px;
    height: 13px;
}
.SurveyPublishingOptions .RadioButton
{
    width: 13px;
    height: 13px;
}
.SurveyPublishingOptions .ButtonsDiv
{
    padding-top: 10px;
}
/***************  End Survey Publishing Options  **********************/

/***************  Surveys embed code **********************/
#tblSurveysWizard 
{
	border-collapse:collapse;
	width:70%;
	margin:auto;
	text-transform:lowercase;
}
#tblSurveysWizard TD
{
	width:25%;
	border: solid 1px #8fa8c1;
	text-align:center;
}
#tblSurveysWizard A
{
	font-size:5px;
	display:block;
	width:130px;
	text-decoration:none;
}
#tblSurveysWizard .noBorder TD
{
	border: solid 0px #8fa8c1;
}
#tblSurveysWizard .selected 
{
	background-color:#245190;
}
#tblSurveysWizard .passed 
{
	background-color:#e1ebf7;
}
#tblSurveysWizard .textSelected
{
	font-weight:bold;
}
#tblSurveysWizard .secondRow TD
{
	/*border-bottom-width:0px;*/
	height:11px;
	font-size:0px;
}
#tblPublishSurvey .PublishHeadline
{
	font-weight:bold;
	margin-bottom:5px;
	color: #003366;
}
#tblPublishSurvey td
{
    color: #003366;
    font-weight:bold;
}
/***************  End Surveys embed code **********************/

/***************  Main Survey report  **********************/

.MainSurveyReport .TabsHidden
{
	display:none;
}
.MainSurveyReport .BlueTextColor
{
    color: #073B7E;
}
.MainSurveyReport .SurveyOverviewDiv
{
	margin-bottom:-40px;
}
.MainSurveyReport .SurveyOverviewDiv td
{
    font-weight:bold;
    padding-top: 5px;
}
.MainSurveyReport .Tabs
{
	padding-bottom:10px;
	padding-top:15px;
}
.MainSurveyReport .QuestionLink
{
	height: 16px;
    overflow: hidden;
    width: 140px;
    font-size: 11px;
}
.MainSurveyReport .QuickLinks .QuestionLink a, .QuickLinks .QuestionLink strong
{
    color: #073B7E;
}
.MainSurveyReport .QuickLinks .QuestionLink a
{
	text-decoration: none;
}
.MainSurveyReport .QuickLinks .QuestionLink a:hover
{
    text-decoration: underline;
    #text-decoration: none; /* because of some problem in IE hebrew when hovering  */
}
.MainSurveyReport .QuickLinks .QuickLinksPageTitle
{
    font-weight: bold;
    margin-bottom:3px;
}
.MainSurveyReport .ChartsDiv
{
    background-color:White;
}
.BoxHeader
{
    background-color: #E1EBF7;
    padding: 0px 10px;
    font-weight: bold;
    color: #073B7E;
    font-size: 16px;   
}
.BoxHeaderText
{
	padding:7px 0px;
}
.MainSurveyReport .BoxHeaderTextWidth
{
	width:800px;
	overflow:hidden;
}
.MainSurveyReport .PageBreak .BoxHeaderTextWidth
{
	width:100%;
}
.MainSurveyReport .Pager
{
    height: 35px;
    padding: 0px 10px;
    background-color: #698DAD;
}
.MainSurveyReport .Pager a
{
    color: White;
    font-size: 16px;
    font-weight: bold;
}
.MainSurveyReport .ShowAllLinkDiv
{
    margin-top: 8px;
}
.MainSurveyReport .PageListDiv
{
    margin-top: 6px;
}
.MainSurveyReport .PageList
{
	margin:0px 5px;
}
.MainSurveyReport .Questions
{
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px 10px;
}
.QuestionType
{
    font-size: 11px;
}
.MainSurveyReport .PageBreak
{
    background-color: #A7C9EF;
    text-align: center;
}
.QuestionResults
{
    border-top: 0px;
    background-color: #f0f3f7;
}
.QuestionResults table
{
    font-weight: bold;
    border-collapse: collapse;
    width: 936px;
    text-align: center;
}
.QuestionResults .QuestionText
{
	width:375px;
	overflow:hidden;
}
.DataTd
{
	padding:0px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.MainSurveyReport .WhiteTd
{
    background-color: #FFF;
}
.MainSurveyReport .BarDiv
{
    height: 15px;
    background-repeat: repeat-x;
    background-image: url('../Img/surveys/progress-bar.png');
}
.MainSurveyReport .AnsweredCount
{
	padding-top:5px;
}
.MainSurveyReport .SkippedCount
{
	padding-bottom:5px;
}

/***************  End Main Survey report  **********************/


/***************  Start Responder Survey report  **********************/


.ResponderQuestionsTable
{
    border-collapse: collapse;
    text-align: center;
    border-top: 0px;
}

.ResponderQuestionsTableHeader
{
    background-color: #f0f3f7;
    font-weight: bold;
    border-collapse: collapse;
    text-align: center;
    border-top: 0px;
   border-bottom: 1px solid #ccc;
}
.ResponderQuestionsInfoPanel
{
    background-color: #f0f3f7;
    border-collapse: collapse;
    text-align: center;
    border-top: 0px;
    padding:0px 10px;
}

.ResponderQuestionsInfoPanelHeader
{
    background-color: #f0f3f7;
    font-weight: bold;
    border-collapse: collapse;
    text-align: center;
    border-top: 0px;
    padding:0px 10px;
}
.gridViewBorder
{
    border-top: solid 1px #8fa8c1;

}
/***************  End Responder Survey report  **********************/

/***************  Header Logo  **********************/

.HeaderUC
{
	direction: ltr; 
	width: 100%;
}
.HeaderUC .Logo
{
	padding:10px 0px;
}
.HeaderUC .Logo .ActLogo
{
	cursor:pointer;
	width: 215px; 
	height: 64px; 
	background-repeat: no-repeat;
}
.HeaderUC .Logo .ActCompLogo
{
	padding-top: 9px; 
	vertical-align: bottom;
    width: 220px; 
    height: 64px;
}
.HeaderUC .Login
{
	padding-top:16px;
}
.HeaderUC .LoginSep
{
	padding-top:14px;
}
.HeaderUC .LiveChat
{
	padding-top:10px;
}

/***************  End Header Logo  **********************/

/***************  Footer  **********************/

.FooterSeperator
{
	margin-top: 15px;
    background-color: #245190;
    height: 1px;
    line-height:0px;
    font-size:0px;
}
.LanguageButtons
{
	clear:both;
}
.FooterUC .Copyright
{
    margin-top:15px;
    margin-bottom:20px;
}

/***************  End Footer  **********************/

/***************  HomePage  **********************/

.HomePage .Column
{
	width:48%;
	min-height: 600px;
}
.HomepageQuickLinks
{
    width: 100%;
    margin-bottom: 10px;
}
.HomepageQuickLinks td
{
	text-align:center;
}
.HomepageQuickLinks .HomepageFeatures
{
	padding:0px 10px;
}
.HomepageQuickLinks .HomepageFeatures td
{
	width:15%;
}
.HomepageQuickLinks .HomepageFeaturesTitle
{
	font-size: 13px; 
	color: #999999; 
	font-weight: bold;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:4px;
}


/* DRAGDROP  */
.Handle
{
    font-weight: bold;
    border-bottom-width: 0px;
    width: auto;
    cursor: move;
    color: white;
    padding: 5px 0px;
    background-color: #245190;
}
.Rec
{
    position: relative;
    border: 1px solid #dbe5cf;
    background-color: #fff;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.Rec h1
{
    color: #ebebeb;
}

#Rec6
{
    height: 175px;
}
#About
{
    height: auto;
}
.Info
{
    padding: 5px;
}

/* LAST SENT CAMPAIGNS COMPONENT */
.lastSent
{
    width: 100%;
    height: 100%;
    color: Black;
}
.lastSent a
{
    font-weight: normal;
    color: Black;
    text-decoration: underline;
}
.lastSent TR TD
{
    border-bottom: solid 1px whitesmoke;
}
.CampaignLastCampaignsSentDate
{
    font-size: 12px;
    color: gray;
}
.lastCampaignsSentTitle
{
    font-weight: bold;
    color: #245190;
    text-align: center;
}
.lastCampaignSentOpened
{
    color: Gray;
    text-align: center;
}
.lastCampaignSentTotalSent
{
    text-align: center;
}
.lastSent TR TD.lastCampaignsSentMore
{
    color: Gray;
    border-bottom: solid 0px white;
}

/* BEFORE SEND CAMPAIGNS COMPONENT */
.tdAccountStatus
{
    height: 20px;
    width: 10%;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 0px white;
}
.accountStatusPercent
{
    color: Silver;
    font-weight: normal;
}
.tdCampaignStatistics
{
    height: 29px;
    width: 10%;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
}
.tdNoData
{
    height: 193px;
    text-align: center;
    border-bottom: solid 0px black;
}
.lastCampaignsSentMore a
{
    font-weight: normal;
    color: Gray;
}

/***************  End HomePage  **********************/

/***************  Change password  **********************/

.ChangePassword {}
.ChangePassword .Rules
{
	width:500px;
	padding-bottom:10px;
}
.ChangePassword .Rules li
{
	padding:5px 0px;
}
.ChangePassword .InputFields
{
	margin-top:20px;
}
.ChangePassword .ChangeButton
{
	margin-top:20px;
}
.ChangePassword .ErrorMessageUL
{
	color: red;
	width:500px;
}

/***************  End Change password  **********************/

/***************  Contact fields  **********************/

.CompanyFields td
{
	vertical-align:top;

}
.CompanyFields .inputFieldsTable td
{
	padding-bottom:10px;
}
.CompanyFields .ButtonTable
{
	margin-top:20px;
}

/***************  End Contact fields  **********************/

/***************  Edit/Create Dynamic Groups **********************/

.DynamicGroups .DataBlock
{
	padding-bottom:20px;
	width:80%;
}

/***************  end Edit/Create Dynamic Groups **********************/

/***************  Help text in title **********************/
.HelpText
{
	margin:23px 10px 0px 10px;	
}
.HelpTextDescription
{
	margin-bottom:10px;
}
.PageTitleOpen
{
	padding-bottom:5px;
}
.ArrowImage
{
	width:14px;
	height:10px;
	line-height:0px;
	font-size:0px;
	margin-bottom:-2px;
}

/***************  end Help text in title **********************/

/***************  reports **********************/

.ActiveAnalysisFirstWord
{
	font-weight:bold; 
	font-size:50px; 
	color:#000099; 
	font-style:italic;
    font-family:Arial; 
    letter-spacing:0.1mm;
}
.ActiveAnalysisSecondWord
{
	font-size:50px;
    color:gray; 
    font-style:italic; 
    font-family:Arial; 
    letter-spacing:0mm;
}

/***************  reports **********************/
