/*
* Filename: mol.css
* Created: 2008-11-10
* Initial Developer: Giampaolo Bellavite (gp@omniwhere.com)

* Copyright Omniwhere s.r.l (The Initial Developer of the Original Code)
* License Mozilla Public License Version 1.1 
* 
* @author       $Author: giampaolo $
* @rev          $Rev: 322 $
* @date         $Date: 2009-03-05 23:47:28 +0100 (Thu, 05 Mar 2009) $
 */

/* default width of select and inputs */

/* @group Common Classes */
html, body, #owt-ct {
	background-color: #FFF;

}
input.base, select.base {
	width: 250px;
}

/* @end */

/* @group Omniwhere User Interface */


#owui-pagehd {
	background: #5889c4 url(images/mainmenu-bg-normal.gif) repeat-x scroll center center !important;
	min-height: 30px;
	padding: 0 10px;
}

#owui-hd {
	background-image: none;
	background-color: #525252;
}

#owui-hd h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 25px;
	color: #A7A7A7;
}


#owui-homelink:hover {
	background-color: #666 !important;
}

#owui-hd h1 a {
	line-height: 35px;
	padding-left: 230px;
	height: 35px;
	display: block;
	color: #A7A7A7;
	text-decoration: none;
	background: url(images/logo.gif) no-repeat;
}

#owui-homelink:hover {
	background-color: #000;
}


.yui-skin-sam .yuimenubaritem-selected {
	color: black;
	background-color: #666;
}
.yui-skin-sam .yuimenuitem a:hover {
	background-color: #666;
}


div#owui-ft {
	background-image: url(images/footer-background.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding: 10px 0;
	width: 100%;
}

div#owui-ft p {
	line-height: 15px;
	text-align: center;
	margin-top: 15px;
	background: url(images/footer-bg.gif) 0 -160px;
}


.yuimenubaritem {
	float: left;
	border-right: 1px solid #666;
}

.yuimenubaritem.first-of-type {
	border-left: 1px solid #666;
}


.owt-loader {
	height: 30px;
	width: 40px;
	text-align: center;
	color: #ffd600;
	background: #525252 url(images/spinner-gray.gif) no-repeat center center;
	border: 0;
	xborder: 1px solid #ffd600;
}


/* @end */
