body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}
form
{
	/*width: 100%;*/
}

.popupTable textarea, .popupTable input[type="text"]	
{
	width:250px;	
}
img
{
	border: none;
}
a:visited
{
	color:Blue;	
}

.dataShadowMargin
{
	padding-left:4px;
}

.nowrap
{
	white-space:nowrap;
}

#mainContainer
{
	position: relative;
	z-index: 1000;
}

#topBar
{
	height: 50px;
	border-bottom: solid 1px #636363;
	text-align:right;
	color:White;
	padding-right:70px;
}
#topBar a
{
	color:White;
	
}
.colorPicker
{
	border:solid 1px white; 
	margin-right:0px; 
	height:15px; 
	width:15px; 
	font-size:9px;
}

#menuBar
{
	height: 27px;
	border-bottom: solid 1px #636363;
	position:absolute;
	width:100%;	
}

#bg
{
	background-color:#000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 900;
	display: none;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}
#bgAll
{
	background-color:#000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 900;
	display: none;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	z-index: 1001;
}

#tabs
{
	right:50px;	
	position:absolute;
}

#logo
{
	z-index:950;
	height:36px;
	width:205px;
	position:absolute;
	top:10px;
	left:100px;
	background-repeat:no-repeat;
}

#tabs a
{
	border: none;
	color: #4f87b5;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#tabs a:hover .inactiveTab
{
	color: #FFFFFF;
	background-position: 0px -22px;
	height: 20px;
}

.centerTop
{
	position:absolute;
	right:0;
	z-index:950;
	top: 0px;
	margin-right:50px;
	width: 661px;
}

.inactiveTab
{
	margin: 5px 8px 0 0;
	padding-top: 2px;
	float: left;
	background-position: 0px 2060px;
	height: 19px;
	width: 88px;
	text-align: center;
}

#tabs .activeTab
{
	color: #FFFFFF;
	margin: 2px 8px 0 0;
	padding-top: 2px;
	float: left;
	background-position: 0px 2037px;
	height: 25px;
	width: 88px;
	text-align: center;
}

.bigTextBox
{
	padding-left: 3px;
	border: solid 1px #636363;
	height: 24px;
	width: 200px;
	font-size: 18px;
}

.bigTextBoxNoHeight
{
	padding-left: 3px;
	border: solid 1px #636363;
	width: 200px;
	font-size: 18px;
}

#loggedInText
{
	clear:both;
	white-space:nowrap;	
	font-weight:bold;
}



/*************************************************************************/
/**************************   Non-Model Pop-Up   *************************/
/*************************************************************************/

.NMPopup
{
	z-index:950;
	top: -300px;
	width: 658px;
	position: absolute;
}

.NMTitleBar
{
	background-position:0px 0px;
	background-repeat: repeat-x;
	height: 38px;
	border: solid 1px #636363;
	margin-right: 5px;
}

.NMContent
{
	padding: 5px;
	margin-right: 5px;
	border: solid 1px #636363;
	border-top: none;
	background-color: #FFFFFF;
}

.NMFooter
{
	background-color: #f9f9ff;
	margin-right: 5px;
	border: solid 1px #636363;
	border-top: none;
	border-bottom: none;
	height: 37px;
}

.NMFooter input
{
	float:right; 
	margin: 8px 15px;
}

.NMBottomContainer
{
	background-position: 0px -204px;
	background-repeat:no-repeat;
	font-size:1pt;
	position: relative;
}

.NMBottomLeft
{
	height: 13px;
	width: 13px;
	left: 0px;
	position:absolute;
}

.NMBottomRight
{
	background-position:0px -1360px;
	height: 13px;
	width: 12px;
	right: 0px;
	top: 0px;
	position: absolute;
}

.NMBottom
{
	background-position:0px -220px;
	height: 13px;
	margin-left: 14px;
	margin-right: 12px;
}

.NMRightBar
{
	background-position:  bottom right;
	background-repeat: repeat-y;
}

.NMArm
{
	font-size:1pt;
	background-position: 0px -380px;
	width: 93px;
	height: 10px;
	position: relative;
	top: 1px;
}

.NMTitleText
{
	display: block;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

/*************************************************************************/
/***************************  Application Panel  *************************/
/*************************************************************************/

#NewApp
{
	height: 29px;
	width: 31px;
	right: 45px;
	top: 2px;
	position: absolute;
	cursor: pointer;
	background-repeat:no-repeat;
	color:Blue;
	text-decoration:underline;
	font-weight:bold;
	font-size:12pt;
	padding:7px 0 0 35px;
}



#ApplicationsPanel {
	position:absolute;
	left:0px;
	top:150px;
	width:355px;
	bottom: 0px;
	z-index:800;
}

* html #ApplicationsPanel {
	top:0; 
	bottom:0; 
	height:100%;
	border-top:150 solid White; 
	}


