/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body   
{
    background: #FFFFFF;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
    margin-bottom:20px;
    font-size:13px;
}
h1
{
	background-color: #ffffff;
    font-size: 22px;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding-top: 5px;
    color: #696969;
    margin:0px;
    font-weight:bold;
}
a:link
{
    font-size:13px;
	color:#3B5998;
	text-decoration:none;
    cursor:pointer;
}
a:visited
{
    font-size:13px;
	color:#3B5998;
	text-decoration:none;
}
a:hover
{
    color: #FE6804;
    text-decoration: none;
    cursor:pointer;
}
a:active
{
    font-size:13px;
	color:#3B5998;
	text-decoration:none;
}
.CurrentTopPageLink
{
    color: #696969;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
form
{
	display:inline;
}
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #EAEAEA;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 14px;
    font-family: Arial;
    line-height:22px;
    color: #696969;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

.InputButton,.InputSubmit,.InputPassword,.LinkButton
{
	background:#617AAC;	
	font-size:13px;
	font-weight:bold;
	border:0px solid #29447E;
	color:#FFFFFF;	
	padding:0px 7px;
	height:22px;
	cursor:pointer;	
}
.InputText,.InputBox,.select
{
	text-decoration:none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	width:200px;
	height:22px;
	padding-left:3px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
.SelectMultiple
{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
    line-height:22px;
    color: #000000;
    border: 1px solid #CCCCCC;
}
.InputTextBold
{
	font-size:12px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	line-height:22px;
	font-weight:bold;
	color: #000000;
	width: 200px;
	border: 2px solid #CCC;
}


.InputText_En
{
	background-image: url('images/Lanugage_En.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.InputText_Mr
{
	background-image: url('images/Lanugage_Mr.gif');
	background-repeat:no-repeat;
	background-position:right top;
}




.StarClass{
	color:red;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    font:normal normal normal 12px/16px Arial;
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    font-size: 12px;
    font-family: Arial;
    line-height:22px;
    color: #696969;
    margin: 0.5em 0;
}
.editor-label
{
    font-weight:bold;
    color: #000000;
    padding-right:10px;
    text-align:right;
}
/*
.text-box
{
    font-size: 15px;
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height:22px;
    color: #696969;
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
*/
/* Styles for Paging
----------------------------------------------------------*/


.CurrentPageLink,.PageLink{
	color:#333333;
	cursor:pointer;
	font:12px/19px Arial;
	margin-left:1px;
	margin-right:1px;
	padding:3px 7px;
	text-decoration:none;
}
.CurrentPageLink,.CurrentPageLink a
{
	background-color:#6596E1;
	color:#FFFFFF;
	font-weight:bold;
}
.BottomBarClass
{
	padding:10px;
	font:normal normal normal 11px/32px Arial;
	color:#808080;
	text-decoration:none;
	border-top:1px solid #EAEAEA;
}
.PoweredBy
{
	background:transparent url('../Content/images/poweredby.gif') no-repeat center right;
	font:normal normal bold 14px/32px Arial;
	color:#1C62A4;
	text-decoration:none;
	text-align:right;
	padding-right:215px;
	cursor:pointer;
}
.PageBGClass
{
	background-color:#EAEAEA;
	margin:0;
}
.PageMidBG
{
	background-color:#FFFFFF;
}
.PageLeftBG
{
	background:transparent url('../Content/images/Page_LeftBG.png') repeat-y left top;
	width:16px;
}
.PageRightBG
{
	background:transparent url('../Content/images/Page_RightBG.png') repeat-y right top;
	width:16px;
}
.PageBottomBG
{
	background:transparent url('../Content/images/Page_BottomBG.png') no-repeat left top;
	width:1000px;
	height:26px;
}
.Hor_BarBG
{
	background:transparent url('../Content/images/hor_bar.jpg') no-repeat left bottom;
	width:948px;
	height:5px;
	font-size:0px;
	background-color:#f1e9cf;
}

.Hor_BarGrayBG
{
	background:transparent url('../Content/images/hor_bar_gray.jpg') no-repeat left bottom;
	width:375px;
	height:4px;
	font-size:0px;
}
.PageHeading
{
    font-weight:bold;
    font-size:22px;     
}
.EvenRowClass,.OddRowClass,.ReportEvenRowClass ,.ReportOddRowClass
{
	background-color:#F7F7F7;
	padding:10px;
}
.EvenRowClassDashBoard td,.OddRowClassDashBoard td
{
	background:#FFFFFF url('../Content/images/dashboardbg.jpg') repeat-x bottom left;
	font-size:13px;
	padding:7px;
	padding-bottom:21px;
}
.OddRowClassDashBoard td
{
	background-color:#F7F7F7;
}
.ReportEvenRowClass TD,.ReportOddRowClass TD
{
	border-top : 1px solid #B9B9B9;
	font-size:13px;
	padding:5px;
}
.OddRowClass,.ReportOddRowClass
{
	background-color:#FFFFFF;
}
.ListSelectedRow {
background-color:#6596E1;
color:#FFFFFF;
cursor:default;
}
.ListSelectedRow a
{
	color:#FFFFFF;
}

.tableSelectedRow {
background-color:#6596E1;
color:#FFFFFF;
cursor:default;
}
.tableSelectedRow a
{
	color:#FFFFFF;
}


.BackToList
{
   color: #034af3;
   font-weight:bold;
   text-decoration:none;
}
.BackToList:hover
{
   text-decoration:underline;
}

.TableHeaderClass
{
	background-color:#D8DFEA;
	font:normal normal bold 12px/20px "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#333333;
	text-decoration:none;
}
table thead tr.TableHeaderClass th {
  /* Important */
  background-color:#D8DFEA;
  position: sticky;
  z-index: 100;
  top: 0;
}
.TableHeaderClass td
{
	padding:7px;
}
.TableRowHeaderClass
{
	background-color:#D8DCD1;
	font:normal normal bold 12px/20px "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#333333;
	text-decoration:none;
}

.TableHeaderClassForPrint
{
	background-color:#FFFFFF;
	font:normal normal bold 12px/20px "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#000000;
	text-decoration:none;
}
.TableBorderClass
{
	border:1px solid #B9B9B9;
}
.TableBorderClass TD
{
	font-size:13px;
}
.NotTableBorderClass
{
    background-color:#999999;
}
.NotTableBorderClass TD
{
    background-color:#FFFFFF;
}
.NotTableBorderClass TBODY TR TD
{
    background-color:#FFFFFF;
}
.BorderClass
{
	border:1px solid #EAEAEA;
}
.BorderTopClass
{
	border-top:1px solid #EAEAEA;
}
.BorderRightClass
{
	border-right:1px solid #EAEAEA;
}
.BorderBottomClass
{
	border-bottom:1px solid #EAEAEA;
}

.Verifying
{
	padding-left:20px;
	background-image: url('images/processing_circle.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.Verifying_Exists
{
	padding-left:20px;
	background-image: url('images/already_exists.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.Verifying_NotExists
{
	padding-left:20px;
	background-image: url('images/not_exists.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.watermark{
	color:#696969;
}

.BackButton{
	background:transparent url('images/back_button_arrow.gif') no-repeat left center;	
	height:16px;
	border:0px;	
	font:normal normal bold 12px/16px Arial;
	color:#333333;
	text-decoration:none;
	text-align:left;
	padding-left:11px;
	cursor:pointer;
}
.ReportAbuse{
	background:transparent url('images/reportabuse.gif') no-repeat left center;	
	height:16px;
	border:0px;	
	font:normal normal bold 12px/16px Arial;
	color:#333333;
	text-decoration:none;
	text-align:left;
	padding-left:17px;
	cursor:pointer;
}

.OrderBreakdown_Completed
{
    color:Green;
}
.OrderBreakdown_InTransit
{
    color:Blue;
}
.OrderBreakdown_Pending
{
    color:Red;
}
.FormLabelNew,.FormLabelNewBold
{
	font:normal normal bold 12px/13px Arial;
	color:#333333;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
}
.FormLabelNewBold
{
	font-weight:bold;
}
.FormText,.FormText1,.SideBarLink,.FormTextBold
{
	font:normal normal normal 12px/16px Arial;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
}
.ContactUsCSS_Suggestion,.ContactUsCSS_Error,.ContactUsCSS_Abuse,.ContactUsCSS_Contactus
{
	background:transparent url("images/suggestion.jpg") no-repeat left center;
	height:37px;
	padding-left:45px;
	font:normal normal bold 20px/37px Arial;
	color:#333333;
	text-decoration:none;
}
.ContactUsCSS_Contactus
{
	background:transparent url("images/contactus.jpg") no-repeat left center;
}
.DownloadButton
{
	background:transparent url('../Content/images/downloadbutton.jpg') no-repeat top left;
	height:36px;
	width:161px;
	border:0px;
	cursor:pointer;
}
.DownloadPageSubHead
{
	font-weight:bold;
	color:#1C62A4;
	padding-bottom:5px;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:5px;
}

.leftmenu
{
    padding:5px 0px;
    clear:both;
}
.leftmenulink,.leftmenulinkactive
{    
    color: #333333;
    font-size:11px;
    display: block;
    line-height:15px;
    padding:5px;
    padding-left:12px;
    text-decoration: none;
    white-space: nowrap;
}

.leftmenulink:hover,.leftmenulinkactive
{
    background-color: #3B5998;
    color: #FFFFFF;
    text-decoration: none;
}
.leftmenulinkactive
{
    background-color: #D8DFEA;
    font-weight:bold;    
    color: #333333;
}
.LeftMenuBG
{
	background-color: #FFFFFF;
	border-right:1px solid #EAEAEA;
}

.BottomBarLinkClass
{
	font:normal normal normal 13px/16px Arial;
	text-decoration:none;
}
.Voucher_BG
{
    background:transparent url("images/voucher_bg.jpg") no-repeat bottom right;    	
}
.Voucher_BG_Old
{
    background:transparent url("images/voucher_bg_old.jpg") no-repeat bottom right;    	
}
.InlineDiv
{
	float:left;
	background:transparent;
	
}
.InlineDivRight
{
	float:right;
	background:transparent;
	
}
.Comp_Middle
{		
	background:transparent url("images/login_top.gif") repeat-x top left;
	font:normal normal bold 13px/19px Arial;
	color:#333333;
	text-decoration:none;
	height:21;
	float:left;
	border:1px solid #88B9E9;
	border-bottom:0px;
	text-indent:10px;
	text-align:left;
}
.Comp_MainDivBorder
{
	border:1px solid #EAEAEA;
	background-color:#FFFFFF;
	clear:both;	
}
.ImagePointerClass
{
	border:0px;
	cursor:pointer;
}

.PrintSize
{
    font-size:22px;   
    font-family: Georgia,"Times New Roman",Times,serif;
}
.PrintSizeBold
{
	font-weight:bold;
    font-size:22px;   
    font-family: Georgia,"Times New Roman",Times,serif;
}
.PrintFromAddress
{
	position:absolute;
	right:10px;
	bottom:10px;
}
.PrintPLNumber
{
	position:absolute;
	left:10px;
	bottom:30px;
	font-size:16px;
}

.cpYearNavigation,.cpMonthNavigation
{
	background-color:#6677DD;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
	font-family:arial;
	font-size:8pt;
}
TD.cpDayColumnHeader
{
	text-align:right;
	border:solid thin #6677DD;
	border-width:0 0 1 0;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate
{
	color:#6677DD;
	font-weight:bold;
}
.cpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate
{
	color:#808080;
}
TD.cpCurrentDate
{
	color:#FFFFFF;
	background-color: #6677DD;
	border-width:1;
	border:solid thin #000000;
}
TD.cpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.cpTodayText,
TD.cpTodayTextDisabled
{
	border:solid thin #6677DD;
	border-width:1 0 0 0;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled
{
	height:20px;
}
A.cpTodayText
{
	color:#6677DD;
	font-weight:bold;
}
SPAN.cpTodayTextDisabled
{
	color:#D0D0D0;
}
.cpBorder
{
	border:solid thin #6677DD;
}	    
.PageTabMainBorder
{	
	border-top:1px solid #6794D9;
	clear:both;
}

.Print 
{
	background:transparent url(../Content/images/printsmall.png) no-repeat scroll left center;
	border:0 none;
	color:#333333;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-left:30px;
	text-align:left;
	text-decoration:none;
}
.iPad
{
	background:transparent url(../Content/images/ipad.gif) no-repeat scroll left center;
	border:0px;
}
.Text,.TextBold
{
	font-size:13px;
	text-decoration:none;
	background-color:transparent;
}
.TextLinkBold,.TextBold,.LinkBold
{
	font-weight:bold;
}
.SmallText
{
	font:normal normal normal 12px/18px Georgia,"Times New Roman",Times,serif;
	color:#000000;
	margin:0;
	padding:0;
}


ul.mainMenuClass {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 250px; /* Width of Menu Items */
				border-bottom: 1px solid #C2C2C2;
				text-align:left;
				position: absolute;
				font:normal normal normal 14px/25px Arial;
				background-color:#013274;
				}
			ul.mainMenuClass li {
				position: relative;
				border:1px solid #C2C2C2;	
				border-bottom:0px;			
				}
			

			ul.childMenuClass {
				margin:0;
				padding:0;
				list-style:none;
				width:200px; /* Width of Menu Items */
				position: absolute;
				left:145px; /* Set 1px less than menu width */
				top:0;				
				border:1px solid #C2C2C2;
				display:none;
											
				}

			ul.childMenuClass li {
				position: relative;
				border:1px solid #C2C2C2;				
				}

			/* Styles for Menu Items */
			.menuLinkClass {
				display: block;
				text-decoration: none;
				color: #013274;
				background-color:#F2F2F2;		
				min-height:20px;				
				padding:5px;	
				padding-left:15px;	
				display:block;	
				}

			.menuLinkImageClass {
							display: block;
							text-decoration: none;
							color: #F4F7F9;
							background-color:#013274;
							min-height:20px;							
							padding:5px;	
							padding-left:15px;	
				}

			li.dividerAbove {
						 background-color:#CCCCCC;
						 font-size:0px;
			}

			.menuLinkImageClass:hover,.menuLinkClass:hover {
				background-color:#C3C5C5;
				color:#000000;
				font-weight:bold;
			}


			.showChildMenu {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 150px; /* Width of Menu Items */
				position: absolute;
				left: 149px; /* Set 1px less than menu width */
				top: 0;
				border: 1px solid #013274;
				background-color:#013274;
				display: block;
				
				}
				
.PageNumber,.PageNumberActive
{
	font:normal normal normal 12px/19px Arial;
	color:#333333;
	text-decoration:none;		
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	margin-left:1px;
	margin-right:1px;
	cursor:pointer;	
}
.PageNumberActive
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6596E1;
}
.PageNumber td
{
	padding:5px;
}
.PageNumber Span,.PageNumber a
{
	font:normal normal normal 12px/19px Arial;
	color:#333333;
	text-decoration:none;		
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	margin-left:1px;
	margin-right:1px;
	cursor:pointer;	
	background-color:#FFFFFF;
}
.PageNumber Span
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6596E1;
}
.PageNumber a:hover
{	
	background-color:#E3EEFE;
}



.EditorIFrame
{
	width:100%;
	height:300px;
	border:1px solid #88B9E9;
	font:normal normal normal 10px/13px Arial;
	color:#333333;
	text-decoration:none;	
	margin:0px;
	padding:0px;
}
.EditorIFrame_1 {
	-x-system-font:none;
	border:1px solid #EAEAEA;
	color:#333333;
	font-family:Arial;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:300px;
	line-height:13px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:650px;
}
.EditorIFrame_2 {
	-x-system-font:none;
	border:1px solid #686868;
	color:#333333;
	font-family:Arial;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:290px;
	line-height:13px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:740px;
}
.SmallEditorIFrame
{
	width:100%;
	height:200px;
	border:1px solid #88B9E9;
	font:normal normal normal 10px/13px Arial;
	color:#333333;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.EditorToolbar{
	padding:5px 0px 5px 0px;
	background-color:#EAF4FF;
	border:1px solid #88B9E9;
	border-bottom:0px;
}
.EditorButton,.EditorButtonHover{
	background-color:#D9EAFF;
	border:1px solid #0066CC;
	font-family:Arial;
	font-size:10px;
	width:20px;
	height:20px;
	margin:4px;	
	cursor:pointer;
}
.EditorBoldButton
{
	background:#D9EAFF url("../Content/images/text_editor/bold.gif") no-repeat center center;
}
.EditorItalicButton
{
	background:#D9EAFF url("../Content/images/text_editor/italic.gif") no-repeat center center;
}
.EditorUnderlineButton
{
	background:#D9EAFF url("../Content/images/text_editor/underline.gif") no-repeat center center;
}
.EditorBulletsButton
{
	background:#D9EAFF url("../Content/images/text_editor/bullets.gif") no-repeat center center;
}
.EditorNumberingButton
{
	background:#D9EAFF url("../Content/images/text_editor/numbers.gif") no-repeat center center;	
}
.EditorIndentButton
{
	background:#D9EAFF url("../Content/images/text_editor/indent.gif") no-repeat center center;	
}
.EditorOutdentButton
{
	background:#D9EAFF url("../Content/images/text_editor/outdent.gif") no-repeat center center;	
}
.EditorAlignLeftButton
{
	background:#D9EAFF url("../Content/images/text_editor/alignleft.gif") no-repeat center center;	
}
.EditorAlignCenterButton
{
	background:#D9EAFF url("../Content/images/text_editor/aligncenter.gif") no-repeat center center;	
}
.EditorAlignRightButton
{
	background:#D9EAFF url("../Content/images/text_editor/alignright.gif") no-repeat center center;	
}
.EditorUndoButton
{
	background:#D9EAFF url("../Content/images/text_editor/undo.gif") no-repeat center center;	
}
.EditorRedoButton
{
	background:#D9EAFF url("../Content/images/text_editor/redo.gif") no-repeat center center;	
}
.EditorClearFormatting
{
	background:#D9EAFF url("../Content/images/text_editor/clearformatting.gif") no-repeat center center;	
}
.EditorHelpButton
{
	background:#D9EAFF url("../Content/images/text_editor/text-help.gif") no-repeat center center;	
}
.EditorSpellCheckButton
{
	background:#D9EAFF url("../Content/images/text_editor/spellcheck.gif") no-repeat center center;	
}
.EditorHyperLinkButton
{
	background:#D9EAFF url("../Content/images/text_editor/hyperlink.gif") no-repeat center center;	
}
.EditorImageButton
{
	background:#D9EAFF url("../Content/images/text_editor/insert-picture.gif") no-repeat center center;	
}
.EditorBackColorButton
{
	background:#D9EAFF url("../Content/images/text_editor/text-background.gif") no-repeat center center;	
}
.EditorForeColorButton
{
	background:#D9EAFF url("../Content/images/text_editor/text-colour.gif") no-repeat center center;	
}
.SmilesButtonClass
{
	background:#D9EAFF url("../Content/images/smiles/smiles_icon.gif") no-repeat center center;	
}
.EditorSmilesRow
{
	margin: 0px; padding: 0px;
}
.EditorFontDropdown
{
	font:normal normal normal 11px/20px Arial;
	color:#333333;
	text-decoration:none;	
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #B1B1B1;
	margin:4px;	
}
.EditorButtonHover{
	background-color:#FFFFFF;
}
.SmilesTDImages {
	border:1px solid #FFFFFF;	
}
.SmilesTDImageshover {
	border:1px solid #B1B1B1;	
}
.ColorPupupHeaderClass
{	
	background-color:#FFFFFF;
	border:1px solid #B5D1FC;	
	text-align:right;
	padding:2px;
}
.ImageAlignLeftButtonClass
{
	background:#D9EAFF url("../Content/images/text_editor/ImageAlignLeft_Inactive.gif") no-repeat center center;	
}
.ImageAlignRightButtonClass
{
	background:#D9EAFF url("../Content/images/text_editor/ImageAlignRight_Inactive.gif") no-repeat center center;	
}
.ImageAlignLeftActiveButtonClass
{
	background:#D9EAFF url("../Content/images/text_editor/ImageAlignLeft_Active.gif") no-repeat center center;	
}
.ImageAlignRightActiveButtonClass
{
	background:#D9EAFF url("../Content/images/text_editor/ImageAlignRight_Active.gif") no-repeat center center;	
}
.SmallDivContainer {height:10px;}
.SmallDivClass {width:12px;height:12px;border-top:1px solid #B5D1FC;border-right:1px solid #B5D1FC;float:left;font-size:0px;padding:0px;line-height:0px;}
.LastSmallDivClass {width:12px;height:12px;border-top:1px solid #B5D1FC;border-left:1px solid #B5D1FC;border-right:1px solid #B5D1FC;float:left;font-size:0px;padding:0px;clear:both;line:height:0px;}
.Comp_MainDiv, .Comp_MainDivPopup
{
	border:1px solid #B5D1FC;
	border-top:0px;
	background-color:#FFFFFF;
	clear:both;	
}
.Comp_Middle
{		
	background:transparent url("./Content/images/login_top.gif") repeat-x top left;
	font:normal normal bold 13px/19px Arial;
	color:#333333;
	text-decoration:none;
	height:21;
	float:left;
	border:1px solid #88B9E9;
	border-bottom:0px;
	text-indent:10px;
	text-align:left;
}
.FConnectClass
{
	background:transparent url("./Content/images/fconnect.jpg") no-repeat top right;
	height:18px;
	width:18px;
	float:left;
	margin-left:15px;
	cursor:pointer;
}
.TextArea
{
	font-size: 15px;
	font-family: Georgia,"Times New Roman",Times,serif;
	height:100px;
	color: #000000;
	width: 400px;
	border: 1px solid #CCC;	
}
.PageHeadingspan 
{
    border-bottom: 2px solid #3D9BF9;
    display: inline-block;
    padding: 0 0 2px;
}
.BackgroundColorClassLight
{
	background-color:#F2F8FF;
}
.eBookRowClass 
{
	border-bottom:1px solid #FFFFFF;
	background-color:#F4F8EA;
}
.InvoiceTable
{
	background-color:#FFFFFF;	
	border:1px solid #000000;
}
.InvoiceTable td
{
	border:1px solid #000000;
	background-color:#FFFFFF;
	
}

.CRMTextBold
{		
	font:normal normal bold 11px/12px "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#1569C7;
	margin:0;
	padding:0;
}
.CRMStatusLink {
    color: #6D84B4;
    font-size: 11px;
    text-decoration: none;
}
.CommentsRowBG td,.CommentsOnlyBG
{
	background:none;
	background-color:#EDEFF4;
	border-bottom:1px solid #FFFFFF;
}
.CommentsArrow
{
	background:url('./images/comments_arrow.gif') no-repeat top left;
	height:6px;
	font-size:2px;
}
.link
{
    color: navy;
    text-decoration: none;
    cursor:pointer;
}

.button_add {
    background-image: url('./images/save.gif'); /* 16x16 px */
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 14px;
    padding-left: 13px;
    vertical-align: middle;
}
.ShipmentDashBoard_Button,.ShipmentDashBoard_Button_Hover
{
	background:url('./images/ShipmentDashboard_Button.jpg') repeat-x top left;
	font:normal normal bold 18px/50px verdana; 
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #E94300;
	height:50px;
	width:300px;
	cursor:pointer;
}

.ShipmentDashBoard_Button_Hover
{
	background:url('./images/ShipmentDashboard_Button_hover.jpg') repeat-x top left;
	border:1px solid #D49702;
}
.SearchFilterClass
{
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#333333;
	background-color: #F2F2F2;
    border: 1px solid #DCDCDC;
    padding:7px;
}
.SearchFilterClass span
{
	color:#808080;
}
.ExecutionDept
{
	color:Green;
	font-weight:bold;
}


.AssignedMembers
{
	padding:3px 0px;
}
.AssignedMembers span
{
	display:inline-block;
	color:#656565;
	font-size:16px;
	background-color:#cfcfcf;
	padding:3px 8px;
	margin:3px;
	position:relative;
	
	-moz-border-radius:2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* KHTML */
	border-radius: 2px; /* CSS3 */
	behavior:url("border-radius.htc");
}
.AssignedMembers span a
{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	display:inline-block;
	height:15px;
	width:15px;
	text-align:center;
	position:absolute;
	top:-5px;
	right:-5px;
	background-color:#e68700;
	
	-moz-border-radius:50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	border-radius: 50%; /* CSS3 */
	behavior:url("border-radius.htc");
}
.AssignedMembers span a:hover
{
	background-color:#505050;
}
.strReportRowClass
{
    background-color: #FFF;
    padding:10px 0px;
    border-top: 1px solid #f1e9cf;
    clear:both;
}
.strColoumn1
{
	float:left;
	width:380px;
	line-height:24px;
}
.strColoumn2
{
	float:left;
	width:350px;
	margin:0px 10px;
	font-size:14px;
}
.strColoumn3,.strColoumn4
{
	float:left;
	width:80px;
	font-size:14px;
	background-color:#F1F1F1;
	padding:5px 7px;
}
.strColoumn4
{
	float:right;
	font-weight:bold;
	text-align:right;
}
.strBrClear
{
	clear:both;
}
.strDate
{
	display:inline-block;
	min-width:60px;
}
.strStockPosition
{
	padding:5px;
	background-color:#F1F1F1;
}
.strLockQty
{
	padding:5px;
	background-color:Green;
	color:#FFF;
}
.strFilterBlock
{
	font-size:13px;
	padding-top:10px;
}
.strFilterBlock div
{
	float:left;
	margin-right:10px;
	min-height:30px;
}
.strFilterBlock div input.InputBox
{
	width:100px;
}
.strFilterBlock div select.select
{
	width:100px;
}
td.SortingCell a  
{
    display: block;
	width: 100%;
	padding-right: 18px;
	position: relative;
	box-sizing: border-box;
}
td.SortingCell a:before,
td.SortingCell a:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
td.SortingCell a:before {
	border-bottom-color: #666;
	margin-top: -9px;
}
td.SortingCell a:after {
	border-top-color: #666;
	margin-top: 1px;
}
.TotalCountBlock
{
	padding:10px;
	position:relative;
	text-align:right;
}
.TotalCount
{
	font-size:16px;
	line-height:24px;
	padding:0px 5px;
	position:absolute;
	bottom:10px;
	left:5px;
}
.TotalCount b
{
	font-size:20px;
	color:Navy;
}
.CommentsBlock
{
	padding:10px;
	border:1px solid #EAEAEA;
	background-color:#f6f8fb;
	margin-bottom:10px;
	box-sizing: border-box;
	position:relative;
	
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}
.CommentDate
{
	text-align:right;
	font-size:14px;
	color:#000000;
}
.CommentContent
{
	font-size:16px;
	color:#000;
}
.CommentAddedBy
{
	text-align:left;
	font-size:14px;
	color:#999;
	padding-top:5px;
}
.CommentReplyLink
{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:15px;
}
.CommentLevel_2
{
	margin-left:15px;
	background-color:#EAEAEA;
}
.CommentLevel_3
{
	margin-left:25px;
	background-color:#EAEAEA;
}
.CommentLevel_4
{
	margin-left:35px;
	background-color:#EAEAEA;
}
.CommentLevel_5
{
	margin-left:45px;
	background-color:#EAEAEA;
}
.CommentLevel_6
{
	margin-left:55px;
	background-color:#EAEAEA;
}
.CommentLevel_7
{
	margin-left:65px;
	background-color:#EAEAEA;
}
.CommentLevel_8
{
	margin-left:75px;
	background-color:#EAEAEA;
}
.CommentLevel_9
{
	margin-left:85px;
	background-color:#EAEAEA;
}
.CommentLevel_10
{
	margin-left:95px;
	background-color:#EAEAEA;
}
.AddSlotLink,a.AddSlotLink
{
	font-size:16px;
	color:#FFF;
	display:inline-block;
	padding:5px 8px;
	background-color:#617AAC;
	
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	behavior:url("border-radius.htc");
}
.AddSlotLink:hover,a.AddSlotLink:hover
{
	text-decoration:none;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(108, 109, 108, 0.75);
	-moz-box-shadow:    2px 2px 5px 3px rgba(108, 109, 108, 0.75);
	box-shadow:         2px 2px 5px 3px rgba(108, 109, 108, 0.75);
}
.AddSlotLink span,a.AddSlotLink span
{
	font-weight:bold;
}
.CRMlink
{
	padding:8px;
	padding-left:30px;
	background:#f6f8fb url("./images/crm.png") no-repeat 2px 2px;
	background-size:25px auto;
	border-radius:5px;
	border:1px solid #EAEAEA;
	box-sizing: border-box;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	display:inline-block;
	position:relative;
	min-width:50px;
	min-height:35px;
	white-space: nowrap;
	font-size:12px;
	color:#000;
}
.CRMlink:hover
{
	background-color:#FFF;
	text-decoration:none;
}
.CRMlink span
{
	display:inline-block;
}
.CRMlink b
{
	position:absolute;
	top:-8px;
	left:-5px;
	background-color:#ff6800;
	color:#FFFFFF;
	padding:2px 5px;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.PageViewActions
{
	padding:5px 0px;
	text-align:right;
}
.PageViewActions label 
{
	display:inline-block;
	margin:5px 2px;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
}
.Contact_Icons
{	
	line-height:25px;
	margin-bottom:3px;
}
.Contact_Icons img
{
	height:25px;
	display:inline-block;
	vertical-align:middle;
}
.Contact_Icons span
{
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}
.CopyToClipboard 
{
	background:transparent url(../Content/images/icon_copy.png) no-repeat scroll center center;	
	cursor:pointer;
	text-decoration:none;
	width:25px;
	height:25px;
	background-size:25px auto;
}
.PublisherRowCss,.PublisherRowCss td
{
	background-color:#F7F7F7;
}
a.PublisherLinkCss
{
	font-size:17px;
}
.BookSellerRowCss,.BookSellerRowCss td
{
	background-color:#EAEAEA;
}
a.BookSellerLinkCss
{
	font-size:15px;
}
.rupeeFont {
    font-family:rupee;
    display:inline-block;
}
.BookTags
{
	padding:15px 0px 5px 0px;
	text-align:left;
	line-height:22px;
}
.BookTags strong
{
	display:inline-block;
	color:#080808;
	background-color:#b3b3b3;
	padding:4px 8px;
	border:1px solid #b3b3b3;
	margin:3px 2px 3px 0px;
}