/* 
The styles used in OpenXava are the specified ones in JSR-168 and WSRP.
The styles in this file are only for the aspects not included in 
JSR-168 and WSRP and needed by OpenXava.
*/

.button-bar {
	/*background: #dddddd;*/
	background:#FFFAB5;
	padding: 0 0 0 0;
}



TABLE.list {
	background:white;
	border-style:solid;
	border-width:1px;
	border-color:#669900;
	width:100%
	
}

TH.list {
		
	background: #b5dd66;
	font-weight: normal; 
}

.list-odd {
	font-size:11px;
	font-weight: normal; 
	background: #eeeeee;
}

.list-pair {
	font-size:11px;
	font-weight: normal;
	background: #fdf3cf; 
}

.list-odd-selected {
	font-weight: bold;
	color: #3366ff;
	background: #eeeeee;
}

.list-pair-selected {
	font-weight: bold;
	color: #3366ff;
	background: #cccccc;
}

.websphere-list-selected {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #3366ff;	
}
.warning {
	font-size:11px;
	font-weight: bold;
	color: #ea6e6e;	
}

TR.list-subheader {
	font-weight: normal;
	background: #dddddd;	
}

.list-info {
	color:#003366;
	font-weight: bold;
}

.list-info:link{
	color:#003366;
	font-weight: bold;
}

.frame {
	padding: 2px;
}
TABLE.frame {
	border-collapse: collapse;
	border-color: #9CC0FF;
	border-style: solid;
	border-width: 1px;	
}
TH.frame {
	font-size: 8pt;
	color: #414243
}
TR.frame {
	background: #d8e7cb;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

TD.frame {
	padding: 5 5 5 5;
}

.small-label {
	font-size: 8pt;
}

.errors {
	color: #ff0000; 
	font-weight: bold;
	font-size: 10pt;
}

.messages {
	color: #3366ff;
	font-weight: bold;
	font-size: 10pt;
}

.processing {
	font-weight: normal; 
	background: #eeeeee;
}


.jetspeed2-list-info, TR.jetspeed2-list-info, TD.jetspeed2-list-info {
	font-size: x-small;
}

.jetspeed2-list-order-by A:link {
	color: white;	
	text-decoration: underline;
}



.websphere-list-title {
	font-weight: bold;	
}


TD.mode {
	font-weight: bold;	
}


TD.jetspeed2-mode {
	font-size: x-small;
}

TD.list-title {
	font-weight: bold;
	text-align: center;
}

.PTitleContent {
	color: black;
}

.section {
	border-collapse: collapse;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.activeSection {
	border-top-color: #669900;
	border-left-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;

	border-style: solid;

	border-top-width: 2px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.TabMidle .TabMiddleLow {
	background-color: #669900;
}

.websphere-frame-title-label {
    font-weight: normal;    
}

.liferay-xava-frame-core {
	border: 1px solid #CCCCCC;
	border-top: 0px;
	padding: 2px;
}

.liferay-xava-cell-wrapper {
	border: 1px solid #CCCCCC;
}


.editor, .portlet-form-input-field, .form-text {
	color: #000000;  
}

tr[id=xava-tr-list] .wpsTableNrmRow {
	border-left-style: solid;
}

/* Vertical line in list in WebSphere Portal, for rows */
tr[id=xava-tr-list] .wpsTableNrmRow {
	border-left-width: 1px;
}

/* Vertical line in list in WebSphere Portal, for header */
tr[id=xava-tr-list] .wpsTableHead {
	border-left-width: 1px;
	border-left-style: solid;
}





/* DEMO CSS */
a{
	color:red;
	text-decoration:none;
}
/*body{
	font-size:0.8em;
	text-align:center;
	background-color:#E2EBED;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
		padding:0px;
}*/
img{
	border:0px;
}
#mainContainer{
	width:760px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#leftContainer{
	width:160px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:300px;
}

#contentContainer{
	width:590px;
	float:left;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
}

/* END DEMO CSS */