#header
{
	border-bottom: solid 1px #575756;
	margin-top:-34px;
    position:absolute;	
    right:0;
    left:0;
    width:100%;
}
#appTitleText
{
    line-height:30px;
	padding-left:65px;
	font-size: 24px;
	font-weight: bold;
	color: #233c51;
}

#AppTopRight
{	
	background-position:0px 1460px;
	height: 34px;
	width: 35px;
	cursor: pointer;
	margin-top:-34px;
    position:absolute;	
    right:0px;
}

#rightBar
{
	cursor:e-resize;
	background-position:-80px 1980px;
	background-repeat: repeat-y;
	height:100%;
    position:absolute;	
    right:0px;
    width:10px;
    vertical-align:middle;
    z-index:801;
}
#AppCollapse
{
	top:30%;
	position:absolute;
    height:150px;
	height: 68px;
	cursor: e-resize;
	width: 16px;
	background-position: 0px 1000px;
}
.NewAppButton
{

	height: 29px;
	right: 60px;
	top: 2px;
	position: absolute;
	cursor: pointer;
	background-position: 0px 1700px;
	padding:7px 0 0 35px;
}
.NewAppText
{

	height: 29px;
	width: 31px;
	right: 28px;
	top: 2px;
	position: absolute;
	cursor: pointer;
	color:Blue;
	text-decoration:underline;
	font-weight:bold;
	font-size:12pt;
	padding:7px 0 0 35px;
}

.AppIcon
{
	background-position: 0px 1560px;
	height: 58px;
	width: 53px;
	position: absolute;
	left: 5px;
	top: 89px;
	z-index: 820;
	cursor: pointer;
}

.AppExpand
{
	background-position:0px -880px; 
	height: 34px;
	width: 31px;
	position: absolute;
	left: 20px;
	top: 102px;
	z-index: 810;
	cursor: pointer;
}

#AppContent p{
	font-size:12pt;
	margin:5px 10px 0 20px;
}
#AppContent
{
	height:100%;
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
	width:100%;
}

.appsList
{
	padding: 0;
	margin: 0;
}

.favIcon
{
	height:50px;
	width:50px;
	background-position: 0px 850px;
	float:left;
	margin:-20px 0 0 10px;
}

.searchIcon
{
	height:55px;
	width:50px;
	background-position: 0px 801px;
	display:inline;
	float:left;
	margin:-25px 0 0 10px;
}

.appListHeader
{	
	margin-top:23px;
	border-top: solid 3px #427cad ;
	border-bottom: solid 1px #575756;
	font-size: 24px;
	font-weight: bold;
	color: #233c51;
	cursor:pointer;
}
.listHeader
{
	position:relative;
	margin:5px 10px 0px 20px;
	padding-left: 5px;
	font-size: 18px;
	color: #233c51;
	border: solid 1px #636363;
	border-bottom: none;
}

.appsList td
{
	border-bottom: solid 1px #636363;
	font-size:14pt;
	margin:0px;
	padding:0px;
}

