/* Topic styles
Used in Showtopic.php
*/
#topics_list {


}
#topics_list_left {
	position: relative;
	width: 45%;
	float: left;
	margin-left: 1em;
	clear: both;
}

#topics_list_right {
	position: relative;
	width: 45%;
	float: right;

}

#topics_list_letter {
	vertical-align:top;
	width: 15em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

#topics_list_left a:link {
	color: #996666;
}

#topics_list_right a:link {
	color: #996666;
}

#topics_list_left a:hover {
	color: #C9ADAD;
}

#topics_list_right a:hover {
	color: #C9ADAD;
}

#topics_list_left li {
	list-style: none;
}

#topics_list_right li {
list-style: none;
}


/* CSS FOR ALPHABET LINKS*/
/*USED IN SHOWTOPIC.PHP*/
#alpha_links {
	text-align: center;
	margin: 5px auto;
	margin-top: -10px;
	padding-top: 25px;
	clear:both;
	height: 50px;
}
#alpha_links a {
	color: #336633;
	display: inline;
	font-weight: bold;
}
#alpha_links a:hover {
	color: #C9ADAD;

}

#alpha_links ul, #alpha_links p {
display: inline;
width: auto;
}

#alpha_links li {
	width: 5em;/*it was 10em, and was not proper in IE*/
	display: inline;
	padding-right: 2em;
}

#alpha_links ul li {
	list-style: none;
	display: inline;
	white-space:nowrap;
	
}

#clearfloat { 
	clear:both;
}

/* Navigation while moving from one topic to another ******** START*/ 

#goback {
	float: left;
	text-align: left;
	font-size:80%;
	font-weight: bold;
	width: auto;
	height:auto;
}

#nextprev{
	float: right;
	font-size:80%;
	text-align: right;
	font-weight: bold;
}

/**************************************END**/

/******Sequential topics***********START*****************************/
.sequentialTopicLevel1{
	padding-left:40px;
}

.sequentialTopicLevel2{
	padding-left:70px;
}

.sequentialTopicLevel3{
	padding-left:100px;
}
.sequentialTopicLevel4{
	padding-left:130px;
}
.sequentialTopicLevel5{
	padding-left:160px;
}
.sequentialTopicLevel6{
	padding-left:190px;
}
.sequentialTopicLevel7{
	padding-left:220px;
}
.sequentialTopicLevel8{
	padding-left:250px;
}
.sequentialTopicLevel9{
	padding-left:280px;
}
.sequentialTopicLevel10{
	padding-left:310px;
}
/**********************END************************************/