﻿
/* Block colour is #e51c23  */
/* Active colour is #C7161C */
/* Dim colour is #6969FF */
/* light i.e. white backgrounds are #FEFEFE */
/* wash colour backgrounds are #FFE569 */

body {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 11pt;
	 color: Black;
	 background-color:#353535;
}
.HTMLeditorBody
{
	background-image: none;
}
a:link, a:active {
	  color : #C7161C;
      text-decoration: none;
}
a:visited  {
	  color : #6969FF;
      text-decoration: none;
}
a:hover {
      color: #e51c23 ;
      text-decoration: underline;
}

hr
{
	height: 2px;
    color: #D0D0D0;
    background: #D0D0D0;
    font-size: 0;
    border: 0;
    margin: 20px 10px 20px -11px;
}

#TableCell22
{
	width:365px;
}

.tableTableHeader a:Link,
.tableTableHeader a:Visited,
.tableTableHeader a:Active,
.tableTableHeaderSml a:Link,
.tableTableHeaderSml a:Visited,
.tableTableHeaderSml a:Active
{
      color: white;
      text-decoration: none;  
      font-weight: normal;
}
.tableTableHeader a:Hover, .tableTableHeaderSml a:Hover
{
      text-decoration: underline;  
}

#TreeViewDiv
{
	background-color: GreySmoke; 
	/*border: 1px solid #e51c23 ; */
	padding-top: 5px; 
	padding-bottom: 5px;
}

.greyImgBG
{
	background-color:#E7E7E7;
	/*background-image:url('/App_Themes/mkzTheme/images/backgrounds/body_background.png');*/
}

.tableMain
{
	background-color:White;
	/*background-color: #FFE569;*/
	margin-bottom: 20px;
	height: 600px;
}
.tableMistress
{
	background-color: #FFE569;
}

.tableBorder
{
	border: 1px solid #e51c23 ;
	padding: 4px;
	margin-bottom: 10px;
}
/* Layers */


.layerMain
{
	background-color:White;
	/*background-color: #FFE569;*/
    border-radius: 1px;
	padding: 10px 0px 10px 0px;
}

.layerMainRight
{
	line-height: 15pt;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	/*background-image:url('images/backgrounds/body_background.png');*/
	background-color:white;
	position: absolute;
	margin-left:0px;
}

.layerMainRightInner
{
	width:320px;
	margin-top:0px;
}

.layerHeader
{
	background-color: #e51c23 ;
	height:24px;
	position: relative;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom:10px;		
}

.countdown
{
	display:none;
}

#TableMainCell11
{
	height:24px;
}

.layerPanelNC,
.layerPanelNCRight
{
	line-height: 15pt;
	padding: 10px 0px 10px 23px;
	background-color:#F4F4F4;	
	/*background-image:url('images/backgrounds/body_background.png');*/
}
.layerPanelNCRight
{
	padding-top: 8px;
	padding-bottom: 8px;
}

#LetterCkEditor
{
	background-color:blue;
}

.LetterEditor
{
	position:relative;
	left: 3px;
}

.LetterEditorHolder
{
	position: relative; 
	left: -3px; 
	top: 0px; 
	width: 100%;
	height: 100%; 
	padding: 4px 4px 4px 4px;
}

#ContentPlaceHolder1_letter_editor1_ImageButtonSelAddr
{
	display:none;
}

/** MAIN MENU STYLING **/

