﻿
input.bpo_inputtext {  
  border:1px solid #999;
  background:#fbfbfb !important;
  width:65%;  
  
}

input.bpo_inputtext2 {  
  border:1px solid #999;
  background:#fbfbfb !important;
  width:85%;  
  
}

label.custom_checkbox_style
{
	font-weight:normal; 
	font-size:12px !important;   	
}

.custom_checkbox_style label
{
	font-weight:normal; 
	font-size:12px !important;   	
}

label.bpo_large_font_label 
{
	font-size:18px !important;
}

label.bpo_medium_font_label 
{
	font-size:16px !important;
}

.bpo_info_label label
{
	font-weight:bold;
}

.custom_checkbox_style_small label
{
	font-weight:normal; 
	font-size:10px !important;   	
}

.custom_bpo_textbox_small
{ 
  border:1px solid #999;
  background:#fbfbfb !important;
  width:60px;  
}	


.custom_bpo_td
{
	width:283px;
	overflow:hidden;		
}

.custom_bpo_table
{
	width:982px;
	table-layout:fixed;	    
}

.custom_bpo_control
{	
	width:80px;	
}

.custom_bpo_control_subj
{
	width:130px;
}


.custom_bpo_control_inputmgr .RadInputMgr
{
	width:130px;
}

.custom_bpo_control_small_inputmgar .RadInputMgr
{
	width:80px;
}

.custom_bpo_txtbox_small
{
	width:25px;
}

.custom_bpo_txtbox_medium
{
	width:40px;
}

.custom_bpo_txtbox_extra_large
{
	width:220px;
}

.custom_bpo_txtbox_large
{
	width:140px;	
}

table.gridtable {
	/*font-family: verdana,arial,sans-serif;*/
	width:982px;
	table-layout:fixed;
	font-size:10px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	/*padding: 3px;*/
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.sub_header_bpo
{
	background-color:#222;
	/*border:1px solid #222;*/
	color:#fff;
	font-weight:bold;
	margin:.5em 0;
	padding: 5px;
	overflow:hidden;
	_overflow:visible;
	_zoom:1;
}

.sub_header_right_bpo{float:right;}
.sub_header_left_bpo{float:left;}

.commentsSection
{
	height:150px;	
	overflow-y: scroll;
}

.rawFeatureSection
{
	height:250px;	
	overflow-y: scroll;
}

.tableNoBorder {
    border-collapse:collapse;
}

.button_alignment {
    float:right;
}

.informationDisplay {
    color:red;
    font-weight:bold;
}

a[disabled] {
    color:grey;
    text-decoration:none;
}

.greyBackground {
    background : #e6e6e6;
}

input.greyBackground {
    background :#e6e6e6;
}