/* $Revision: 9838 $ $Date: 2008-10-15 10:37:12 -0300 (Wed, 15 Oct 2008) $ */

/* Intranet CSS */
/* begin global */

.cLumBody, .cLumRunTimeBody
{
	margin:0px 0px 0px 0px;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#606060;
	background:#F3F2F2;
}

#LumisAdminPage
{
	background:#F3F2F2;
}

body.cLumRunTimeBody .cLumPage
{
	margin-top:-4px;
}

table, span, div, input, select, textarea, td, a, pre
{
	font-family:arial,sans-serif;
	font-size:11px;
}
font a, font span, h1 a, h1 span, h2 a, h2 span, h3 a, h3 span, h4 a, h4 span, h5 a, h5 span 
{
	font-size:100%; /* fix FCK editor on IE */
}

a
{
	color:#343434;
	background-color:inherit;
 	text-decoration:none;
 	cursor:pointer;
}
a:hover
{
	text-decoration:underline;
}
a.cLumNoHoverLink:hover
{
	text-decoration:none;
}

textarea
{
	overflow:auto;
}
form
{
	margin:0px;
}

.cLumisInterface
{
	padding:5px 8px; /* sets padding for ALL interfaces */
}

.cLumArea, .cLumColumn, .cLumCell
{
	float:left;
}

.cLumAreaSeparator, .cLumRowSeparator
{
	clear:left;
}

/* end global */


/* begin palette */
.cLumIntraIcon, .cLumIntraFooter
{
	background-color:#EB8C13;
	color:inherit;
}
.cLumIntraIcon2
{
	background-color:#EFEFD0;
	color:inherit;
}
/* end palette */


/* begin portal only */
img.cLumIntraMarginRight
{
	margin:0px 5px 0px 0px;
	vertical-align:middle;
}
img.cLumIntraMarginLeft
{
	margin:0px 0px 0px 5px;
	vertical-align:middle;
}
.cLumHorDotline
{
	clear:both;
	width:auto;
	height:1px;
	background:url(../images/Dotline2.gif) bottom left repeat-x;
	white-space:nowrap;
	display:block;
	margin:10px 0px 0px 0px;
}