#MainMenuList
{
	list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #e51c23;
    height:40px;
    overflow:hidden;
}
#MainMenuList li
{
	background-color:#e51c23;
	float:left;
	height:40px;
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 0px 10px;		
}
#MainMenuList li:first-child
{
	border-top-right-radius: 5px;	
}
#MainMenuList li:last-child
{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
#MainMenuList li:hover
{
	background-color:#8b8d90;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#MainMenuList li:hover ul
{
	display:block;
	color:white;
	position:absolute;
	padding:0px;
	margin:9px 0px 0px 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#MainMenuList li:hover ul li a
{
	margin: 0px 0px 0px 10px;	
}
#MainMenuList li a
{
	color:White;
	text-decoration:none;
	padding:0px;
}
#MainMenuList li ul
{
	display:none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#MainMenuList li ul li a
{
	display:block;
}
#MainMenuList li ul li
{
	display:block;
	background-color:#8b8d90;
	list-style-type: none;
	width:250px;
	clear:left;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	height:28px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;		
}

#MainMenuList li ul li:hover
{
	background-color:silver;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	cursor:pointer;
}


#Main_menu1_ComposeLetters
{
	display:none !important;
}

#ComposeCards
{
	display:none !important;
}

#CustomCompose
{
	display:none !important;
}

.layerMainMenu,
.layerMainMenuLeft,
.layerMainMenuRight
{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	background-color: #e51c23 ;	
}
.layerMainMenuLeft
{
	width: 80%;
	left: 0px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px; 	
}
.layerMainMenuRight
{
	width: 20%;
	right: 0px;
	float: right;
	vertical-align: bottom;
	text-align:right;
	padding-right: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; 
}
.layerCurrentDate
{
	width: 300px;
	height: 20px;
	right: 10px;
	top: 0px;
	position: absolute;
	font-size: 8pt;
	color: black;
	text-align: left;
}

.layerToolbarMain
{
	vertical-align: middle;
	height: 25px;
	right: 5px;
	top: 55px;
	position: absolute;
	font-size: 10pt;
	color: black;
	text-align: right;
}

.dateClass
{
	color: WHITE;
	text-align: left;
	font-size: 1em;
}


#HomeLink
{
	display:none;
}

.MenuImage
{
	/*display:none;*/
}

#Main_menu1_HelpButton
{
	display:none;
}

.ImpersonateDropDown
{	
	display:none;
}

.layerFooter
{
	margin-top: 10px;
	width: 100%;
	height: 30px;
	position: relative;
	padding-top: 0px;
	font-size: 9pt;
	clear: both;
	text-indent: 10px;
}
.layerFooterInsetRight
{
	top: 0px;
	right: 15px;
	position: absolute;
	text-align: right;
}
.layerPleaseWait
{
	width: 250px;
	height: 60px;
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin-left:-125px;
	margin-top:-30px;
	visibility: hidden;	
}
.layerPopup
{
    border-radius: 1px;
	border-style: solid;
    border-radius: 1px;
	border-color: #e51c23 ;	
	background-color:#E7E7E7;
	color: black;
	line-height: 15pt;
	padding: 10px 10px 10px 10px;
	visibility: hidden;
	z-index: 200;
}

.layerPopupJQ
{
    border-radius: 1px;
	border-style: solid;
    border-radius: 1px;
	border-color: #e51c23 ;	
	background-color: #FFE569;
	color: black;
	line-height: 15pt;
	padding: 10px 10px 10px 10px;
	z-index: 200;
}
.layerPopupButtons
{
	width: 100%;
	height: 40px;
	text-align: right;
}
.layerPopupBodyMax
{
	font-size: 8pt;
	color: black;
	line-height: 14pt;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.layerPopupBodyMaxRight
{
	font-size: 8pt;
	color: black;
	line-height: 14pt;
	width: 575px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	text-align: right;
}
.layerPopupTitleBar
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	margin-bottom: 10px;
	height: 24px;
	background-color: #e51c23 ;
	border-bottom: #9997b5 1px solid;
}
.layerPopupIcon
{
	width: 16px;
	position: relative;
	height: 16px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 5px;
	float: left;
}

.layerWPToolbar,
.layerWPToolbarLeftInset,
.layerWPToolbarRightInset
{
	width: 100%;
	background-color: #e51c23 ;
	height: 32px;
	position: relative;
	top: 0px;
}
.layerWPToolbarLeftInset
{
	left: 0px;
	position: absolute;
	padding-left: 10px;
	text-align: left;
	font-size: 8pt;
	color: black;
	vertical-align: middle;
	line-height: 32px;
}
.layerWPToolbarRightInset
{
	width: 150px;
	right: 0px;
	position: absolute;
	padding-right: 10px;
	text-align: right;
	font-size: 8pt;
	color: black;
	vertical-align: middle;
	line-height: 32px;
	z-index: 100;
}

.layerPageSectionTitle
{
	text-align: right;
	float: right;
	color: SteelBlue;
	font-weight: bold;
}

.layerHorizontalSpacer
{
	width: 100%;
	height: 10px;
	background-color:#F4F4F4;
}
.layerHorizontalSpacerWhite
{
	width: 100%;
	height: 10px;
	background-color:white;
}
.layerHorizontalLine
{
	width: 300px;
	position: relative;
	height: 20px;
	clear: both;
	background-image: url(images/components/dot_blue.gif);
	margin-left: 10px;
	margin-right: 10px;
}
.layerHorizontalLineMid
{
	width: 100%;
	position: relative;
	height: 30px;
	clear: both;
	background-image: url(images/components/dot_blue.gif);
}
.layerHorizontalLineMax
{
/*	width: 575px; */
	position: relative;
	height: 20px;
	clear: both;
	background-image: url(images/components/dot_blue.gif);
	margin-left: 10px;
	margin-right: 10px;
}
.layerRecipientPanel
{
	left: 129px;
	width: 245px;
	position: absolute;
	top: 328px;
	height: 135px;
}

/* Tables */
.tableTableHeader
{
	color: white;
	font-weight: bold;
	height: 30px;
	max-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #585858;
	text-indent: 10px;
}
.tableTableHeader th
{
	text-align:left;
	font-weight: normal;
}
.tableFilterHeader
{
	color: white;
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
	background-color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-repeat:repeat;
	text-indent: 2px;
}
.tableRowOdd,.tableRowOddSelectable {
	color: DimGray;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: white;
	text-indent: 10px;
	background: #FEFEFE;
}
.tableRowEven, .tableRowEvenSelectable {
	color: DimGray;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
	background: #FBFBFB;
}
.tableRowOddSelectable td, .tableRowEvenSelectable td {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableRowNoIndent {
	text-indent: 0px;
}
.tableTableFooter {
	font-size: 8pt;
	color: white;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #585858;
}

.tableTableHeaderSml
{
	font-size: 9pt;
	color: white;
	height: 23px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #e51c23 ;
	/*background-image: url(images/components/toolbar_middle.gif);
	background-repeat: repeat-x;*/
	width: 100%;
	text-indent: 2px;
}

.tableRowOddSml {
	font-size: 11px;
	color: DimGray;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: white;
	text-indent: 2px;
}
.tableRowEvenSml {
	font-size: 11px;
	color: DimGray;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	text-indent: 2px;
}
.tableTextField 
{
	padding-left: 10px;
	text-indent: 0px;
}

.layerScrollingTable
{
	overflow-y:scroll;
	width:100%;
	max-height:285px;
}

/* Image */
.imgBrandLogo
{
	position: absolute;
	display:none;
}
.imgOrganisationLogo
{
	right: 0px;
	position: absolute;
	width:240px;
	text-align: right;
}

/* Text */
.textHeading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
}
.textHeading2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
}
.textHeading3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
}
.textHeading4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
}
.textHeading5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
.textHeading6,
.textHeading6right,
.textHeading6centre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #e51c23 ;
	font-weight: bold;
	text-align: left;
}
.textHeading6right
{
	text-align: right;
}

