/**************************************************************************************************************************************************************
*
*
* Root Elements
*
*
**************************************************************************************************************************************************************/


body
{
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
	font-family: arial;
}

h1
{
	font-size: 20px;
}

strong
{
	font-weight: bold;
	text-decoration: underline;
}




/**************************************************************************************************************************************************************
*
*
* The Menu Bar
*
*
**************************************************************************************************************************************************************/

div.top-menu-bar-container
{
	background-color: #2d2d2d; 
	color: white;
	font-size: 14px;
	padding-left: 8px; 
	padding-right: 8px;	
	min-width: 960px;
	z-index: 3; 
	position: fixed; width: 100%;
}

div.top-menu-bar-element-inner-border
{
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-top: 1px solid #2d2d2d;
}

div.top-menu-bar-element-left,
div.top-menu-bar-element-right
{		
	padding-bottom: 2px;
	float: left;
}

div.top-menu-bar-element-right
{
	float: right;
}

div.top-menu-bar-element-left:hover,
div.top-menu-bar-element-right:hover
{	
	background-color: #3d3d3d;
	cursor: pointer;
}

div.selection-indicator-selected,
div.selection-indicator-unselected
{
	height: 3px;
}

div.selection-indicator-selected
{	
	background-color: #3E96DB;
}

div.menu-element-container
{
	padding-left: 6px;
	padding-right: 6px;	
	padding-top: 3px;
	padding-bottom: 4px;
}

div.drop-down-menu-container,
div.pop-up-menu-container
{	
	position: absolute;	
	display: none;
	z-index: 200;
	
	background-color: white;	
	
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	
	overflow-x: hidden;
}

div.pop-up-menu-container
{
	border: 1px solid #E1E1E1;
}

div.pop-up-menu-container a:hover
{
	cursor: pointer;
}


div.pop-up-menu-container a.disabled
{
	color: #B4B4B4;
}

div.pop-up-menu-container a.disabled:hover
{
	cursor: default;
}


div.arrow-down 
{
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;

	border-top: 3px solid white;	
	
	position: relative;
	top: 11px;
	
	margin-left: 4px;
	
	display: inline;
	
}

ul.standard-drop-down-menu
{
	list-style-type: none;
	list-style-position:inside;
	margin-left: 0px;
	padding-left: 0px;
	
	margin-top: 20px;
	padding-top: 0px;
	width: 100%;
}

ul.standard-drop-down-menu li
{
	line-height: 240%;
	
	color: black;
	font-size: 12px;
	width: 100%;
}

ul.standard-drop-down-menu li a,
ul.standard-drop-down-menu li a:visited
{
	text-decoration: none;
	color: #427BD1;
	
	width: 100%;
	
	padding-left: 25px;
	
	display: block;
}

ul.standard-drop-down-menu li.disabled
{
	opacity: 0.5;
}

ul.standard-drop-down-menu li.disabled a,
ul.standard-drop-down-menu li.disabled a:visited
{
	color: black;
}

.drop-down-menu-border-bottom
{
	height: 1px;
	background-color: #C4C4C4;
	
	margin-bottom: 7px;
	margin-top: 7px;
	
}

ul.standard-drop-down-menu li:hover
{
	background-color: #efefef;
	font-weight: bold;
}

ul.standard-drop-down-menu li.seperator
{ 
	border-top: 1px solid #EAEAEA;
}

ul.standard-drop-down-menu li.disabled:hover, 
ul.standard-drop-down-menu li.seperator:hover
{
	background-color: white;
	font-weight: normal;
}





/**************************************************************************************************************************************************************
*
*
* The Pop Back Stuff
*
*
**************************************************************************************************************************************************************/


div.top_menu_bar_pop_back_container
{
	background-color: #046CA0;
	color: white;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;

}

div.top_menu_bar_pop_back
{	
	color: white;
	display: block;
	height: 28px;	
	margin-left: 16px;
	margin-right: 16px;	
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
}

div.top_menu_bar_pop_back a
{
	color: white;
}



/**************************************************************************************************************************************************************
*
*
* The Page Header
*
*
**************************************************************************************************************************************************************/


div.header
{
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	min-width: 960px;
	min-height: 75px;
	padding-bottom: 8px;
}