.listBody
{
	margin: 0 10px 10px 20px;
	padding:0px;
	background-color: White;
	border:solid 1px #4f87b5;
	list-style-type:none;
}

.listBody li
{
	background-color:white;
	font-size:10pt;
}

.newEntity
{
	height: 25px;
	width: 31px;
	right: 48px;
	top: 0px;
	cursor: pointer;
	position:absolute;
	background-position:0px -640px;
	position:absolute;
	color:Blue;
	text-decoration:underline;
	padding:3px 0 0 30px;
	font-weight:bold; 
	font-size:10pt;
	
}

.manageRolesImage
{
	height: 25px;
	width: 40px;
	right: 128px;
	top: 0px;
	cursor: pointer;
	position:absolute;
	background-position:0px -640px;
	color:Blue;
	text-decoration:underline;
	padding:3px 0 0 30px;
	font-weight:bold; 
	font-size:10pt;
	
}

.manageRolesText
{
	height: 25px;
	width: 120px;
	right: 48px;
	top: 0px;
	cursor: pointer;
	position:absolute;
	color:Blue;
	text-decoration:underline;
	padding:3px 0 0 30px;
	font-weight:bold; 
	font-size:10pt;
	
}

.newSecurity
{
	height: 16px;
	width: 31px;
	right: 30px;
	top: 3px;
	cursor: pointer;
	position:absolute;
	background-position:0px -520px;
	color:Blue;
	text-decoration:underline;
	padding:0px 0 0 20px;
	font-weight:bold; 
	font-size:10pt;
	
}

.securityHeaders
{
	float:right;
	border: solid 1px #636363;
	border-bottom: none;
	border-left: none;
	position:relative;
	top: -1px;
	right: -1px;
}

.appLinks
{
	background-repeat:repeat-x;
	padding:4px 0px 2px 5px;
	color: Blue;
	cursor:pointer;
	width:100%;
	white-space:nowrap;
}

.appGradient
{
	background-repeat:repeat-x;
	padding:4px 0px 2px 5px;
	color: Blue;
	cursor:pointer;
	width:100%;
	background-position: 0px -40px;
	white-space:nowrap;
}

.appBottom
{
	background-position: 0px -180px;
	height: 23px;
}

.coverAppButtons
{
	background-color: #fff;
	cursor:pointer;
	z-index:800;
	width:90px;
	height:30px;
	position:absolute;
	right:0;
}

.appButtons
{
	width:90px;
	height:30px;
	position:absolute;
	z-index:750;
	right:0;
}
.smallList
{
	white-space:nowrap;
}
.appButton
{
	height:20px;
	width:20px;
	float:right;
	margin:5px 7px 0 0;
	font-size:1pt;
	cursor:pointer;
}
.editApp
{
	background-position:0px -420px;
}

.deleteApp
{
	background-position:0px -460px;
}
.permApp
{
	background-position:0px -500px;
}

.unfavApp
{
	background-position: -52px -1510px;
}	

.favApp
{
	background-position: -26px -1510px;
}

.coverEntityButtons
{
	background-color:#fff;
	cursor:pointer;
	z-index:800;
	width:90px;
	height:21px;
	position:absolute;
	right:11px;
}

.entityButton
{
	height:16px;
	width:16px;
	float:right;
	margin:2px 7px 1px 0;
	font-size:1pt;
	cursor:pointer;
	
}
.editEntity
{
	background-position:0px -440px;
}

.deleteEntity
{
	background-position:0px -480px;
}
.permEntity
{
	background-position:0px -520px;
}

.expandEntity
{
	background-position: 38px -438px;
}
.collapseEntity
{
	background-position: 40px -420px;
}


.moveUp
{
	font-size:1pt;
	cursor:pointer;
	float:left;
	margin:3px 0 0 3px;
}

