﻿/* 

LibraryDM.css css styles data

*/

/*Old calendar section. To be removed
/* the div that holds the date picker calendar * /
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar * /
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #224499;
	background-color: #f6f6eb;
	border: 1px solid #000000;
	}


/* a table row that holds date numbers (either blank or 1-31) * /
.dpTR {
	} 


/* the top table row that holds the month, year, and forward/backward 
buttons * /
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, 
Tu, We, etc.) * /
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons 
* /
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) * /
.dpTD {
	border: 1px solid #b7b78b;
	}


/* a table cell that holds a highlighted day (usually either today's 
date or the current date field value) * /
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over 
(you can use contrasting colors to make it apparent which cell is being 
hovered over) * /
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year * /
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons * /
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the 
bottom * /
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, 
etc.) * /
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month 
and year * /
.dpTitleText {
	font-size: 12px;
	color: #224499;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted 
day (usually either today's date or the current date field value) * / 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top * /
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #224499;
	background: #b7b78b;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom *  /
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #224499;
	background: #b7b78b;
	font-weight: bold;
	}
*/
body
{
	font-family: arial;
	font-size: 8pt;
	margin: 0px;
}
table
{
	border-collapse: collapse;
}
td
{
	font-family: arial;
	font-size: 8pt;
	padding: 0px;
}
p
{
	margin-top: 4px;
	margin-bottom: 4px;
}
form
{
	margin: 0px;
}
img
{
	border: 0px;
}
/* ul {list-style-image:url([ul.gif]); margin:0px; padding:0px;} */
ol
{
	margin: 5px 0px 0px 10px;
}
li
{
	margin: 5px 0px 5px 25px;
}

@media print
{
	.screenOnly
	{
		display: none;
	}
}
@media screen
{
	.screenOnly
	{
		display: inline;
	}
}

.darkest
{
	color: #33383D;
}
.dark
{
	color: #637383;
}
.medium
{
	color: #ADB6BD;
}
.light
{
	color: #E2E5E8;
}
.lightest
{
	color: #F4F6F8;
}

.italic
{
	font-style: italic;
}
/*
.bgDark {background-color:#637383;}
.bgMedium {background-color:#ADB6BD;}
.bgLight {background-color:#ffffff;}
.bgLightest {background-color:#F4F6F8;}
*/
.bgDarkGray
{
	background-color: #808080;
}
.bgGray
{
	background-color: #B7B7B7;
}
.bgBlack
{
	background-color: #000000;
}
.bgWhite
{
	background-color: #ffffff;
}
.bgRed
{
	background-color: Red;
}
.bgGreen
{
	background-color: Green;
}
.bgYellow
{
	background-color: Yellow;
}
.bgBlue
{
	background-color: #3366ff;
}
.bgRequired
{
	background-color: #FFFF00;
}
.bgBadInput
{
	background-color: #ffffbb;
}
.bgNoRepeat
{
	background-repeat: no-repeat;
}
.bgYellow1
{
	background-color: #FEF129;
}

.white
{
	color: White;
}
.black
{
	color: Black;
}
.red
{
	color: Red;
}
.green
{
	color: Green;
}
.blue
{
	color: Blue;
}
.yellow
{
	color: Yellow;
}
.Pink
{
	color: #E31788;
}
.ThickBlue
{
	color: #89B6D5;
}
.gray
{
	color: #696969;
}
.darkgray
{
	color: #1b1b1b;
	font-family: Arial;
}
.Voilet
{
	color: #A0298F;
}
.purple1
{
	color: #E21888;
}
.list
{
	padding: 4px;
	border-bottom: 1px solid #E2E5E8;
	vertical-align: top;
	font-family: Arial Narrow;
	font-size: 14px;
}
/*
.listTitle, .listTitleLeft, .listTitleRight {
  padding:2px;
  border-top:1px solid #ADB6BD;
  background-color:#F4F6F8;
}
*/


/*headers styles*/
.bottomborder
{
	border-bottom: 1px Solid #E21888;
}
.Headertopline
{
	font-size: 8pt;
	color: #E21888;
	font-family: Arial;
}
.Headerbottomline
{
	font-size: 12pt;
	color: #A0298D;
	font-family: Arial;
	font-weight: bold;
}
.Headerlink
{
	color: #B963AC;
	font-family: Arial;
	display: none;
}
.links
{
	color: #A0298D;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
}

/*list styles*/
.listSearch
{
	background-color: #ffffff;
}
.listSort
{
	padding: 4px;
	border-bottom: 1px solid #E2E5E8;
	vertical-align: top;
	background: #F4F6F8;
}
.listHeader
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #6699CC;
}
.listHeader1
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #E2E5E8;
}
.listHeaderTop
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #9999aa;
	color: #333;
}
/*
.listHeaderTop1 {font-weight:bold; padding:2px 4px 2px 4px; border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; background-color:#E2E5E8; color: #333;}
*/
.listHeaderLeft
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #E2E5E8;
}
.listHeaderRight
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px outset #F4F6F8;
	border-right: 1px solid #000000;
	background-color: #E2E5E8;
}

/*.listHeaderHigh {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:2px outset #f4f6f8; font-weight:bold; background:url('image/listHeaderHigh.gif');}
.listHeaderHighLeft {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:1px solid #ADB6BD; font-weight:bold; background:url('image/listHeaderHigh.gif');}
.listHeaderHighRight {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:2px outset #F4F6F8; border-right:1px solid #ADB6BD; font-weight:bold; background:url('image/listHeaderHigh.gif');}
*/
.arial
{
	font-family: arial, sans-serif;
}
.times
{
	font-family: times, sans-serif;
	font-size: 11pt;
}
.timesBig
{
	font-family: times, sans-serif;
	font-size: 14pt;
}
.normal
{
	font-size: 8pt;
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}

.verysmallest
{
	font-size: 3pt;
}
.smallest
{
	font-size: 7pt;
}
.small
{
	font-size: 7.5pt;
}
.moderate
{
	font-size: 9pt;
}
.big
{
	font-size: 11pt;
}
.big
{
	font-size: 11pt;
}
.veryBig
{
	font-size: 16pt;
}

.labelStyle
{
	font-size: 10.75pt;
	color: White;
}

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.top
{
	vertical-align: top;
}
.middle
{
	vertical-align: middle;
}
.bottom
{
	vertical-align: bottom;
}

.justify
{
	text-align: justify;
}

