body
{
	color: #282828;
	font-family: sans-serif;
	background-color: lightgrey;
	text-align: justify;
}

#container
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	margin: 1em;
	border-left: darkgray 1px solid;
	width: 95%;
	border-bottom: darkgray 1px solid;
	border-collapse: collapse;
	background-color: white;
}
#header
{
	padding-left: 1em;
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.5em;
	color: black;
	padding-top: 0.5em;
	border-bottom: gray thin solid;
	font-family: Verdana;
	background-color: gainsboro;
}

#body
{
	clear : both ;
}

td.menu
{
	border-left: gray 1px solid;
	background-color: whitesmoke;
}

#menu
{
	padding-right: 0.25em;
	display: block;
	padding-left: 0.25em;
	font-size: 90%;
	padding-bottom: 0.25em;
	vertical-align: sub;
	padding-top: 0.25em;
/*	background-color: oldlace;*/
	margin : 0;
}

#menu div.header
{
	padding-left: 1em;
	padding-bottom: 0.25em;
	margin: 0px 0px 0.25em;
	padding-top: 0.25em;
	background-color: gainsboro;
}

#menu ul
{
	margin : 0 ;
	padding : 0 ;
	padding-left : 2em;
	padding-bottom : 0.25em;
}

#menu ul li
{
	list-style-type: none;
}

#content
{
	padding-right: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-color: white;
	width : 95%;
}
#footer
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 10pt;
	padding-bottom: 0.25em;
	border-left: gray thin solid;
	padding-top: 0.25em;
	border-bottom: gray thin solid;
	border-top: gray thin solid;
	font-family: Verdana;
	background-color: gainsboro;
}


#siteinfo
{
	font-size : 75%;
}

/* Main Page */

table.mainpage
{
	width : 100%;
}

td.full
{
	clear: left;
	width: 100%;
	/*background-color: whitesmoke;*/
}

td.left
{
	border-right: #000000 thin solid;
	padding-right: 0.25em;
	border-top: #000000 thin solid;
	padding-left: 0.25em;
	padding-bottom: 0.25em;
	vertical-align: sub;
	border-left: #000000 thin solid;
	width: 55%;
	padding-top: 0.25em;
	border-bottom: #000000 thin solid;
	background-color: lightgrey;
}

td.right
{
	border-right: dimgray thin solid;
	border-top: dimgray thin solid;
	margin: 1em;
	width : 45% ;
	vertical-align: sub;
	border-left: dimgray thin solid;
	border-bottom: dimgray thin solid;
	background-color: gainsboro;
}

div.quote
{
	clear : both;
	border-right: darkgray thin solid;
	padding-right: 1em;
	border-top: darkgray thin solid;
	display: block;
	padding-left: 1em;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin: 0.5em;
	border-left: darkgray thin solid;
	padding-top: 1em;
	border-bottom: darkgray thin solid;
	background-color: beige;
	text-align: center;
}
div.title
{
	clear: both;
	padding-right: 1em;
	margin-top: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	font-size: larger;
	margin-left: 1em;
	color: gainsboro;
	margin-right: 1em;
	border-bottom: black thin solid;
	background-color: firebrick;
}

td.right div.title
{
	clear: both;
	padding-right: 1em;
	margin-top: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	font-size: larger;
	margin-left: 1em;
	color: gainsboro;
	margin-right: 1em;
	border-bottom: black thin solid;
	background-color: darkred;
}

td.left div.title
{
	clear: both;
	padding-right: 1em;
	margin-top: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	font-size: larger;
	margin-left: 1em;
	color: gainsboro;
	margin-right: 1em;
	border-bottom: black thin solid;
	background-color: crimson;
}

div.text
{
	padding: 1em ;
	display:block;
}

div.readmore
{
	padding-right: 0.5em;
	display: block;
	padding-left: 0.5em;
	float: right;
	margin-bottom: 1em;
	color: black;
	background-color: beige;
}

span.logo
{
	/*clear: both;*/
	display: inline;
	float: left;
}

a:link
{
	font-weight: normal;
	color: #cc0033;
	text-decoration: none;
}

a:visited {
    color: #990033;
    text-decoration: none;
    font-weight: normal ;
}

a:hover {
    text-decoration: underline;
}

table.topiclist
{
	width : 100%;
}

table.topiclist tr.odd
{
	background-color : beige ;
}

table.topiclist tr.even
{
	background-color : white ;
}

/* NAYIMA logo */

a.logo:link
{
	font-size: 18pt;
	text-transform: uppercase;
	color: black;
	font-style: italic;
	font-family: Impact, Sans-Serif;
	background-color: white;
	text-decoration: none;
}

a.logo:visited
{
	font-size: 18pt;
	text-transform: uppercase;
	color: black;
	font-style: italic;
	font-family: Impact, Sans-Serif;
	background-color: white;
	text-decoration: none;
}

a.logo:hover
{
	font-size: 18pt;
	text-transform: uppercase;
	color: black;
	font-style: italic;
	font-family: Impact, Sans-Serif;
	background-color: white;
	text-decoration: none;
}

div.announce
{
	border-right: #ccc 2px solid;
	border-top: #ccc 2px solid;
	display: block;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background-color: #f1f1f1;
	font-weight :bolder;
	padding: 0.5em ;
}

/* Style for tables drawn with --- and | in wiki markup */

table.wikitable
{
	border-collapse: collapse;
}

table.wikitable tr
{
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	margin: 0em;
	padding-top: 0.4em;
}

table.wikitable td
{
	border-right: 1px solid;
	padding-right: 0.5em;
	border-top: 1px solid;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	border-left: 1px solid;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

/* Style for the display of differences */
div.diff_kept
{
        display : block ;
	        font-family: 'Courier New';
		}

		div.diff_added
		{
		        background-color: #ffffcc;
			        display : block ;
				        font-family: 'Courier New';
					}

					div.diff_deleted
					{
					        background-color: #ffcc33;
						        display : block ;
							        font-family: 'Courier New';
								}
								                                           
