/*------------------------------------------------------------------
						- Style Sheet -
  ------------------------------------------------------------------
	File Name	:	theme01.css
	Purpose		:	style sheet for Home page
  ------------------------------------------------------------------
	Owner		:	Aakriti Technologies
	Email		:	aakriti.technologies@gmail.com
  ------------------------------------------------------------------
	Modification History : Change log								
  ------------------------------------------------------------------
	Date		Change Code		Programmer Name		QA Checker	
  ------------------------------------------------------------------
	09/20/16	*INIT*			Gaurav Gupta		F.llllllllllll
	   DESC:	New Implementaion	 
  ------------------------------------------------------------------*/	
  
.tbl-design01 {
	width: 100%;
    border-collapse: collapse;
	padding:0;
	margin:0;
	border-width: 1px;
	border-color: #999999;
	border-right: 1px solid #fcfdec;
	border-bottom: 1px solid #fcfdec;
}

.tbl-design01 tr {
	width: 100%;
	display:table;
}

.tbl-design01 th {
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align: left;
	padding:5px 5px 5px 5px;
	margin:0;
	border-top: 1px solid #eefafc;
	border-bottom:0px;
	border-left: 1px solid #eefafc;
	border-right:0px;
	background-color:#E8BD13;
	color:#122D4E;
}

.tbl-design01 td {
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align: left;
	padding:4px 5px 4px 5px;
	margin:0;
	border-top: 1px solid #fcfdec;
	border-bottom:0px;
	border-left: 1px solid #fcfdec;
	border-right:0px;
	background-color:#E5E5E5;
	color:#000000;
}

.tbl-design01 td.odd {
	background-color:#E5E5E5;
	color:#000000;
}

.tbl-design01 td.even {
	background-color:#F7F7F7;
	color:#000000;
}

.tbl-design01 tr:hover td  {
	background-color:#6B6B6B;
}

.tbl-design01 tr td  a {
	text-decoration: none;
	cursor:pointer;
	color:#000000;
}

.tbl-design01 tr:hover td  a {
	color:#FFFFFF;
}