/*** Basic Elemets ***/
body {
	color: #5D5649;
	font-size: 14px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	background: #f6f0e6;
}
/*** Anchors ***/
a:link {
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #a31919;
	font-size: 12px;
}	
.ctagslink a:link {
	color: #EF540A;
	padding-top: 5px;
}
.ctagslink a:visited {
	color: #EF540A;
	padding-top: 5px;
}
.ctagslink a:active {
	color: #EF540A;
	padding-top: 5px;
}
.ctagslink a:hover {
	color: #EF540A;
	padding-top: 5px;
}		
.cnamelink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #246185;
	font-weight: bold;
	margin-bottom: 5px;
}
.cnamelink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #246185;
	font-weight: bold;
	margin-bottom: 5px;
}
.cnamelink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #246185;
	font-weight: bold;
	margin-bottom: 5px;
}
.cnamelink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #246185;
	font-weight: bold;
	margin-bottom: 5px;
}	
.ctitlelink A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF540A;
	font-weight: normal;
	margin-bottom: 5px;
}
.ctitlelink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF540A;
	font-weight: normal;
	margin-bottom: 5px;
}
.ctitlelink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a31919;
	font-weight: normal;
	margin-bottom: 5px;
}
.ctitlelink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a31919;
	font-weight: normal;
	margin-bottom: 5px;
}	
/*** Headings & Paragraphs ***/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #246185;
	font-weight: normal;
	margin-bottom: 5px;
}
h1.cnamed {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 20px;
}
p.tag {
	color: #5D5649;
	font-size: 14px;
}
p.cname {
	color: pink;
	font-size: 16px;
}
p.cdesc {
	color: #5D5649;
	font-size: 14px;
}
p.ccat {
	color: pink;
	font-size: 16px;
}
p.ccompany {
	color: pink;
	font-size: 16px;
}
p.ctype {
	color: pink;
	font-size: 16px;
}
p.clink {
	color: pink;
	font-size: 16px;
}
p.cdlink {
	color: pink;
	font-size: 16px;
}
/***  ***/
.cedate {
	font-size: 12px;
}	
.cby {
	font-size: 12px;
	font-weight: bold;
}	
.cedate1 {
	color: red;
	font-size: 12px;
}	
.cedate2 {
	color: orange;
	font-size: 12px;
}	
.cedate3 {
	color: green;
	font-size: 12px;
}	
/*** Menu ***/
#menu {
	position: fixed;
}
#main {
	position: fixed;
	left: 20%;
}
/*** Content ***/
div.boxs {
	width: 150px;
	border: 2px solid #ebe2d2;
	background: #ffffff;
	padding: 20px;
	margin: 0px auto;
}
div.box {
	width: 450px;
	border: 2px dashed #ebe2d2;
	background: #ffffff;
	padding: 20px;
	margin: 0px auto;
}
div.box2 {
	border: 2px dashed #ebe2d2;
	background: #fbf8f3;
	padding: 20px;
	margin: 0px auto;
}
div.box3 {
	width: 450px;
	border: 2px solid #ebe2d2;
	background: #ffffff;
	padding: 20px;
	margin: 0px auto;
}
/*** Thumbnails ***/
.thumbnail {
	position: relative;
	z-index: 0;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail:link {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	display: none;
	color: #000000;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	display: block;
	top: 0px;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/*** Titles ***/
.titlestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a31919;
	font-weight: bold;
}
.titlecount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a31919;
	font-weight: bold;
}
.headlinks {
	color: #a31919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*** Paginator ***/
.Paginator {
	display: block;
}
.Paginator a, .pageList .this-page {
	padding: 2px 6px;
	border: 1px solid #dddddd;
	background: #ffffff;
	text-decoration: none;
}
.Paginator a:visited {
	padding: 2px 6px;
	border: 1px solid #dddddd;
	background: #ffffff;
	text-decoration: none;
}
.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	/* border: solid 1px #ddd; */
	background: #ffffff;
	color: #aaaaaa;
}
.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	border: 2px solid #dddddd;
	background: #ffffff;
}
.Paginator .break {
	padding: 2px 6px;
	border: none;
	background: #ffffff;
	text-decoration: none;
}
.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	border: 2px solid #dddddd;
	background: #ffffff;
}
.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	/* border: solid 1px #ddd; */
	background: #ffffff;
	color: #aaaaaa;
}
.Paginator .this-page {
	padding: 2px 6px;
	border-color: #999999;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	background: #ffffff;
	color: #FF0084;
}
.Paginator a:hover {
	color: #ffffff;
	background: #0063DC;
	border-color: #036;
	text-decoration: none;
}
.Pages div.Results {
	text-align: center;
	font: 11px/15px Arial, Helvetica;
	color: #aaaaaa;
	margin-top: 8px;
}
/* 
.Paginator .ranking {
	display: block;
	margin-top: 0.5em;
	font-weight: bold;
}
.Paginator .ranking a {
	padding: 0;
	border: 0;
	background: transparent;
} 
*/
