/* 
    Document   : Style
    Created on : Jun 9, 2008, 9:24:48 AM
    Author     : K. Rajan
    Description:
        Defines Workspace layout.
*/

.pageLayout
{
	 width:100%;

}
.workspace
{
  /* height:640px;*/
   width:100%;
}

.top
{
	width:100%;
	height:100px;
    margin-bottom: -4px;
    margin-top: -4px;
	background-color:#3399FF;
	background: url('../images/portal/header.png')  repeat-x;
	position:relative;
}
.footer
{
	width:100%;
	text-align:center;
	color:#FFFFFF;
    margin-top: -8px;
	margin-bottom: -5px; 
	position:relative;
	height:25px;
    background: url('../images/portal/header.png')  repeat-x;
}
.logo
{
    position:absolute;
    left:25px;
    top:35px;
}

.textadbig
{
	width:468px;
	height:60px;
}
.textadsmall
{
	width:234px;
	height:60px;
}
.center
{
   height:500px;
   /*height:400px;
   width:970px;*/
   width:100%;
}

.mainArea
{
   /*width:981px;*/
   border:1px #ABABAB solid;
   border-style:solid solid none solid;
	/*width:100%;*/
}
.menu 
{ 
	height:25px;
	background-image:url('../images/menuheader.png'); 
}
.menuBar 
{ 
    float: left;
    padding: 0px;
    white-space: nowrap;
}
.iceMnuBarItem a
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.1em;
    margin: 0px;
    border-right: 1px solid #FFFFFF;
    width: auto;
    float: left;
    display: block;
    text-decoration: none;
	background-image:url('../images/menuheader.png'); 

}
.spreadSheet
{
	border:none;
    width:70%;
	/*height:400px;*/
	height:500px;
	float:left;
	
	margin:0;
	padding:0;
}
.button
{
	
	background-image:url('../images/button.png');
	border:none;
 	cursor:pointer;
 	/*font-weight:bold;
 	font-size:.75em;*/
 	width:42px;
 	height:26px;
}

.divScroll 
{
	overflow: auto;
	/*width: 620px;*/
	width:69%;
	*width:100%;
	/*height: 400px;*/
	height:500px;
	position: absolute;	
}
.faceplate
{
	width:29%;
	/*height:400px;*/
	height:500px;
	position:relative;
	float:left;
	/*padding-left:20px;*/
	margin:0;
}
.upperplate
{
	width:100%;
	/*height:225px;*/
	height:350px;
	
}

.lowerplate
{
	width:100%;
	height:50px;
	border:1px #ABABAB solid;
	
}
.console
{
  	width:100%;
  	display:block;
  	border:1px #ABABAB solid;
   	border-style:none solid solid solid;
}
.consoleArea
{
	overflow:scroll;
	width:100%;
	height:175px;
}
table.sofT
{
	text-align: center;
	font-weight: normal;
	font-size: medium;
	color: #404040;
	width: 1690px;
	height: 1220px;
	border: 1px #CAE1FF solid;
	border-collapse: collapse;
	
}
.row
{
	height:20px;	
}
.cell
{ 
	border-collapse: collapse;
	font-weight: normal;
	font-size: medium;
	border: 1px #4F94CD solid;
	width:65px;
	height:20px;
	white-space: nowrap;
	
}
.fixedWidthCell
{ 
	border-collapse: collapse;
	font-weight: normal;
	font-size: medium;
	border: 1px #4F94CD solid;
	width:15px;
	height:20px; 
}

.inputGridElem
{
	width:100%;
	height:20px; 
	margin:0px;
	padding:0px;
	
}

.headercells
{
	border-collapse: collapse;
	font-weight: normal;
	font-size: medium;
	border: 1px #4F94CD solid;
	width:65px;
	height:20px;
	-moz-user-select:-moz-none;
}
.icePanelPopup a
{
	color: #666666;
	background-color: #000000;
	padding: 0px;
	z-index: 1000;
	top: 20%;
	left: 10%;
	position: absolute;
	width: 350px;
	height: 200px;
}

.aboutDialog
{
	z-index:1000;
	top: 30%;
	left: 10%; 
	position: absolute; 
	width: 320px; 
	height: 140px;
}
.fileOpenDialog
{
	z-index:100;
	position: absolute;
	width:477px; 
	height: 165px;
}
.fileSaveDialog
{
	z-index:100; 
	top: 30%; 
	left: 10%; 
	position: absolute; 
	width: 250px; 
	height: 115px;
}
.genPrefDialog
{
	padding: 0px;
	z-index:100; 
	top: 30%; 
	left: 10%; 
	position: absolute; 
	width: 350px; 
	height: 200px;
}
.link
{
	color:#ffffff;
	font:bold 12px arial;
	padding:0 30px 0 30px;
}


