/* CSS Document - Author: Shaibal Mandal */


body {
	
}


/* Style-up those ugly default hyperlinks */
a {
	font-size: 12px;
    font-weight: bold;
	font-family: georgia;
	color: #020046;
	text-decoration: none;
	padding: 0;
	margin: 0;
}


/* Main Styles that apply to body INCLUDING BG COLOR*/
.bodytext {
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}


/* Main Styles that apply to body INCLUDING BG COLOR*/
.bodytext2 {
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: none;
}


/* 2nd row background */
.pattern {
	background-image: url('images/bg_strip.jpg');
	background-repeat: repeat-x;
}


/* Content holder */
.tablecontainer {
	background-color: transparent;
	margin-left: 52px;
}


/* Wrapper
#tablewrapper {
	background-color: blue;
	margin-left: 0px;
	width: 1300px;
	height: 800px;
	border: 5px;
	z-index: 1;
	overflow: scroll;
	position: relative;
	padding-top: 20px;
}
 */


/* sets the height of the table cell */
.cellheight {
	height: 275px;
}


#links a img {
  height: 0;
  width: 0;
  border-width: 0;
}


.thumbnail {
  float: left;
  width: 139px;
  height: 145px;
  border: 1px solid #000;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
} 


/* End of CSS Tabs */
