/**********************************************************************
Screen Styles for ODLS

file:    	/skin/default/css/screen.css
Version:	$Id: screen.css 165 2008-07-01 11:53:39Z root $
**********************************************************************/

@import url("layout.css");		/* basic layoutgrid based on yaml */
@import url("global.css");      /* general styles */
@import url("box.css");			/* basic box model */
@import url("table.css");  		/* table styles */
@import url("form.css");		/* basic form styles */

/* table-free form styles */	/* @import url("form-tf.css"); */
 
@import url("list.css");		/* explorer list styles */
@import url("nodetype.css");	/* icons for tree view */
@import url("search.css"); 		/* search form and list styles */
@import url("components.css");	/* modules, content etc. */

/* single place of font size, line height and 
   liquid layout settings using "em" */
@import url("font.css");

/* jQuery and plugins
**********************************************************************/
@import url("jquery/jquery-ui-1.7.2.odalis.css");

/* datepicker (see: http://keith-wood.name/datepick.html) */
@import url("jquery/ui-smoothness.datepick.css");


/* low level styles
**********************************************************************/

/* default font
   body margin and padding should also be valid for satellite.php, 
   where /skin/[skin_name]/css/layout.css is not loaded */
body {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, textarea { 
  font-family: Arial, Helvetica, sans-serif;
}


h1 {
  margin: 0 0 1.2em 0; 
  font-weight: bold;
}

h2 {
  margin: 0 0 1em 0; 
  font-weight: bold;
}

h3 {
  margin: 0 0 .8em 0; 
  font-weight: bold;
}

h4 {
  margin: 0 0 .6em 0em; 
  font-weight: bold;
}