.absolute
{
	position: absolute;
}
.relative
{
	position: relative;
}

.border
{
	border: 1px solid #000000;
}
.borderTop
{
	border-top: 1px solid #000000;
}
.borderRight
{
	border-right: 1px solid #000000;
}
.borderBottom
{
	border-bottom: 1px solid #000000;
}
.borderLeft
{
	border-left: 1px solid #000000;
}
.borderWhite
{
	border-color: #ffffff;
}
.borderInsetLeft
{
	border-left: 2px outset #F4F6F8;
}
.borderDouble
{
	border-width: 2px;
}
.borderred
{
	border-color: red;
}
.borderDarkest
{
	border-color: #33383D;
}
.borderDark
{
	border-color: #637383;
}
.borderMedium
{
	border-color: #ADB6BD;
}
.borderLight
{
	border-color: #E2E5E8;
}
.borderLightTop
{
	border-top: 1px solid #637383;
}
.borderLightRight
{
	border-right: 1px solid #637383;
}
.borderLightBottom
{
	border-bottom: 1px solid #637383;
}
.borderLightLeft
{
	border-left: 1px solid #637383;
}
.borderLightest
{
	border-color: #F4F6F8;
}

.space
{
	margin-top: 4px;
	margin-bottom: 4px;
}
.bottomSpace
{
	margin-top: 0px;
	margin-bottom: 4px;
}
.topSpace
{
	margin-top: 4px;
	margin-bottom: 0px;
}
.noSpace
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.lineSpace
{
	line-height: 16px;
}

.halfWidth
{
	width: 50%;
}
.halfHeight
{
	height: 50%;
}
.fullWidth
{
	width: 100%;
}
.fullHeight
{
	height: 100%;
}

.margin
{
	margin: 4px;
}
.marginTop
{
	margin-top: 4px;
}
.marginRight
{
	margin-right: 4px;
}
.marginBottom
{
	margin-bottom: 4px;
}
.marginLeft
{
	margin-left: 4px;
}
.marginBig
{
	margin: 10px;
}
.marginBigTop
{
	margin-top: 10px;
}
.marginBigRight
{
	margin-right: 10px;
}
.marginBigBottom
{
	margin-bottom: 10px;
}
.marginBigLeft
{
	margin-left: 10px;
}

.padNone
{
	padding: 0px;
}
.padSmallest
{
	padding: 2px;
}
.padSmall
{
	padding: 3px;
}
.pad
{
	padding: 4px;
}
.padTop
{
	padding-top: 4px;
}
.padRight
{
	padding-right: 4px;
}
.padBottom
{
	padding-bottom: 4px;
}
.padLeft
{
	padding-left: 4px;
}
.padBig
{
	padding: 10px;
}
.padBigTop
{
	padding-top: 10px;
}
.padBigRight
{
	padding-right: 10px;
}
.padBigBottom
{
	padding-bottom: 10px;
}
.padBigLeft
{
	padding-left: 10px;
}
.padModerateLeft
{
	padding-left: 7px;
}
.padModerateRight
{
	padding-right: 7px;
}
.padModerateTop
{
	padding-top: 7px;
}
.padModerateBottom
{
	padding-bottom: 7px;
}

.hide
{
	display: none;
}
.show
{
	display: inline;
}

.hand
{
	cursor: hand;
	cursor: pointer;
}
.cursorHand
{
	cursor: hand;
	cursor: pointer;
}
.cursorDefault
{
	cursor: default;
}

.pageBreak
{
	page-break-before: always;
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.underline:hover
{
	text-decoration: none;
}
a.underlineNever:hover
{
	text-decoration: none;
}
a.underlineAlways
{
	text-decoration: underline;
}
a.underlineAlways:hover
{
	text-decoration: underline;
}

input.text
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 21px;
	border-width: 1px;
	border-color: #ADB6BD;
	padding: 3px;
}
input.big
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.0pt;
	height: 18px;
	padding: 2px;
	border-width: 1px;
	border-color: #ADB6BD;
}
input.small
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	height: 18px;
	padding: 2px;
	border-width: 1px;
	border-color: #ADB6BD;
}
input.required
{
	border-top: 1px solid darkred;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid darkred;
}
input.requiredPlain
{
	border-width: 1px;
	border-color: #ADB6BD;
}
input.smallest
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	height: 16px;
	padding: 1px;
	border-width: 1px;
	border-color: #ADB6BD;
}
input.smaller
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	height: 13px;
	padding: 1px;
	border-width: 0px;
	border-color: #ADB6BD;
}
input.button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	height: 21px;
	padding: 0px 5px 1px 5px;
	border-width: 2px;
	border-color: #ADB6BD;
	background: #E2E5E8;
}
input.smallButton
{
	font-family: verdana, arial, helvetica, sans-serif, white;
	font-size: 7pt;
	font-weight: bold;
	height: 18px;
	padding: 0px;
	background: #E31989;
	border-width: 1px;
	border-color: #AD06BD;
	color: White;
}
input.smallButton1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	height: 18px;
	padding: 0px;
	background: #E2E5E8;
	border-width: 1px;
	border-color: #ADB6BD;
}
input.file
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	height: 21px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #637383;
}
textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	border-width: 1px;
	border-color: #ADB6BD;
	padding: 3px;
}
textarea.required
{
	border-top: 1px solid darkred;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid darkred;
}
textarea.requiredPlain
{
	border-width: 1px;
	border-color: #ADB6BD;
}

input.radio, input.requiredRadio
{
	height: 14px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding: 0px;
}
select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

/*
.listMenuTopLeft{background:url('../image/listTop_left.png');}
.listMenuTopRight{background-image:url('../image/listTop_right.jpg');background-repeat:repeat;font-size:9pt;font-weight:bold;color:#444444}
*/





/* TestIndex Css Style Sheet*/
/* .listMenuTopLeft{background-image:url('../image/user/test/test.png');}
.listMenuTopRight{background-image:url('../image/user/test/listTop_right.jpg');background-repeat:repeat;font-size:9pt;font-weight:bold;color:#FFFFFF;border-left:1px solid #AAAAAA;border-right:1px solid #AAAAAA;}
.listMenuTop{background-image:url('../image/user/test/listTop_right.jpg');background-repeat:repeat;font-size:9pt;font-weight:bold;color:#FFFFFF;}
.propertyTop{background-image:url('../image/user/menu_top_bg.gif');}
.SaleTop{background-image:url('../image/user/bgSale1.gif');}
.src{background-image:url('../image/user/property3.GIF');} */
.xceltable
{
	border: 1px solid #cccccc;
}