div.header div.header_content
{
	margin: auto;

	height: 100%;

	font-weight: bold;
	font-size: 28px;

	padding-top: 19px;
	
	padding-left:  24px;
	padding-right:  24px;		
}

div.header div.breadcrumbs
{
	font-size: 9px;
	padding-top: 5px;
}

/**************************************************************************************************************************************************************
*
*
* The Page Footer
*
*
**************************************************************************************************************************************************************/


div.footer
{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	height: 75px;
}


div.footer div.footer_content
{
	width: 960px;
	margin: auto;
	text-align: center;
	font-size: 9px;
}

/**************************************************************************************************************************************************************
*
*
* The Page Content Container
*
*
**************************************************************************************************************************************************************/

div.content,
div.full_width_content_container
{
	background-color: #fff;
	width: 960px;
	margin: auto;
	min-height: 600px;

	padding-top: 10px;
	padding-bottom: 10px;	
}

div.full_width_content_container
{
	width: 100%;
	min-width: 960px;		
}

div.full_width_content
{
	margin-left: 24px;
	margin-right: 24px;
}

div.content div.left_box
{
	width: 550px;
	text-align: justify;
}

div.content div.right_box
{
	float: right;
	width: 340px;
	height: 200px;
	
	padding: 15px;
	padding-bottom: 25px;

	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;

}

/**************************************************************************************************************************************************************
*
*
* The Login Page
*
*
**************************************************************************************************************************************************************/

.login_form
{
}

.login_form ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.login_form li
{	  	
	font-size: 12px;
	font-weight: bold;
}

.login_form input[type="text"],
.login_form input[type="password"]
{
	height: 34px;
	width: 300px;	
	padding: 5px;
	padding-left: 8px;	

	font-size: 15px;
	font-weight: normal;
	

	
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	margin-bottom: 15px;
	
}