.textHeading6centre
{
	text-align: center;
}

a.text_hyperlink:Link , a.text_hyperlink:Active {
	color: #C7161C;
}
a.text_hyperlink:Visited  {
	color: #6969FF;
}
a.text_hyperlink:Hover {
	color: #e51c23 ;
	
}
a.text_disabled_hyperlink 
{
	color: DimGray;
}
.letterheadLabel
{
	font-size: 11pt;
	color: black;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}
.text8pt
{
	font-size: 8pt;
}
.text10pt, .text10ptGrey
{
	font-size: 10pt;
	line-height: 15pt;
}
.text10ptGrey
{
	color: DimGray;
}
.txt_error {
	color: Red;
	text-align: center;
	width: 100%;
}
.text8ptGrey
{
	font-size: 8pt;
	vertical-align: middle;
	color: DimGray;
}
.text9ptRed 
{
	font-size: 9pt;
	vertical-align: top;
	color: #e51c23 ;
	font-weight: bold;
	text-align: center;
	height: 18px;
}

.radioText11
{
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #e51c23 ;
	/*font-weight: bold;*/
	text-align: left;
	/*margin-top: 160px;*/
	line-height: 14pt;
}

.text_link_10 {
	font-size: 10px;
	line-height: 15px;
}
a.text_link_10:Link {
	color: #C7161C;
}
a.text_link_10:Visited {
	color: #6969FF;
}
a.text_link_10:Hover {
	color: #e51c23 ;
}
a.text_link_10:Active {
	color: #C7161C;
}
.textFormElement
{
	color: Black;
}
.textFormElementRight
{
	float: right;
	color: black;
}
.textFormTextBox,
.textFormTextBoxColour,
.textFormDropDown
{
	font-size: 13px;
	padding: 3px;
	color: black;
	background-color:#FFF;
	border:1px solid #999;
    border-radius: 1px;
    resize: none;
}

