/** gray tone template **/


/* css for HTML elements */	
body {

/* you can try different fonts depending on how dense you want the text of your pages to be */
/* change the font name inside the double quotes for font-family: below */
/* "Lucida Console" gives a wider spacing and a more "open" text */
/* "Microsoft Sans Serif"  or "Tahoma" give a tighter spacing and a denser text */
/* "Lucida Grande" falls between the two extremes */
		font-family : "Lucida Grande", Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
		background-color: #003366; 

		
	}
	

a {text-decoration:none;}
/* a {text-decordation:underline;} */

a:hover {
	
 	background-color: #eeeeee;
        text-decoration:none;
	}
a:visited{color:maroon}
a.otherwikilink{
	padding-right: 8px;
	background: url(http://www.seedwiki.com/images/seedwiki/otherwiki.gif) no-repeat center right;
	}
a.othersitelink{
	padding-right: 12px;
	background: url(http://www.seedwiki.com/images/seedwiki/othersite.gif) no-repeat center right;
	}

/***** css for the whole page *****/
#main{
	
        margin:0 auto; 
width:730px;
        margin-top: 40px;
	
       background-color:#FFFFFF;
      

	}

     
/***** css for the header area of the page *****/
#MENU_wiki_name {color:#993300;font-size:x-large;}
#MENU_wikipagename {color:white;}
.wiki_name_label {color:gray;font-size:xx-small;margin-left:5px;}
 .tab_link {font-size:small;color:white;}
 
/***** css for the content area of the page *****/
.context_menu li{ 
    display:inline;
    font-size:x-small;
}

.menu_form { 
    display:inline;
}

.search_results_link{
    display:block;
}




/***** css for the left menu part of the page *****/
#menu{
	width:190px; 
height:100%;
font-size:x-small;

background-color: #99CCFF;

}

#logo{
border-bottom:5px solid white;
width:190px;

}
.menuinput{ 
    width:90px;
    display:block;
}

.menu_text{
    color:gray;
    font-size:x-small;
}

#menu a { text-decoration:none; color:#006699;  display:block;
margin-left:10px;
font-weight:bold;
}

* html .menulinks a {
    font-size: x-small;
    f\ont-size: x-small;
}

#menu a:visited{ text-decoration:none; color:#003366;  display:block;

}

#afscme_logoa:hover{}
#state_imagea:hover{ }
#count_imagea:hover{ }
#private_imagea:hover{ }
#menu a:hover{ margin-left:0;
background: #fff url(
http://www.seedwiki.com/accounts/web_uapd_23280/red_triangle.gif) left center no-repeat; padding-left: 10px; font-weight:bold;
}

.account_wiki_list_link {  
    display: block; 
	padding: 1px 1px 4px 8px;
	font-size: small;
	color: DarkGray;       
}

#account_wiki_list {
    margin-left: -25px;
}

#forgot_link a {
    font-size:x-small
}

.edit_system_page_link {
    color:gray;
    font-size:xx-small;
}

#edit_menu_link {
    color:gray;
    font-size:xx-small;
}

.menu_detail { 
    display:none 
}

.wiki_menu_div {
    display:inline;
    width:"100%";
    align:right;
}

.line_menu_text {
    color:gray
}



	
/* ************** content *************** */

#content{
   margin-left:20px;
    margin-top:0px;
    margin-bottom:10px;
margin-right:30px;
    font-size:small;
    border-style:none; 
   
    }
    