/* 

LibraryLocal_frontEnd2.css css styles data

*/

/* .title {font-size:9pt; padding:3px 3px 3px 4px; margin-bottom:4px; border:1px solid #637383; background:url('../image/panelTitle.gif');} 
.titleLeft {font-size:9pt; padding:3px 3px 3px 4px; margin-bottom:4px; border-left:1px solid #637383; border-top:1px solid #637383; border-bottom:1px solid #637383; background:url('../image/panelTitle.gif');}
.titleRight {font-size:9pt; padding:3px 4px 3px 4px; margin-bottom:4px; border-right:1px solid #637383; border-top:1px solid #637383; border-bottom:1px solid #637383; background:url('../image/panelTitle.gif'); text-align:right;} */

.panelLink
{
	display: block;
	padding: 5px 4px 4px 5px;
	width: 100%;
	border-bottom: 1px solid #E2E5E8;
	text-decoration: none;
}
.panelLink:hover
{
	display: block;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ADB6BD;
	background-color: #F4F6F8;
	text-decoration: none;
}

/*
.listTitle {padding:2px 2px 2px 4px; border-left:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; background:url('../image/listTitle1.jpg');}
.listTitleLeft {padding:2px 2px 2px 4px; border-left:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; background:url('../image/listTitle1.jpg');}
.listTitleRight {padding:2px 2px 2px 4px; border-right:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; background:url('../image/listTitle1.jpg');}
*/
/*
.listTitle {padding:2px 2px 2px 4px; border-left:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; }
.listTitleLeft {padding:2px 2px 2px 4px; border-left:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; }
.listTitleRight {padding:2px 2px 2px 4px; border-right:1px solid #ADB6BD; border-top:1px solid #ADB6BD; border-bottom:1px solid #ADB6BD; }
*/
/*
.listTitleSearch1 {padding:2px 2px 2px 4px;  background:url('../image/listTitle1.jpg');}
.listTitleSearchadmin {padding:2px 2px 2px 4px;  background:url('../image/listTitle.jpg');}
.listTitleSearch {padding:2px 2px 2px 4px;  background:url('../image/user/bg_yellow.GIF');}
.listTitleSearchLeft {padding:2px 2px 2px 4px;  background:url('../image/listTitle.jpg');}
.listTitleSearchRight {padding:2px 2px 2px 4px; background:url('../image/listTitle.jpg');}
*/
/*
.Menu {cursor:pointer; color:white; font-style:tahoma, arial, helvetica; font-weight:bold; background:url('../image/menu_back.gif');}
.MenuHover {cursor:pointer; color:black; font-style:tahoma, arial, helvetica; font-weight:bold; text-decoration:none; background:url('../image/menu_back_hover.gif');}
*/
/*
.Menu {background:url(../image/butten.gif); font:bold 11px tahoma; text-align:center; color:#313c4f; cursor:pointer; width:95px;height:22px;}
.MenuHover {background:url(../image/butten_hover.gif); font:bold 11px tahoma, arial, helvetica; text-align:center; color:#313c4f; cursor:pointer; width:95px;height:22px;}
.SelectedMenu {background:url(../image/butten_hover.gif); font:bold 11px tahoma; text-align:center; color:#313c4f; cursor:pointer; width:95px;height:22px;}


.SubMenu {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; margin:1px;}
.SubMenuHover {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; border:solid 1px #4B4B6F; background-color:#FFEEC2;}

.MenuBreak {width:3; height:1px; background-image:url('../image/menu_break.gif');}
*/
/*
.Menu{background:url(../image/btn_bg.gif); font:bold 11px Arial; text-align:center; color:#313c4f; cursor:pointer; width:55px;height:22px;}
.MenuHover {background:url(../image/btn_hover.gif); font:bold 11px Arial,; text-align:center; color:#313c4f; cursor:pointer; width:55px;height:22px;}
.SelectedMenu {background:url(../image/btn_hover.gif); font:bold 11px Arial; text-align:center; color:#313c4f; cursor:pointer; width:55px;height:22px;}
*/

.SubMenu
{
	cursor: pointer;
	color: black;
	font-family: tahoma, arial, helvetica;
	margin: 1px;
	z-index: 1;
}
.SubMenuHover
{
	cursor: pointer;
	color: black;
	font-family: tahoma, arial, helvetica;
	border: solid 1px #4B4B6F;
	background-color: #FFEEC2;
}
/*
.MenuBreak {width:2;height:100%; background-image:url('../image/btn_sep.gif');}

.MenuGroup {background-image:url(../image/group_background.gif); border:solid 1px #7E7E81;}
*/
.UserMenu
{
	font-family: "DIN" text-align:center;
	color: white;
	cursor: pointer;
	height: 23px;
}

/*
.UserMenuHover {background:url(../image/user/menu_top2_bg.gif); font-family:"DIN" text-align:center; color:white; cursor:pointer;height:23px;}
/*.UserMenuHover {background:url(../image/user/menu_top2_bg.gif); font-family:"DIN"; text-align:center; text-decoration:underline; color:white; cursor:pointer;}*/
.UserSubMenu
{
	cursor: pointer;
	color: black;
	font-family: tahoma, arial, helvetica;
	margin: 1px;
}
.UserSubMenuHover
{
	cursor: pointer;
	color: black;
	font-family: tahoma, arial, helvetica;
	border: solid 1px #4B4B6F;
	background-color: #FFEEC2;
}
.UserMenuBreak
{
	width: 3;
	height: 22px;
	background-image:url( ../image/user/menu_top_right.gif);
}

.UserMenuHeader
{
	background-color: #eaeaea;
	padding-left: 2px;
	padding-right: 10px;
	color: #78066b;
	height: 23px;
}

.UserMenuHeader1
{
	background: url(../image/user/menu_left_header.gif);
	color: White;
	font-weight: bold;
}

.UserMenuHeaderLeftpad
{
	background: url(../image/user/menu_left_header.gif);
	padding-left: 5px;
	padding-right: 10px;
	color: White;
	font-weight: bold;
}


/*.BottomMenuBg{background:url(../image/user/menubottom1.gif); font-weight:bold; color: White;padding-left:2px;
    padding-right:2px; height:40; font-family:"Arial"}*/