.textFormTextBoxColour:focus
{
	background-color:#FFE569;
}


.textFormTextBox
{
	min-height: 17px;
}

.textFormElement12
{
	font-size: 12pt;
	color: black;
}

.textFormLabel, 
.w120, 
.textFormLabelLeft, 
.textFormLabelOffsetLeft
.fieldName
{
	color: #e51c23 ;
	text-align: right;
	line-height: 14pt;
	font-size: 11pt;
}

.textFormLabelLeft, 
.textFormLabelOffsetLeft
{
	color: #e51c23 ;
	text-align: left;
	margin-bottom:2px;
}

.textFormLabelOffsetLeft
{
	margin-left: 20px;
}

.fieldName
{
	display:block;
	float: left;
	width: 163px;
	padding-right: 10px;
}
/* Advanced HTML Editor */
.dmx_btn     { width: 22px; height: 22px; border: 1px solid #CF9EC7; margin: 0; padding: 0; background-color: #CF9EC7; }
.dmx_btnOver { width: 22px; height: 22px; border: 1px outset #B675AE; margin: 0; padding: 0; background-color: #B675AE; }
.dmx_btnDown { width: 22px; height: 22px; border: 1px inset #B675AE; margin: 0; padding: 0; background-color: #B675AE; }
.dmx_btnNA   { width: 22px; height: 22px; border: 1px solid #CF9EC7; margin: 0; padding: 0; background-color: #CF9EC7; }
.dmx_menuBar { height: 30px; background-color: #CF9EC7; }

/* Calendar */

.kw_img {
	border: 0px;
}
.kw_cal_a {text-decoration: none;}

#kwon a:link, #kwon a:visited {
	text-decoration:none;
	display:block;
	color: DimGray;
}
#kwon a:hover {
	background-color:#ee1a2e;
	color: #FFFFFF;
	text-decoration:none;
}
.kw_cal_wkendon {
	background-color:#ededf3;
	color: #FFFFFF;
}
.kw_cal_wkendoff {
	background-color:#ededf3;
	color: #FFFFFF;
}
.kw_cal_off {
	background-color:#f3f3f7;
}
.kw_cal_on {
	background-color: #f3f3f7;
}
.kw_cal_wktitle {
	background-color: #9997b5;
	color: #FFFFFF;
	font-weight: bold;
}
.kw_cal_mnth {
	background-color:#ededf3;
}
.kw_cal_yr {
	background-color:#ededf3
}
.kw_cal_ntmoff {
	background-color:#d7d7e5
}
.kw_cal_ntmon {
	background-color:#d7d7e5
}
.kw_cal_today {
	color: #FFFFFF;
}
.kw_cal_special {
	background-color:#0053a1;
}
.kw_cal_tbl2 {
	border: 1px solid #7c7c94;
	font-size: 7pt;
	text-align: center;
	background-color: #FFFFFF;
}
.kw_select {
	font-size: 7pt;
}
.archive 
{
	display:block;
	background:url('/images/treeview/archive.gif') center top no-repeat;
	height:16px;
	width:16px;
}
.archive:hover 
{
	background:url('/images/treeview/archive_open.gif') center top no-repeat;
}
.deleteLink 
{
	display:block;
	background:url('/images/page_buttons/delete.gif') center top no-repeat;
	height:19px;
	width:16px;
}
.deleteLink:hover 
{
	background:url('/images/page_buttons/delete-drop.gif') center top no-repeat;
}
.scrollingTextField
{
	overflow-x:scroll;
}
.truncatedTextField
{
	white-space: nowrap; 
	overflow:hidden;
	text-overflow: ellipsis; 
}
#tsh_front_container, #tsh_continuation_container
{
	position:relative;
	width:158px;
}
.thumbScroller 
{
	position:relative;
	overflow:hidden;
}
.thumbScroller .container
{
	position:relative; 
	left:0;
}
.thumbScroller .content
{
	float:left;
}

.thumb
{
	border: 1px solid Black;
	width:120px;
	background-size: contain;
	vertical-align: middle;
}

.thumbEnvelope
{
	border: none;
	width:300px;
	height:200px;

	min-width:100%; min-height:100%; height:auto;
}

.downloadFile
{
  margin:2px;
  height:80px;
  width:125px;
  float:left;
  text-align:center;
}
.downloadempty
{
	opacity:0.5;
	filter:alpha(opacity=40);
}


.countDown
{
	padding-top: 10px;
	margin-bottom: 0px;
	width: 100%;
	color: White;
	text-align: left;
	font-size: 1em;
}

.addressarea
{
	border: 2px solid;
	border-color: #C7161C;
	z-index: 2; 
	position:absolute; left: 12mm; top: 44mm;  width: 84mm; height: 41mm;
	background-color:white;
	text-align:left;
	border-radius: 8px;
	padding: 4px 4px 4px 4px;
}

.fltlft {
	float: left;
}

.fltrt {
	float: right;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.panel {
	border:1px solid Silver;
	padding: 8px 10px 10px 10px;
    border-radius: 1px;
	background:#FFE569
}

input[type!="image"] {
	font-size: 13px;
	padding: 3px;
	border:1px solid #999;
    border-radius: 1px;
}

input:focus {
	box-shadow: rgba(212,52,52, 0.7) 0px 0px 3px;
	-moz-box-shadow: rgba(212,52,52, 0.7) 0px 0px 3px;
	-webkit-box-shadow: rgba(212,52,52, 0.7) 0px 0px 3px;  
	border:1px solid #666;
}

/* BUTTON */

.button,
.button_sml,
.button_fixedlen,
.button_fixedlenwide,
.button_fixedlennarrow,
.button_queue,
.button_queuesmall 
{	
	background-color: #C7161C;
	border: 0px solid #e51c23 ;
	border-radius: 1px;
	color: White;
	font-size: 14px;
	line-height: 1;
	padding: 4px 4px 4px 4px;
	margin : 4px 4px 4px 4px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px;
}

.button_noMargin
{
	margin:0px;
}

.button_sml
{
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

.button_queue 
{
	margin: 0px 10px;
	min-width:80px;
}

.button_queuesmall 
{
	margin: 0px 0px;
	min-width:20px; 
	max-width:20px; 
	padding-left:0px; 
	padding-right:0px; 
}

.button_fixedlen {
	min-width:260px;
	max-width:260px;
	text-align:center;
	background-color:#C7161C;	
	color:white;
	height:35px;
}

.button_fixedlenwide {
	min-width:260px;
	max-width:260px;
	padding-left:20px;
	text-align:center;
	background-color:#C7161C;
	color:white;
	height:35px;
}

.button_fixedlennarrow {
	min-width:80px;
	max-width:80px;
}

.button:hover, 
.button_sml:hover, 
.button_fixedlen:hover,
.button_fixedlenwide:hover,
.button_queue:hover
{
    background-color: #8b8d90;
    border-color: #C7161C;
    cursor: pointer;
}
.button:active, 
.button_sml:active, 
.button_fixedlen:active,
.button_fixedlenwide:active,
.button_queue:active
{
    background-color: #585858;
}
.button:disabled, 
.button_sml:disabled ,
.button_fixedlen:disabled,
.button_fixedlenwide:disabled,
.button_queue:disabled
{
	background-color:#8b8d90;
	color:White;
}
.button:disabled:hover,
.button_fixedlen:disabled:hover,
.button_fixedlenwide:disabled:hover,
.button_queue:disabled:hover
{
	cursor:default;
}

.timeLeft, .timeLeftSoon 
{
	color: White;
}
.timeLeftSoon
{
	font-weight: bold;
	color: White;
}


.layerLogin
{
	position: absolute; 
	top: 20px; 
	left: 50%; 
	width: 600px;
	margin-left: -300px;
	background-color: #FFE569;
	border-style: none;
	padding: 10px 5px 10px 10px;

}

#login_container {
	position: absolute; 
	top: 20px; 
	left: 50%; 
	width: 600px;
	margin-left: -300px;
	background-color: white;
	border-style: none;	
	padding: 10px 10px 10px 10px;
}
#login_inner {
	border-style: none;
	background-color: White;
}

#login_header {
	height: 80px;
	margin: 16px;
}

#login_left {
	border-style: none;
	width: 558px;
	margin: 0px 0px 20px 20px;
	float: left;
}
#login_right {
	border-style: none;
	width: 300px;
	height: 435px;
	margin: 0px 20px 20px 0px;
	float: right;	
	display:none;
}
#loginPanel {
	border-style: none;
	background-color:#FBFBFB;
	position:relative;
	top:-4px;
	width:518px;
	padding:0px 0px 0px 41px;
}
#loginPanel input[type=password],
#loginPanel input[type=text]
{
	width:90%;
	height:30px;
}
#loginPanel input[type=submit]
{
	width:200px;
	height:50px;
	max-width:300px;
	font-size:1.1em;
	margin:0px 0px 20px 0px;
	padding:0px;
	position:relative;
}
#loginPanel p
{
	color:gray;
}
#forgotPanel 
{
	background-color:#FBFBFB;
	border-style: none;
	margin: 20px 0px 00px 0px;
	color:gray;
	padding:0px 0px 20px 41px;
}
#forgotPanel p
{
	color:gray;
}
#forgotPanel input[type=text]
{
	width:90%;
	height:30px;
}
#forgotPanel input[type=submit]
{
	width:218px;
	max-width:400px;
	height:40px;
	margin-left:0px;
}
#aboutPanel {
	border-style: none;
}

