﻿/****************************************************************************************/
/*
File Changes:
¯¯¯¯¯¯¯¯¯¯¯¯¯
2010-03-29 - P.Desjardins - Remove all Relative. Do not use Relative for DIV. This is not
							necessary and produce a bug because we are in QuirksMode with
							some component like the AutoCompleteExtender.

*/
/****************************************************************************************/

.pd_row
{
   margin-left:0;  
   padding-left:0; 
   margin-top:1px;
   clear:left;
   min-width:450px;
}

.pd_cell
{
   
   border:solid 1px #E7E7E7;
   float:left;
   margin-top:2px;
   margin-bottom:0px;
   margin-right:0px;
   padding-left:0px; padding-top:3px; padding-bottom:0px; padding-right:2px;
   min-width:300px;
}

.cell_one
{
	width:99%;
}

.cell_two
{
	width:48%;
}

.cell_three
{
	width:32%;
}

/*one or more div inside the cell, for multiple attributes.*/
.pd_cellInsideRow
{
	float:left;
	clear:both;
	width:100%;
}

/*the region containing the label*/
.pd_cellContentLabel
{
   /* width:1%; */  /* removed because it was causing new line bugs.  may cause problems somewhere else. */
   height:50px;
   margin-right:0px;
   margin-right:0px;
   padding-top:4px;
   /*width:120px;
   overflow:hidden;*/
}

/*the region containing the input item*/
.pd_cellContentInput
{
   float:right;
   left:-15;
   width:65%;
   min-width:150px;
   height:50px;
   margin-left:0px;
   padding-left:0px;
   margin-right:0px;
   margin-right:0px;
   margin-top:2px;
}

/*the input control itself, like a textbox.*/
.pd_input
{
   width:92%;
   min-width:150px;
   font-size: 11px;
}

.pd_input_reficon 
{
    width: 20px;
    display:inline;
}

/*Permissions by role
--------------------*/
.perm_control
{
	border:solid 1px #DDDDDD;
	float:left;
	margin-left:24px;
	margin-top:12px;
	margin-bottom:24px;
}

.perm_control_scroll
{
   float:left;
   clear:both;
	overflow:auto;
	height:350px;
	width:260px;
}

.perm_header
{
	float:left;
	clear:left;
	font-size:larger;
   padding-left:10px; padding-top:5px; padding-bottom:5px;
	background-color:#EEEEEE;
}

.perm_row
{
	float:left;
	clear:left;
	font-size:larger;
   padding-left:10px; padding-top:5px; padding-bottom:5px;
	width:100%;
}

.perm_role_label
{
	float:left;
	width:175px;
}

.perm_role_check
{
	float:left;
	width:75px;
}
