
.splashWindow
{
	width:100px;
	height:100px;
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: #FFFFFF;	
	border-top: 2px solid #F8F8F8;
	border-left: 2px solid #F8F8F8;		
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;	
}

.splashTitleBar
{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;	
	/* fallback (Opera) */
	background: #0a246a;
	/* Mozilla */
	background: -moz-linear-gradient(left,#0a246a,#a6caf0);
	/* Chrome, Safari */
	background: -webkit-gradient(linear,
                left top, right top, from(#0a246a), to(#a6caf0));
	/* MSIE */            
	filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#0a246a', EndColorStr='#a6caf0', GradientType=1);


}
.splashTitleBarGrey
{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	/* fallback (Opera) */	
	background: #808080;	
	/* Mozilla */	
	background: -moz-linear-gradient(left,#808080,#c0c0c0);	
	/* Chrome, Safari */	
	background: -webkit-gradient(linear,
                left top, right top, from(#808080), to(#c0c0c0));
	/* MSIE */                            
	filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#808080', EndColorStr='#c0c0c0', GradientType=1);
	
}

/* The above title bars show how to do a horizontal gradient */
/* This is how you make it a verticle gradient */
.gradientV{
    /* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #00FF00, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#00FF00), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0);
}



.splashTitle
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.splashCancel
{
	width: 18px;
	height: 18px;	
	background: url(/eswpublic/images/cancel.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}	
	
	
.splashWindowBody
{
	position: absolute;
	background-color: #CCCCCC;
	overflow: auto;
}

.splashLeftGrip
{
	position: absolute;
	cursor: w-resize;
}

.splashRightGrip
{
	position: absolute;
	cursor: w-resize;
}

.splashTopGrip
{
	position: absolute;
	cursor: s-resize;
}

.splashBottomGrip
{
	position: absolute;
	cursor: s-resize;
}

.splashTopLeftGrip
{
	position: absolute;
	cursor: nw-resize;
}


.splashTopRightGrip
{
	position: absolute;
	cursor: ne-resize;
}


.splashBottomLeftGrip
{
	position: absolute;
	cursor: sw-resize;
}

.splashBottomRightGrip
{
	position: absolute;
	cursor: se-resize;
}



.splashScrollerVertical
{
	top: 100px;
	left: 100px;
	width: 10px;
	height: 200px;
	background-color: gray;
	position: absolute;
	margin: 0px;
	border-spacing: 0px;	
/*	
	border: 1px solid #666666;
*/	
	background-image: url(/eswpublic/images/scroller_background.gif);				
}
.splashScrollerUp
{
	width: 8px;
	height: 8px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 0px;
	left: 0px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
	background-image: url(/eswpublic/images/line_up.gif);
}

.splashScrollerDown
{
	width: 8px;
	height: 8px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 190px;
	left: 0px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
	background-image: url(/eswpublic/images/line_down.gif);	
}

.splashScrollerSliderVertical
{
	width: 8px;
	height: 20px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 100px;
	left: 0px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
}

.splashScrollerHorizontal
{
	top: 100px;
	left: 100px;
	width: 200px;
	height: 10px;
	background-color: gray;
	position: absolute;
	margin: 0px;
	border-spacing: 0px;	
/*	
	border: 1px solid #666666;
*/	
	background-image: url(/eswpublic/images/scroller_background.gif);					

}



.splashScrollerLeft
{
	width: 8px;
	height: 8px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 0px;
	left: 0px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
	background-image: url(/eswpublic/images/line_left.gif);
}

.splashScrollerRight
{
	width: 8px;
	height: 8px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 0px;
	left: 190px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
	background-image: url(/eswpublic/images/line_right.gif);	
}


.splashScrollerSliderHorizontal
{
	width: 20px;
	height: 8px;
	background-color: #CCCCCC;
	position: absolute;	
	top: 0px;
	left: 100px;
	margin: 0px;
	border-spacing: 0px;	
	border-top: 1px solid white;
	border-left: 1px solid white;		
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;		
}

.splashButton
{
	vertical-align:middle;
	position: absolute;	
	font-family: Trebuchet,helvetica,arial;	
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: normal;	
	height: 25px;
	width: 70px;
}








.splashGrid
{
	top: 25px;
	left: 5px;
	width: 90%;
	height: 300px;
	position: absolute;
	border-left: 2px solid #333333;
	border-top: 2px solid #333333;	
	border-right: 2px solid white;	
	border-bottom: 2px solid white;	
}	

.splashGridFloat
{
	overflow: hidden;
	position: absolute;
	background-color: #999999;
	
	width: 100%;
	height: 100px;
}

.splashGridTable
{
	position: absolute;
	border-spacing: 0px;
	width: 100%;


}


.splashGridHeader
{
	font-family: Trebuchet,helvetica,arial;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	border-left: 1px solid white;
	border-top: 2px solid white;	
	border-right: 1px solid gray;
	border-bottom: 2px solid gray;	
	cursor: pointer;	
	vertical-align:top;
}

.splashGridFilterField
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	width:100%;
}

.splashGridFilterDateTimeField
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	width:100px;
}


.splashGridNoSort
{
	width: 10px;
	height: 10px;
	float: right;
	cursor: pointer;	
}
.splashGridDownSort
{
	background-image: url(/eswpublic/images/line_down.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	float: right;
	cursor: pointer;	
}
.splashGridUpSort
{
	background-image: url(/eswpublic/images/line_up.gif);
	background-repeat: no-repeat;	
	width: 10px;
	height: 10px;
	float: right;	
	cursor: pointer;	
}

.splashGridTDEven
{
	font-family: Trebuchet,helvetica,arial;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	height: 12px;
	background-color: #FFFFCC;
	border-right: 1px dashed gray;	
	cursor: pointer;		
}
.splashGridTDOdd
{
	font-family: Trebuchet,helvetica,arial;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	height: 12px;
	background-color: #FFFFFF;
	border-right: 1px dashed gray;
	cursor: pointer;		
}
.splashGridTDSelected
{
	font-family: Trebuchet,helvetica,arial;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	height: 12px;
	background-color: #CCCCFF;
	border-right: 1px dashed gray;
	cursor: pointer;		
}


.splashGridButton
{
	margin: 0px;
	width: 20px;
	height: 20px;
	

}

.splashGridCheckbox 
{
	height: 2px;
	width: 2px;
}

.splashFormLabelTD
{
	font-family: Trebuchet,helvetica,arial;
	text-align: right;
	font-size: 10px;
	height: 12px;
	width: 100px;
}

.splashFormField
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	height: 10px;
}
.splashFormDropdown
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
}


.splashCurrentTab
{
	z-index: 2;
	text-align: center;
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	padding: 0px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;	
	border-right: 2px solid #333333;
	border-bottom: 0px;	
	height: 16px;
	width: 70px;
	background-color: #CFCFCF;	
	position: absolute;
	cursor: pointer;			

}
.splashHiddenTab
{
	z-index: 2;
	text-align: center;	
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	padding: 0px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;	
	border-right: 2px solid #333333;
	height: 14px;
	width: 70px;
	background-color: #999999;	
	position: absolute;
	cursor: pointer;			

}


.splashTabPane
{
	z-index: 0;
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	padding: 10px;
	background-color: #CFCFCF;	
	position: absolute;
	left: 0px;
	top: 16px;	
	visibility: hidden;
	width: 97%;
	height: 80%;
	overflow: auto;
/*	border: 1px dashed red; */
	
}

.splashTabBackground
{
	z-index: 1;
	height: 16px;
	width: 100%;
	background-color: #CCCCCC;	
	border-bottom: 2px solid #FFFFFF;	
	position: absolute;
	background-image: url(/eswpublic/images/scroller_background.gif);						
}
	
	
.splashSubtableIcon
{
	float: left;
	text-align: center;	
	margin: 10px;
	font-size: 12px;
	
}	


.controlPanelTable
{
	width:100%;
	padding: 0px;
	border-collapse: collapse;
}
.controlPanelInnerTable
{
	padding: 0px;
	border-collapse: collapse;
}


.controlPanelTDEven
{
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;	
	padding: 0px;	
	width: 70px;
	height: 100px;	
}
.controlPanelGroupTDEven
{
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;	
	width: 70px;
}
.controlPanelTDOdd
{
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 10px;
	text-align: center;
	background-color: #eeeeee;
	padding: 0px;		
	width: 70px;
	height: 100px;	
}
.controlPanelGroupTDOdd
{
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #eeeeee;	
	padding: 0px;		
	width: 70px;

}
.controlPanelA
{
	text-decoration:none;
	border: 0px;
	color: black;

}

.backroomFormLabel
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	font-weight: bold;
}



.backroomFormLabelTd
{
	font-family: Trebuchet,helvetica,arial;
	text-align: right;
	font-size: 10px;
	height: 12px;
	width: 100px;
}

.backroomFormInvalidLabelTd
{
	font-family: Trebuchet,helvetica,arial;
	text-align: right;
	font-size: 10px;
	height: 12px;
	width: 100px;
	color: red;
}

.backroomFormField
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
/*	height: 10px; */
}

.backroomFormNote
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 8px;
	color: green;
}
.backroomFormDropdown
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
}
.backroomButton 
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
}

.iptestLabel
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
	font-weight: bold;
}
.iptestValue
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 10px;
}



.welcomeAccountName
{

	font-family: Trebuchet,helvetica,arial;
	font-size: 16px;
	font-weight: bold;
	background-color: green;
	color: white;
}
.welcomeAccountLabel
{
	font-family: Trebuchet,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
}
.welcomeAccountValue
{
	font-family: Courier;
	font-size: 12px;
	font-weight: normal;
}
.welcomeWhois
{
	font-family: Courier;
	font-size: 10px;
	font-weight: normal;
}