/*Rekha changes start*/
/*
.BottomMenuBg2{background:url(../image/user/menubottom2.gif);height:22px;} */
.BottomMenuBg9
{
	font-weight: Normal;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 22;
	font-family: "Arial";
}
.BottomMenuBg
{
	font-weight: Normal;
	color: #6c6c6c;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	height: 40;
	font-family: "Arial";
}
.BottomMenuSeperator
{
	background-position: -672px -243px;
	width: 2;
	height: 20;
}
/* .BottomMenuSeperator1{background:url(../image/user/menu_bottom_seperator1.gif);width:2px;height:20px;} */
.BottomMenuSeperator2
{
	background-position: -673px -282px;
	width: 2px;
	height: 15px;
}
.BottomMenuBg3
{
	font-weight: Normal;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
	height: 15;
	font-family: "Arial";
}
.BottomMenuBg4
{
	font-weight: Normal;
	color: #651164;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 8px;
	font-family: "Arial";
}
.BottomMenuBg5
{
	font-weight: Bold;
	font-size: 90%;
	color: Black;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 6px;
	font-family: Arial;
}
.BottomMenuBg6
{
	font-weight: Bold;
	font-size: 100%;
	color: #84186a;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 12px;
	font-family: "Arial";
}
.BottomMenuBg7
{
	font-weight: Bold;
	font-size: 90%;
	color: Black;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 6px;
	font-family: "Arial";
}
.BottomMenuBg7_right
{
	font-weight: Bold;
	font-size: 90%;
	color: Black;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 6px;
	font-family: "Arial";
}
.BottomMenuBg7_submenu
{
	font-weight: Bold;
	font-size: 63%;
	color: #ae4c8b;
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 2px;
	font-family: "Arial";
}
.BottomMenuBg8
{
	font-weight: Normal;
	font-size: 10px;
	color: #651164;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 1px;
	font-family: "Arial";
}
.BottomMenuBg10
{
	font-weight: Bold;
	font-size: 14.5px;
	color: #811E76;
	font-family: "Arial";
	letter-spacing: -0.05em;
}
.BottomMenuBg11
{
	font-weight: Normal;
	font-size: 90%;
	color: #b53986;
	font-family: "Arial";
}
.BottomMenuBg12
{
	font-weight: Normal;
	font-size: 11px;
	color: #651164;
	font-family: "Arial";
}
.BottomMenuBg13
{
	font-weight: Normal;
	font-size: 11px;
	color: #89005f;
	font-family: "Arial";
}
/*Rekha changes end*/
/*
.LeftMenuBody{background-color:#333333;}
.MenuTest {background:url(../image/butten.gif); font:bold 11px tahoma; text-align:center; color:#313c4f; cursor:pointer; width:95px;height:22px;}
.MenuTestHover {background:url(../image/butten_hover.gif); font:bold 11px tahoma, arial, helvetica; text-align:center; color:#313c4f; cursor:pointer; width:95px;height:22px;}
.MenuHover1 {background:url(../image/butten.gif); font:bold 11px tahoma; text-align:center; color:#313c4f; cursor:pointer; width:185px; height:24px;}

.SubMenuTest {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; margin:1px;}
.SubMenuTestHover {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; border:solid 1px #4B4B6F; background-color:#FFEEC2;}
*/
.colo2
{
	padding-right: 20px;
	padding-top: 5px;
	border-right-style: none;
	border-bottom-style: none;
}
.labelCol
{
	width: 18%;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: #333;
	text-align: right;
}
.dataCol
{
	width: 32%;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: left;
}

.bgDark
{
	background-color: #D9D9D9;
}
.bgDarkBack
{
	background-color: #E8E3C3;
}
.bgLight
{
	background-color: #E8EfEF;
}
.bgBody
{
	background-color: #F3F4F5;
}
.bgPrevNextMon
{
	background-color: #D4D4D4;
}
.borderEven
{
	border-bottom: 1px solid #E8E3C3;
	border-right: 1px solid CCCCCC;
}
.borderOdd
{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid CCCCCC;
}
.borderdefault
{
	border-color: #CCCCCC;
}
.bordergreen
{
	border-color: #638658;
}
.hourrow
{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #CCCCCC;
}
.borderB
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.busy
{
	border-left: 5px solid #6699CC;
}
.outofoffice
{
	border-left: 5px solid #B6624F;
}

.bglist
{
	background-color: #F3F3EC;
}

.tblborderL
{
	border-left: 1px solid #ADB6BD;
}
.tblborder
{
	border-color: #ADB6BD;
}
.tblborderR
{
	border-right: 1px solid #ADB6BD;
}
.tblborderT
{
	border-top: 1px solid #ADB6BD;
}
.tblborderB
{
	border-bottom: 1px solid #ADB6BD;
}
.tblborderLB
{
	border-left: 1px solid #ADB6BD;
	border-bottom: 1px solid #ADB6BD;
}



.multibusy
{
	background-color: #6699CC;
}
.multioutofoffice
{
	background-color: #B6624F;
}


.info
{
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #e2e5e8;
}
.infoBig
{
	font-weight: bold;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #e2e5e8;
}
.infoCap
{
	font-size: 8pt;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #e2e5e8;
}
.infoBottom
{
	font-size: 8pt;
	vertical-align: top;
	padding: 5px;
}
.infoCapBig
{
	font-size: 8pt;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #e2e5e8;
}
.infoTitle
{
	padding: 2px;
	border: 1px solid #b2b8c1;
}
.infoNotes
{
	padding: 2px;
	border: 1px solid #b2b8c1;
}

.pbTitle
{
	background-color: #EEECD1;
	padding-top: 2px;
	white-space: nowrap;
	width: 75%;
	border-top-color: #56458C;
}
.Title
{
	font-weight: bold;
	color: #506749;
	font-family: Verdana;
	font-size: 2pt;
}
.HoverTitle
{
	background-color: #EEECD1;
	font-weight: bold;
	color: #506749;
	font-family: Verdana;
	font-size: small;
	margin: 3px 0 0 4px;
	border: none;
	background-color: transparent;
	width: 45%;
}
.borderBtn
{
	border-color: #6699CC;
}