.cLumTableDetails
{
	border-top:1px solid #D3D3C2;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}
.cLumTableDetails a
{
	color:#343434;
	background-color:inherit;
}
.cLumTableDetails th, .cLumTableDetails td
{
	border-bottom:1px solid #D3D3C2;
}
.cLumTableDetails .fieldcell
{
 	width:133px;
}
.cLumTableDetails .detailcell
{
 	background:white;
	color:inherit;
 	padding-left:6px;
}
.cLumTableDetails .detaillink
{
 	float:right;
 	padding:0px 6px 0px 0px;
}
#LumisAllComments
{
	width:100%;
	height:140px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom:10px;
	background-color:#f9f8f8;
	color:inherit;
}
.cLumMaskField pre
{
 	color:#595959;
	background-color:inherit;
 	padding:0px 0px 10px 0px;
}
.cLumMaskField
{
 	color:#595959;
	background-color:inherit;
 	padding:0px 0px 10px 0px;
}

/* end portal only */


/* begin specific */
.cLumInputText, .cLumTextArea, .cLumImagePickerInputText, .cLumDisabledInputText, .cLumInputFile
{
	border:1px solid #C0C0C0;
	width:400px;
}
input.cLumInputText, input.cLumImagePickerInputText, input.cLumDisabledInputText
{
	height:14px; /* must be lower (from 18px) because of doctype applied */
}

input.cLumInputFile
{
	height:18px; /* must be upper (from 14px, old class value was cLumInputText) because of doctype applied */
}

.cLumImagePickerInputText
{
	width:362px;
	border:1px solid #ccccca;
	color:#6a6a68;
	background:#e8e8e3;
}
.cLumInformation
{
	padding:5px;
}
.cLumInputDownload
{
	border:1px solid #C0C0C0;
	width:340px;
}

.cLumFileUploadControl
{
	width:400px;
}

.cLumInputNumber
{
    border:1px solid #C0C0C0;
    width:40px;
	text-align:right;
}

.cLumValidatorText
{
	padding-left:1px;
	color:red;
	background-color:inherit;
}

.cLumDisabledInputText
{
	border:1px solid #ccccca;
	color:#6a6a68;
	background:#e8e8e3;
}

.cLumFilters
{
	padding:10px 16px;
	background:#E4E4DE;
	color:inherit;
	border-left:0px;
	border-right:0px;
	border-top:1px solid #D3D3C2;
}

#LumPropertyPageBody .cLumFilters
{
	border-top:1px solid #D3D3C2;
	border-bottom:1px solid #D3D3C2;
	padding-bottom:10px;
}

.cLumFilterButton
{
	width:auto;
	padding:0px 6px;
}
.cLumFilterButton img
{
	display:block;
	margin:0px 0px 2px 0px;
}

.cLumParentFilters
{
	padding:0px 6px 5px 6px;
}

.cLumFiltersIndependent
{
	background:white;
	color:inherit;
	padding-bottom:10px;
}

.cLumAccessDenied
{
	width:100%;
	padding:20px;
	vertical-align:middle;
	text-align:center;
}

.cLumPropertyPage
{
	width:auto;
	background:#F3F2F2;
	color:inherit;
	padding:8px 8px 8px 8px;
}

.cLumLabelTd
{
	width:120px;
}

.cLumLabel
{
	padding:0px 10px 0px 0px;
	width:120px;
	font-weight:bold;
	color:#606060;
	background-color:inherit;
}

.cLumRequiredValuesDescriptor
{
	padding-top:10px;
}

.cLumTableAdmin
{
	border:0px;
}
.cLumTableAdmin a
{
	color:#343434;
	background-color:inherit;
}
.cLumTableAdmin th, .cLumTableAdmin td
{
	border-bottom:1px solid #D3D3C2;
}
.cLumTableAdmin th
{
	border-top:1px solid #D3D3C2;
}
.cLumEvenRow
{
	background:none;
}
.cLumTableAdminHeader
{
	white-space:nowrap;
	border-top:1px solid #D3D3C2;
}
.cLumTableAdminHeaderCheck
{
	width:20px;
	padding-left:4px;
}
.cLumTableAdminHeaderRow
{
	font-weight:bold;
	padding:0px 2px;
	background:white;
	color:inherit;
	height:24px;
}
th.cLumLeftCell, td.cLumLeftCell
{
	padding-left:12px;
}
th.cLumRightCell, td.cLumRightCell
{
	padding-right:12px;
}

#LumListHeight
{
	border:1px solid #D3D3C2;
}
#LumListHeight .cLumTableAdmin
{
	border:0px;
}

.cLumPropertyPage #LumListHeight
{
	border:1px solid #eeeee7;
}

a.cLumTableAdminHeaderSelected
{
	color:#343434;
	background-color:inherit;
}

img.cLumTableAdminHeaderOrder
{
	vertical-align:middle;
	border:0px;
	margin:0px 0px 0px 8px;
}

img.cLumAdminRowImg
{
	vertical-align:top;
	border:0px;
	margin:3px 8px;
}

.cLumTableAdminCell
{
	padding:0px 0px 0px 4px;
	height:22px;
	color:#606060;
	background-color:inherit;
}
.cLumTableAdminCell a
{
	color:#343434;
}

.cLumInterfaceButtons a
{
	color:#AAA;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
}

.cLumControlGroup
{
	width:auto;
	padding:5px;
	background:#E4E4DE;
	color:inherit;
	border:1px solid #D3D3C2;
}

.cLumDynamicListItems
{
	width:auto;
	padding:5px;
	background:#FFF;
	color:inherit;
	border:1px solid #D3D3C2;
}

.cLumControlServiceGroup
{
	width:100%;
	padding:10px 5px;
	background:#E4E4DE;
	color:inherit;
	border:1px solid #D3D3C2;
	border-right:0px;
	border-left:0px;
}
html>body .cLumControlGroup
{
	/*width:560px;*/
	width:auto;
	padding:5px;
}

.cLumControlGroupHeader
{
	padding:5px 5px 5px 5px;
	font-weight:bold;
}
.cLumControlBlock
{
	margin:8px 0px 0px 0px;
	padding:5px;
	background:#F9F8F8;
	color:inherit;
	border:1px solid #D2D1D1;
}

.cLumAdminPropertyDialogLabelCell
{
	white-space:nowrap;
}

.cLumAdminPropertyDialogTextBoxCell
{
	width:100%;
}

.cInterfaceButtons
{
	padding-top:10px;
}

span.cLumSpacer
{
	font-size:1px;
	width:auto;
}

.cLumAdminListPopArea
{
	width:570px;
	height:355px;
	overflow:auto;
}
.cLumAdminListPopAreaPagination
{
	width:570px;
	height:315px;
	overflow:auto;
}

#lumAssociationArea
{
	background:white;
	color:inherit;
	border:1px solid #D2D1D1;
}
.cLumAssociationTable
{
	background:#F9F8F8;
	color:inherit;
	border:1px solid #D2D1D1;
	width:100%;
}
/* end specific */


/* begin buttons */
#LumButton1 ul
{
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
	list-style-type:none;
}
#LumButton1 ul li
{
 	display:inline;
}
#LumButton1 a
{
	float:left;
	display:block;
	min-height:14px;
	height:14px;
	padding:5px 5px 6px 5px;
	font-size:11px;
	text-transform:lowercase;
	font-weight:bold;
	color:#606060;
	text-decoration:none;
	background:#D3D3C2 url(../images/BtIntra1_bg.gif) top left repeat-x;
}
html>body #LumButton1 a
{
	height:auto;
}
#LumButton1 .brdleft, #LumButton1 .brdright
{
	float:left;
	width:5px;
	height:25px;
}
#LumButton1 ul li .spacer
{
	float:left;
	width:9px;
	height:25px;
}
#LumButton1 .brdleft
{
 	background:url(../images/BtIntra1_brdleft.gif) top left no-repeat;
}
#LumButton1 .brdright
{
 	background:url(../images/BtIntra1_brdright.gif) top left no-repeat;
}
#LumButton1 img
{
	 vertical-align:top;
	 border:0px;
	 margin:0px 6px 0px 0px;
}

#LumButton2
{
	width:auto;
	padding:13px 0px 5px 0px;
	background:none;
	border-left:0px;
	border-right:0px;
	height:17px;
}
#LumButton2 ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#LumButton2 ul li
{
	display:inline;
}
#LumButton2 a
{
	display:block;
	float:left;
	height:17px;
	line-height:17px;
	white-space:nowrap;
	margin:0px 15px 0px 0px;
	padding:0px;
	font-weight:normal;
	color:#343434;
	background-color:inherit;
}
#LumButton2 .brdleft
{
	display:none;
}
#LumButton2 .brdright 
{
	display:none;
}
#LumButton2 img
{
	vertical-align:middle;
	margin:0px 6px 0px 0px;
	border:0px;
}

#LumButton3 ul 
{
	margin:0px;
	padding:0px;
	width:auto;
	list-style:none;
}
#LumButton3 ul li
{
	display:block;
	clear:both;
}
#LumButton3 a 
{
	float:left;
	display:block;
	white-space:nowrap;
	min-width:114px;
	width:120px;
	height:14px;
	padding:3px 0px 5px 0px;
	font-size:11px;
	font-weight:bold;
	color:#606060;
	text-decoration:none;
	background:#D3D3C2 url(../images/BtIntra3_bg.gif) top left repeat-x;
	margin:4px 0px 0px 0px;
}
html>body #LumButton3 a 
{
	width:auto;
	height:auto;
}
#LumButton3 .brdleft, #LumButton3 .brdright 
{
	float:left;
	width:5px;
	height:22px;
	margin:4px 0px 0px 0px;
}
#LumButton3 ul li .spacer 
{
	display:none;
}
#LumButton3 .brdleft 
{
	background:url(../images/BtIntra3_brdleft.gif) top left no-repeat;
}
#LumButton3 .brdright 
{
	background:url(../images/BtIntra3_brdright.gif) top left no-repeat;
}
#LumButton3 img
{
	vertical-align:middle;
	border:0px;
	margin:0px 12px 0px 0px;
}
.LumButtonColor
{
	color:#606060;
	background-color:inherit;
}
/* end buttons */


/* begin menus */
#LumMenu .menuBarVert
{
	width:auto;
	padding:8px;
	margin:0px 0px 14px 0px;
	background:#EFEFD0;
	color:inherit;
  	position:static;
  	left:0px;
  	top:0px;
  	z-index:101;
}
#LumMenu .menuBarVert a.item, #LumMenu .menuBarVert a.home, #LumMenu .menuBarVert a.selected
{
	display:block;
	width:auto;
	height:1%; /*IE6-only*/
	padding:6px 12px;
	color:#343434;
	background-color:inherit;
	text-decoration:none;
	border-bottom:1px solid #D3D3C2;
}
html>body #LumMenu .menuBarVert a.item, html>body #LumMenu .menuBarVert a.home, html>body #LumMenu .menuBarVert a.selected
{
	height:auto; /*fix for modern browsers*/
}
#LumMenu .menuBarVert a.home
{
	color:#5D5D49;
	background-color:inherit;
}
#LumMenu .menuBarVert a.selected
{
	background:white;
	color:inherit;
}
#LumMenu .menuBarVert a:hover.item
{
	background:white;
	color:inherit;
}
#LumMenu .menuBarVert a:hover.home
{
	background:none;
}
#LumMenu .menuBarVert a.item img, #LumMenu .menuBarVert a.selected img
{
	margin:0px 8px 0px 0px;
}
#LumMenu .menuBarVert a.home img
{
	margin:0px 5px 0px 0px;
}

#LumMenu .menuBarHor
{
	width:auto;
	min-height:17px;
	height:1%;
	padding:6px 8px;
	margin:0px;
	background:#EFEFD0;
	color:inherit;
  	position:static;
  	left:0px;
  	top:0px;
  	z-index:100;
}
html>body #LumMenu .menuBarHor
{
	height:auto;
}
#LumMenu .menuBarHor a.item, #LumMenu .menuBarHor a.home, #LumMenu .menuBarHor a.selected
{
	display:block;
	float:left;
	padding:2px 8px;
	color:#343434;
	text-decoration:none;
	white-space:nowrap;
	background:#EFEFD0;
}
#LumMenu .menuBarHor a.home
{
	color:#5D5D49;
	background-color:inherit;
}
#LumMenu .menuBarHor a.selected
{
	background:white;
	color:inherit;
}
#LumMenu .menuBarHor a:hover.item
{
	background:white;
	color:inherit;
}
#LumMenu .menuBarHor a:hover.home
{
	background:none;
}
#LumMenu .menuBarHor a.item img, #LumMenu .menuBarHor a.selected img
{
	margin:0px 8px 0px 0px;
}
#LumMenu .menuBarHor a.home img
{
	margin:0px 5px 0px 0px;
}
/* end menus */


/* begin sub-menus */
.menuVert, .menu
{
	width:150px;
	border-top:1px solid #D3D3C2;
	position:absolute;
  	left:0px;
  	top:0px;
  	visibility:hidden;
  	z-index:102;
}

a.menuItem
{
	clear:both;
	display:block;
	width:100%;
	height:14px;
	min-height:14px;
	padding:6px 0px;
	color:#343434;
	border-top:0px;
	border-right:1px solid #D3D3C2;
	border-bottom:1px solid #D3D3C2;
	border-left:1px solid #D3D3C2;
	background:#EFEFD0;
}
html>body a.menuItem
{
	width:auto;
	height:auto;
	padding:6px;
}
a:hover.menuItem
{
	background:white;
	color:inherit;
	text-decoration:none;
}
.menuItemText
{
 	display:block;
	float:left;
	margin:0px -6px 0px 0px;/*arrow bug on IE*/
	padding:0px 6px;
}
html>body .menuItemText
{
	float:none;
	margin:0px;
}
.menuItemArrow
{
 	float:right;
}
/* end sub-menus */


/* begin generic lists */
#LumList .header, #LumQuickList .header {
	padding:0px 0px 8px 0px;
}
#LumList .row, #LumQuickList .row {
	clear:both;
	padding:0px 0px 8px 0px;
}
#LumDetails .title {
	font-size:110%;
	padding:0px 0px 8px 0px;
}
#LumList .titGroup {
	color:#eb8c13;
	background-color:inherit;
	font-weight:bold;
}
#LumDetails .content {
	clear:both;
	padding:0px 0px 8px 0px;
}
#LumList p, #LumQuickList p, #LumDetails p {
	margin:0px;
	padding:0px 0px 8px 0px;
}
#LumList img.imgleft, #LumQuickList img.imgleft, #LumDetails img.imgleft {
	margin:0px 8px 8px 0px;
	display:block;
	float:left;
}
#LumList img.imgright, #LumQuickList img.imgright, #LumDetails img.imgright {
	margin:0px 0px 8px 8px;
	display:block;
	float:right;
}