#login_logo {
	border-style: none;
	text-align: right;
	margin-top: 20px;
}
#login_footer {
	border-style: none;
	margin: 6px;
	font-size: 12px;
}
.login_h1 {
	font-size: 28px;
	color: #e51c23 ;
	padding-bottom: 10px;
	line-height: 34px;
}
.login_h2 {
	font-size: 22px;
	color: #e51c23 ;
	padding-bottom: 10px;
	line-height: 25px;
}
span.borderedLabel 
{
	border-radius: 1px; 
	border: 1px solid Silver; 
	margin: 5px 0px 5px 0px; padding: 2px 5px;
}
div.cke_editable:hover
{
	box-shadow:  0px 0px 3px 3px #e51c23 ;
}
*+html div.cke_editable:hover
{
	background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=270),
           progid:DXImageTransform.Microsoft.Chroma(Color='#ffffff');
}
@media \0screen 
{
	div.cke_editable:hover
	{
		background-color: #ffffff;
		filter: progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=0),
			   progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=90),
			   progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=180),
			   progid:DXImageTransform.Microsoft.Shadow(Color=#f2a299, Strength=5, Direction=270),
			   progid:DXImageTransform.Microsoft.Chroma(Color='#ffffff');
	}
}


/****** Template Previews *******/


