/* ***************************************************************************** */
/* File    : dwis.css 															 */
/* Project : DocuWare INTERNET-SERVER cascading style sheets file				 */
/* Version : 3.0.2 																 */
/* Author  : koelmans															 */
/* ***************************************************************************** */
/* History:	                                                                     */
/* 23.01.2003: New styles for edit filed in resultlist                           */
/*             (td.resulteditrow1 / td.resulteditrow2)                           */
/* 05.03.2002: input and texarea fields have now "width" specifications,         */
/*             separately for infobox and search/storemask                       */
/* 05.03.2002: new stylesheet type input.fromto for searchmask (needed because   */
/*             of the above modification)                                        */
/* 26.07.2005: new stylesheet type input.fromtoreadonly                          */
/* ***************************************************************************** */

/* ------------ common (for more than one mask) --------------- */

body /* NOTE: please use only ONE of the following body tag definitions */
	 /* The other one has to be commented out! */
	 
	 /* default, (scrollbar colors only work in IE; */
	 /* leave out these definitions if you don't want them): */
	 { color: black; background-color: #bbc9e0; 
	   margin: 0px; padding: 0px;
	   scrollbar-arrow-color: 		white;
	   scrollbar-base-color: 		#bbc9e0;
	   scrollbar-darkshadow-color:  white; }
    
    /* If you'd like to use a background image, use this line: */
    /* { color: black; background-image: url(http://server/.../image.gif); } */
    
body.inverse
     { color: black; background-color: #00538D; 
       scrollbar-arrow-color: 		white;
	   scrollbar-base-color: 		#6d91bc;
	   scrollbar-darkshadow-color:  white; }

p, table, td, nobr, input, textarea, select
    { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; }
    