#LumQuickList .linkbox
{
	clear:both;
	padding:1px 3px;
	margin:5px;
	width:1%;
	white-space:nowrap;
	text-align:center;
	display:block;
}
html>body #LumQuickList .linkbox
{
	width:40px;
}
#LumQuickList img.more
{
	margin:0px 4px 1px 0px;
	vertical-align:bottom;
}
#LumQuickList .linkbox a
{
	font-size:10px;
}
/* end generic lists */


/* begin areas */
#LumInterfaceHeader_top
{
	display:none;
}
#LumInterfaceHeader_top .cLumBrdLeft
{
	display:none;
}
#LumInterfaceHeader_top .cLumBrdRight
{
	display:none;
}

#LumInterfaceHeader
{
	width:auto;
	padding:5px 0px 0px 0px;
	background:none;
	border:0px;
}
#LumTitleBar
{
	background-color:#e4e3de;
	border-top:1px solid #d2d3c3;
	color:#808080;
	padding:3px 10px;
}
#LumInterfaceHeader .tit
{
	color:#808080;
	background-color:inherit;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	font-size:12px;
	float:left;
}
#LumInterfaceHeader a.bt_filter
{
	display:none;
}

#LumPropertyPageHeader
{
	width:auto;
}
#LumPropertyPageHeader .headerTitle
{
	background:#FFE3B1;
	border-top:1px solid #FFC763;
	border-right:0px;
	border-bottom:1px solid #FFC763;
	border-left:0px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#656565;
}

