/*************************************************/
/*       		Global Styles                  */
/*************************************************/

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: hidden; 
}

input {
	font-size: 11px;
	vertical-align:middle;
	margin:0px;
}

select {
	font-size: 11px;
	margin:0px;
}

select option.disabled {
	color:#999999;
}

textarea {
	font-size: 11px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin:0px;
}

/***** hide dottet outline ******/

a {
	outline: none;
}

a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/****************************************/
/*       Page Layout Styles 		    */
/****************************************/

#main {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: relative;
}

#leftPane {
	overflow:hidden;
	border-top:solid #C5C4B9 1px;
	border-right:solid #C5C4B9 1px
}

#rightPane {
	overflow:hidden;
	border-top:solid #C5C4B9 1px;
	border-left:solid #C5C4B9 1px;
	border-bottom:solid #C5C4B9 1px;
}

#topSplitPane {
	overflow:hidden;
	border-top:solid #C5C4B9 1px;
	border-left:solid #C5C4B9 1px;
	border-bottom:solid #C5C4B9 1px;
}

#bottomSplitPane {
	overflow:hidden;
	border-top:solid #C5C4B9 1px;
	border-left:solid #C5C4B9 1px;
}

/********************************************/
/*    Application Level Tab Styles          */
/********************************************/

#appHeader {
	float:left;
	width:100%;
	background: url(../images/cps/appHeader/headerTabBg.png) repeat-x bottom;
	line-height:normal;
	margin-bottom: 0px;
	font-size:11px;
 }
 
#appHeader ul {
	margin:0px;
	padding:46px 10px 0px;
	list-style:none;
}

#appHeader li {
	float:left;
	background: url(../images/cps/appHeader/right.png) no-repeat right top;
	margin:0px 2px 0px 0px;
	padding:0px;
}

#appHeader a {
	display:block;
	background: url(../images/cps/appHeader/left.png) no-repeat left top;
	padding:6px 15px 3px 14px;
	color: #8F8F8F;
	text-decoration: none;
	font-size: 12px;
}

#appHeader a:hover{
	color:#FF0099;
}

#appHeader #current {
	background: url(../images/cps/appHeader/right_current.png) no-repeat right top;
}

#appHeader #current a{
	background: url(../images/cps/appHeader/left_current.png) no-repeat left top;
	font-weight: bold;
	color: #71705E;
	padding: 6px 15px 4px ;
	font-size: 12px;
}

#appHeader #logo {
	float:left;
}

#appHeader #utilities {
	float:right;
	padding: 17px 4px 0px 0px;
	font-size: 11px;
	color:#666666;
}

#appHeader #utilities a{
	display:inline;
	padding: 4px 4px 0px 0px;
	font-size: 11px;
	color:#666666;
	text-decoration: underline;
	background: none;
	margin-right:8px;
}

#appHeader #utilities a:hover{
	color:#FF0099;
}

/**************************************/
/*      2nd Level Navigation          */
/**************************************/

#navLev2 {
	display: block;
	background-image: url(../images/cps/lev2navBg.png);
	clear: both;
	margin: 0px 0px 4px 0px;
	padding: 4px 2px 4px 8px;
	font-size:11px;
	color: #666666;
}

#navLev2 a {
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	background: none;
}

#navLev2 a.current{
	color: #666666;
	font-weight: bold;
}

#navLev2 a:hover{
	color:#FF0099;
	text-decoration: underline;
}

#navLev2 a.current:hover{
	color:#5B5B5B;
	text-decoration: none;
}

/**************************************/
/*           Page Tab Styles          */
/**************************************/

.pageTabs {
	width:100%;
	background: url(../images/pageTabs/pn_bg.gif) repeat-x bottom;
	line-height:normal;
	margin: 4px 0px 4px 0px;
	float:left;
 }
 
.pageTabs ul {
	margin:0px;
	padding:5px 10px 0px 8px;
	list-style:none;
}

.pageTabs li {
	float:left;
	background: url(../images/pageTabs/pntabRight.gif) no-repeat right top;
	margin:0px;
	padding:0px;
	outline:none;
}

.pageTabs a {
	display:block;
	background: url(../images/pageTabs/pntabLeft.gif) no-repeat left top;
	padding:4px 15px 2px 10px;
	color: #8F8F8F;
	text-decoration: none;
	font-size: 11px;
	outline:none;
}

.pageTabs a:hover{
	color:#FF0099;
}

.pageTabs #current {
	background: url(../images/pageTabs/pntabRight_on.gif) no-repeat right top;
}

.pageTabs .current {
	background: url(../images/pageTabs/pntabRight_on.gif) no-repeat right top;
}

