﻿body
{
    font-size: 10pt;
    color: #666;
    background-color: #FFFFFF;
    font-family: "Tahoma"
}
.logo
{
	background-position: center center;
	height: 40px;
	font-size: 0pt;
	background-image: url('images/BoomBIDLogo2.png');
	background-repeat: no-repeat;
	width: 53px;
	display: block;
}

.bg_white
{
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.bg_content
{
/*    padding: 10px 10px 10px 10px;		#6b9cce*/
    border: solid 2px #6b9cce; /*Old #274e89 */
    text-align: left
}

.width_full_px {width: 313px;}

.width_100full {width: 100%;}
.width_98full {width: 98%;}

.width_header_logo {width: 20%;}

.height_3px {height: 3px;}
.height_5px {height: 5px;}
.height_10px {height: 10px;}

.t_center {text-align: center;}
.t_left {text-align: left;}
.t_right {text-align: right;}

/* 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;}

/* 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;}

.main_header
{
    color: #5790cd;
    font-family: "Tahoma";
    font-size: 7pt;
}

.light_blue_line_separator
{
    height: 2px;
    background-color: #e2eaf2;
}

.blue_line_separator
{
    height: 2px;
    background-color: #6b9cce;
    overflow: hidden;
}

.link_class
{
    color:  #5087CC;
}

.layout_table
{
    width: 100%;
    border-spacing: 0px;
    border-width: 0px;
    border-collapse: collapse;
}
.radio
{
	font-size: 10pt;
	font-weight: bolder;
	color: #808080;
	font-family: Tahoma;
}

.carren_location_title
{
	font-size: 10pt;
	font-weight: bold;
	color: #268CA6;
	font-family: Tahoma;
	padding-top: 14px;
	padding-right: 2px;
}
.btn_steps
{
	color: #68b523;
	border-top: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	font-weight: bold;
}