/* these are the options for border styles. if you change to a border style that is not "none"
you may want to uncomment(remove the slash * and * slash) the "padding" line and add a little white space between your border and your page content.

border-style:none;
    No border. Color and width are ignored (i.e., the border has width 0, unless the border is an image, see 'background-image' 
border-style:hidden;
    Same as 'none', but has different behavior in the conflict resolution rules for tables [CSS3TBL]. 
border-style:dotted;
    A series of dots. 
border-style:dashed;
    A series of dashes. 
border-style:solid;
    A single line segment. 
border-style:double;
    Two parallel solid lines with some space between them. (The thickness of the lines is not specified, but the sum of the lines and the space must equal 'border-width'.) 
border-style:dot-dash;
    Alternating dots and dashes. 
border-style:dot-dot-dash;
    Two dots and a dash. 
border-style:wave;
    A wavy line. 
border-style:groove;
    Looks as if it were carved in the canvas. (This is typically achieved by creating a â€œshadowâ€ from two colors that are slightly lighter and darker than the 'border-color'.) 
border-style:ridge;
    Looks as if it were coming out of the canvas. 
border-style:inset;
    Looks as if the content on inside of the border is sunken into the canvas. Different meaning on table[ref] elements. 
border-style:outset;
    Looks as if the content on the inside of the border is coming out of the canvas. Different meaning for table[ref] elements.


values for border-width
border-width:thin;
border-width:medium;
border-width:thick;
border-width:10px;  <-- where you can put any number of pixels


you can change the color of your borders by changing the
border-color values
*/


* html #content{
    /* the simplified box model hack */
    font-size: x-small; /* for IE 5/WIN */
    f\ont-size: x-small; /* for other IE versions */
 }

.search_results_link {
    margin-bottom:5px;
}

#directory_deleted_pages {
    background-color:silver;
}

/***** css for the right bar part of the page *****/


#searchwikiform {
    display:inline
}

.search_text {
    display:inline;
    font-size:x-small;
    color:gray;
    margin-bottom: 5px;
}

.search_input {
    width:120px;
    margin-bottom: 5px;
}

.breadcrumb_link {
    color:DarkGray;
    font-size:x-small;
    display:block;
    margin-bottom:5px;
}

#breadcrumb_list a{
    color:DarkGray;
    font-size:x-small;
}

#breadcrumb_list a:hover{
    color:black;
}

#breadcrumb_list a:visited{
    color:SlateGray;
}

.breadcrumb_list_text{
    color:gray;
    font-size:small;
    margin-bottom:10px;
}

#header{ 

margin-left:0px;
margin-top:0px;
}

#home_page_image {
border: 1px solid #fcf;
padding:5px;
width:100%;
}

/***** css for the footer part of the page ****/
#footer{ font-size:small;
margin-top:15px;
padding-bottom:2em; padding-top:.75em;
background-color: #003366;}
#footer a{text-decoration:none; color:gray;  display:inline;}
#footer a.visited{text-decoration:none; color:black;  display:inline;}

/**** css for messages to the user ****/	
#usermessage {
    border-top: 4px solid gold;
    border-bottom: 4px solid gold;
    border-left: 10px solid gold;
    border-right: 10px solid gold;
    margin-top: 10px;
    margin-bottom: 10px;
	background-color: #eeeeee;
    font-size: small;
    color: #993300;
    text-Align: center;
	}
#usermessage_text{
    margin: 10px;
    color: black;
}

#close_message {
    margin:5px;
}
	
/***** css for the discussion page *****/

.discussion_comment{
 	margin-left:10px;
 	background-color:#FFFFDD;
}

/***** css for the addcomments widget *****/

.comment_comment{
 	margin-left:10px;
 	background-color:#FFFFDD;
}

	
/***** css for the calendar widget *****/

td.calendar_event_year {
    background-color: #FFCC33;
}

td.calendar_event_month {
    background-color: silver;
}

.calendar_event_date {
    font-weight: bold;
}

.calendar_event_city{
    font-weight: bold;
}

.calendar_event_title{
    font-weight: bold;
    color: maroon;
}

.calendar_instructions{
    color: #993300;
}
.calendar_membership_message{

}

.calendar_text {
    font-weight:bold;
}
.calendar_description{
    margin-left: 10px;
    margin-top:5px;
    margin-bottom:10px;
}










































































































