/* CSS Document */

.text_body
{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	text-decoration: none;
}


body {
	background-repeat: repeat-x;
	background-color: #000000;


}

.arrow
{
color:#FF3300;
font-size:12px;
}

.bottomtext
{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	height: 24px;
	width: 64px;
}

A.footerlink:link
{
font-family:Tahoma;
font-size:10px;
color:#006699;
text-decoration:none;
}

A.footerlink:hover
{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color: #006699;
}

A.footerlink:visited
{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color: #006699;
}

A.footerlink1:hover
{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color: #FFFFFF;
}


A.footerlink1:visited
{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
}
A.sidelink:link
{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

A.sidelink:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#006699;
}

A.sidelink:visited
{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
.headlink {
	text-decoration: none;
	color: #FFFFFF;
}
.mainhead {
	font-family: Tahoma;
	font-size: 20px;
	color: #ff7419;
	text-decoration: none;
}



.buttontab
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 11;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: center;
	COLOR: #000000;
	HEIGHT: 25px;
	CURSOR: pointer;
	background-image: url(images/delete_31.png);
	background-repeat: no-repeat;
	width: 68px;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright
{
	font-family:Tahoma;
	font-size:10px;
	color: #006699;
}


/*adding paginationcode*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
.dotted {
	background-image: url(images/dot2_31.jpg);
	background-repeat: repeat-x;
	height: 2px;
	width: auto;
}