#LumPropertyPageBody
{
	background:#F3F2F2;
	color:inherit;
	border:0px;
	padding:0px 2px 0px 0px;
	width:100%;
}
html>body #LumPropertyPageBody
{
	/*width:570px;*/
	width:auto;
}

/* fix Firefox bugs on admin pops */
body.cLumRunTimeBody #LumInterfaceHeader
{
	margin-top:0px;
}
html>body body.cLumRunTimeBody #LumInterfaceHeader
{
	margin-top:-14px;
}
body.cLumRunTimeBody #LumPropertyPageBody
{
	margin-top:0px;
	clear:both;
}
html>body body.cLumRunTimeBody #LumPropertyPageBody
{
	margin-top:-10px;
}

#LumPropertyPageFooter
{
	display:none;
}
#LumPropertyPageFooter .mid
{
}

#LumNavigation
{
	width:auto;
	background:white;
	color:inherit;
	border-top:1px solid #D3D3C3;
	border-bottom:1px solid #D3D3C3;
	padding:2px 0px;
	margin:15px 0px 6px 0px;
}
#LumNavigation .pad1
{
	padding:0px 0px 0px 12px;
}
#LumNavigation .pad2
{
	padding:0px 12px 0px 0px;
}

#LumisCalendar
{
	background:#f3f2f2;
	color:inherit;
	height:100%;
	padding:8px 0px;
}
.cLumCalendarbody
{
	border-left:0px;
	border-right:0px;
	background:#f3f2f2;
	color:inherit;
	padding:0px;
	text-align:center;
}
.cLumCalendarBody a
{
	color:#666;
	background-color:inherit;

}
.cLumCalendarbody th.cLumCalendarTitle
{
	margin:0px 3px;
	padding:3px 6px;
	text-align:center;
	font-weight:bold;
	background:#DDDDDD;
	color:inherit;
}
.cLumCalendar
{
	text-align:center;
	background:#FFFFFF;
	color:inherit;
}
#LumisCalendarBottom
{
	height:8px;
	background:#f3f2f2 url(../images/Pix.gif) bottom left repeat-x;
	color:inherit;
}
#LumisCalendarBottom .cLumBrdLeft
{
	background:#f3f2f2 url(../images/Pix.gif) bottom left no-repeat;
	color:inherit;
	height:9px;
	width:9px;
	float:left;
}
#LumisCalendarBottom .cLumBrdRight
{
	background:#f3f2f2 url(../images/Pix.gif) bottom right no-repeat;
	color:inherit;
	float:right;
	height:9px;
	width:9px;
}
.cLumCalendarNow
{
	border:1px solid #000000;
	background:white;
	color:inherit;
}

