/* CSS Template for xinetd.accosted.net */
/* Licensed under the Creative Commons BY-NC-SA */
/* http://creativecommons.org/licenses/by-nc-sa/2.5/ */
/* Last Modified - Oct 11, 2005 @ 2145 [09:45 PM] IST by shyam */

/* Recommended layout - mainbody -> midsect -> changelog -> footers -> close all*/

/*Main Page*/

body {
		 /*brown*/ background: #86735C;
		/*light brown background: #D6C6B4;*/
		/*blue background: #497ba6;*/
		/*light blue background: #3399cc;*/
		text-align: left;
}

#mainbody {
    position: absolute;
    margin-top: 5%;
    left: 25%;
    /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
		width: 65%;
		border: dotted thin;
		border-color: #86735C;
		/*border-top: thin; 
    border-right: solid; 
		border-right-width: thin;
    border-bottom: solid; 
		border-bottom-width: thin;
    border-left: thin;*/
		background: #FEFFEF;
}

#mainbody h1 {
		font-size: 200%;
		color: #497BA6;
		font-variant: small-caps;
		font-weight: 200;
		text-align: center;
}

#mainbody p {
		padding-left: 2%;
		padding-right: 2%;
		font-size: 11pt;
}

#midsect {
    position: absolute;
    margin-top: 5%;
    left: 0px;
    /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
		width: 100%;
		border: dotted thin;
		border-color: #86735C;
		/*border-top: solid; 
		border-top-width: thin;
    border-right: thin; 
    border-bottom: solid; 
		border-bottom-width: thin;
    border-left: thin;*/
		background: #FEFFEF;
}

#midsect p {
		padding-left: 2%;
		padding-right: 2%;
		font-size: 11pt;
}


#changelog {
		position: absolute;
    margin-top: 5%;
    left: 0;
		width: 100%;
		border: dotted thin;
		border-color: #86735C;
		/*border-top: solid;
		border-top-width: thin;
    border-right: thin;
    border-bottom: thin;
    border-left: solid;
		border-left-width: thin;*/
		background: #FEFFEF;
}

#changelog p {
		padding-left: 2%;
		padding-right: 2%;
		font-size: 11pt;
}

#changelog li {
		/*list-style-position: inside;*/
		display: list-item;
		list-style-type: disc;
}


#changelog .em1 {
    color: red; 
		padding-right: 1%;
}

#changelog .em2 {
    color: green; 
		padding-right: 1%;
}

#changelog a, a:link, a:visited, a:active, a:focus {
		text-decoration: underline;
		color: #3399CC;
}



/* Links on the left*/

#mainlinks {
    position: absolute;
    margin-top: 5%;
    left: 2%;
    padding: 10px 10px 10px 10px;
    font-size: 12pt;
		border: dotted thin;
		border-color: #86735C;
		/*border-color: #F8590B;*/
		/*border-color: #F4B336;*/
		/*color: #46357C;*/
    /*border-top: solid;
		border-top-width: thin;
    border-right: solid;
		border-right-width: thin;
    border-bottom: solid; 
		border-bottom-width: thin;
    border-left: solid;
		border-left-width: thin;*/
    /*width: 80px;*/
		/*background: #DBD8D8;*/
		/*background: #185173;*/
		/*background: #497BA6;*/
		/*background: #3399CC;*/
		/*background: #D6C6B4;*/
		background: #FEFFEF;
		voice-family: "\"}\"";
    width: 14%;
    voice-family: "\"}\"";
}

#mainlinks h1 {
		font-size: 18pt;
		color: #497BA6;
		text-align: center;
		font-variant: small-caps;
		font-weight: 200;
		text-decoration: underline;
}

#mainlinks a:hover {
		display: block;
}

#mainlinks em {
		font-size: 80%;
}

#mainlinks li {
		/*list-style-position: inside;*/
		display: list-item;
		list-style-type: disc;
}

#mainfooter {
		position: absolute;
		margin-top: 15%;
		left: 15%;
		text-align: center;
		font-weight: 600;
		color: #FFFFFF;
		width: 70%;
		/*border-top: 1px solid #2F6487;
    border-bottom: 1px solid #061E32;*/
}

#mainfooter a, a:link, a:visited, a:active, a:focus {
		text-decoration: none;
		color: #D6C6B4;
}

#mainfooter p {
		text-align: center;
		font-size: 10px;
}

/* General Hyperlinks */

a, a:link, a:visited, a:active, a:focus {
    text-decoration: underline;
    /*color: #F4B336;*/
		color: #3399CC;
}

a:hover {
    text-decoration: none;
}