.moveDown
{
	font-size:1pt;
	cursor:pointer;
	margin:3px 0 0 6px;
	float:left;
}






.yui-panel
{
	border: none;
	background-color: Transparent;
}

.yui-panel-container.hide-scrollbars .yui-resizepanel .bd
{
	overflow: hidden;
}
.yui-panel-container.show-scrollbars .yui-resizepanel .bd
{
	overflow: auto;
}
.yui-panel .resizehandle
{
	position: absolute;
	float: right;
	width: 30px;
	height: 30px;
	right: 0px;
	margin-top: -1.7em;
	z-index: 900;
	cursor: se-resize;
}
.yui-panel-container.yui-panel
{
	background-color: Transparent;
	border: none;
}
.yui-panel .container-close-my
{
	cursor:pointer;
	position: absolute;
	top: 5px;
	right: 11px;
	height: 16px;
	width: 18px;
	background-position: 0px -400px;
}
.yui-panel .container-close
{
	display:none;
}
.container-close-my-data
{
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 15px;
	height: 16px;
	width: 17px;
	background-position: 0px -400px;
}
.yui-panel .view-refresh
{
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 40px;
	height: 16px;
	width: 17px;
	background-position: -17px -400px;
}
.edit-refresh
{
	cursor:pointer;
	position: absolute;
	top: 5px;
	right: 35px;
	height: 16px;
	width: 17px;
	background-position: -17px -400px;
}
.yui-panel .view-refresh-spinning
{
	font-size:1px;
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 40px;
	height: 16px;
	width: 17px;
	background-image:url(/common/images/spriteLoading.gif);
	background-position: -48px 0;

}
.edit-refresh-spinning
{
	font-size:1px;
	cursor:pointer;
	position: absolute;
	top: 5px;
	right: 35px;
	height: 16px;
	width: 17px;
	background-image:url(/common/images/spriteLoading.gif);
	background-position: -48px 0;
}
.yui-panel .newRow
{
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 110px;
	height: 30px;
	width: 30px;
	background-position: -35px 1700px;
}
.yui-panel .newRowText
{
	cursor:pointer;
	position: absolute;
	top: 15px;
	right: 75px;
	height: 30px;
	width: 30px;
}
.yui-panel .hd
{
	border: none;
	padding: 0px;
	background-color: transparent;
	margin: 0px;
}

.yui-panel .hd .titleBar
{
	background-position:0px -140px;
	height: 27px;
	margin-left: 6px;
	margin-right: 12px;
}
.yui-panel .hd .titleBar .titleBarText
{
	padding-top: 5px;
}
.yui-panel .hd .titleBar .tl
{
	background-position:0px -1080px;
	height: 27px;
	width: 6px;
	left: 0px;
	position: absolute;
}
.yui-panel .hd .titleBar .tr
{
	background-position:0px -1120px;
	height: 27px;
	width: 12px;
	right: 0px;
	top:0px;
	position: absolute;
}

.yui-panel .subTitle
{
	background-position: bottom right;
}
.shadowMargin
{
	margin-right: 7px;
}
.hd .shadowMargin
{
	padding: 10px;
	border-bottom: solid 1px #636363;
	border-left: solid 1px #636363;
	height: 18px;
	font-size: 16pt;
}

.bd .shadowMargin
{
	border-left: solid 1px #636363;
	background-color: #fff;
	overflow: auto;
	padding: 5px 5px -20px 5px;
	background-repeat:no-repeat;
}

.focused .hd .titleBar .tl
{
	background-position: 0px -1160px;
}

.focused .hd .titleBar .titleBarText
{
	color: #fff !important;
}

.focused .hd .titleBar .tr
{
	background-position: 0px -1200px;
}

.focused .hd .titleBar
{
	background-position: 0px -280px;
}

.focused .hd .shadowMargin
{
	background-color: #a4c1d9;
	color: #fff;
}
.yui-panel .bd
{
	background-position: bottom right;
	background-repeat:no-repeat;
	overflow: hidden !important;
	border: none;
	padding: 0;
}

