body
{
min-width:1025px;
background-color:#ECE5C7;
}
.tabs-bottom { position: relative; } 
.tabs-bottom .ui-tabs-panel { height: 20px; overflow: auto; } 
.tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; } 
.tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }
.ui-tabs-selected { margin-top: -3px !important; }
.inventoryTabContent
{
width:245px; 
padding:5px; 
padding-left:10px; 
height:162px; 
overflow-y:auto;
}
.ui-tabs-panel
{
min-height:85px;
}
.Radius5
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}
.formTableStyle td
{
padding:5px;
font-family:Tahoma;
}
.bigTitle
{
border-bottom:1px dashed; 
font-size:20px; 
font-family:Helvetica;
padding:2px;
}
.mediumTitle
{
border-bottom:1px dashed; 
font-size:15px; 
font-family:Helvetica;
padding:2px;
}
.homeButtonStyle1
{
cursor:pointer;
color:white;
padding:2px;
margin:2px;
font-family:Helvetica;
border-right:1px solid black;
border-bottom:1px solid black;
background-color:#4466ff;
text-decoration:none;
}
.topsRadius10
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
}
.topsRadius5
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}
.bottomsRadius10
{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.bottomsRadius5
{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}
.bubbleStyle
{
font-size:18px;
font-weight:bold;
font-family:Tahoma;
padding:5px;
line-height:150%;
}
#topmenu
{
	background-color:#ED8335;
	height:20px;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	font-family:'Proxima Nova',arial,sans-serif;
	padding-top:3px;
	padding-left:3px;
	color: #494949 !important;
    font-size: 12px !important;
    font-weight: normal;
	text-decoration: none !important;
}
#header
{
	width:100%;
	height:67px;
	background-color:white;
	position:relative;
}
#logo
{
	float:left;
	background-image: url("../images/logo.png");
	background-repeat: repeat;
	height:67px;
	width:257px;
	margin-left:10px;
}
#righttopmenu
{
	float:right; 
	background-color:green; 
	width:500px; height:40px; 
	margin-right:35px; 
	margin-top:27px;
	background-image:url('../images/bg_top_bar.gif');
}
#rightbottommenu
{
	float:right; 
	background-color:#FF9900; 
	width:500px; height:40px; 
	margin-right:35px; 
	background-image:url('../images/bg_top_bar.gif');
}
.warningBox
{
padding:10px;
font-family:'Proxima Nova',arial,sans-serif;
font-size:13px;
color:white;
z-index: 5; 
background:#4C4C4C; 
}
.ustwarn
{
z-index: 5; 
position: absolute; 
left:330px; 
top:95px;
}
.altwarn
{
z-index: 5; 
position: absolute; 
left:330px; 
}
#center
{
background-color:#ECE5C7;
height:100%;
overflow:visible;
width:100%;
vertical-align:top;
display: inline-block;
float:left;
}
#leftmenu {
    float: left;
    height: 100%;

    //padding: 0 10px;
    position: relative;
    width: 300px;
}
#scrollable-left
{
	height:275px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#outerCanvasDIV
{
	background-color: #999;
	//height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
#lowermenu
{
    background-color: #666666;
    background-repeat: repeat-x;
    color: white;
    height: 56px;
    min-width: 850px;
	overflow: visible;
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
.button
{
	border-left:solid thin white; 
	border-top:solid thin white; 
	width:85px; 
	height:30px; 
	margin:5px;
    display: inline-block;
    list-style: none outside none;
    vertical-align: top;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}