#LumAlbum .cLumAlbumDetailBox
{
	border:1px solid #D2D3C3;
	background:#E4E3DE;
	color:inherit;
	width:380px;
	height:380px;
	overflow:auto;
}
#LumAlbum img.cLumAlbumDetailImg
{
	display:block;
	margin:14px;
	border:1px solid #C0C0C0;
}
#LumAlbum .cLumAlbumPhotoListBox
{
	background:white;
	color:inherit;
	border:1px solid #D2D3C3;
}

.cLumLoginField
{
	width:100%;
}
#cLumFilterTable .cLumInputText, #cLumFilterTable .cLumInputFile
{
	width:99.9%;
}

.cLumFilterTable
{
	width:100%;
}

#LumSiteMap .cLumSiteMapRow
{
	padding:0px 0px 4px 0px;
}

#LumContact .titContacts
{
	color:#343333;
	border:1px solid #d3d3c2;
	border-bottom:0px;
	background-color:#f4f4f2;
	font-weight:bold;
	padding:2px 0px 0px 12px;
	height:18px;
}
#LumContact .boxeContacts
{
	color:#626262;
	border:1px solid #d3d3c2;
	background-color:#ffffff;
	padding:5px 0px 0px 12px;
	height:100px;
}
#LumContact .ContactFilter
{
	background-color:#d8d8cb;
	width:25px;
	text-align:center;
	white-space:nowrap;
}
#LumContact .ContactFilterOver
{
	background-color:#929270;
	width:25px;
	text-align:center;
	white-space:nowrap;
}
#LumContact .ContactFilter a
{
	color:#7f7e7d;
	background-color:#d8d8cb;
	width:25px;
	height:15px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#LumContact .ContactFilter a:hover
{
	color:#ffffff;
	background-color:#929270;
	width:25px;
	height:15px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#LumContact .ContactFilterOver a
{
	color:#ffffff;
	background-color:#929270;
	width:25px;
	height:15px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

/* end areas */


/* begin tabs */
#LumTabs ul, #LumTabs2 ul
{
	width:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:white url(../images/Tab_bg.gif) top left repeat-x;
	color:inherit;
	float:left;
}
#LumTabs2 ul
{
	background:#F3F2F2 url(../images/Tab_bg02.gif) top left repeat-x;
	color:inherit;
}
#LumTabs ul li, #LumTabs2 ul li
{
	display:inline;
}
#LumTabs ul li a
{
	height:22px;
	padding:0px 12px 0px 12px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	color:#4E4E4E;
	text-decoration:none;
	background:white;
	border-top:1px solid #B2B2A5;
	border-bottom:1px solid #B2B2A5;
	float:left;
}
html>body #LumTabs ul li a
{
	height:auto;
}
#LumTabs2 ul li a
{
	height:22px;
	padding:0px 12px 0px 12px;
	line-height:22px;
	font-size:12px;
	color:#4E4E4E;
	text-decoration:none;
	background:#f3f1f2;
	border-top:1px solid #d2d3c3;
	border-bottom:1px solid #d2d3c3;
	float:left;
}
html>body #LumTabs2 ul li a
{
	height:auto;
}
#LumTabs ul li a.selected, #LumTabs2 ul li a.selected
{
	background:#FFFFFF;
	color:#8C0C06;
	border-bottom:1px solid #E4E4DE;
}

#LumTabs2 ul li a.selected
{
	background:#E4E4DE;
	font-weight:bold;
	color:#343434;
}
#LumTabs ul li .tab_first_left_on, #LumTabs2 ul li .tab_first_left_on,
#LumTabs ul li .tab_first_left_off, #LumTabs2 ul li .tab_first_left_off,
#LumTabs ul li .tab_middle_left_on, #LumTabs2 ul li .tab_middle_left_on,
#LumTabs ul li .tab_middle_left_off, #LumTabs2 ul li .tab_middle_left_off,
#LumTabs ul li .tab_middle_right_on, #LumTabs2 ul li .tab_middle_right_on,
#LumTabs ul li .tab_middle_right_off, #LumTabs2 ul li .tab_middle_right_off,
#LumTabs ul li .tab_middle_right_off2, #LumTabs2 ul li .tab_middle_right_off2,
#LumTabs ul li .tab_last_right_on, #LumTabs2 ul li .tab_last_right_on,
#LumTabs ul li .tab_last_right_off, #LumTabs2 ul li .tab_last_right_off
{
	width:4px;
	height:24px;
	float:left;
}
#LumTabs ul li .tab_first_left_on
{
	background:url(../images/Tab_first_left_on.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_first_left_on
{
	background:url(../images/Tab_first_left_on02.gif) top left no-repeat;
}
#LumTabs ul li .tab_first_left_off
{
	background:url(../images/Tab_first_left_off.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_first_left_off
{
	background:url(../images/Tab_first_left_off02.gif) top left no-repeat;
}
#LumTabs ul li .tab_middle_left_on
{
	background:url(../images/Tab_middle_left_on.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_middle_left_on
{
	background:url(../images/Tab_middle_left_on02.gif) top left no-repeat;
}
#LumTabs ul li .tab_middle_left_off
{
	background:url(../images/Tab_middle_left_off.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_middle_left_off
{
	background:url(../images/Tab_middle_left_off02.gif) top left no-repeat;
}
#LumTabs ul li .tab_middle_right_on
{
	background:url(../images/Tab_middle_right_on.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_middle_right_on
{
	background:url(../images/Tab_middle_right_on02.gif) top left no-repeat;
}
#LumTabs ul li .tab_middle_right_off
{
	background:url(../images/Tab_middle_right_off.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_middle_right_off
{
	background:url(../images/Tab_middle_right_off02.gif) top left no-repeat;
}
#LumTabs ul li .tab_middle_right_off2
{
	background:url(../images/Tab_middle_right_off2.gif) top left no-repeat;
}
#LumTabs2 ul li .tab_middle_right_off2
{
	background:url(../images/Tab_middle_right_off202.gif) top left no-repeat;
}
#LumTabs ul li .tab_last_right_on
{
	background:url(../images/Tab_last_right_on.gif) top left no-repeat;
	width:8px;
}
#LumTabs2 ul li .tab_last_right_on
{
	background:url(../images/Tab_last_right_on02.gif) top left no-repeat;
	width:8px;
}
#LumTabs ul li .tab_last_right_off
{
	background:url(../images/Tab_last_right_off.gif) top left no-repeat;
	width:8px;
}
#LumTabs2 ul li .tab_last_right_off
{
	background:url(../images/Tab_last_right_off02.gif) top left no-repeat;
	width:8px;
}
.cLumTabBox
{
	background:white;
	color:inherit;
	border-top:0px;
	border-right:1px solid #B2B2A5;
	border-bottom:1px solid #B2B2A5;
	border-left:1px solid #B2B2A5;
	padding:10px 10px 25px 10px;
}
html>body .cLumTabBox
{
	padding:10px 10px 10px 10px;
}
.cLumTabBox2
{
	background:#E4E4DE;
	color:inherit;
	padding:10px 10px 10px 10px;
	border-top:0px;
	border-right:1px solid #d2d3c3;
	border-bottom:1px solid #d2d3c3;
	border-left:1px solid #d2d3c3;
}
html>body .cLumTabBox
{
	padding:5px 10px 0px 10px;
}
.cLumTextArea
{
	vertical-align:top;
}
/* end tabs */


/* begin metadata */
#lumPublishingArea
{
	width:100%;
	background:white;
	color:inherit;
	border-top:1px solid #D2D1D1;
	border-right:1px solid #D2D1D1;
	border-bottom:1px solid #D2D1D1;
	border-left:0px;
}
#lumPublishingArea tr td
{
	padding:4px;
	border-left:1px solid #D2D1D1;
}
#lumPublishingArea .cLumLabel
{
	width:auto;
}

#lumWorkflowArea,#lumLanguageArea
{
	background:#f9f7f8;
	color:inherit;
	border:1px solid #d1d1d1;
	width:100%;
	padding:2px;
}

#lumWorkflowArea .cLumLabel,#lumLanguageArea .cLumLabel
{
	width:80px;
}

/* end metadata */

/*begin used by interface*/
#LumisUsedByInterface
{
	font-weight:bold;
}
#LumisUsedByInterface .cLumUsedByInterfaceTable
{
	padding-top:13px;

}
#LumisUsedByInterface .cLumUsedByInterfaceTable td
{
	background:#f9faf5;
	color:inherit;
	height:20px;
}
#LumisUsedByInterface h1.cLumTitle
{
	margin:0px;
	padding:0px 0px 3px 0px;
	font:bold 11px verdana,arial,sans-serif;
}
#LumisUsedByInterface .cLumTitlePages
{
	height:153px;
	overflow:auto;
	border:1px solid #EEEEE7;
}
#LumisUsedByInterface .cLumTitleServiceIntance
{
	height:153px;
	overflow:auto;
	border:1px solid #EEEEE7;
}
#LumDataGrid .cLumInputText, #LumDataGrid .cLumFileUploadControl, #LumDataGrid .cLumInputFile
{
	width:200px;
}

.cLumClientRenderWaitBox
{
	background-color:#FFFFFF;
	filter:alpha(opacity:70);
	-moz-opacity: 0.7;
	opacity:.70;
}

.cLumClientRenderWaitMessage
{
	text-align:center;
	padding-top:5px;
}
/*end user by interface*/