.btnGo
{
	font-family: 'Verdana' , 'Geneva' , sans-serif; /* background-image:  url("/image/bgButton.JPG"); */
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #5C5D61;
	border-bottom: 1px solid #5C5D61;
	border-top: none;
	border-left: none;
	font-size: 80%;
	color: #C1C1C1;
	padding: 1px 3px;
	cursor: pointer;
	font-weight: bold;
	display: inline;
	overflow: visible;
}

#createNew
{
	display: block;
	position: static;
	height: 20px;
}

#createNew .menuButtonButton
{
	/* background-image:url(../image/createNewBG.gif); */
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #69c;
	padding: 2px 1px;
	font-size: 90%;
	display: block;
	color: #333;
}

#createNew .menuButtonMenu a
{
	background-color: transparent;
	padding: 0 2px 0 6px;
	border: solid #f3f3ec;
	border-width: 1px 0;
	color: #333;
	font-family: 'Arial' , 'Helvetica' ,sans-serif;
	font-weight: normal;
	font-size: 100%;
}

#createNew .menuButtonMenu a .mruIcon
{
	margin-right: 2px;
}

#createNew .menuButtonMenu a:hover
{
	background-color: #fff;
	border-color: #e3deb8;
	text-decoration: none;
}
.sidebarModule
{
	background-color: #E8E8E8;
	margin: 0 0 2px 0;
	overflow: hidden;
}

.sidebarModule .requiredMark
{
	color: #E8E8E8; /* Hide in background */
}

.sidebarModuleHeader
{
	padding: 15px 8px 2px 15px;
	font-weight: bold;
}

.sidebarModuleBody, .sidebarModuleBodyNoHeader
{
	padding: 0 6px 16px 11px;
}

.sidebarModuleBodyNoHeader
{
	padding-top: 15px;
}

.sidebarModuleBody select
{
	font-size: 91%;
}

.sidebarModuleTag
{
	vertical-align: top;
}

.sidebarModuleTag img
{
	padding-right: .5em;
	vertical-align: bottom;
}

/* - Image - */
.imageModule .sidebarModuleBody
{
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	width: 185px;
}
.sidebarModule .dateInput input
{
	width: 70px; /* added by rchen so that date input elements fit in the sidebar */
}
/* - Nested Base - */
.nestedModule
{
	background-color: #E8E8E8; /* background-image:  url("/image/bgmMessage.gif"); */
	background-repeat: no-repeat;
	background-position: left top;
	border-color: #E8E8E8; /* Match the background color */
	border-style: solid;
	border-width: 10px 0;
	margin-top: -2px; /* Eat up the margin spacing that's normally present */
	padding: 0px 15px 0px 13px;
}

.nestedModuleInner
{
	background-color: #FFF;
	margin-bottom: 0;
}

.nestedModule .sidebarModuleHeader
{
	padding-top: 7px;
	padding-bottom: 5px;
}

.nestedModule .sidebarModuleBody
{
	border-top: 1px solid #CCC;
	line-height: 1.6em;
	margin: 0 10px 8px;
	padding: 0px 3px 0 5px;
}
/* - Custom Links - */
.linksModule ul
{
	padding: 2px 0 1px 10px;
	margin: 0;
}

.linksModule li
{
	list-style: disc;
	padding: 0;
	line-height: 1.3em;
	margin: 0;
}

/* - Division - */
.divisionModule
{
	background-color: #D9D9D9;
}

.divisionModule select
{
	width: 165px;
}

/* - Quick Create - */
.quickCreateModule .requiredMark
{
	color: #C00;
}

.quickCreateField
{
	padding: 1px 2px 5px 4px;
}

.quickCreateFooter
{
	padding-bottom: 2px;
}



/* Specific for calendar invitee lookup */
.invitee .bPageTitle h1
{
	font-size: 93%;
}
.invitee .relatedListIcon
{
	display: none;
}
.invitee .bPageBlock .pbTitle h3
{
	margin-left: 10px;
}

.lookup .footer
{
	margin-top: 20px;
	border-top: 2px solid #D9D9D9;
	padding-top: 0.5em;
	text-align: center;
	color: #878787;
}

.lookup .content h1
{
	margin: 0.5em 0;
}
.lookup .bPageBlock .list .errorMsg
{
	color: #C00;
	text-align: center;
	border-bottom: none;
}
/* Remove all bottom padding so there's less change a vertical scrollbar appears */
.lookup, .lookup .pBody, .lookup .bDescription
{
	padding-bottom: 0;
}

.lookup #division, .lookup #lksrch, .lookup #lktp
{
	margin: 0 1em;
}

/* New asset in lookup */
.newAssetLookupHeader .step
{
	font-weight: bold;
	float: right;
}

.newAssetLookupHeader h2
{
	margin-bottom: 6px;
}

.newAssetLookupHeader p
{
	margin: 0;
}

