.gwt-TabPanel {
	background : transparent url(../images/tab.png) repeat-x;
	
}

#tab tbody tr td{
	vertical-align:middle;
}

.gwt-TabPanelBottom {

}

.gwt-TabBar-outer{
	background : transparent url(../images/tab.png) repeat-x;
	width:100%;
}

.gwt-TabBar {
	font-size:100%;
	font-family : arial,helvetica,sans-serif;
	font-weight:bold;
	line-height:1em;
	color:white;
	height:30px;
}


.gwt-TabBar .gwt-TabBarItem {
	cursor: pointer;
	height:100%;
	text-align:center;
	line-height:30px;	
}

.menu {
	font-size:100%;
	font-family : arial,helvetica,sans-serif;
	font-weight:bold;
	line-height:23px;
	color:white;
	margin-right:7px;
}

.menuItem-selected{
		background-color:rgb(255, 222, 1); 
		padding:0px 5px;
		color:rgb(137, 69, 3);
		cursor:default;
}

.menuItemRD-selected { 

		background-color:rgb(255, 222, 1);
		margin:0px5px;
}


.menuItem-hover{
		background-color:rgb(155, 222, 20); 
		padding:0px 5px;
		color:rgb(137, 69, 3);
		cursor:pointer;
}

.menuItemRD-hover { 

		background-color:rgb(155, 222, 20); 
		margin:0px5px;
}


.menuItem-regular{
		color:white;
		padding:0px 5px;
		background : transparent;
		cursor:pointer;
}

.menuItemRD-regular { 

		background:transparent;
	margin:0px5px;
}


.menu .menu-selected {
	background : transparent url(../images/mibkg-h.png) repeat-x;
	cursor: default;
	text-align:center;
	line-height:20px;
	padding-right:5px;
	padding-left:5px;
}

.menuItem-border{
	background : transparent url(../images/mibkg-s.png) repeat-x;
}



.top {
	width : 100%;
	height:100%;
	background-color: white;
}

.footer {
	width : 100%;
	height:100%;
	background-color: white;
}

.footer-link {
	font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

.dock {
	width : 100%;
	height : 100%;
	background-color: white;
}

.top-link {
	font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}



body { 
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
}

a {	
	color: darkblue;
}

a:visited {	
	color: darkblue; 
}