﻿html, body
{
/*    font: Tahoma,Helvetica,sans-serif; */
    font-size: 10pt;
    color: #666;
    background-color: #FFFFFF;
    font-family: "Tahoma"
}

.our_color
{
	color: #274e89;
}
.bg_white
{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.bg_content
{
/*    padding: 10px 10px 10px 10px;		*/
    background-color: #f8fcff; 
    border-color: #274e89;
    border: solid 1px #274e89;
    border-width: thin;
    text-align: left
}
.bg_header
{
    background: url('images/bg_header.gif') repeat-x 0 0;
    color: White;
    font-weight: bold;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt
}

.lbar_blue_thin1
{
	width: 100%;
	font-size: 12pt; 
	background-image: url('images/lbar_blue_thin1.PNG'); 
	background-repeat: no-repeat; 
	vertical-align: top; 
	text-align: center; 
	color: #FFFFFF;
}
.lbar_blue_thin2
{
	width: 20%;
	font-size: 12pt; 
	background-image: url('images/lbar_blue_thin2.PNG'); 
	background-repeat: no-repeat; 
	vertical-align: top; 
	color: #FFFFFF;
}
.check_white 
{
	height: 20%;
	background-color: #FFFFFF;
}
.logo
{
	
	height: 45px;
	font-size: 12pt; 
	background-image: url('images/BoomBidLogo.jpg'); 
	background-repeat: no-repeat; 
	vertical-align: top; 
	color: #FFFFFF;
}
.ln_blue_old_fashion
{
	width: 100%;
	height: 6px;
	font-size: 5pt; 
	background-image: url('images/ln_blue.png'); 
	background-repeat: no-repeat; 
}
.ln_blue 
{
	width: 100%;
	height: 3px;
	background-image: url('images/ln_blue.png'); 
	/*background-repeat: no-repeat;  */
	background-repeat: repeat-x;
}
._blue 
{
	width: 100%;
	height: 3px;
	background-image: url('images/ln_blue.png'); 
	background-repeat: no-repeat;  
}
.active_tab
{
	border-color: #274e89;
	border-width: thin;
	border-style: none none none none;
}

.tab_table
{
	border-color: #274e89;
	border-width: thin;
	border-style: solid solid none solid;
	padding: 0;
}
.main_table
{
	border-color: #274e89; 
	border-width: thin;
	border-style: none solid solid solid;
	padding: 0;
}
.inactive_tab 
{
	border-color: #274e89;
	border-width: thin;
	border-style: none solid solid solid ;
	background-image: url('images/inactive_tab.png');
	background-repeat: repeat;
}
.bg_top_sub_content
{
    background-color: #f8fcff; 
    border-color: #274e89;
	border-width: thin;
	border-style: solid solid none solid;
}
.bg_bottom_sub_content
{
    background-color: #f8fcff; 
    border-color: #274e89;
	border-width: thin;
	border-style: none solid solid solid;
}

.left_table_cell
{
	border-width: thin;
	border-style: none solid solid none;
}
.right_table_cell
{
	border-width: thin;
	border-style: none none solid none ;
}
.left_bottom_table_cell
{
	border-width: thin;
	border-style: none solid none none;
}
.right_bottom_table_cell
{
	border-width: thin;
	border-style: none none none none ;
}

/*
////////////from bidstep3/////////////////////////
*/
.border_base
{
/*    border: 1px solid #274e89; */
}


/* collapsed panel styles */

.collapsePanel
{
	overflow: hidden;
	background-color: #f5f9ff; 
	/*     border: dashed 1px #CCC;*/
}
 
.collapsePanelHeader{   
      color: Navy;
      background-color: Transparent;
      font-weight:bold;
      float:none;
      cursor: pointer; 
      vertical-align: middle;
}

/* button styles */

.btn_base
{
	color: #ffffff;
/*	background: transparent url( '/App_Themes/DefaultLight/images/btn_blue_3.png' ) no-repeat scroll 100% 0;*/
	font-size: 14px;
    font-weight: bold; 
	cursor: pointer;
	height: 25px;
/*    border: solid 1px #004080; */
    text-align: center;
    vertical-align: middle;
	background-color: #255494;    
    vertical-align: baseline;
}
.btn_small
{
	color: #ffffff;
/*	background: transparent url( '/App_Themes/DefaultLight/images/btn_blue_3.png' ) no-repeat scroll 100% 0;*/
	font-size: 9px;
    font-weight: bold; 
	cursor: pointer;
	height: 18px;
/*    border: solid 1px #004080; */
    text-align: center;
    vertical-align: middle;
	background-color: #255494;    
    vertical-align: baseline;
}
.btn_steps
{
	color: #ffffff; 
background-color: #274e89; 
/*		background-image: url( 'images/btn_blue.png' );
	background-repeat: no-repeat; */
	height: 25px;
	font-size: 12px;
/*	width: 90px;*/
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
/*
/////////////////////////////////////////////////
*/
.height_3px {height: 3px;}
.height_5px {height: 5px;}
.height_10px {height: 10px;}

.width_none {width: 0px;}

.width_full_px {width: 300px;}
.width_98full_px {width: 292px;}
/*
.width_full_px {width: 800px;}
.width_98full_px {width: 794px;}*/
.width_98full {width: 99%;}
.width_100full {width: 100%;}
.width_90px {width: 90px;}
.width_60px {width: 60px;}
.width_half {width: 50%;}
.width_third {width: 33%;}
.width_header_logo {width: 20%;}
.width_header_text {width: 80%;}
.width_2third {width: 66%;}
.width_80full {width: 80%;}
.width_40full {width: 40%;}
.width_30full {width: 30%;}
.width_20full {width: 20%;}
.width_10full {width: 10%;}
.width_25full {width: 25%;}

.t_center {text-align: center;}
.t_left {text-align: left;}
.t_right {text-align: right;}

.va_top {vertical-align: top;}

/* Font Color Section  */
.red {color: red;}
.navy {color: navy;}
.black {color: black;}
.blue {color: blue;}
.dark_blue {color: #666666;}
.green {color: green;}
.yellow {color: #FFCC00;}

/* Backgroundcolors */
.bgcolor_recieved {background-color: #AFEEAF;}
.bgcolor_sent {background-color: #1FE2A2;}
.bgcolor_decline {background-color: #1FE2A2;}

/* Font Style Section  */
.bold {font-weight: bold;}

/* Font Family Section  */
.tahoma {font-family: "Tahoma"}
.arial {font-family: "Arial"}

/* Font Size Section  */
.font_7pt {font-size: 7pt;}
.font_8pt {font-size: 8pt;}
.font_9pt {font-size: 9pt;}
.font_10pt {font-size: 10pt;}
.font_11pt {font-size: 11pt;}
.font_12pt {font-size: 12pt;}
.font_14pt {font-size: 14pt;}
.font_16pt {font-size: 16pt;}
.font_20pt {font-size: 20pt;}