.yui-panel .ft
{
	border: none;
	padding: 0px;
	background-color: transparent;
	margin: 0px;
}
.yui-panel .ft .bottomBar
{
	background-position: 0px -80px;
	height: 49px;
	margin-left: 13px;
	margin-right: 18px;
	text-align:right;
	white-space:nowrap;
	
}

.yui-panel .ft .bottomBar input
{
	margin:8px 0 0 12px;
}

.yui-panel .ft .bl
{
	background-position: 0px -1240px;
	height: 49px;
	width: 13px;
	left: 0px;
	position: absolute;
}
.yui-panel .ft .br
{
	background-position: 0px -1300px;
	height: 49px;
	width: 18px;
	right: 0px;
	position: absolute;
}

.dataShadowMargin
{
	overflow: auto;
	padding: 5px 5px -20px 5px;
	margin:0 7px 0 5px;
}

.bd .dataShadowMargin
{
	background-color: #fff;
	overflow: auto;
	padding: 5px 5px -20px 5px;
	margin:0 7px 0 5px;
}

.pager
{
	text-align:center;
	border-top:solid 1px #636363;
	background-color:#eee;
	
}
.subPager
{
	text-align:center;
	border: none;
	border:solid 1px #636363;
	background-color:#eee;
	
}

.yui-panel .hd .dataIcon
{
	height:40px;
	width:38px;
	background-position: 0px -720px;
	position:absolute;
	top:0;
	
}

.yui-panel .hd .dataTitleBar
{
	background-color: #a4c1d9;
	border-bottom: solid 1px #636363;
	border-left: solid 3px;
	border-top: solid 3px;
	padding: 0;
	color: #FFF;
	height: 30px;
	margin: 0 0px 0 5px;
	overflow: hidden;
}
.yui-panel .hd .dataTitleBar .titleBarText
{
	color: #709AC2;
}

.yui-panel .dataTr /* .hd .dataTitleBar .tr */
{
	width: 35px;
	height: 34px;
	background-position: 0px -960px;
}

.yui-panel .hd .dataTitleBar .titleBarText
{
	padding-left: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height:20px;
}

.yui-panel .ft .dataBottomBar
{
	background-position: 0px -240px;
	height: 24px;
	margin-left: 18px;
	margin-right: 20px;
}
.yui-panel .ft .dataBottomBar .bl
{
	background-position: 0px -1000px;
	height: 24px;
	width: 13px;
	left: 5px;
	position: absolute;
}
.yui-panel .ft .dataBottomBar .br
{
	background-position: -1px -1040px;
	height: 24px;
	width: 20px;
	right: 0px;
	position: absolute;
}

.focused .hd .dataTitleBar .tl
{
}

.focused .hd .dataTitleBar .titleBarText
{
	color: #233c51;
}

.focused .hd .dataTitleBar .tr
{
}

.focused .hd .dataTitleBar
{
}

.focused .hd .shadowMargin
{
}

.popupDeleteButton
{
	cursor:pointer;
	background-position: 0px -460px;
	height:20px;
	width:20px;
	right:44px;
	top:35px;
	position:absolute;
}

.webService
{
	cursor:pointer;
	background-position: 0px -600px;
	height:20px;
	width:20px;
	right:134px;
	top:35px;
	position:absolute;
}
.roles
{
	cursor:pointer;
	background-position: -20px -600px;
	height:20px;
	width:20px;
	right:74px;
	top:35px;
	position:absolute;
}
.copyApp
{
	cursor:pointer;
	background-position: 0px -580px;
	height:20px;
	width:20px;
	right:164px;
	top:35px;
	position:absolute;
}

.transferApp
{
	cursor:pointer;
	background-position: -20px -460px;
	height:20px;
	width:20px;
	right:194px;
	top:35px;
	position:absolute;
}


