/*Text color in tborder,trow1 and trow2,tcat*/

body.dark .tborder {
	color: #4a5459;
	text-shadow: 0px 2px 3px #080A0D;
}

/*Link color in tborder,trow1 and trow2,tcat*/
body.dark .tborder a:link {
	color: #4a5459;
	text-decoration: none;
	text-shadow: 0px 2px 3px #080A0D;
}

body.dark .tborder  a:visited {
	color: #4a5459;
	text-decoration: none;
}

body.dark .tborder  a:hover, a:active {
	color: #2e3843;
	text-decoration: none;
}

/*Text color in thead*/

body.dark .thead  {
	color: #7D7D7D;
	text-shadow: 0px 2px 3px #242c33;
}

/*Link color in thead*/

body.dark .thead a:link {
	color: #7D7D7D;
	text-decoration: none;
	text-shadow: 0px 2px 3px #242c33;

}

body.dark .thead  a:visited {
	color: #7D7D7D;
	text-decoration: none;
}

body.dark .thead  a:hover, a:active {
	color: #0C0F12;
	text-decoration: none;
}

/*Text color in tcat*/
body.dark .tcat {
	color:#757575;
}

/*Text color in tfoot*/

body.dark .tfoot {
	color: #4a5459;
	text-shadow: 0px 2px 3px #080A0D;
}

/*Link color in tfoot*/
body.dark .tfoot a:link {
	color: #4a5459;
	text-decoration: none;
	text-shadow: 0px 2px 3px #080A0D;

}

body.dark .tfoot  a:visited {
	color: #4a5459;
	text-decoration: none;
}

body.dark .tfoot  a:hover, a:active {
	color: #2e3843;
	text-decoration: none;
}

/*Pagination link color*/

body.dark .pagination a {
	color:#15181D !important;
	text-shadow:none !important;
}


/*Text color in menu*/

body.dark .menu ul {
	color: #7D7D7D;
	text-shadow: 0px 2px 3px #242c33;
}

/*Link color in tfoot,trow1 and trow2,tcat*/
body.dark .menu ul a:link {
	color: #7d7d7d;
	text-decoration: none;
	text-shadow: 0px 2px 3px #242c33;
}

body.dark .menu ul  a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

body.dark .menu ul  a:hover, a:active {
	color: #2e3843;
	text-decoration: none;
}