#PreviewPage2
{
	width:100%; 
	padding-left:6px;
	margin-top:0px;
	display:none;
}

#PreviewPage2 img
{
	float:right; 
	max-width:100%; 
	max-height:250px
}

#TemplatePreviews
{
	width:585px;
	height:490px; 
	overflow-y:auto;
	position: fixed; 
	top: 25%; left: 50%; 
	margin-top: -250; 
	margin-left: -280px; 
	z-index:999; 
	background-color:#E7E7E7;
	/*background-image:url('images/backgrounds/body_background.png');*/
	padding-left:20px; 
	border: 2px solid silver;
	visibility:hidden;
}

#TemplatePreviews input
{	
	position:relative;	
	left: 50%;	
	margin-left: -253px; 
	width:485px;
	cursor:pointer;	
}

#PreviewsHeader
{
	font-size:20px;
	color:Gray;
}

.TemplatePreviewImage
{
	width:170px;
	min-height:122px;	 
	cursor:pointer;
	border: 1px solid silver;
	visibility:hidden;	
}

.TemplateCategoryHeader
{
	color:#e51c23 ;
	font-size:20px;	
}

.btnPrev
{
	height:80px;
	width:7px;
	margin-top:50%;
	margin-bottom:50%;
	cursor:pointer;
}

