/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */

body
{
	/* background-color: fdf1c1; */
	background-color: 555555;
}

h2
{
	color: ffffff;
	font-family: Verdana;
}

DIV.wikitext 
{
 	background-color : f7f7f7;
  	font-family: Verdana, Arial, Tahoma, sans-serif;
  	font-size: x-small;
	font-weight: 400;
	border-width: 2px;
	border-color: 000000;
	margin-right: 5px;
        margin-left: 5px;
	
	
	padding: 20px;
}

h3
{
	 font-family: Tahoma, sans-serif;
         font-size: small;
         font-weight: 900;
	 color: 790000;
			 
}
	
}

DIV.wikipreview 
{	
	  color: 000000;
	  background-color : #dddddd;
          font-family: Verdana, Arial, Tahoma, sans-serif;
          font-size: x-small;
          font-weight: 400;
          margin-right: 2px;
          margin-left: 2px;
          margin-top: 2px;
          margin-bottom: 2px;
	  padding: 10px;
	  
								  
}

h2
{
	font-size: medium;
	font-weight: 900;
}

DIV.wikiheader 
{
  	color: ffffff;
	font-weight: 900;
	background-color : 790000;
	vertical-align : bottom;
	border-bottom : 0px;
	padding: 10px;
	
}

DIV.wikirc 
{
	 font-family: Verdana, Arial, Tahoma, sans-serif;
         font-size: x-small;
         font-weight: 400;
	 color: 000000;
	 background-color : dddddd;
	 padding: 10px;

	 
}

h1.wikirc
{
	font-size: medium;
	font-weight: 900;
}


DIV.wikifooter 
{
  	background-color : 790000;
	color: ffffff;
	padding: 10px;

	 
}

DIV.wikipref 
{
  	  font-family: Verdana, Arial, Tahoma, sans-serif;
          font-size: small;
	  font-weight: 600;
	  color: 000000;
	  background-color : 777777;
	  padding: 15px;
}

HR.wikilinefooter 
{
  	height : 1px;
	
}

HR.wikilineheader 
{
  	height : 0px;
  	style : solid;
	border : 0;
	color : 790000;
	border-bottom : 0px;
}

HR.wikiline 
{
  	height : 1px;
  	color : 000000;
}

HR.wikilinepref 
{
	color : 790000;
  	height : 5px;
}




A:link
{
        font-family: Tahoma, Arial, Serif;
	font-size: x-small;
	color : 999999;
	background-color : none;
	font-weight: 800;
	
}

A:active
{
	font-family: Tahoma, Arial, Serif;
	font-size: x-small;
	color : 0000ff;
        background-color : none;
        font-weight: 800;
        font-size: small;
}


A:visited
{
        font-family: Tahoma, Arial, Serif;
        font-size: x-small;
        font-weight: 800;
        font-style: normal;
        text-decoration: underline;
        color: #bb7700;
}
														
A:hover
{
        font-family: Tahoma, Arial, Serif;
        font-size: x-small;
        font-weight: 800;
        font-style: normal;
        text-decoration: none;
        background-color: bb7700;
	color: ffffff;
}
						


A:link.wikipagelink 
{
	color : ffffff;  
	background-color : none;
	font-weight: 800;
	font-size: x-small;
	
}

A:active.wikipagelink
{
        color : 790000;
	background-color : ffffff
	font-weight: 800;
	font-size: x-small;
}
				

A:visited.wikipagelink 
{
	font-family: Tahoma, Arial, Serif; 
	font-size: x-small; 
	font-weight: 800; 
	font-style: normal; 
	text-decoration: underline; 
	color: #bb7700;
}

A:hover.wikipagelink
{
	font-family: Tahoma, Arial, Serif;
        font-size: x-small;
        font-weight: 800;
        font-style: normal;
        text-decoration: none;
        background-color: bb7700;
        color: ffffff;
}
							

A:link.wikifooter
{
        
	font-family: Tahoma, Arial, Serif;
	color : ffffff;
        background-color : none;
        font-weight: 800;
        font-size: small;

}

A:active.wikifooter
{
	font-family: Tahoma, Arial, Serif;
	color : aaaaaa;
        background-color : none;
        font-weight: 900;
        font-size: small;
}


A:visited.wikifooter
{
        font-family: Tahoma, Arial, Serif;
        font-size: small;
        font-weight: 800;
        font-style: normal;
        text-decoration: underline;
        color: #bbbbbb;
}
														

A.wikipageedit 
{
  	color : ffffff;
	
}

TABLE.wikidiffold 
{
  	background-color : #790000;
	padding: 10px;

	 
}

TABLE.wikidiffnew 
{
  	background-color : #999999;
	padding: 10px;

	 
}

h1
{
	font-size: medium;
	font-family: Verdana;
	font-weight: 900;
	color: ffffff;
}

form 
{
	font-family: Verdana; 
	font-size: x-small; 
	font-weight: 900; 
	color: #fffeff; 
	background: 790000; 
	vertical-align: middle; 
	text-align: left;
	padding: 5px;

	 
}

input
{
        font-family: Verdana;
        font-size: x-small;
        font-weight: 100;
        color: #ffffff;
        background: #555555;
        vertical-align: middle;
        text-align: left;
	margin-right: 2px;
        margin-left: 2px;
        margin-top: 2px;
        margin-bottom: 2px;
				 
	
}

textarea
{
        font-family: Verdana;
        font-size: x-small;
        font-weight: 100;
        color: #ffffff;
        background: #555555;
        vertical-align: middle;
        text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;

	 
	
}
							
pre
{
	font-size: x-small;
	font-weight: 600;
	font-family: Verdana;
	padding: 10px;

	 
}

select
{
        font-family: Verdana;
        font-size: x-small;
        font-weight: 100;
        color: #ffffff;
        background: #555555;
        vertical-align: middle;
        text-align: left;
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 2px;
        margin-bottom: 2px;


}
											

