@charset "utf-8";
/***********************************************************************
Copyright (c) 2006, The Choate Group, LLC. All rights reserved.
CSS code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
For more information, visit: http://metawrite.info/

choategroup.com version
Portions of this code Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
************************************************************************/

/***********************************************************************
>CSS in Metawrite<

There are three stylesheets used by default in Metawrite:

reset-fonts-grids.css (based on Yahoo! Grids, which can be found here: 
                       http://developer.yahoo.com/yui/grids/)
nav.css
base.css

***********************************************************************/


/***********************************************************************

>base.css<

Directions: Metawrite uses a basic template file that is found in the
{domain}/_resources/templates/template.html file. The default template 
includes the following element ids:

#document
  #header
    #logo
    #globalnav
  #body
    #content
	  #crumb
	  #seq-header
	  #sequence
	  #seq-footer
	#context 
	  #localnav
  #footer

#document layout classes
	.t1
	.t2
	.t3
	.t4
	.t5
	.t6
	
Navigation classes	(used in #document element, in addition to layout classes)
  .simple
  .tabs
  
  
#footer classes
  .copyright
  .madewithnotice
 
#crumb 
  
Supplemental classes (supplemental class selectors used for style and layout):
  .path
  .column
  .selected
  .more
  .byline
   a.wiki
   a.interWiki
   a.external
   a.secure-external
   a.ftp
   a.mailto
   
   .yuimenu
   .yuimenuitem
   .bd
   
#sequence classes:
   .caption

   
Metawrite Classes:   
   
  .Domain
  .Group
  .Item
  .modifieddate
  .description
  .creator
  .container
  .title

  
  

  
  The indentation in the list above references how the element ids are
  nested in the default file, but Metawrite does not care where they
  are in the document. It only looks for the id to insert information.

  The basic layout is two columns, with local navigation nested in the
  #context id and the primary page content inside #content. #heading 
  the title, byline and other related information and #sequence contains
  the body text of the document if it is an item, or the summary information 
  if the page is a group.
  
  This stylesheet is used to apply styles to the document according to
  the ids listed here.
************************************************************************/

/* HTML elements */
/***********************************************************************
/* Custome  css*/
body{
	text-align:left;
}

#document, #document2, #document3{margin:.5em;}


#content {
    /*background: url(../images/contentbg.png) top left repeat-x;*/
    }

#content form {
width:100%;
}

#content h1 {
	font: normal 200% Palatino, Georgia, serif;
	/*color: #541514;*/
	color: #660000;
	padding: .25em 0 0 0;
}

#content h2 {
	font: 160% Palatino, Georgia, serif;
	color: #000066;
	padding: .25em 0 0 0;
}

#content h3 {
	font: 140% Palatino, Georgia, serif;
	color: #660000;
}

#content h4 {
	font: 120% Palatino, Georgia, serif;
	color: #000066;
}

#content h5 {
	font: 100% Palatino, Georgia, serif;
	color: #660000;
}

#content h6 {
	font: 90% Palatino, Georgia, serif;
	color: #000066;
}


#content p {
	font: 100% verdana;
	line-height: 150%;
	color: #333333;
	}
	

#content blockquote {
	margin:1em 3em 1em 2em;
	font: 90% verdana;
	text-align:justify;
}

#content li {
	font: 100% verdana;
}


#seq-header {
	background-color:transparent;
	margin: 0 5em 1em 1em;	}
	
#seq-header .creator {
	font-weight:bold;
}

#seq-header .modifieddate {
	color:#cccccc;
}

#seq-header .path{
	Display:none;
}

#seq-footer{
    background-color:#fff;
	margin: 0 5em 1em 1em;}

#seq-footer .builddate{
    font-size:xx-small;
    color:#cccccc;
}
/* #sequence */

#sequence {
	background-color:#fff;
	margin: 0 5em 1em 1em;
}

/* sequence items when displayed in a Group */
#sequence .Item {
	background-image: url(../images/file.gif);
	background-repeat:no-repeat;
	padding:0 0 12px 20px;
	margin:1em 0 0 0;
	border-bottom:1px dotted #cccccc;
}


#sequence .Group {
    background-image: url(../images/closedfolder.gif);
	background-repeat:no-repeat;
	padding:0 0 12px 20px;
	margin:1em 0 0 0;
	border-bottom:1px dotted #cccccc;
}

#sequence .Item a {
	font-size: 1em;
	padding: 0 .5em 0 0;

}
#sequence .Group a {
	font-size: 1em;
	padding: 0 .5em 0 0;
}


#sequence .description{
    /*border-top: 1px dotted gray;*/

}



#sequence p {padding: .5em 0 .5em 0;}

#sequence li{
    margin-left:1em;
    
}
#sequence ul.plain {
	list-style: none;
}

#sequence a:link.title{ 
    font-weight: bolder;
	text-decoration: none;
}

#sequence a:visited.title{ 
	font-weight: bolder;
	text-decoration: none;
}
#sequence a:hover.title{ 
	font-weight: bolder;
	text-decoration: underline;
	color: #0000ff;
}
#sequence a:active.title{ 
	font-weight: bolder;
		color: #000000;
}



#sequence a:link.more{
	float: right;
	text-decoration:none;	
	color: #999999;
	font-size:80%;
}

#sequence a:visited.more{
	float: right;
	text-decoration: none;
	color: #999999;
	font-size:80%;
}

#sequence a:hover.more{
	float: right;
	text-decoration: none;
	color: #999999;
	font-size:80%;
}

#sequence a:active.more{
	float: right;
	text-decoration: none;	color: #999999;
	font-size:80%;
}

#sequence a:link, #sequence a:visited, #sequence a:hover, #sequence a:active{
	color:#000099;
}


#sequence .caption {
	font-weight: bolder;
}

#sequence .modifieddate {
	width:100%;
	margin-top:2em;
	padding:2px;
	font-size:xx-small;
	color: #999999;
}


#sequence .path {
	display:none;
}



/* FOOTER */
#footer { 
	margin-top: 1em;
}

#footer .copyright {
	width:100%;
	color: #cccccc;
	text-align: center;
}

#footer .madewithnotice {
	text-align: center;	
}

		
div.Pre {
    border: 1px dotted #aaaaaa;
    background-color: #eeeeee;
    margin:1em 0 .5em 1em;
    padding: 1em 0 0em 1em;
}