.btnNext
{
	height:80px;
	width:7px;
	margin-top:50%;
	margin-bottom:50%;
	cursor:pointer;
}

#Side2PreviewLarge
{

}

.imgPreviewPage2
{
	min-width:742px; 
	max-width:742px; 
	min-height:522px;
	max-height:522px;
	margin:15px 0px 20px 3px; 
	border:1px solid silver;
}


/* hide template drop down list */

.ButtonOnlyTemplates
{
	display:none;
}



/**** Compose Page Optional Additions ****/

/* Show start here info */

#StartHere
{
	color:#e51c23;
	font-size:13px;
}

#StartHere h1
{	
	padding:0px;
	font-weight:normal;
	font-size:40px;
	margin-bottom: 12px;
}

#StartHere div
{	
	position:relative;
	left:-10px;
}



/* Name of mail item */

#NameContainer
{
	width:100%;
	text-align:center;
	margin-left:-16px;
	padding:0px;
}

.namePostcard
{
	color:Gray;
	padding:0px;
	font-weight:normal;
	font-size:18px;	
	width:100%;
	text-align: center;	
}

.namePostcardtxt
{
	border:1px solid white;
	width: 220px;
	padding:8px;
	margin: 10px 0px 20px 0px;
	text-align:center;
	color:Gray;
	
}

/* maximumk sheets info label */

#ContentPlaceHolder2_MaxSheets_label
{
	display:inline-block;
	width:250px;	
	margin:0px 10px 0px 10px;
}


/* style options */

.options
{
	background-color:#EBEBEB;
	padding:0px 0px 0px 23px;
	color:Gray;
	font-weight:normal;
	font-size:23px;	
	height:60px;
}

.optionsHeader
{
	color:Gray;
	margin:20px 0px 0px -45px;
	font-weight:normal;
	font-size:23px;	
}

.optionsSimplex
{
	/*display:none;*/
}

.optionsPriority
{
	display:none;
}

.chk
{
	color: #e51c23;
}

.chk input:checked
{
	background-color:#e51c23;
}

.rl td
{
	min-width:100px;	
}


/* Find recipient popup */

#ContentPlaceHolder1_letter_editor1_Find_recipient1_TextBox1
{
	margin-left:5px;
	height:25px;
	width:250px;
}

.RecipientGrid
{	
	width:598px;
	max-width:598px;
	overflow:hidden;
}

/* Information icon and hover text */

.Question
{
	z-index:99;
	cursor:pointer;
	position:absolute;
}

.QuestionText
{
	min-width:260px;
	max-width:500px;
	min-height:71px;
	z-index:1999;
	display:none;
	color:White;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	padding:10px;
	background-color:gray;
	position:absolute;
	text-align:left;
}


/* User guidance icons */

.StageNumber
{
	height:75px;
	width:75px;
/*	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage.png');*/
	text-align:center;
	z-index:300;
	float:left;
	color:White; 
	font-weight:bold; 
	line-height:45px;
	font-size:40px;
}

.Stage
{
	/*position:relative;
	top:5px;
	display:none;*/
}

.StageNumberTxt
{
	margin-top: 5px;
}

.StageNumberTxt h1
{
	color:Gray;
	padding:0px;
	font-weight:normal;
	font-size:23px;			
}

/* ** Position Help Images and Text on the Letter Editor ** */

#ContentPlaceHolder2_Q_DesignTemplateInfo /* Stage 1 */
{
	float:right; 
	position:relative; 
	top:-20px; 
	right:240px;
}

#DesignTemplateInfo
{
	position:absolute;
	top:-27px;	
	margin-left:-210px;	
	height:140px;
}

.Stage1
{
	position:relative; left:-15px;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage1.png');
}

#RecipientInfo /* Stage 2 */
{
	position:absolute; 
	top:-157px; 
	width:400px;
	margin-left:0px;
}

#ContentPlaceHolder1_letter_editor1_Q_RecipientInfo
{
	position:absolute; 
	left:230px; 
	top:-58px;
}