/* default links (do not occurr in the default design) */
a:link    
    {text-decoration:underline; font-weight:bold; color:#00538D; }
a:visited 
    {text-decoration:underline; font-weight:bold; color:#00538D; }
a:active  
    {text-decoration:underline; font-weight:bold; color:#00538D; }
a:hover   
    {text-decoration:none;      font-weight:bold; color:#00538D; }
   

/* default heading (heading on each page) */
p.dwisheading
    { font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; color: white; margin-bottom: 5pt; margin-top: 5pt; }
    
/* message/errormessage */    
p.dwismessage
    { font-size: 10pt; }
    
/* default description (used for form descriptions like "please select..")   */
p.dwisdesc
    { font-size: 8pt; }
    
p.dwisnavlink
    { margin-top: 20px; padding: 5px; border-top: 1px solid  #00538D; border-bottom: 1px solid  #00538D;}
	
/* page navigation links */
p.dwisnavlink a:link    
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisnavlink a:visited 
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisnavlink a:active  
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisnavlink a:hover   
    {text-decoration:none;      font-weight:bold; color:#00538D; }
    
/* buttons */
input.dwisbutton 
	{color: white; background-color: #6d91bc; border: 1px solid #6d91bc; font-weight: bold; }
	
/* readonly input fields */
input.dwisreadonly
	{ background-color: lightgrey; }
	
table.headingtable
    { background-color: #00538D; margin-bottom: 10px; }
    
table.headingtable td
    { padding: 5px; }
    
div.content
    { padding: 10px; }
	
    
/* --------------------------- login mask ---------------------------*/      

/* input field description cells */
td.dwislogin1 /* input field descriptions */
    { padding-left: 3pt; padding-right: 3pt; }

/* input field cells */
td.dwislogin2
    { }


    
  
/* ----------------------- archive selection mask --------------------*/  
    
/* cell containing archive icon */
td.dwisarchsel1
    { padding: 3pt; }

/* cell containing (hyperlinked) archive name */
td.dwisarchsel2
    { padding: 3pt 10pt 3pt 3pt; }
    
td.dwisarchsel2 a:link     
    {text-decoration:none;      font-weight:normal; color:black; }
td.dwisarchsel2 a:visited
    {text-decoration:none;      font-weight:normal; color:black; }
td.dwisarchsel2 a:active
    {text-decoration:none;      font-weight:normal; color:black; }
td.dwisarchsel2 a:hover
    {text-decoration:underline; font-weight:normal; color:black; }    
    
/* cell containing query/store icon*/
td.dwisarchsel3
    { padding: 3pt; }
    
/* cell between two archives in a row (empty) */    
td.dwisarchsel4
    { padding-left: 40pt; padding-bottom: 20pt; }
    



/* ------------------- searchmask / storemask ----------------------- */

/* cell containing "order by" radio button or (hyperlinked) field name */
td.dwisdbmask1
    { padding-left: 3pt; padding-right: 3pt; vertical-align: top;}

/* cell containing input field/textarea */
td.dwisdbmask2
    { }

/* links in both of these cells */
td.dwisdbmask1 a:link, td.dwisdbmask2 a:link
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisdbmask1 a:visited, td.dwisdbmask2 a:visited
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisdbmask1 a:active, td.dwisdbmask2 a:active
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisdbmask1 a:hover, td.dwisdbmask2 a:hover
    {text-decoration:none;      font-weight:normal; color:black; }    
    
td.dwisdbmask2 input, td.dwisdbmask2 textarea
    { width:250px; }
    
td.dwisdbmask2 input.fromto
	{ width:105px; }
	
td.dwisdbmask2 input.fromtoreadonly
	{ width:105px; background-color: lightgrey; }
    
td.dwisdbmask2 textarea
	{ height:150px; }



/* --------------------------- resultlist ------------------------- */


/* result list column headings (first row) */
td.dwisresultcolhead
    { background-color: #6d91bc; color:white; padding: 2pt; font-weight: bold; }
    
/* uneven rows: icon cells / data cells */    
td.dwisresulticon1   
    { background-color: white; padding-left: 1pt; padding-right: 1pt; }
td.dwisresultrow1   
    { background-color: white; padding: 2pt; }
td.dwisresulteditrow1   
    { background-color: white; color:black; padding: 0pt 10pt 2pt 10pt; font-size: 8pt; }

/* even rows: icon cells / data cells */        
td.dwisresulticon2     
    { background-color: #bbc9e0; padding-left: 1pt; padding-right: 1pt; }
td.dwisresultrow2   
    { background-color: #bbc9e0; padding: 2pt; }
td.dwisresulteditrow2   
    { background-color: #bbc9e0; color: black; padding: 0pt 10pt 2pt 10pt; font-size: 8pt; }
    
/* links in result list (even/uneven rows) */
td.dwisresultrow1 a:link, td.dwisresultrow2 a:link     
    {text-decoration:none; font-weight:normal; color:black; }
td.dwisresultrow1 a:visited, td.dwisresultrow2 a:visited 
    {text-decoration:none; font-weight:normal; color:black; }
td.dwisresultrow1 a:active, td.dwisresultrow2 a:active 
    {text-decoration:none; font-weight:normal; color:black; }
td.dwisresultrow1 a:hover, td.dwisresultrow2 a:hover 
    {text-decoration:underline; font-weight:normal; color:black; }    

/* result list page navigation */
p.dwisresultnav
    { font-size: 8pt; }
    
p.dwisresultnav a:link     
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisresultnav a:visited
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisresultnav a:active
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisresultnav a:hover 
    {text-decoration:none;      font-weight:bold; color:#00538D; }    


/* ---------------------------  infobox --------------------------- */

/* cell containing (hyperlinked) field name, links in this cell*/
td.dwisinfobox1
    { padding-left: 3pt; padding-right: 3pt; vertical-align: top; }
td.dwisinfobox1 a:link
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisinfobox1 a:visited
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisinfobox1 a:active
    {text-decoration:underline; font-weight:normal; color:black; }
td.dwisinfobox1 a:hover
    {text-decoration:none;      font-weight:normal; color:black; }    
    
/* cell containing input field/textarea */
td.dwisinfobox2
    {  }
    
td.dwisinfobox2 input, td.dwisinfobox2 textarea
    { width:250px; }
    
td.dwisinfobox2 textarea
    { height:150px; }

    

/* ---------------------------  docview --------------------------- */

/* cell containing the document controls (4 boxes) */
td.dwisdoccontrol
    { padding-left: 3pt; padding-right: 3pt; background-color: #bbc9e0;
    	border: 1pt solid #00538D; }

/* form in this cell: don't waste space! */    
td.dwisdoccontrol form
    { margin: 0pt; border: 0pt;}    
    
/* DocuWare COLD document (displayed as text) */    
pre.dwiscold
    { font-family: Courier New, Courier, monospace; border-color: black; border-width: 1pt; 
        border-style: solid; background-color: white; }
    
/* link to a foreign document */ 
p.dwisforeign a:link     
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisforeign a:visited
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisforeign a:active
    {text-decoration:underline; font-weight:bold; color:#00538D; }
p.dwisforeign a:hover 
    {text-decoration:none;      font-weight:bold; color:#00538D; }  