.pageTabs #current a{
	background: url(../images/pageTabs/pntabLeft_on.gif) no-repeat left top;
	color: #71705E;
	padding: 5px 13px 2px 8px;
}

.pageTabs .current a{
	background: url(../images/pageTabs/pntabLeft_on.gif) no-repeat left top;
	color: #71705E;
	padding: 5px 13px 2px 8px;
}

.clearPagetabs{
	display: block;
	clear: both;
	margin: 0px;
}


/***************************************/
/*      Entity Header Bar Styles       */
/***************************************/

.entityHeader {
	background-image:url(../images/cps/entityHeader_bg.png);
	font-size: 11px;
	display: block;
	margin: 1px;
	clear: both;
	padding: 0px;
	border-bottom: solid #B3ADA6 1px;
}

.entityHeader td {
	color: #666666;
	padding: 6px 4px 5px 4px;
}

.entityHeader .dataDisplay{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 1px 12px 1px 0px;
}

.entityHeader .dataInput{
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.entityHeader .img{ /* apply this style to <td> tag when using expand/collapse icon  */
	padding: 3px 0px 0px 5px;
}

.entityHeader .buttons {
	float:right;
	margin-top:4px;
	margin-right: 4px;
}

/***************************************/
/*        Pane Styles                  */
/***************************************/

.pane {
	background-color:#F5F4F3;
	margin: 0px 1px 1px 1px;
	padding:0px 4px 0px 4px;
	font-size: 12px;
	clear: both;
}

.pane th{
	color: #858585;
	padding: 3px;
	font-weight: normal;
	line-height: 11px;
	font-size: 10px;
	background-color: #E9E9E9;
}

.pane td{
	color: #818181;
	padding: 2px;
	font-size: 10px;
}

.pane .firstRow td{
	padding-top: 5px;
}

.pane .lastRow td{
	padding-left: 4px;
	padding-right: 4px;
}

.pane td.dataDisplay{
	color: #333333;
	font-size: 12px;
}

.pane .dataInput{
	color: #000000;
	padding: 1px 4px 1px 2px;
}

.pane .selectListTable td {
	color:#000000;
	padding:0px;
	background-color: #FFFFFF;
}

.pane .selectListContainer {
	overflow:auto;
	border:solid #E9E9E9 1px;
	background-color:#FFFFFF;
}

.pane a {
	color: #666666;
}

/***************************************/
/*      Workarea Footer Styles          */
/***************************************/

.workareaFooter {
	background-image:url(../images/cps/entityFooter_bg.png);
	font-size: 11px;
	display: block;
	margin: 1px;
	clear: both;
	padding: 0px;
	color: #666666;
	border-top: solid #DCD9D6 1px;
}

.workareaFooter .dataDisplay{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 4px 12px 6px 0px;
}

.workareaFooter .dataInput{
	font-size: 11px;
	color: #000000;
	padding: 2px 2px 2px 0px;
	vertical-align: middle;
}

.workareaFooter .expColl{ /* apply this style to <td> tag when using expand/collapse icon  */
	padding: 1px 4px 0px 5px;
}

/****************************************/
/*       Hint Styles         	          */
/****************************************/

.hintContainer{
	padding: 4px;
	display: block;
}

.hintContainer a{
	color: #666666;
}

.hintControl{
	float:right;
}

.hintContent{
	font-size: 11px;
	margin: 0px 4px 4px 4px;
	padding:8px;
	color: #666666;
	border: solid #DCD8D6 1px;
	background-color:#FFFFCC;
}

.hint .hintControl input{
	margin-right:4px;
}

/****************************************/
/*       Grid Header Styles             */
/****************************************/

.gridHeader {
	background-image:url(../images/cps/entityFooter_bg.png);
	font-size: 11px;
	display: block;
	margin: 1px;
	padding:1px 4px 1px 4px;
	clear: both;
	color: #666666;
	border-bottom: solid #DCD8D6 1px;
}


.gridHeader a{
	color: #666666;
}

.gridHeader input{
	padding:0px;
	font-size:11px;
}


/****************************************/
/*       Dojo Styles CPS Specific	    */
/****************************************/

.dojoSplitPane{
	margin: 0px;
}

body .dojoSplitContainerSizerV, body .dojoSplitContainerSizerH {
	background: white;
	border: none;
}

.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 6px;
	padding : 4px;
	font-size:11px;
	visibility:hidden; /* added to prevent display of dialogs on initial display */
}

.dojoDialog img.close {
	float:right;
}

.dojoDialog th {
	background-image:url(../images/cps/dlgHeaderBg.jpg);
	background-repeat:repeat-x;
	border-bottom:solid #B3ADA6 1px;
	border-right:solid #B3ADA6 1px;
	padding:4px;
}
