/* This file is part of Mura CMS.
  /trunk/www/admin/
  /trunk/www/tasks/
  /trunk/www/config/
  /trunk/www/requirpxents/mura/

  You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
  the source code of that other code when and as the GNU GPL requires distribution of source code.

  For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception
  for your modified version; it is your choice whether to do so, or to make such modified version available under
  the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception
  to your own modified versions of Mura CMS. */

/* @group GLOBALS
===================================== */

body {
  font-size: 100%;
  }

textarea {
  font-family: " Arial",Verdana, Helvetica, sans-serif;
  }

ul, ol, dl { margin-bottom: 1.5px;}


a { text-decoration: none; color:#000; font-weight:bold;}
a:hover { text-decoration: underline; color:#000;}
a:visited { text-decoration: underline; color:#000;}


p a { text-decoration: none; color:#6cc; font-weight:bold;  }
p a:hover { text-decoration: underline; color:#6cc; font-weight:bold;}
p a:visited { text-decoration: underline; color:#6cc;}


/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
  width: 1000px;
  margin: 0 auto; padding: 0px;
  }

#content {
  clear: both; padding: 0px; margin:25px 0 0 0;
  }
  
#table { padding: 0px; margin:0px;
  
  }

#primary {
  float: left;
  padding:0;  
  }
  
.oneCol #primary {
  width: 800px;
  border: 0;
  }
  
.threeCol #primary {
  width: 600px; padding-left:20px;
  }

.content { vertical-align: top; padding: 0 0 40px 0; margin: 0px; border-left: 1px dotted #000;}
.content img {padding: 0 20px 0 0;}

.sidebar {
   min-height: 100%px;   /* Fixes odd no-content disappearing bug. */
  }

.sidebar li { line-height: 13px; padding: 0 px; letter-spacing: 0px; font-size: 12px; list-style-position:  outside;
  }


#left { float: left; vertical-align:top; padding:10px 0 0 0; margin: 0; width: 208px; max-width: 208px;}

#right { float: right; vertical-align:top; min-width: 135px;}


/* main nav*/
#left.sidebar {padding: 0; margin: 0; }
#right.sidebar {padding: 0px; margin: 0px; }


/* @group Layout - Header
===================================== */

#header {
padding:0px; margin:0px; width:1000px; height:240px;
  }

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
  margin: 10px 0 0 0; padding: 0px; width:800px; height:72px; text-align:left;
  }
  # footer img { text-align: left; float:left;
  }

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */



/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */


/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */

/* @end MODULES
-------------------------------- */


/* EOF */