/* subjectSelectionPopup */
.subjectSelectionPopup h1
{
	margin: 0.5em;
}
body.subjectSelectionPopup div.choicesBox
{
	width: 90%;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3EC;
}
.subjectSelectionPopup .footer
{
	margin: 20px auto 0 auto;
	border-top: 2px solid #D9D9D9;
	padding-top: 0.5em;
	text-align: center;
	color: #878787;
	font-size: 91%;
	width: 90%;
}
.subjectSelectionPopup ul
{
	width: 95%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.subjectSelectionPopup li
{
	margin: 0;
	padding: 4px;
	border-top: 1px solid #E3DEB8;
	vertical-align: middle;
}
.subjectSelectionPopup li a
{
	font-size: 91%;
}
.subjectSelectionPopup li.listItem0
{
	border-top: none;
}
.choicesBox br
{
	display: none;
}

/*//////////////////////////
Common.css
///////////////////////////*/

/*.menuHeader{padding:4px;font-weight: bold;vertical-align:top;background-color:#316ac5;color:#ffffff;border-color:#E2E5E8;}*/
.menuHeader
{
	padding: 4px;
	font-weight: bold;
	vertical-align: top;
	background-color: #dddddd;
	color: #333333;
	border: 2px dotted #d0d0d0;
}


/* Custom Classes for Calendar bg Colors in Shared
.CalDefaultBlue
{cursor:hand;display:block;
background:#DDEAFD url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #DDEAFD;color:#000;position:relative;text-decoration:none;
border-width:1 1 1 1px;padding:0.2em .75em;
}
/*Dim myDivBgClassArray As String() = {"CalGray", "CalVoilet", "CalMaroon", "CalOrange", "CalYellow", "CalPantone", "CalLightGreen", "CalGreen", "CalPink", "CalRed"}
#d8d8d8,#DFD4DB,#D48E7C,#FBCF8D,#FB6581,#D7E300,#CCE5A2,#A7AB74,#E3C3D4,#FB6581

.CalGray
{cursor:hand;display:block;
    background:#F1E0F3 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #E9CFEC;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 .CalPantone
{cursor:hand;display:block;
    background:#E3E4FA url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #E3E4FA;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 .CalLightGreen
{cursor:hand;display:block;
    background:#ECE7D9 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #ECE7D9;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
.CalGreen
{cursor:hand;display:block;
    background:#FFEFC7 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #FFEFC7;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 
 .CalPink
{cursor:hand;display:block;
    background:#EAD5E7 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #EAD5E7;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 .CalRed
{cursor:hand;display:block;
    background:#FB6581 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #FB6581;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
  .CalYellow
{cursor:hand;display:block;
    background:#D0E2FD url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #FAE22F;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 
.CalVoilet
{cursor:hand;display:block;
    background:#E4F2CC url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #E4F2CC;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 .CalMaroon
{cursor:hand;display:block;
    background:#E8EFEF url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #E8EFEF;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 
   .CalOrange
{cursor:hand;display:block;
    background:#FCE1B9 url(../../build/tabview/assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff;border:solid #FCE1B9;color:#000;position:relative;text-decoration:none;
    border-width:1 1 1 1px;padding:0.2em .75em;
 }
 
 /* TestIndex Css Style Sheet 
 .menuHeader{background-image:url('../image/user/test/left_menu_bg.gif');padding:4px;font-weight: bold;vertical-align:top;color:#FFFFFF;border:1px; font-family:Arial} */
.LeftMenuBody
{
	background-color: #333333;
	border-left: 1px solid #838383;
	border-right: 1px solid #838383;
}
.LeftMenuBg
{
	background-color: #333333;
}
.borderLeftMenu
{
	border-color: #838383;
}
.borderHeader
{
	border-color: #AAAAAA;
}
/* .TopMenuBg{background-image:url('../image/user/test/top_right_menu_bg.gif');background-repeat:repeat-x;padding:5px;vertical-align:top;color:#FFFFFF;border:1px;} */
/*
.Menu {background:url(../image/user/test/btn_bg.gif); font:bold 11px Arial; text-align:center; color:White; cursor:pointer; width:53px;height:22px;}
.Menurss {background:url(../image/rsslogo3.jpg);font:bold 11px Arial; text-align:right; cursor:pointer; width:103px;height:22px;}
.Menurssempty {background:url(../image/user/test/btn_bg.gif);font:bold 11px Arial; text-align:left; cursor:pointer; width:30px;height:22px;}
.MenuImage {background:url(../image/user/test/btn_bg.gif);cursor:pointer; width:13px;height:12px;}
.MenuImageHover {background:url(../image/rsslogo4.jpg); font:bold 11px Arial, arial, helvetica; text-align:center; color:White; cursor:pointer; width:103px;height:22px;}
.MenuHover {background:url(../image/user/test/btn_bg2.gif); font:bold 11px Arial, arial, helvetica; text-align:center; color:White; cursor:pointer; width:53px;height:22px;}
.MenuHoverrss {background:url(../image/user/test/btn_bg2.gif); font:bold 11px Arial, arial, helvetica; text-align:center; color:White; cursor:pointer; width:30px;height:22px;}
.SelectedMenu {background:url(../image/user/test/btn_bg.gif); font:bold 11px tahoma; text-align:center; color:#D0D1D0; cursor:pointer; width:69px;height:22px;}
.LeftMenuHover {background:url(../image/user/test/btn_bg2.gif); font:bold 11px Arial, arial, helvetica; text-align:Left; color:White; cursor:pointer; width:53px;height:22px;}
.LeftSelectedHover {background:url(../image/user/test/leftMouseHover.gif); font:bold 11px Arial, arial, helvetica; text-align:Left; color:White; cursor:pointer; width:53px;height:22px;}
*/
/*leftMouseHover.gif
.SubMenu {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; margin:1px;}
.SubMenuHover {cursor:pointer; color:black; font-family:tahoma, arial, helvetica; border:solid 1px #4B4B6F; background-color:#FFEEC2;}

.MenuGroup {background-image:url(../image/group_background.gif); border:solid 1px #7E7E81;}
.MenuGroup {background-image:url(../image/button1); border:solid 1px #7E7E81;}
 
*/
/*
.MenuBreak {width:2px;height:100%; background-image:url('../image/user/test/btn_sep.gif');}
*/
.LeftUserMenuBg
{
	background-color: #585858;
	color: White;
}
/*
.UserTopMenuBg{background-image:url('../image/user/menu_top_bg.gif'); background-repeat:repeat-x;padding:4px;vertical-align:top;color:#FFFFFF;border:1px; font-size:9pt; font-family:arial}
.UserTopMenuBg1{background-image:url('../image/user/about us.jpg');background-repeat:repeat-x;padding:4px;vertical-align:top;color:#FFFFFF;border:1px; font-size:9pt; font-family:arial}
*/
.borderGray
{
	border-color: #B7B7B7;
}
.borderdarkGray
{
	border-color: #808080;
}
.bgDarkGray
{
	background-color: #808080;
}
.bgGray
{
	background-color: #F0F0F0;
}
.bgLightGray
{
	background-color: #CCCCCC;
}

.Header
{
	color: #A0298F;
	font-weight: bolder;
	font-size: 10pt;
}
.PropList
{
}
.Sideheader
{
	color: #651164;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
}
.Sideheaderlist
{
	color: #8a287e;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana;
}

.MapSideheader
{
	color: #A0298D;
	font-size: 7pt;
	font-weight: bold;
}
.MapContent
{
	color: #9F9F9F;
	font-size: 7pt;
	font-weight: bold;
}
/* Used for view property. */

.topHeader
{
	color: Black;
	font-size: 10pt;
	font-family: Arial;
}
/*B864B2*/
.Content
{
	color: #651164;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}
.Contentdesc
{
	color: #651164;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}

/* sfdjkfdskjfad
.Header{color:#A0298F; font-weight:bolder; font-size:10pt;}
.ListHeaderBg{background-image:url('../image/user/list_header.jpg'); background-repeat:repeat-x; height:15px; color:White;}
.PropList{background-image:url('../image/list_bg.jpg'); background-repeat:repeat-x; height:100px;}
.Sideheader{color:#A0298F;font-weight:bold;}
.Sideheaderlist{color:#A0298F;font-weight:bold; font-size:11pt; font-family:Arial}

.MapSideheader{color:#A0298D; font-size:7pt; font-weight:bold;}
.MapContent{color:#9F9F9F; font-size:7pt; font-weight:bold;}
/* Used for view property. 
.Sideheadertop{font-size:21px;font-family:Arial;font-weight:bold;color:#8a287e;}
.Headertop{color:#ba3584; font-weight:bold; font-size:12px; font-family:Arial;padding-left:6px;}
  
.Content{color:#3E3535; font-weight:bold;font-family:Arial}
.Contentdesc{color:#3E3535; font-weight:bold;font-size:10pt; font-family:Arial} */
/*
.ListHeaderBg{background:url(../image/user/list_header_bg.jpg); font-weight:bold; color: White;padding-left:5px;
    padding-right:5px; height:15; font-size:3pt;}
*/
/*    
.photoflip {
background-image:url('../image/icon.gif');
background-repeat:no-repeat;
color:#A0298D;
display:block;
font-family:arial;
font-size:10px;
height:27px;
margin-left:190px;
margin-top:143px;
padding-left:17px;
padding-top:14px;
position:absolute;
text-decoration:none;
width:30px; } 
.photoflipIE {
background-image:url('../image/icon.gif');
background-repeat:no-repeat;
color:#A0298D;
display:block;
font-family:arial;
font-size:10px;
height:27px;
margin-left:190px;
margin-top:143px;
padding-left:17px;
padding-top:14px;
position:absolute;
text-decoration:none;
width:30px; } 

.photoflipFF {
background-image:url('../image/icon.gif');
background-repeat:no-repeat;
color:Red;
display:block;
font-family:arial;
font-size:16px;

margin-left:190px;
margin-top:143px;

position:absolute;
text-decoration:none;
width:30px; } 

.photoflipIE {
background-image:url('../image/photo_curl_plus.gif');
background-repeat:no-repeat;
color:#A0298F;
display:block;
font-family:arial;
font-size:16px;

margin-left:190px;
margin-top:143px;

position:absolute;
text-decoration:none;
width:30px;
}

/*
.padNone {padding:0px;}
.padSmallest {padding:2px;}
.padSmall {padding:3px;}
.pad {padding:4px;}
.padTop {padding-top:4px;}
.padRight {padding-right:4px;}
.padBottom {padding-bottom:4px;}
.padLeft {padding-left:4px;}
.padBig {padding:10px;}
.padBigTop {padding-top:10px;}
.padBigRight {padding-right:10px;}
.padBigBottom {padding-bottom:10px;}
.padBigLeft {padding-left:10px;}
.padModerateLeft {padding-left:7px;}
.padModerateRight {padding-right:7px;}
.padModerateTop {padding-top:7px;}
.padModerateBottom {padding-bottom:7px;}

*/

.HomeheaderText
{
	color: #8a287e;
	font-size: 18.86px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 13px;
	font-family: DIN,Arial;
}
.HomeHeaderTextBottom
{
	font-size: 14px;
	font-family: Arial;
	color: #948d92;
	padding-top: 3px;
	font-weight: normal;
	padding-left: 13px;
}

.headerText
{
	color: #8a287e;
	font-size: 18.86px;
	font-weight: bold;
	padding-top: 24px;
	padding-left: 12px;
}
.headerimage
{
	padding-top: 9px;
	padding-bottom: 6px;
}

/* Top Pink Header menus  */
.menuheight
{
	height: 22px;
}
.menuheightleft
{
	height: 15px;
}

.pressAddress
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #651164;
}

.Areasheading
{
	font-family: Arial;
	font-size: 12px;
	color: #6f1a69;
	font-weight: bold;
}
.Areanames
{
	border: 2px 2px 2px 2px solid #dbdbdb;
	background-color: #f6f6f6;
	padding-bottom: 9px;
	height: 150px;
}
.Areanamesdisplay
{
	font-size: 10px;
	color: #6f1a69;
	font-family: arial;
	text-decoration: underline;
}
.Canarywharf
{
	font-size: 14px;
	font-weight: bold;
	color: #651164;
	padding-left: 14px;
	padding-top: 12px;
	font-family: Arial;
}


.careerspad
{
	padding-top: 20px;
	padding-left: 15px;
}
.careercontent
{
	width: 735px;
	line-height: 1.5em;
}
.careerstext
{
	font-size: 14px;
	font-family: Arial;
	color: #808080;
	font-weight: normal;
	padding-left: 15px;
}
.careersHeadings
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #8c2774;
	padding-right: 40px;
	padding-bottom: 16px;
}


.Departmentstext
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #8c2774;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.Departmentscontent
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #8c2774;
	padding-left: 9px;
}
.DepartmentsBox
{
	height: 125px;
	border: 2px 2px 2px 2px solid #dbdbdb;
	width: 353px;
}

