﻿fieldset {
    margin-bottom: 0px;
    padding: 0px 12px 12px 12px;
    display: block;
}
    legend
    {
        color: #7F7F83;
        font-size: 1.2em;
    }

#sign_up .Country
,#sign_up .TerritoryCode{
    display: none;
}

.ajax__calendar_container { z-index : 10000 ;}

/* Resource documents
 *
 */

#documentsView{
    
}
    #addDocument
    {
        padding-right: 10px;
        float: left;
        color: #666666;
        width: 235px;
    }

        #addDocument fieldset legend
        {

        }
	        #addDocument fieldset div
	        {
    	        padding-top: 4px;
	        }
        	
		        #addDocument fieldset div label
		        {
			        display: block;
			        float: left;
			        width: 165px;
		        }
        		
		        #addDocument fieldset div textarea,
		        #addDocument fieldset div select,
		        #addDocument fieldset div input
		        {
			        width: 182px;
			        margin: 0 0 1px 0;
		        }
		        #addDocument fieldset div input.image
		        {
			        width: 16px;
		        }
        		
		        #addDocument fieldset div input.submit
		        {
			        width: auto;
			        padding: 0 5px 0 5px;
			        cursor: pointer;
		        }

		        #addDocument .dialog a
		        {
			        font-size: 9px;
			        font-weight: bold;
			        text-decoration: none;
        			
			        padding: 0 0 0 20px;
        			
			        background-repeat: no-repeat;
			        background-position: left center;
		        }
        		
		        #addDocument fieldset br
		        {
			        clear: both;
		        }

    #documents
    {
        float: left;
        white-space: nowrap;
    }

/* Resource characteristics
 *
 */

#addCharacteristic
{
    padding: 10px;
    float: left;
    color: #666666;
    width: 235px;
}

    #addCharacteristic fieldset legend
    {

    }
	    #addCharacteristic fieldset div
	    {
    	    padding-top: 4px;
	    }
    	
		    #addCharacteristic fieldset div label
		    {
			    display: block;
			    float: left;
			    width: 165px;
		    }
    		
		    #addCharacteristic fieldset div textarea,
		    #addCharacteristic fieldset div select,
		    #addCharacteristic fieldset div input
		    {
			    width: 182px;
			    margin: 0 0 1px 0;
		    }
		    
		    #addCharacteristic fieldset div input.image
		    {
			    width: 16px;
		    }
    		
		    #addCharacteristic fieldset div input.submit
		    {
			    width: auto;
			    padding: 0 5px 0 5px;
			    cursor: pointer;
		    }

		    #addCharacteristic .dialog a
		    {
			    font-size: 9px;
			    font-weight: bold;
			    text-decoration: none;
    			
			    padding: 0 0 0 20px;
    			
			    background-repeat: no-repeat;
			    background-position: left center;
		    }
    		
		    #addCharacteristic fieldset br
		    {
			    clear: both;
		    }

#characteristics
{
    padding: 10px;
    margin-left: 218px;
}

.GeneralTextItem{
    padding: 5px 0;
}

/* Resource hours
 *
 */
 
#hours 
{
    overflow:auto;
    width: 1050px;
    overflow: auto;
}
	#hours	.CustomerName
	{
		width: 50px;
	}
	#hours .AssignmentNo
	{
		visibility: collapse;
	}
	#hours .AssignmentDescription
	{
		width: 30px;
		overflow:visible;
	}
	#hours .FunctionGroup
	{
		width: 40px;
	}
	#hours .WorkType
	{
		width: 30px;
	}
	#hours .WBSCode
	{
		visibility:hidden;
		display: none;
	}
    #hours .Monday,
    #hours .Tuesday.
    #hours .Wednesday,
    #hours .Thursday,
    #hours .Friday
    {
    }

    #hours .Saturday,
    #hours .Sunday
    {
        background-color: Aqua;
    }
    #hours .Monday_Holiday,
    #hours .Tuesday_Holiday,
    #hours .Wednesday_Holiday,
    #hours .Thursday_Holiday,
    #hours .Friday_Holiday,
    #hours .Saturday_Holiday,
    #hours .Sunday_Holiday
    {
        background-color: Silver;
    }
    
.popupControl
{
	visibility: hidden;
	position: absolute;
	border: thin ridge #FFE682;
}


#ResourceCharacteristics{
    padding-bottom: 20px;
    /*margin: 0 0 4px 0;
    border: 1px solid #B2D235;*/
}
