/** Add any custom styles (to be used across skins) to this css **/

.idcolorlight
{
	background: #cbd3dc;
}

.idcolor
{
	background: #003366;
}

.lightcolor
{
	background: #eeeeee;
}

thead
{
   text-align:left;
   font-size: 12px;
}

.smallDataTable
{
    text-decoration: underline;
}

textarea.display
{
    width: 100%;
    height: 300px;
}

textarea.clientproperties
{
    width: 100%;
    height: 850px;
}

textarea.rulesdisplay
{
    width: 100%;
    height: 300px;
}
.columnText
{
	font-family:Arial,Helvetica,Geneva,sans-serif;font-size:10pt;font-weight:normal;
}
.footertext
{
    font-size: 10px;
    color: #C5DFF0
}

.headertext
{
    font-size: 11px;
    color: #C5DFF0;
    font-weight:bold;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}

.standard_bold
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.dataTable
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-color: #6392C6;
    padding: 2px;
    margin: 0px;
    width: 100%;
}

.paginatorActiveColumn a
{
    color: black;
}

.scroller
{
    padding: 0px;
}

.scrollerText
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
}

.paginator
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dataTableHeader
{
    color: #000000;
    background-color: #E7EFF7;
    border-color: #6392C6;
    padding: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

.dataTableActionHeader
{
    text-align: center;
    font-size: 12px;
}

.dataTableFooter
{
    background-color: #FFFFE0;
}

table.dataTable tbody tr.rowEven td {background: #ffffff url('../images/td_back.gif') repeat-x;}

table.dataTable tbody tr.rowOdd td {background: #fcfcfc url('../images/td_back.gif') repeat-x;}

table.dataTable tbody tr.rowEven:hover td {background: #f7f7f7; color: #000;}
table.dataTable tbody tr.rowOdd:hover td {background: #f7f7f7; color: #000;}

.loginText
{
   font-size: 13px;
   font-style: italic;
   font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}

.registerAsNewUserLink
{
   text-align: left;
   font-weight: none;
   text-decoration: underline;
   font-size: 10px;
}

.logout
{
   text-align: center;
   color: #FFFFE0;
   font-weight: none;
   text-decoration: underline;
   font-size: 10px;
}

.logoutPanel
{
   text-align: center;
   color: #FFFFE0;
   font-weight: none;
   font-size: 9px;
   font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}

.dataTableColumn
{
	text-align: left;
	padding: 2px;
	color: #000000;
	background: white;
	vertical-align: middle;
	font-size: 12px;
}

.dataTableActionColumn
{
    text-align: center;
    vertical-align: middle;
    whitepace: no-wrap;
}

.replySelectionUrl
{
    white-space:nowrap;
    display:inline;
    float: right;
}

a
{
    font-size: 12px;
}

a:hover
{
    color: #CCCCFF;
}

.error
{
    color: #FF0000;
}

.sortLink {
    color: #333366;
    text-decoration: none;
}

.pageLayout
{
    width:100%;
    height:100%;
}

.pageHeader
{
    background-color: #6392C6;
    text-align: center;
    vertical-align: middle;
    height:1px;
    overflow:visible;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.viewHeader
{
   width: 100%;
   font-size: 170%;
   color: #222;
   letter-spacing: -1px;
   border-bottom: 1px solid black;
   padding: 27px 0 5px 0;
   margin: 0 0 25px 0;
   font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pageMenuHeader
{
    background-color: #6392C6;
    vertical-align: middle;
    height:1px;
    overflow:visible;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.pageHeaderColumn
{
    background-color: #FFFFFF;
    text-align: left;
}

.pageNavigation
{
    text-align: left;
    vertical-align: top;
    width: 1px;
    padding: 10px;
}

.pageBody
{
    text-align: left;
    vertical-align: top;
    padding: 50px;
    width: 100%;
    background-color: #FFFFFF;
}

.pageFooter
{
    text-align: center;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration: none;
    height:10px;
    overflow:visible;
}

.pageFooter a
{
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

.navigation
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.actionHeader
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.actionButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: italic;
    line-height: 11pt ;
    color: #003366
}

/* create a button look for links */
a:link.buttonLink, a:visited.buttonLink
{
    background-color: #0099ff;
    border-top: #99ccff solid 1px;
    border-right: #003399 solid 1px;
    border-bottom: #003399 solid 1px;
    border-left: #99ccff solid 1px;
    color: white;
    font-family: arial,helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 5px 1px 6px;
    text-decoration: none;
    text-align: center;
}
a:hover.buttonLink
{
    background-color: #9999ff;
    color: white;
}
/* depress effect on click */
a:active.buttonLink , a:focus.buttonLink
{
    border-top: #003399 solid 1px;
    border-right: #99ccff solid 1px;
    border-bottom: #99ccff solid 1px;
    border-left: #003399 solid 2px;
}

.navitem
{
    white-space : nowrap;
    text-decoration : none;
}

a.navitem:hover,active
{
    white-space : nowrap;
    text-decoration: none;
}

.navitem_open
{
    white-space : nowrap;
    text-decoration: none;
    font-weight : bold;
}

a.navitem_open:hover,active
{
    white-space : nowrap;
    text-decoration: none;
    font-weight : bold;
}

.navitem_active
{
    white-space : nowrap;
    text-decoration: none;
    font-weight : bold;
    background-color: #6392C6;
    width: 100%;
    color: #FFFFFF;
}

a.navitem_active:hover,active
{
    white-space : nowrap;
    text-decoration: none;
    font-weight : bold;
    background-color: #6392C6;
    width: 100%;
    color: #FFFFFF;
}

.navseparator
{
    line-height: 12px;
    border-bottom: 1px solid #A2B7C5;
}

.fileUploadInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	white-space: nowrap;
}

.emptyHeader
{
    background-color: #FFFFFF;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
}

div.titlebar {
  background: #C7D0D9;
  color: black;
  border: 1px solid black;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 1px 1px;
  clear: both;
}

.communicationcontents
{
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  margin: 1px 1px;
  font-weight: normal;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*
   ------------------------------------------------------------
   Calendar component
   ------------------------------------------------------------
*/

.yearMonthHeader {
    background-color: #DDDDDD;
    color: #000000;
    text-align: center;
    border: none;
    font-weight: bold;
}

.weekHeader {
    background-color: #E7E7E7;
    color: #000000;
    text-align: center;
    border: none;
}

.currentDayCell {
    background-color: #DDDDDD;
    color: #000000;
    border: none;
}


/*
   ------------------------------------------------------------
   End Calendar component
   ------------------------------------------------------------
*/

/*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/

.popupHeader
{
    width: 100%;
    text-align: right;
}

.popup
{
    background-color:rgb(255,255,255);
    color: #000000;
    font-size:smaller;
    padding: 0px;
    width:100%;
}

.popup table
{
    font-size:smaller;
}


/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/


.formTable
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-color: #6392C6;
    padding: 2px;
    border-style: dashed;
    background-color: #E7EFF7;
    border-width: 1px;
}

.formHeader
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-color: #6392C6;
    padding: 2;
    border-style: none;
    background-color: #E7EFF7;
    text-align: center;
    font-weight : normal;
}

.formFooter
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-color: #6392C6;
    padding: 2;
    border-style: none;
    background-color: #E7EFF7;
    text-align: center;
    font-weight : normal;
}

.formLabels
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
    text-align: right;
    font-weight : bold;
    vertial-align: top;
}

.formInputs
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
}

.complexViewVariableLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: 16pt;
    font-weight: bold;
    color: #006666
    text-align:left;
}

.viewVariableLabel
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
    text-align: left;
    font-weight : bold;
}

.viewVariableText
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    text-align: left;
    border: none;
}

/*
   ------------------------------------------------------------
   Tree component
   ------------------------------------------------------------
*/

.nodeFolder
{
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none
}
.document
{
    color: blue;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none
}
.documentSelected
{
    color: blue;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-weight: bold
}
.childCount
{
    color: blue;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none
}

/*
body, th, td, input, select {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

table, th, td
{
    font-size: small;
    border: none;
}

.treeHeader {
    background-color: #bbb;
    border: 0.75px solid #fff;
    padding: 2px 3px;
    text-align: left;
}

.treeFooter {
    padding: 5px;
    margin: .67em 2px;
    margin-top: 0;
    background-color: #ddd;
    background-image: url(../images/sw_med_rond.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

input, .treeFooter {
    font-size: xx-small;
    font-size: x-small;
}

.a td {
    background: #ddd;
    border-bottom: 1px solid #fff;
}

.b td {
    background: #efefef;
    border-bottom: 1px solid #fff;
}

.col1 {
    border-right: 1px solid #fff;
    padding: 2px 15px 2px 5px;
}

.col2 {
    border-left: 1px solid #fff;
    padding: 2px 15px 2px 5px;
}

.tree {
   lineheight: 18px;
   font-family: arial, sans-serif;
}

.treenode {
   padding: 2px 15px 2px 5px;
}

.treenodeSelected {
   padding: 2px 15px 2px 5px;
}

table .selectOneRadio
{
    font-weight: bold;
}


.standardList
{
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

/* create a button look for links */
a:link.lightbutton, a:visited.lightbutton
{
	text-decoration: none;
	color: #000000;
	background-color: #cbd3dc;
	padding: 0.1em 0.7em 0.1em 0.7em;
	margin: 0 0 0 5px;
	white-space: nowrap;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #ffffff;
	font: normal 10px arial, helvetica, sans-serif;
	text-align: center;
}
a:hover.lightbutton
{
    background-color: #ffffff;
}

.bdytxtbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	white-space: nowrap;
}

.bdytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	padding-right: 5px;
}

.right
{
    float:right;
    text-align:right;
}

.left
{
    float:left;
    text-align:left;
}

.bdytxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
}

.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal
}

a.iconbutton
{
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #cedfdf;
    padding: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 20px;
	white-space: nowrap;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
	border-left: 1px solid #ffffff;
	font: normal .9em arial, helvetica, sans-serif;
	text-align: center;
}

a.iconbutton:visited
{
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #cedfdf;
    padding: 2px;
	margin: 1px;
	width: 20px;
	white-space: nowrap;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
	border-left: 1px solid #ffffff;
	font: normal .9em arial, helvetica, sans-serif;
	text-align: center;
}

a.iconbutton:hover
{
    background-color: #cedfdf;
}

.tabletext
{
    font-size:10pt
}
.warning
{
    color: red;
    font-style: italic
}

.emailDemoMessage
{
    height: 830px;
}

.postcardDemoMessage
{
    height: 770px;
}

.letterDemoMessage
{
    height: 780px;
}

.smsDemoMessage
{
    height: 460px;
}

.defaultDemoMessage
{
    height: 350px;
}

.demoMessageContainer
{
    border-bottom: solid rgb(134,194,171) 1px;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.demoCategoryHeader
{
    background: transparent url('../images/category_bg.gif');
    color: #2A3A8A;
    font: 20px/1.5em Verdana, Helvetica, sans-serif ;
    padding : 0.2em 0.4em 0.2em 0.4em;
}

.demoMessageNotConfiguredText
{
    font: 13px/1.5em Verdana, Helvetica, sans-serif;
    text-align: left;
    padding : 0.4em 0.4em 0.4em 0.4em;
    color:red;
}

.demoMessageDoNotSend
{
    font: 14px/1.5em Verdana, Helvetica, sans-serif ;
    border-bottom: solid rgb(134,194,171) 1px;
    padding : 0.4em 0.4em 0.4em 0.4em;
    font-weight: bold;
    color:red;
}

.demoMessageDefinition
{
    font: 15px/1.5em Verdana, Helvetica, sans-serif ;
    font-weight: bold;
    display:block;
}

.demoMessageDefinitionText
{
    background-color: #F5F8FF;
    padding : 0.4em 0.4em 0.4em 0.4em;
    border-bottom: solid rgb(134,194,171) 1px;
    border-top: solid rgb(134,194,171) 1px;
}

.demoMessageDescription
{
    font: 12px/1.5em Verdana, Helvetica, sans-serif;
    display: inline;
}

.demoMessageRule
{
    font: 13px/1.5em Verdana, Helvetica, sans-serif;
    font-weight: bold;
    display:block;
}

.demoMessageRuleText
{
    background-color: #FFFFE0;
    padding : 0.4em 0.4em 0.4em 0.4em;
    border-bottom: solid rgb(134,194,171) 1px;
}

.noCategoryDemoMessageRuleText
{
    background-color: #FFFFE0;
    padding : 0.4em 0.4em 0.4em 0.4em;
    border-bottom: solid rgb(134,194,171) 1px;
    border-left: solid rgb(134,194,171) 1px;
    border-right: solid rgb(134,194,171) 1px;
}


.demoMessageRuleTemplateText
{
    font: 13px/1.5em Verdana, Helvetica, sans-serif;
    font-weight: bold;
    display:block;
    font-style: italic;
}

.demoMessageRuleDescription
 {
    font: 11px/1.5em Verdana, Helvetica, sans-serif ;
    display: inline;
}

.demoMessageSubject
{
    font: 12px/1.5em Verdana, Helvetica, sans-serif ;
    font-weight: bold;
    display:block;
}

.demoMessageSubjectDescription
{
    font: 12px/1.5em Verdana, Helvetica, sans-serif ;
    display: inline;
}

.demoMessageSubjectText
{
    background-color: #FFFAF0;
    padding : 0.4em 0.4em 0.4em 0.4em;
    border-bottom: solid rgb(134,194,171) 1px;
}

.demoMessageViewCampaignText
{
    font: 13px/1.5em Verdana, Helvetica, sans-serif ;
    font-weight: bold;
}

.replyGroupText
{
    font-style: italic;
}

.leftAlign
{
    text-align: left;
    display: table;
}
