Current File : /home/inlingua/www/icentex/workshop/css/generic.css
/*
Generic css file.
*/

body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	color: #333;
	/*
	line-height: 1.2em;
	letter-spacing: 0.01em;
	*/
	font-size: 10pt; 	
}

.mainbody {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */

		border: 1px solid #ccc;
		width: 90%;
		padding: 20px
}

.pa-nor-navbar {
	font-size: 10pt; 
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffcc;
	border-bottom: 1px solid #eeeeee;	
	border-top: 1px solid #eeeeee;	
	color: #999;
	padding: 2px 2px 2px 2px;
	width: 700px;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	
}

.pa-nor-navbar  a:link , .pa-nor-navbar a:visited {
	color: #666666;
}

.error { 
/*font: normal 10px arial; 
padding: 3px; 
margin: 0px 6px 0px 0px; 
background-color: #ffc; 
border: 1px solid #c00; */
color: #da0000;
}	 

table.pa-table {
	/*
	border: 1px solid #aaa;
	border-collapse: collapse;
	*/
	line-height: 1.2em;
}

table.pa-table td { 
	border-bottom: 1px solid #aaa;
	padding: 8px;
	/*background: url(pattern.png) ;	*/
}

table.pa-table th { 
	/*border: 1px solid #aaa;*/
	padding: 6px;
	background-color: #f0f0f0;
	border-right: #333333;	
	border-left: #333333;		
	/*background: url(pattern-head.png) ;*/
}

.alignright {
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
}

.pa-sma {
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

.pa-nor {
	font-size: 10pt; 
	font-weight: normal;
	text-decoration: none;
}

.pa-lar {
	font-size: 12pt; 
	font-weight: normal;
	text-decoration: none;
}

.pa-x-lar {
	font-size: 14pt; 
	font-weight: normal;
	text-decoration: none;
}

.pa-xx-lar {
	font-size: 16pt; 
	font-weight: normal;
	text-decoration: none;
}

.pa-sel-header {
	background-color: #CCCCFF;
}

.pa-cell-border {
	BORDER: 1px solid; 
	border-collapse: collapse;
	color: #000000;
}

.pa-form-prompt {
	background-color: #CCCC66;
}

.pa-form-button {
	BORDER-BOTTOM: #a4a4a4 1px solid; BORDER-LEFT: #a4a4a4 1px solid; BORDER-RIGHT: #a4a4a4 1px solid; BORDER-TOP: #a4a4a4 1px solid; FONT: 11px Verdana, Arial, Helvetica, sans-serif ; background-color: #386898; color: #FFFFFF;
}

.pa-row-highlight {
	background-color: #FFFFCC;
}

.pa-row-click {
	background-color: #FFCC99;
}