.login_form input[type=text]:focus,
.login_form input[type=password]:focus
{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.login_form button.ok
{	
	min-height: 34px;  
	text-align: center;
	
	color: #fff;	
	font-size: 15px;
	font-weight: bold;
	
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.login_form button.ok
{	
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	
	cursor: default;
}

.login_form button.ok:hover,
.login_form button.ok:focus
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	cursor: pointer;
}

/************************************************************************************************************************************************************
 *
 *
 *  Easy Table
 *
 *
 ***********************************************************************************************************************************************************/

.default_easy_table
{
	width: 100%;
	border: 1px solid black;
	font-size: 12px;
	
}

.default_easy_table  thead tr
{
	background-color: #EEE;
}

.default_easy_table  tbody td
{
	border-right: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}

.default_easy_table  tbody tr:hover
{
	background-color: #E1F5FF; 
	cursor: pointer; 
}

.default_easy_table .default_overall_table_header
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.default_easy_table .default_table_heading_cell
{
	font-weight: bold;
	border-right: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}

.default_easy_table_filters
{
 	margin: auto;
 	font-size: 12px;
 	
 	padding-top: 10px;
 	padding-bottom: 10px;
}

.default_easy_table_filters .label
{
	font-weight: bold;
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

.default_easy_table_filters .control
{
	width: 180px
}

.default_easy_table_filters .spacer
{
	width: 25px;
}

.default_easy_table_filters select 
{
	width: 200px;
}

.default_easy_table_filters input 
{
	width: 200px;
}

/************************************************************************************************************************************************************
 *
 *
 *  Large Print Form
 *
 *
 ***********************************************************************************************************************************************************/

.large_print_form
{
	font-family: arial, helvetica, sans-serif;
}

.large_print_form ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.large_print_form li
{	
  	font-weight: bold;
  	margin: 0 0 .5em;
}

.large_print_form li.help
{
	font-weight: normal;	
	font-size: 11px;
		
	margin-left: 32px;
	
	padding-top: 0px;
	margin-top: -14px;
	padding-bottom: 10px;
}

.large_print_form div.help
{
	font-weight: normal;	
	font-size: 11px;
		
	margin-left: 32px;
	
	padding-top: 0px;
	margin-top: -8px;
}

.large_print_form li.text
{
	font-weight: normal; 
	margin-left: 32px;
}


.web_form_error
{
	font-weight: bold;
	color: red;
}

.large_print_form input[type="text"],
.large_print_form input[type="date"],
.large_print_form input[type="file"],
.large_print_form input[type="checkbox"],
.large_print_form input[type="radio"],
.large_print_form input[type="password"],
.large_print_form input[type="number"],
.large_print_form select,
.large_print_form textarea,
.large_print_form table,
.large_print_form .ok_cancel_block
{
	margin-left: 30px;
	margin-bottom: 12px;

}

.large_print_form table
{
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.large_print_form table.multiple_fields_per_line
{
	background: transparent;
	border: none;
	margin-left: 0px;
}



.large_print_form input[type="text"],
.large_print_form input[type="file"],
.large_print_form input[type="password"],
.large_print_form input[type="number"],
.large_print_form textarea,
.large_print_form select
{
	height: 34px;
	padding: 5px;
	padding-left: 8px;

	font-size: 15px;
	font-weight: normal;
	width: 450px;	

	
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.large_print_form input[type="file"]
{
	height: auto;
}

.large_print_form progress
{
	height: 34px;
	padding: 5px;
	padding-left: 8px;
	margin-left: 30px;

	font-size: 15px;
	font-weight: normal;
	width: 450px;		
}

.large_print_form label
{
	font-size: 15px;
	font-weight: normal;
	
}

.large_print_form textarea
{
	height: 120px;
}

.large_print_form input[type=text]:focus,
.large_print_form input[type="file"]:focus,
.large_print_form input[type=password]:focus,
.large_print_form textarea:focus,
.large_print_form select:focus
{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.large_print_form button.ok,
.large_print_form button.grey,
.large_print_form button.grey_selected,
.large_print_form button.grey_disabled,
.fine_print_form button.ok,
.large_print_form button.cancel,
.fine_print_form button.cancel,
.large_print_form a.ok
{	
	min-height: 34px;  
	text-align: center;
	margin-right: 5px;
	
	color: #fff;	
	font-size: 15px;
	font-weight: bold;
	
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.large_print_form button.ok,
.fine_print_form button.ok,
.large_print_form a.ok
{
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	
	cursor: default;
}

/************************************************************************************************************************************************************
 *
 *
 *  Table Writer
 *
 *
 ***********************************************************************************************************************************************************/


.table_writer table
{
	background: transparent;
	font-weight: normal;
	border-collapse: collapse;
}

.table_writer th,
.table_writer td
{
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	
}

.table_writer th
{
	text-align: center;
}

.table_writer td.control
{
	text-align: center;
}

.table_writer input.control
{
	margin: 0px;
}

/************************************************************************************************************************************************************
 *
 *
 *  Item Picker
 *
 *
 ***********************************************************************************************************************************************************/

.item_picker
{
	width: 100%;
	font-size: 10px;
}

.item_picker.search_controls
{
	margin-left: 0px;
	border: none;
}

.item_picker td
{
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.item_picker td.label
{
	padding: 0px;
}

.item_picker td.left_control,
.item_picker td.right_control,
.item_picker td.check_box_container
{
	padding-left: 15px;
	padding-right: 15px;
}

.item_picker td.left_control
{
	width: 100px;
}

.item_picker td.search_btn_container,
.item_picker td.reset_btn_container
{
	width: 33px;
	padding-left: 10px;
}

.item_picker td.reset_btn_container
{
	padding-top: 3px;
}

.item_picker td.check_box_container
{
	font-size: 10px;
	vertical-align: top;
}

.item_picker td.check_box_container input
{
	position: relative;
	top: 2px;
}

.item_picker td.check_box_container label
{
	padding-right: 10px;
	font-size: 10px;
}

.item_picker td.check_box_container label:hover
{
	cursor: pointer;
}

.item_picker input[type="text"],
.item_picker select
{
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 275px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 20px;
	padding: 0px;
}

.item_picker input[type=text]:focus,
.item_pickerselect:focus
{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.item-picker-search
{
	width: 100px;
	min-width: 100px;
	height: 70px;
	
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	
	border: 1px solid rgba(0,0,0,0.1);
	
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.item-picker-reset
{
	width: 100px;
	min-width: 100px;
	height: 15px;
	min-height: 34px;
	
	background-color: #FE4E4E;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#ED4747));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -moz-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -ms-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -o-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: linear-gradient(top,#FE4E4E,#ED4747);
	
	border: 1px solid rgba(0,0,0,0.1);
	
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.large_print_form input[type="checkbox"].item_picker_table_checkbox
{
	margin: 3px 3px 3px 4px;
}

.large_print_form td
{
	font-weight: normal;
}

.drag_and_drop_target,
.drag_and_drop_target_hover
{
	/* Use this CSS class for Drag and Drop Targets.  Feel free to change the width... */
	width: 440px;  
	height: 100px; 
	border: 4px dashed black; 
	text-align: center; 
	line-height: 100px;
	
	background-color: white;
	color: black;
}

.drag_and_drop_target_hover
{
	background-color: black;
	color: white;
	border: 4px dashed white; 
}

.large_print_form .drag_and_drop_target
{
	margin-left: 30px;
	width: 440px;
}

.large_print_form button.grey,
.large_print_form button.grey_selected,
.large_print_form button.grey_disabled
{
	min-width: 374px;
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#E3E3E3));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#E3E3E3);
	background-image: -moz-linear-gradient(top,#F8F8F8,#E3E3E3);
	background-image: -ms-linear-gradient(top,#F8F8F8,#E3E3E3);
	background-image: -o-linear-gradient(top,#F8F8F8,#E3E3E3);
	background-image: linear-gradient(top,#F8F8F8,#E3E3E3);
	
	color: #565656;
	
	cursor: default;
}

.large_print_form button.grey_selected
{
	border: 1px solid #4646DD;	
	color: #4646DD;
	text-decoration: underline;
}

.large_print_form button.grey_disabled
{
	color: #A3A3A3;	
}

.large_print_form button.grey:hover,
.large_print_form button.grey_selected:hover
{	
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#E3E3E3));
	background-image: -webkit-linear-gradient(top,#FFFFFF,#E3E3E3);
	background-image: -moz-linear-gradient(top,#FFFFFF,#E3E3E3);
	background-image: -ms-linear-gradient(top,#FFFFFF,#E3E3E3);
	background-image: -o-linear-gradient(top,#FFFFFF,#E3E3E3);
	background-image: linear-gradient(top,#FFFFFF,#E3E3E3);


	border: 1px solid #A7B3BC;
	cursor: pointer;
}

.fine_print_form button.ok
{
	min-width: 200px;
}

.large_print_form button.ok:hover,
.large_print_form button.ok:focus,
.fine_print_form button.ok:hover,
.fine_print_form button.ok:focus,
.large_print_form a.ok:hover,
.large_print_form a.ok:focus
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	cursor: pointer;
}

.large_print_form button.cancel,
.fine_print_form button.cancel
{
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #FE4E4E;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#ED4747));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -moz-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -ms-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -o-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: linear-gradient(top,#FE4E4E,#ED4747);
	
	cursor: default;
}

.large_print_form button.cancel:hover,
.large_print_form button.cancel:focus,
.fine_print_form button.cancel:hover,
.fine_print_form button.cancel:focus
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#E83636));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -moz-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -ms-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -o-linear-gradient(top,#FE4E4E,#E83636);
	background-image: linear-gradient(top,#FE4E4E,#E83636);
	cursor: pointer;
}

.large_print_form a.ok
{
	display: block;
	width: 200px;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	padding-top: 4px;
	min-height: 29px;  
}

.large_print_form .warning
{
	text-align: justify;
	border: 4px solid #FE4E4E; 
	background-color: #EEE; 	
	width: 402px;
	
	margin-left: 30px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 14px;
}

.large_print_form .warning h1
{
	text-decoration: underline;
	text-align: center;	
}

.large_print_form .warning strong
{
	text-decoration: underline; 
	font-weight: bold;
}

.large_print_form label
{
	cursor: pointer;
}

.large_print_form li.comment
{
color: #C0C0C0;
font-size: 15px;
}

/************************************************************************************************************************************************************
 *
 *
 *  Large Print Form Wide
 *
 *
 ***********************************************************************************************************************************************************/

.large_print_form_wide
{
	font-family: arial, helvetica, sans-serif;
}

.large_print_form_wide ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.large_print_form_wide li
{	
  	font-weight: bold;
  	margin: 0 0 .5em;
}

.large_print_form_wide input[type="text"],
.large_print_form_wide select,
.large_print_form_wide textarea,
.large_print_form_wide table,
.large_print_form_wide .ok_cancel_block
{
	margin-left: 30px;
	margin-bottom: 12px;

}

.large_print_form_wide table
{
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.large_print_form_wide input[type="text"],
.large_print_form_wide textarea,
.large_print_form_wide select
{
	height: 34px;
	padding: 5px;
	padding-left: 8px;

	font-size: 15px;
	font-weight: normal;
	width: 100%;	


	
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.large_print_form_wide textarea
{
	height: 120px;
}

.large_print_form_wide input[type=text]:focus,
.large_print_form_wide textarea:focus,
.large_print_form_wide select:focus
{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.large_print_form_wide button.ok,
.large_print_form_wide button.cancel
{	
	min-height: 34px;  
	text-align: center;
	
	color: #fff;	
	font-size: 15px;
	font-weight: bold;
	
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.large_print_form_wide button.ok
{
	min-width: 374px;
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	
	cursor: default;
}

.large_print_form_wide button.ok:hover,
.large_print_form_wide button.ok:focus
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	cursor: pointer;
}

.large_print_form_wide button.cancel
{
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #FE4E4E;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#ED4747));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -moz-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -ms-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -o-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: linear-gradient(top,#FE4E4E,#ED4747);
	
	cursor: default;
}

.large_print_form_wide button.cancel:hover,
.large_print_form_wide button.cancel:focus
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#E83636));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -moz-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -ms-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -o-linear-gradient(top,#FE4E4E,#E83636);
	background-image: linear-gradient(top,#FE4E4E,#E83636);
	cursor: pointer;
}



.large_print_form_wide .warning
{
	text-align: justify;
	border: 4px solid #FE4E4E; 
	background-color: #EEE; 	
	width: 100%;
	
	margin-left: 30px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 14px;
}

.large_print_form_wide .warning h1
{
	text-decoration: underline;
	text-align: center;	
}

.large_print_form_wide .warning strong
{
	text-decoration: underline; 
	font-weight: bold;
}

.large_print_form_wide label
{
	cursor: pointer;
}

/************************************************************************************************************************************************************
 *
 *
 *  Group Box
 *
 *
 ***********************************************************************************************************************************************************/


div.blue_group_box,
div.yellow_group_box,
div.gray_group_box
{
	width: 100%;
	margin-bottom: 10px;
}

div.blue_group_box .heading,
div.yellow_group_box .heading,
div.gray_group_box .heading
{
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	border: 1px solid black;
	cursor: pointer;	
}

div.blue_group_box .heading
{
	background-color: #99daff;	
}

div.yellow_group_box .heading
{
	background-color: #faf18c;
}

div.gray_group_box .heading
{
	background-color: #d3d3d3;
}


div.blue_group_box .heading .main_label,
div.yellow_group_box .heading .main_label,
div.gray_group_box .heading .main_label
{
	font-weight: bold;
	float: left;
}

div.blue_group_box .heading .right_label,
div.yellow_group_box .heading .right_label,
div.gray_group_box .heading .right_label
{
	float: right;
	text-decoration: underline;
}

div.blue_group_box .group_box_content,
div.yellow_group_box .group_box_content,
div.gray_group_box .group_box_content,
div.blue_group_box .group_box_hidden_content,
div.yellow_group_box .group_box_hidden_content,
div.gray_group_box .group_box_hidden_content
{
	padding: 8px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;			
}

div.blue_group_box .group_box_content,
div.yellow_group_box .group_box_content,
div.gray_group_box .group_box_content
{
	display: block;
}

div.blue_group_box .group_box_hidden_content,
div.yellow_group_box .group_box_hidden_content,
div.gray_group_box .group_box_hidden_content
{
	display: none;
}

div.blue_group_box .group_box_content,
div.blue_group_box .group_box_hidden_content
{
	background-color: #e3f5ff;
}

div.yellow_group_box .group_box_content,
div.yellow_group_box .group_box_hidden_content
{
	background-color: #ffffe3;
}

div.gray_group_box .group_box_content,
div.gray_group_box .group_box_hidden_content
{
	background-color: #ededed;		
}

/************************************************************************************************************************************************************
 *
 *
 *  Dialog
 *
 *  Page needs a <div class="dialog_fade" id="dialog_fade"></div> on it for this to work properly...
 *
 *
 ***********************************************************************************************************************************************************/

div.dialog_fade
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

div.dialog_outer_container
{
	display: none;
	
	position: absolute;

	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1002;
	
	min-width: 960px;
}

div.dialog_inner_container
{
	margin: auto;
	margin-top: 200px;

	background-color: white;
	z-index:1002;
	overflow: auto;
}

div.dialog_inner_container div.dialog_heading
{
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	border: 1px solid black;
	background-color: #d3d3d3;

}

div.dialog_inner_container div.dialog_content
{
	padding: 8px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ededed;
}


/************************************************************************************************************************************************************
 *
 *
 *  Fine Print Form
 *
 *
 ***********************************************************************************************************************************************************/

.fine_print_form
{	
	font-weight: bold;	
}

.fine_print_form br
{
	clear: left;
}

.fine_print_form .three_column
{
	float: left;
	width: 33%;	
	margin-bottom: 3px;
}

.fine_print_form .two_column
{
	float: left;
	width: 50%;	
	margin-bottom: 3px;
}

.fine_print_form .one_column
{
	float: left;
	width: 100%;	
	margin-bottom: 3px;
}



.fine_print_form input[type='text'],
.fine_print_form select,
.fine_print_form div.notes
{
	width: 85%;
	margin-left: 15px;
	margin-bottom: 6px;
}

.fine_print_form div.notes
{
	margin-left: 17px;
}


.fine_print_form input[type='text'],
.fine_print_form select
{
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 2px;
}

.fine_print_form input[type=text]:focus,
.fine_print_form select:focus
{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.fine_print_form input[type='checkbox']
{
	margin-left: 15px;
	margin-bottom: 6px;
}

.fine_print_form label
{
	font-weight: normal;
}

.fine_print_form div.notes
{
	font-weight: normal;
	font-size: 12px;	
	text-align: justify;
	
}

.fine_print_form blockquote
{
	font-weight: normal;
}




/************************************************************************************************************************************************************
 *
 *
 *  Utility Classes
 *
 *
 ***********************************************************************************************************************************************************/

.clear
{
    clear: both;
}

div.rws_tab_content
{
	width: 926px;
	border: 1px solid black;
	min-height: 400px;
	display: none;	
	margin-top: -1px;
	padding: 10px;
	padding-left: 20px;
}

div.rws_tab,
div.rws_selected_tab
{
	float: left;
	padding: 10px;

	border-left: 1px solid black;
	border-top: 1px solid black;


	font-size: 11px;

	font-weight: bold;

	background-color: #BFBFBF;
	width: 110px;
	text-align: center;
}

div.rws_tab:hover
{
	background-color: #C4EAFC;
	cursor: pointer;
}

div.rws_selected_tab
{
	background-color: #C4EAFC;
}


div.rws_tab_content_pane
{
	display: none;
}


/************************************************************************************************************************************************************
 *
 *
 *  Process With Steps
 *
 *
 ***********************************************************************************************************************************************************/

div.step_label
{
    padding-top: 4px;
    font-size: 24px;
    font-weight: bold;
    
    float: left;
}

div.step_button
{
    float: right;
    margin-right: 0px;
    padding-right: 0px; 
    text-align: right;
}

div.step_detail_container
{
    width: 100%;
}

div.step_hint
{
	margin-left: 8px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

ul.step_entry_leaders 
{
    padding: 0px;
    overflow-x: hidden;
    list-style: none;
    font-size: 14px;
    
    line-height: 19px;
}

ul.step_entry_leaders li:before 
{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}

ul.step_entry_leaders span:first-child 
{               
    padding-right: 10px;
    background: white
}

ul.step_entry_leaders span+span 
{
    padding-left: 10px;
    float: right;
    background: white
}

ul.step_entry_leaders li
{
    font-weight: normal;
}

ul.step_entry_leaders span.step_entry_left_label
{
    font-weight: bold;
}

/************************************************************************************************************************************************************
 *
 *
 *  BEGIN: CSR DOCUMENTATION SYSTEM CSS.
 *  NEEDS TO MATCH (with the addition of .csr_doc in front of each class) http://demo31449.appliances.dev.rwsgateway.com/csr-doc/common/css.css
 *
 *
 ***********************************************************************************************************************************************************/

.csr_doc kbd
{
	font-weight: bold;
	text-decoration: underline;
}

.csr_doc blockquote
{
	background: #F6F4F0;
	border: 1px solid #d4d4d4;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-left: 0px;
}

.csr_doc img.centered
{
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}

.csr_doc table.nice_doc_table
{
	width: 100%;
	border-spacing:0;
    border-collapse:collapse;
    
    border-bottom: 1px solid #A8A8A8;	
}

.csr_doc table.nice_doc_table thead
{	
	background: #DDDDDD;
}

.csr_doc table.nice_doc_table th
{
	border: 1px solid black;
	padding: 2px;
}

.csr_doc table.nice_doc_table th
{
	text-align: left;	
}

.csr_doc table.nice_doc_table td
{
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	padding: 2px;
}

.csr_doc table.nice_doc_table th.left,
.csr_doc table.nice_doc_table td.left
{
	text-align: left;
}

.csr_doc table.nice_doc_table th.center,
.csr_doc table.nice_doc_table td.center
{
	text-align: center;
}

.csr_doc table.nice_doc_table th.right,
.csr_doc table.nice_doc_table td.right
{
	text-align: right;
}

.csr_doc table.nice_doc_table tr:nth-child(even) {background: #F6F4F0;}

.csr_doc li,
.csr_doc ol ul,
.csr_doc ul ol
{
	padding-bottom: 8px;
}

/************************************************************************************************************************************************************
 *
 *
 *  BEGIN: CSR DOCUMENTATION SYSTEM CSS.
 *  NEEDS TO MATCH (with the addition of .csr_doc in front of each class) http://demo31449.appliances.dev.rwsgateway.com/csr-doc/common/css.css
 *
 *
 ***********************************************************************************************************************************************************/

a.syn_link
{
	color: blue;
	text-decoration: underline;
}

a.syn_link:hover
{
	cursor: pointer;
}


table.lpfwriter_multiple_fields_per_line
{
	border: 0px solid white;
	margin-left: 0px;
}

div.rws_auto_complete_div
{
	position: absolute;
	border: 1px solid #D3D3D3;
	display: none; 
	z-index: 10000;
	
	box-shadow: 2px 2px 5px #888888;
	background-color: white;
}

div.rws_auto_complete_div ul
{
	list-style-type: none;
	padding-left: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

div.rws_auto_complete_div li
{
	padding-left: 5px;
}

div.rws_auto_complete_div li:hover
{
	background-color: #C8C8FF;
	cursor: pointer;
	
}

div.rws_auto_complete_div div.no_results,
div.rws_auto_complete_div div.elipsis
{
	text-align: center; 
	width: 100%;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #969696;
}

div.rws_auto_complete_div div.elipsis
{
	font-size: 9px;
}

div.little-button-grey,
div.little-button-grey-disabled
{	
	display: inline;
	font-size: 10px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px; 
	padding-right: 5px;
	
	margin-left: 10px;
	
	border: 1px solid rgba(0,0,0,0.1);
	
	background-color: #e9e9e9; 
	
	color: #444;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.little-button-grey-disabled
{
	opacity: 0.3;
}

div.little-button-grey:hover
{
	border: 1px solid rgba(0,0,0,0.3);
	background-color: #f4f4f4; 
	cursor: pointer;
}

div.little-button-blue
{	
	display: inline;
	font-size: 10px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px; 
	padding-right: 5px;
	
	margin-left: 10px;
	
	border: 1px solid rgba(0,0,0,0.1);
	
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.little-button-blue:hover
{
	border: 1px solid rgba(0,0,0,0.3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	cursor: pointer;
}

div.little-button-red
{	
	display: inline;
	font-size: 10px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px; 
	padding-right: 5px;
	
	margin-left: 10px;
	
	border: 1px solid rgba(0,0,0,0.1);
	
	background-color: #FE4E4E;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#ED4747));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -moz-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -ms-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: -o-linear-gradient(top,#FE4E4E,#ED4747);
	background-image: linear-gradient(top,#FE4E4E,#ED4747);
	
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.little-button-red:hover
{
	border: 1px solid rgba(0,0,0,0.3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4E4E),to(#E83636));
	background-image: -webkit-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -moz-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -ms-linear-gradient(top,#FE4E4E,#E83636);
	background-image: -o-linear-gradient(top,#FE4E4E,#E83636);
	background-image: linear-gradient(top,#FE4E4E,#E83636);
	cursor: pointer;
}

div.tool-tip-container
{
	position: absolute;
	z-index: 10000;
}

div.tool-tip-container div.arrow-up 
{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #6D6D6D;
}

div.tool-tip-container div.tip
{
	background-color: #6D6D6D; 
	width: 400px; 
	box-shadow: 2px 2px 3px #888888; 
	color: white; 
}

div.pop-under-editor
{
	position: absolute;
	z-index: 10000;
}

div.pop-under-editor div.arrow-up 
{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #6D6D6D;
}

div.pop-under-editor div.tip
{
	background-color: #6D6D6D; 
	width: 500px; 
	box-shadow: 2px 2px 3px #888888; 
	color: white;
}

div.pop-under-editor input[type="text"]
{
	width: 474px;
	margin-bottom: 7px;
	font-size: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

div.pop-under-editor label:hover
{
	cursor: pointer;
	text-decoration: underline;
}

div.pop-under-editor ul.standard-drop-down-menu
{
	list-style-type: none;
	list-style-position:inside;
	margin-left: 0px;
	padding-left: 0px;
	
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
}

div.pop-under-editor ul.standard-drop-down-menu li
{
	color: black;
	font-size: 12px;
	width: 100%;
}

div.pop-under-editor ul.standard-drop-down-menu li a,
div.pop-under-editor ul.standard-drop-down-menu li a:visited,
div.pop-under-editor ul.standard-drop-down-menu li a.disabled,
div.pop-under-editor ul.standard-drop-down-menu li a.disabled:visited
{

	text-decoration: none;
	color: white;
	
	width: 100%;
	
	padding-left: 0px;
	
	display: block;
	text-decoration: underline;
}

div.pop-under-editor ul.standard-drop-down-menu li a.disabled,
div.pop-under-editor ul.standard-drop-down-menu li a.disabled:hover
{
	opacity: .4;
	text-decoration: none; 
	font-weight: normal;
}

div.pop-under-editor ul.standard-drop-down-menu li a:hover
{
	font-weight: bold;
}

div.pop-under-editor ul.standard-drop-down-menu li:hover
{
	background-color: #6D6D6D;
	
	cursor: pointer;
	
	font-weight: normal;
}



/************************************************************************************************************************************************************
	COLLAPSIBLES
 ***********************************************************************************************************************************************************/
 .collapsible-heading
    {
        font-weight: bold;
        display: block;
        font-size: 14px;
        background: none #F5F5F5;
        border: 1px solid #CCCCCC;
        box-shadow: 0 0 0 1px #FFFFFF inset;
        color: #333333;
        padding: 8px;
    }

	.dialog_content  .collapsible-heading {
		margin-left: 30px;
        margin-right: 25px;
	}

    .collapsible-heading:before
    {
        content: "-";
        padding: 3px 10px;
    }

    .collapsible-heading:hover
    {
        cursor: pointer;
    }

    .collapsible-content
    {
        height: 100%;
    }

    .collapsible-collapsed .collapsible-heading:before
    {
        content: "+";
        padding: 3px 10px;
    }

    .collapsible-collapsed .collapsible-content
    {
        height: 0px;
        display: none;
    }
   .collapsible-section-container table { border: none; margin-bottom: 25px; }

    .column_selection_table
    {
        overflow: scroll;
        overflow-x: hidden;
        width: 780px;
        font-size: 12px;
    }

    .column_selection_table td.cb
    {
        width: 25px;
        vertical-align:text-top;
    }
   .dialog_content .column_selection_table tr:hover
    {
        background-color: #F5F5F5;
        cursor: pointer;
		transition: none;
    }

    .column_selection_table .view_details
    {
        width: 100px;
        padding-right: 4px;
        text-align: right;
    }

    input.column_selection_table_check_box
    {
        position: relative;
        top: 5px;
        padding-left: 0px;
    }
