/*
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
*/
.obt_help_button
{
	background-image: url(images/help.png);		
	border: none;	 
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: block;	
	float: left; 
}
.obt_help_object
{
	float: left;
	 
}
.tablescroll
{ 
	font: 12px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial,sans-serif; 
	background-color:inherit;
}
/*
	added font -size to obtButton needed to maintain specified height always otherwise resizes by inheritance
*/
.obtButton
{
	font-size: 12px !important;
} 
/*.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }
 */
.tablescroll td
{ padding:3px 5px; }
 
.tablescroll_wrapper
{ border-left:0; }
 
.tablescroll_head
{ font-size:11px; font-weight:bold; background-color:#eee; border-left:0; 

border-top:0; margin-bottom:3px; }
 
.tablescroll thead td
{ border-right:0; border-bottom:0; }
 
 
.tablescroll tbody tr.first td
{ border-top:0; }
 
.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; 

margin-top:3px; }
 
.tablescroll tfoot td
{ border-right:0; border-bottom:0; }
#ack{ width: 800px; }

.column { float: left; padding-bottom: 5px; }
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; width: 96%; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

.obt_menu_li
{
	color: red;	
}

.obt_tab_label{
width: 150px;
height: 25px;
font-size: 9px;
font-style: cursive;

}
.obt_tabs{
width: 790px;
height: 500px;

}
.obt_tab_add_arrows
{
	position: relative;
}
.obt_tab_arrow_left
{
	background-image: url(images/right.png);	
	background-repeat: no-repeat;	
	position: absolute;
	top: 5;
	right: 0;
	width: 32px;
	height: 45px;
	margin-top: 2px;
}
.obt_tab_arrow_right
{
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 5;
	left: 0;
	width: 32px;
	height: 45px;
	margin-left: 5px;
	margin-top: 2px;
	
}
.obt_lookup_enter 
{
	background: #E2E6F3;
	width: 100%;
	height: 40px;

}
.obt_lookup_button
{
	margin-left: 10px;
}
.obt_lookup_text
{
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	padding: 5px;
	font-size: 1.1em;
}
.obt_lookup
{
	background: #E2E6F3;	
}

 
 
		
.obt_menu_dropdown_ul  
{
	height: 0;
	
    border-top: 1px solid #DBDADA;
  	position: absolute;
	left: 0;
	 
	z-index: 1900 !important;	
} 

 
li.obt_menu_dropdown  
{
	padding: 0;
	margin: 0;	
    border-bottom: 1px solid #DBDADA !important;
    border-right: 1px solid #DBDADA;
    border-left: 1px solid #DBDADA;
    position: relative;
    background-color: white;
   	z-index: 1900 !important;	
    color: #213F9A;
    display: block;
    font-size: 11px;    
    line-height: 28px;
    padding: 0;
    text-decoration: none;
    white-space: nowrap; 
    
}
.obt_fancy_table
{
	color: #333333;
	font-size: 11px;
	font-family: Arial,sans-serif;
	text-align: left;
	/*border: 1px solid #BEBEBE; */	
}
.obt_fancy_table tbody tr td
{
	  /*background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0; */
	empty-cells: show;
    padding: 7px 5px 7px 10px;
		
}
/*
.ui-widget .ui-widget {
	font-size: 12px !important;
} 
*/
.obt_fancy_table tbody tr td:first-child {
    border-left: 0 none !important;
}
.obt_fancy_table thead tr th
{
	/*background: url(images/headerFancyTable.png) repeat-x scroll center top transparent;*/	
	/*border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #E0E0E0; */
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
    
}
/*
a:hover {
	text-decoration: underline; 
}
A {
    color: #213F9A !important;
    padding: 2px;
}

A {
    outline-style: none;
    text-decoration: none;
}
*/
#portal_header tr td, #portal_footer tr td{
	border: none !important;
}
.jquery_override_bold { font-weight: normal !important; }
.ui-state-hover , .ui-state-focus{
	background: #F5F5F5 !important;
	border: solid 1px #c6c6c6 !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) !important;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  background: #dfeffc !important;}
.ui-widget-header {  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5Override.png) 50% 50% repeat-x !important;  }
*/
.obt_grey_g_style
{
	text-transform: capitalize;
	/*
	color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 1px 3px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #F3F3F3;
    //background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    //background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	height: 33px;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    */
}
.obt_grey_g_style_hover, .obt_grey_g_style:hover 
{
    /*
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: hand;
	*/
}
.obt_grey_g_style_active, .obt_grey_g_style:active 
{
	/*
    color: #000;
    border-color: #444;
    */
}

.obt_fileUpload {
	   color: #555555 !important;
	   font-size: 14px !important;   
}
.obt_fileUpload tbody tr {      background: #C5DBEC; }

.omni_table   tr td {
	padding: 7px 5px 7px 10px;	 
    color: #666666;
    border: 1px solid #A6C9E2 !important;
    
}

.obt_button_disabled {
   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid rgba(0, 0, 0, 0.05);
   color: #B8B8B8;
   cursor: default;
   pointer-events: none;
}
 
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 130px;
	z-index: 100;
}

input.file {
	position: relative;
	text-align: right; 
	z-index: 2;
}
.obt_fake_button{	
	width: 90px;
}
.obtButtonAdminClass
{
	border: 1px solid #E78F08 !important;
	background: #F6A828 url(images/orangy.png) 50% 50% repeat-x !important;
	color: white !important;
	font-weight: bold !important;
}		