﻿
#manual_editor
{
    padding:3px;
}
#manual_editor td.hd
{
    width:70px;
    
}

/*-----------------------------------------------------------*/

.msg li
{
    margin-left:20px;
}


div.editor input[type="text"], div.editor textarea, div.editor select
{	
	font-family:Arial,Tahoma,Sans-serif,Verdana,Geneva,Helvetica;
	line-height:1.4em;
	font-size:12px;
	color:Green;
	padding:1px;
}

div.editor input[type="file"]
{
	
}

div.editor input[type="checkbox"] 
{
  
}
div.editor label
{
    font-family:Arial,Tahoma,Sans-serif,Verdana,Geneva,Helvetica;
    margin-left:3px;
    font-size:12px;
    color:Green;
}

div.editor fieldset
{
	border:solid 1px #e0e0e0;
	margin-top:10px;	
}

div.editor legend
{
	color:Olive;
	margin-left:10px;
}

div.editor table
{	
	 border-collapse:collapse;	
	 border-style:none; 
}

div.editor td
{
    border-style:none; 
	/*border:solid 1px #eee;*/
	padding:1px;
}

div.editor tr
{
    border-style:none;  
}

div.editor td.hd
{ 
	
}

div.editor input[readonly]
{
    color:#888;
    
}

div.editor div.controls_top
{
    padding-bottom: 5px;
    border-bottom:solid 4px #eee;
}

div.editor div.controls_left
{
    float:left;
    padding-right:15px;
    border-right:solid 4px #eee;
}

div.editor div.controls_right
{
     float:left;
     padding-left:15px;
}

div.editor fieldset td.hd
{
    padding:0;
}

div.editor fieldset table
{
    margin:8px 10px 15px 10px;
}

/*-----Site Page------------------------------------------------*/

#site_page_properties_editor
{
    padding:10px;
}

#site_page_properties_editor td.hd
{
    width:110px;
    padding-left:10px;
}

#site_page_properties_editor input[type="text"],
#site_page_properties_editor textarea 
{
    width:300px;
} 
#site_page_properties_editor textarea 
{
    height:60px;
    
}

#site_page_properties_editor textarea.internal_note
{	
	height:120px;
    width:400px;
}


/*-----User Editor------------------------------------------------*/

#user_editor
{
    padding:10px;
}

#user_editor td.hd
{
    width:110px;
    padding-left:10px;
}

#user_editor input[type="text"], 
#user_editor textarea 
{	
	width:255px;
}

#user_editor textarea 
{
    height:120px;
    width:375px;
}

.password_input
{
    width:180px !important;
}

/*-----document Editor------------------------------------------------*/

#document_editor
{
    padding:10px;
}

#document_editor td.hd
{
    width:110px;
    padding-left:10px;
}

#document_editor input[type="text"], 
#document_editor textarea 
{	
	width:300px;
}

#document_editor textarea
{
    height: 120px;
}

#document_editor textarea.internal_note
{
    height:120px;
    width:300px !important;
}

/*-----News Editor------------------------------------------------*/

#news_editor
{
    padding:5px;
}

#news_editor td.hd
{
    width:110px;
    padding-left:10px;
}