.LetText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #8c2774;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 13px;
}
.LetinnerText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #606060;
	padding-left: 93px;
	padding-right: 8px;
}
.LandlordtipsHeadings
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #8a287e;
	padding-bottom: 7px;
}
.LandlordNumber
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #8a287e;
}
.LandlordContent
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #651164;
}
.Lettingcontent1
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #651164;
	padding-left: 90px;
	padding-bottom: 20px;
}
.Lettingcontent
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #651164;
	padding-left: 90px;
	padding-bottom: 20px;
}

.OurServicesText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #8c2774;
	padding-left: 15px;
	padding-bottom: 13px;
}
.OurServicesheadings
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #8a287e;
	padding-bottom: 8px;
}
.OurServicesinnertext
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #651164;
}


.ContactusHeader
{
	width: 152px;
	height: 32px;
	background-color: #f0f0f0;
	color: #651164;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 11px;
}
.ContactusinnerText
{
	color: #651164;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}

.LoginHeader
{
	color: #9f298f;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
}
.LogininnerText
{
	color: #6e1a67;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}

.PinkText
{
	color: #6e1a67;
}

.ValuationRequest
{
	color: #8a287e;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}

.lettingProcess
{
	font-size: 14px;
	font-weight: bold;
	color: #8a287e;
	padding-left: 90px;
	padding-bottom: 4px;
}

.CitiesDisplay
{
	padding-left: 14px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.TubeCitiesDisplay
{
	padding-left: 8px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.RentText
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*
.RefImage{background-image:url("/image/Referencebg.jpg");width: 68px; height: 20px; background-repeat: no-repeat;}
*/
.ReferenceText
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
}
/*
.overview_right{height:22px; background-image:url('../image/over_bkg.gif'); padding-left:10px; font-family:Arial; font-size:11px; color:#797979;}
*/
.myjftext
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	color: #333333;
}

.pad_sty
{
	background-color: #f4f4f4;
	padding: 4px;
	display: none;
	color: #a3327e;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

.Rssheading
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #651164;
}
.Sideheadertop
{
	color: #8a287e;
	font-weight: bold;
	font-size: 21.58px;
	font-family: Arial;
}
.Headertop
{
	color: #ba3584;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	padding-left: 3px;
}

#slider_minmax_gutter_m_l, #slider_minmax_gutter_m_sec_l, .slider_gutter_m, .BottomMenuSeperator, .BottomMenuSeperator2, .knob_l, .knob_r, .headerImage, .leftImage, .leftSmall, .middleTop, .middleBottom, .rightImage, .bottomImage
{
	background-image: url( '../image/homePageAllImages_6.jpg' );
	background-repeat: no-repeat;
}

.leftImage
{
	background-position: -4px -325px;
	background-repeat: no-repeat;
}

.middleTop
{
	background-position: -2px 22px;
}

.rightImage
{
	background-position: -334px -297px;
	background-repeat: no-repeat;
}

.middleBottom
{
	background-position: -3px -794px;
	background-repeat: no-repeat;
}

.leftSmall
{
	background-position: 735px -900px;
}

.leftSmall
{
	background-position: 735px -900px;
}

.bottomImage
{
	background-position: -40px -1050px;
}
.headerImage
{
	background-position: -22px -1135px;
}


/* 

slider.css css styles data

*/


.clearfix
{
	clear: both;
}
.floatl
{
	float: left;
}
.floatr
{
	float: right;
}
.inline
{
	display: inline;
}
.fontbold
{
	font-weight: bold;
}
.fontwhite
{
	color: #ffffff !important;
}
.fontblack
{
	color: #333333 !important;
}
.fontgreen
{
	color: #1ABE07 !important;
}
.fontblue
{
	color: #0198D1 !important;
}
.fontgrey
{
	color: #9d9d9d !important;
}
.fontred
{
	color: #A30004 !important;
}

/* Slider Style */

.slider_outer
{
	margin: 10px;
	border: 1px solid #e6e6e6;
	padding: 0px;
}
.slider_gutter
{
	float: left;
	width: 100%;
	display: inline;
	position: absolute;
}
.slider_gutter_item
{
	position: absolute;
	float: left;
	left: 97%;
}
#slider_minmax_gutter_l, #slider_minmax_gutter_l_sec, .slider_gutter_l
{
	width: 10px;
	margin-left: -10000%;
	height: 20px;
}
#slider_minmax_gutter_m
{
	width: 185px;
	margin-left: -190px;
	height: 20px;
	background-position: -672px -50px;
}
#slider_minmax_gutter_m_sec
{
	width: 180px;
	margin-left: -190px;
	height: 20px;
	background-position: -672px -94px;
}

#slider_minmax_gutter_r, #slider_minmax_gutter_r_sec, .slider_gutter_r
{
	width: 10px;
	margin-left: -10000px;
	height: 20px;
}
#minmax_slider, #minmax_slider_sec
{
	width: 200px;
	margin: 0px 10px;
}

.slider_gutter
{
	width: 150px;
	margin: 0px 0px 0px 0px;
}
.slider_gutter_m
{
	width: 140px;
	margin-left: -150px;
	height: 17px;
	background-position: -672px -50px;
}

/*.slider_gutter_bkg{ position: absolute; background:url(../images/bkg_slider.gif) repeat-x; height:8px; margin:6px 0px 0px -10px; width:374px; clip:rect(0, 20px, 0, 20px)}
*/
.knob_l
{
	position: absolute;
	height: 20px;
	width: 13px;
	background-position: -672px -206.1px;
	cursor: pointer;
}
.knob_r
{
	position: absolute;
	height: 20px;
	width: 13px;
	background-position: -672px -151px;
	cursor: pointer;
}

/* For Clip */
#slider_bkg_img
{
	position: absolute;
	height: 17px;
	margin: 0px 1px 1px -3px;
	width: 180px;
}
#slider_bkg_img_sec
{
	position: absolute;
	height: 17px;
	margin: 0px 1px 1px -3px;
	width: 180px;
}
#slider_bkg_img_1
{
	position: absolute;
	height: 17px;
	margin: 3px 0px 0px 0px;
	width: 180px;
}

/* for Slider C */
/* .slide_container .slider {float:left; display: block;position: absolute; }
.slide_container #slider_C{width:213px; margin:0px 0px 0px 10px; border:0px solid red; }
.slide_container  .slider_gutter_C{width:213px;margin-left:-223px;	height:20px; background-position:-672px -50px;}
.slide_container  #slider_bkg_img_C{position: absolute; height:17px; margin:0px 0px 0px 0px; width:213px;}
.slide_container  .slider_gutter_r{width: 10px;margin-left:-10px;height:20px; 	background:url(../image/slider_r.gif) no-repeat; border:1px } */

td.areaimage:hover
{
	background-image: url(../image/Homearea.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position:0px 3px;
}
td.schoolimage:hover
{
	background-image: url(../image/homeschools.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position:0px 3px;
}
td.tubeimage:hover
{
	background-image: url(../image/homeunderground.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position:0px 3px;
}
td.mapimage:hover
{
	background-image: url(../image/a-z1.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position:0px 3px;
}

td.homeShortlet:hover
{
	background-image: url(../image/shortlet.png);
	height: 54px;
	width: 55px;
	background-repeat: no-repeat;
	background-position:6px 5px;
}
td.HomeProperty:hover
{
	background-image: url(../image/property.png);
	height: 54px;
	width: 55px;
	background-repeat: no-repeat;
	background-position:6px 20px;
}
td.HomeValuation:hover
{
	background-image: url(../image/valution.png);
	height: 54px;
	width: 55px;
	background-repeat: no-repeat;
	background-position:6px 13px;
}

.SearchHomePadding
{
	padding-left:190px;
}

.SearchHistoryHomePadding
{
	padding-left:288px;
}