.importData
{
	cursor:pointer;
	background-position: 0px -620px;
	height:20px;
	width:20px;
	right:104px;
	top:35px;
	position:absolute;
}

.linkApp
{
	cursor:pointer;
	background-position: -40px -600px;
	height:20px;
	width:20px;
	right:14px;
	top:35px;
	position:absolute;
	
}
#helpBar
{
	height:45px;
	width:300px;
	margin-left: 35%;
	position:absolute; 	
	top:-47px;
	background-color:#fefcc6;
	border: solid 1px #636363;
	z-index:99999;
}






/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yuimenubar{visibility:visible;position:static;}
.yuimenu .yuimenu,.yuimenubar .yuimenu{	visibility:hidden;position:absolute;top:-10000px;left:-10000px;}
.yuimenubar li,.yuimenu li{list-style-type:none;}
.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}
.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}
.yuimenubar ul{*zoom:1;}
.yuimenubar .yuimenu ul{*zoom:normal;}
.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}
.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}
.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}
.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}
.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}
.hide-scrollbars *{overflow:hidden;}
.hide-scrollbars select{display:none;}
.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}
.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}
.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}
.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(http://developer.yahoo.com/yui/build/assets/skins/sam/sprite.png) repeat-x 0 0;}
.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}
.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}
.yui-skin-sam .yuimenubaritem-selected{background:url(http://developer.yahoo.com/yui/build/assets/skins/sam/sprite.png) repeat-x 0 -1700px;}
.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}
.yui-skin-sam .yuimenubaritemlabel-disabled{cursor:default;color:#A6A6A6;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}
.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}
.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}
.yui-skin-sam .yuimenu .bd{border:solid 1px #808080;background-color:#fff;}
.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}
.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}
.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}
.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}
.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}
.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(http://developer.yahoo.com/yui/build/assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}
.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}
.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}
.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}
.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}
.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}
.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}
.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}
.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;*filter:alpha(opacity=12);}
.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}
.yui-skin-sam .yuimenuitemlabel-disabled{cursor:default;color:#A6A6A6;}
.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}
.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}


.yui-menu-shadow .yui-menu-shadow-visible{ background-color:#000;opacity:.12;*filter:alpha(opacity=12)}

#contextmenu{position:absolute; z-index:99999999999999999;}




.viewDataTable, .viewDataTable table td
{
	padding:0;
	margin:0;
}

.viewDataTable td, .viewDataTable th, .viewDataTable tr
{
	padding:0;
	margin:0;
	border:0;
}
.viewDataTable th
{
	padding-left:3px;	
}
.viewDataTable td, .viewDataTable th
{
	text-align:left;
}
.viewDataTable
{
	background-color:White;
}

.hilight
{
	background-color: #fff9b9;	
}
.evenRow
{
	background-color:#fff;
}

.closeSubgrid
{
	float:right;
	margin: 2px 5px 0 0;
	width:17px;height:17px;
	background-position: 0px -400px;
}
.refreshSubgrid
{
	float:right;
	margin: 2px 7px 0 0;
	width:17px;height:17px;
	background-position: -17px -400px;
}
.refreshSubgrid-spinning
{
	background-repeat:no-repeat;
	font-size:1px;
	background-image:url(/common/images/spriteLoading.gif) !important;
	background-position: -48px 0px;
}

.newSubgrid
{
	float:right;
	margin: -3px 7px 0 0;
	width:30px;
	height:24px;
	background-position: -35px -685px;
}
.Cell
{
    vertical-align:top;
    padding-top: 3px !important;
	padding-left: 3px !important;
}	
.dataButtons
{
    vertical-align:top;
    padding-top: 4px;
}
.childLabel
{
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	color: #233c51;
}

.childLabelExpanded
{
	padding: 5px 0 4px 5px !important;
	background-color:White;	
}

.loadingChildren
{
    background-image: url('/common/images/spriteLoading.gif') !important;
}