.Stage2
{
	position:absolute;
	left:250px; 
	top:-60px;
	z-index:9999;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage2.png');
}

.StageDescription2
{
	color:Gray;
	padding:0px;
	font-weight:normal;
	font-size:23px;	
	position:absolute;
	left:0px;
	top: -40px;	
	z-index:99999;	
}

#WriteInfo /* Stage 3 */
{
	margin-left:-77px;
	margin-top:-279px;
}

#ContentPlaceHolder1_letter_editor1_Q_WriteInfo
{
	position:absolute; 
	left: 43px;
	margin:-14px 0px 0px 0px;
	z-index:199;
}

.Stage3
{
	position:absolute; left:-25px;
	top:330px;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage3.png');
}

.StageDescription3
{
	color:Gray;
	padding:0px;
	font-weight:normal;
	font-size:23px;	
	position:absolute;
	left:55px;
	top: 385px;
	margin-top:10px;	
}

#AddAttachmentInfo /* Stage 4 */
{
	position:absolute; 
	margin-left:265px;
	top:1101px;
}

#ContentPlaceHolder1_Q_AddAttachmentInfo
{
	position:absolute;
	left:70px; 
	top:1200px;
}

.Stage4
{
	position:absolute; 
	top:1200px; 
	left:1px;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage4.png');
}

.StageDescription4
{
	width:250px; 
	position:absolute; 
	top:1118px; 
	left:280px;
}

#ContentPlaceHolder1_inserts_editor1_DL_Title
{
	position:relative;
	left:35px;
}

#SelectOptions /* Stage 5 */
{
	position:relative; 
	margin-left:-280px;
	top:-234px;
}

#ContentPlaceHolder2_Q_SelectOptions 
{
	position:relative; 
	top:0px; 
	left:-50px;	
}

.Stage5
{
	position:relative; 
	top:-23px; 
	left:265px;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/btnStage5.png');
}


/**** Dual List Optional Additions ****/

.CustomAttachmentTxt
{
	color:Gray;		
}

#ContentPlaceHolder1_inserts_editor1_DL_FnText
{
	max-width:160px;
	overflow:hidden;
}

.attachSubHead
{
	display:none;
}

#ContentPlaceHolder1_inserts_editor1_DL_Title
{
	margin-left:5px;
}

#DualListContainer
{
	background-color:White; 
	max-width:720px;
	width:720px; 
	margin:0px 10px 0px 5px; 
	padding:10px;
}

.dlBtn
{
	width:160px;
}

.ImpersonateLabel
{
	color:white;
	font-weight: bold;
	background-color: #e51c23;
	/*min-width:150px; 
	max-width:150px; 
	width:150px; 
	height:30px; */
	float:right;
	position:relative; 
	top:-29px; 
	left:55px; 
	z-index:200;

}

/* Additional General Styling Options */

.curvedtop
{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px; 
}

.curvedBottom
{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; 
}

.bg2
{
	background-color:#E7E7E7;
}

/* Bespoke Advertisments */

#advertising
{
	background-color:White;
}

#CustomAdvert_1
{	
	width:365px;
	height:80px;
	background-image:url('/App_Themes/mkzTheme/images/Video_Link.png');
	background-color:white;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#CustomAdvert_2
{
	width:120px;
	height:80px;
	background-image:url('/App_Themes/mkzTheme/images/A5MedicalSample.png');
	background-color:white;
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
}

#CustomAdvert_3
{
	width:120px;
	height:80px;
	background-image:url('/App_Themes/mkzTheme/images/A5Sample.png');
	background-color:white;
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
}

#CustomAdvert_4
{
	width:120px;
	height:80px;
	background-image:url('/App_Themes/mkzTheme/images/A4Sample.png');
	background-color:white;
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
}

/* Hide Header in View_Item */

#ContentPlaceHolder2_LabelHead
{
	display:none;
}

#ContentPlaceHolder2_btnUploadTemplate
{
	padding-left:2px;
	font-size:0.9em;
}

#OverlayGuide
{	position:absolute;
 	top:310px;
	background-image:url('/App_Themes/mkzTheme/images/backgrounds/Overlay.png');
	cursor:pointer;
	display:none;
}

#ContentPlaceHolder2_btnAddNewUser
{
	display:none;
}