/***************** Kranstyle CSS For Application Style Project ************************/
/***************** Powered By Kran Consulting - url: http://kran.co.in ********/
/***************** Please Read ......Polices before Edit this file ************/
/***************** Created on :13 April 2010 By Prabhash V S ******************/
/*****************By Sujith*************************/
/**********For sideMenuTop.jsp***********************/
body {
  margin: 0;
  padding: 0;
 /*  background: url(https://picsum.photos/2500/1500?image=1041); */
  background-size: cover;
  font-family: sans-serif;
}

.box {
  position: absolute;
  top: 60%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 25rem;
  padding: 2.5rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.625rem;
}

.box h2 {
  margin: 0 0 1.875rem;
  padding: 0;
  color: #fff;
  text-align: center;
}

.box .inputBox {
  position: relative;
}

.box .inputBox input {
  width: 100%;
  padding: 0.625rem 0;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.062rem;
  margin-bottom: 1.875rem;
  border: none;
  border-bottom: 0.065rem solid #fff;
  outline: none;
  background: transparent;
}

.box .inputBox label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem 0;
  font-size: 1rem;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.box .inputBox input:focus ~ label,
.box .inputBox input:valid ~ label,
.box .inputBox input:not([value=""]) ~ label {
  top: -1.125rem;
  left: 0;
  color: #03a9f4;
  font-size: 0.75rem;
}

.box input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background-color: #03a9f4;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  border-radius: 0.312rem;
  font-size: 1rem;
}
.box input[type="button"] {
  border: none;
  outline: none;
  color: #fff;
  background-color: #03a9f4;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  border-radius: 0.312rem;
  font-size: 1rem;
}
.box input[name="reset"] {
  border: none;
  outline: none;
  color: #fff;
  background-color: #28a745;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  border-radius: 0.312rem;
  font-size: 1rem;
}

.box input[type="button"]:hover {
  background-color: #1cb1f5;
}
.box input[name="reset"]:hover {
  background-color: #28a745;
}
.box input[type="submit"]:hover {
  background-color: #1cb1f5;
}

#forward {
	position: absolute;
	width: 525px;
	height: 300px;
	z-index: 5;
	left: 30%;
	top: 25%;
	visibility: hidden;
	border: 0px solid #999999; /*cfe0f7,6ba2f5*/
}
/* Style For Top Menu By Sujith*/
.tdstyle {
	text-align: center;
	background-color: #6a6e70;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.tdstyle1 {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #CCC6AE;
}

.tdstyle2 {
	text-align: center;
	background-color: #4b5a40;
}

.tdstylegreen {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*background-color:#aed77b;*/
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #d9e4cd 0%, #aed77b 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #d9e4cd 0%, #aed77b 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #d9e4cd 0%, #aed77b 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #d9e4cd),
		color-stop(1, #aed77b));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #d9e4cd 0%, #aed77b 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #d9e4cd 0%, #aed77b 100%);
}

.tdstylegreen1 {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #aed77b;
}

.tdstylegolden {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*background-color:#9b99e2;*/
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #eae2b4 0%, #decd6a 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #eae2b4 0%, #decd6a 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #eae2b4 0%, #decd6a 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #eae2b4),
		color-stop(1, #decd6a));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #eae2b4 0%, #decd6a 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #eae2b4 0%, #decd6a 100%);
}

.tdstylegolden1 {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #decd6a;
}

.tdstyleblue {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*background-color:#70b3cc;*/
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #c8e2e9 0%, #70b3cc 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #c8e2e9 0%, #70b3cc 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #c8e2e9 0%, #70b3cc 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #c8e2e9),
		color-stop(1, #70b3cc));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #c8e2e9 0%, #70b3cc 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #c8e2e9 0%, #70b3cc 100%);
}

.tdstyleblue1 {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #70b3cc;
}

.tdstyleviolet {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*background-color:#9b99e2;*/
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #d9d8e4 0%, #9b99e2 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #d9d8e4 0%, #9b99e2 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #d9d8e4 0%, #9b99e2 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #d9d8e4),
		color-stop(1, #9b99e2));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #d9d8e4 0%, #9b99e2 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #d9d8e4 0%, #9b99e2 100%);
}

.tdstyleviolet1 {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #9b99e2;
}
/* Style For Top Menu By Sujith */
.newdivclass {
	padding-left: 1px;
	padding-right: 1px;
}

.a_linkicon:link {
	font-size: 12px;
	color: #FFFFFF; /*003263*/
}

.a_linkicon:visited {
	color: #FFFFFF;
}

.a_linkicon:visited:hover {
	color: #FFFFFF;
}

.a_linkicon:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.a_linkicon:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#maillayersssnew {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	border-style: solid;
	border: thick;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}
/*****************By Sujith Ends*************************/
table.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
	height: 100%;
}

table.head th {
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
}

table.head td {
	/*padding: 2px 4px 2px 4px;*/
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
}

/*************************Links****************************/
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited, a:visited:hover {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.a_linlkist:link {
	text-decoration: none;
	color: blue; /*003263*/
}

.a_linlkist:visited {
	color: blue;
}

.a_linlkist:visited:hover {
	text-decoration: underline;
	color: blue;
}

.a_linlkist:hover {
	text-decoration: underline;
}

.a_linlkist:active {
	text-decoration: underline;
	color: blue;
}

.a_linlkist2:link {
	text-decoration: none;
	color: #5f708c; /*003263*/
}

.a_linlkist2:visited {
	color: #5f708c;
}

.a_linlkist2:visited:hover {
	text-decoration: underline;
	color: #9b7f1d;
}

.a_linlkist2:hover {
	text-decoration: underline;
	color: #9b7f1d;
}

.a_linlkist2:active {
	text-decoration: underline;
	color: #5f708c;
}

.a_linlkist3:link {
	text-decoration: none;
	color: blue; /*003263*/
}

.a_linlkist3:visited {
	color: blue;
}

.a_linlkist3:visited:hover {
	text-decoration: underline;
	color: blue;
}

.a_linlkist3:hover {
	text-decoration: underline;
	color: blue;
}

.a_linlkist3:active {
	text-decoration: underline;
	color: blue;
}

.a_linlkist4:link {
	text-decoration: none;
	color: #9b7f1d; /*003263*/
	font-size: 9px;
}

.a_linlkist4:visited {
	color: #9b7f1d;
	font-size: 9px;
}

.a_linlkist4:visited:hover {
	text-decoration: underline;
	color: #9b7f1d;
	font-size: 9px;
}

.a_linlkist44:hover {
	text-decoration: underline;
	color: #9b7f1d;
	font-size: 9px;
}

.a_linlkist4:active {
	text-decoration: underline;
	color: #9b7f1d;
	font-size: 9px;
}

/*************************Link List****************************/
#linkList {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clip: rect();
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #6ba2f5;
	background-color: #ffffff;
}

#linkList ul {
	border-top: 0px dashed #ccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	background-color: #f1f1f1;
	list-style-type: none;
}

#linkList li {
	list-style-type: none;
	background-color: #F1F8FE;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	color: #000000;
}
/*************************Tables****************************/

/********************For Top Table Menu**********************/
table.topmenustyle {
	margin: 5px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
}

table.topmenustyle td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #667799;
	text-transform: capitalize;
}

table.topmenustyle th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 21;
	color: #400000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2%;
	background: url(../images/bottombg2.jpg);
}

/**********************For Table Listing****************************/
table.listingstyle1 {
	margin: 0px 1px 1px 15px;
	width: 97.5%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.listingstyle1 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstyle1 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.listingstyle1 tr:hover {
	background-color: #FBFAE4;
}

table.listingstyle1front {
	margin: 0px 0px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.listingstyle1front td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565e6a;
}

table.listingstyle1front th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.listingstyle1front tr:hover {
	background-color: #FBFAE4;
}

table.listingstyle2 {
	margin: 0px 1px 1px 15px;
	width: 97.5%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.listingstyle2 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b7f1d;
}

table.listingstyle2 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

/*********************************************************************/
table.tablestyle1 {
	margin: 2px 0px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.tablestyle1 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	border: 1px dotted #f0f0f0;
}

table.tablestyle1 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 24;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/thbg.gif);
}

/********************************************************************/
table.tablestyle2 {
	margin: 0px 1px 1px 1px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.tablestyle2 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px dotted #f0f0f0;
}

table.tablestyle2 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

/********************************************************************/
/********************************************************************/
table.footer {
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	border: 1px double #CCCCCC;
}

table.footer td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-transform: capitalize;
}

table.footer th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 21;
	color: #400000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2%;
	background: #FFCCCC;
	background: url(../images/bottombg1.jpg);
}

/************************* Default Tables****************************/
table {
	border: 0px solid #6ba2f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

th {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

td {
	text-align: left;
	vertical-align: top;
}

/******************Side Menu Table1************************/
table.sidemenutop {
	margin: 0px 0px 0px 8px;
	width: 93%;
	border: 1px solid #cfe0f7;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
}

table.sidemenutop th {
	padding: 5px 5px 5px 5px;
	background-color: #cfe0f7;
	color: #1463A3;
}

table.sidemenutop td {
	padding: 3px 3px 3px 5px;
	border: 0px solid #6ba2f5;
	color: #000000;
	background-color: #FFFFFF;
}
/******************Side Menu Table2************************/
table.sidemenubottom {
	margin: 0px 0px 0px 8px;
	width: 93%;
	border: 1px solid #cfe0f7;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
}

table.sidemenubottom th {
	padding: 5px 5px 5px 5px;
	background-color: #cfe0f7;
	color: #f1f1f1;
}

table.sidemenubottom td {
	padding: 3px 5px 3px 5px;
	border: 0px solid #6ba2f5;
	color: #6ba2f5;
}

table.simple5 thead tr {
	background-color: #eee;
}

table.simple5 tr.even {
	background-color: #eeeeee;
}

table.simple5 tr.odd {
	background-color: #e2e2e2;
}
/*************************CSS elements****************************/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #6ba2f5;
}

h3, h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #000000;
}

h5 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

h6 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 21;
	background-color: #6ba2f5;
	border: 1px solid #cfe0f7;
	cursor: pointer;
}

.buttonstyle1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	background: #00477B;
	padding: 3px 5px 3px 5px;
}

.buttonstyle2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	background: #00477B;
	padding: 3px 5px 3px 5px;
}

.buttonstyle3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	background: #00477B;
	padding: 3px 5px 3px 5px;
}

.buttonstyle4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	background: #00477B;
	padding: 3px 5px 3px 5px;
}
/*************************Form Elements****************************/
.text {
	border: 1px solid #C9E4FC;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	height: 21;
	background-color: none;
}

.text1 {
	margin: 0 0 3 0;
	border: 1px solid #c7cfd8;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	height: 21;
	background-color: none;
}

.textdate {
	margin: 0 0 3 0;
	border: 1px solid #c7cfd8;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	width: 75;
	height: 21;
	background-color: none;
}

.inputtypesselect11 {
	font: normal 11px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #334558;
	border: 1px solid #b2b2b2;
	width: 120px;
	height: 20px;
	background-color: #ffffff;
	cursor: pointer;
}

.inputtypesselecttime {
	font: normal 11px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #334558;
	border: 1px solid #b2b2b2;
	width: 38px;
	height: 20px;
	background-color: #ffffff;
	cursor: pointer;
}

.inputtypesselect12 {
	font: normal 11px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #334558;
	border: 1px solid #b2b2b2;
	width: 220px;
	height: 20px;
	background-color: #ffffff;
	cursor: pointer;
}
.inputtypesselect13 {
	font: normal 11px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #334558;
	border: 1px solid #3fc67b;
	width: 220px;
	height: 20px;
	background-color: #3fc67b;
	cursor: pointer;
}
.textfield {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-image: none;
	border-radius: 1px 1px 1px 1px;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 22px;
	margin: 1px;
	padding: 0 0 0 6px;
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #D8D8D8;
	width: 90%;
}

.textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-image: none;
	border-radius: 1px 1px 1px 1px;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 6px;
	height: 70px;
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #D8D8D8;
	float: left;
	width: 90%;
}

.select {
	border: 1px solid #C9E4FC;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000033;
	height: 21;
	background-color: none;
}

.selectgroup {
	border: 1px solid #F9CC32;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	height: 21;
	background-color: #01458E;
}

.listbox {
	border: 1px thin #C9E4FC;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000033;
	height: 21;
	background-color: none;
	width: 280px;
}

.radio {
	border: 0px solid #7F9DB9;
	font-family: Verdana;
	font-size: 11px;
	background-color: none;
	width: 2em;
	height: 2em;
}

.checkbox {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #000033;
	background-color: none;
	cursor: pointer;
	width: 2em;
	height: 2em;
}

.FormField {
	border: 1px solid #C9E4FC;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 21;
	color: #000033;
}

hr {
	/*border:solid #FD8107;*/
	border: solid #7BBDF9;
	border-width: 1px 0 0;
	height: 0;
}

#layerstyle {
	position: absolute;
	width: 90%;
	height: 89%;
	z-index: 1;
}

/******************For Ajax Shade Tabs********************************/
.shadetabs {
	padding: 0px 0px 1px 3px;
	margin: 10px 1px 0px 8px;
	width: 96%;
	vertical-align: middle;
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	text-decoration: none;
}

.shadetabs li {
	display: inline;
	margin: 10px 1px 1px 0px;
	padding: 10px 1px 1px 0px;
	text-decoration: none;
}

.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited {
	color: #2d2b2b;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected {
	position: relative;
	top: 1px;
}

.shadetabs li.rightside {
	position: relative;
	margin: 0px 1px 1px 500px;
}

.shadetabs li.selected a {
	background-image: url(../images/banner2-10px.jpg);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover {
	text-decoration: none;
}

.contentstyle {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	height: 140px;
	overflow: auto;
	scrollbar-shadow-color: #6CB6FF;
	scrollbar-3dlight-color: #6CB6FF;
	scrollbar-arrow-color: #FF7171;
}

.contentstyle1 {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	height: 350px;
	overflow: auto;
}

.contentstyle2 {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 135%;
	position: relative;
	height: 370px;
	overflow: auto;
	scrollbar-shadow-color: #6CB6FF;
	scrollbar-3dlight-color: #6CB6FF;
	scrollbar-arrow-color: #FF7171;
}

.contentstyletask {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	height: 150px;
	overflow: auto;
	scrollbar-shadow-color: #6CB6FF;
	scrollbar-3dlight-color: #6CB6FF;
	scrollbar-arrow-color: #FF7171;
}
/*******************************************************************/
/******************For Various Text Style**************************/
.para {
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.textstyle1 {
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: 400;
}

.textstyle2 {
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.textstyle3 {
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
}

.textstyle4 {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.textstyle5 {
	font: bold normal 14px/normal Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #990000;
	font-weight: 600;
}

.textStyle6 {
	font: normal 18px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.textStyle7 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

.superscript {
	font-size: xx-small;
	vertical-align: top;
}

.subscript {
	font-size: xx-small;
	vertical-align: bottom;
}

#loginlayer {
	position: absolute;
	width: 288px;
	height: 115px;
	z-index: 1;
	left: 365px;
	top: 209px;
}
/*******************************For Textbox*********************************/
.inputtypes {
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
	width: 80;
}

.inputorder {
	font: normal 12px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #C1C1D6;
	width: 30;
	height: 16;
}
/******************************For Version Number*************************/
.version {
	color: #ffffff
}

/********************TABLE for top banner SMALL************/
table.topbannerstyletable {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #BBBABA;
	border-left: 2px solid #BBBABA;
	border-right: 2px solid #BBBABA;
	border-bottom: 1px solid #BBBABA;
}

table.topbannerstyletable td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #986650;
	border: 1px dotted #f0f0f0;
}

table.topbannerstyletable th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 12;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

.tabsmenuclass ul {
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenuclass li {
	float: left;
}

.tabsmenuclass a {
	display: block;
	padding: 5px 7px;
	color: black;
	margin-right: 1px;
	text-decoration: none;
	font: bold 11px Arial;
}

/* ######### CSS for sub menu container below ######### */
.tabsmenucontentclass {
	clear: left;
	background: #FFFF;
	width: 90%;
	height: 24px;
	padding: 5px;
}

.tabsmenucontentclass ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenucontentclass li {
	float: left;
	margin-right: 1em;
}

tabsmenucontentclass1 {
	clear: left;
	background: #FFFF;
	width: 90%;
	height: 24px;
	padding: 5px;
}

.tabsmenucontentclass1 tr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenucontentclass1 td {
	float: left;
	margin-right: 1em;
}

table.listingstylemenu {
	margin: 0px 1px 1px 15px;
	width: 85%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
}

table.listingstylemenu td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 0px dotted #f0f0f0;
}

table.listingstylemenu th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
}

/**********************For Table Listing****************************/
table.listing {
	margin: 0px 1px 1px 15px;
	width: 97.5%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.listing td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px dotted #f0f0f0;
}

table.listing th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

/**********************Binoy************************************/
/***************TAB Menu****************************************/
.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(/pts/images/menub_bg.gif) repeat-x;
	/*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li {
	float: left;
}

.glossymenu li a {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 16px;
	/*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url(/pts/images/menub_hover_left.gif) no-repeat;
	/*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url(/pts/images/menub_hover_right.gif) no-repeat right top;
	/*right tab image path*/
}

/**********************Appu.S*********29-06-2010***************************/
#procontainer_brown {
	position: relative;
	height: 56px;
	color: #E0E0E0;
	background: #143D55;
	width: 100%;
}

#pronav_brown {
	position: relative;
	height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff url(/intranet/images/pro_bg.gif) repeat-x bottom left;
	padding: 0 0 0 20px;
	border-bottom: 8px solid #333333;
}

#pronav_brown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#pronav_brown ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#pronav_brown ul li a {
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 25px;
}

#pronav_brown ul li a span {
	padding: 9px 20px 0 0;
	height: 21px;
	float: left;
	font-weight: normal;
}

#pronav_brown ul li a:hover {
	color: black;
	background: transparent url(/pts/images/pro_bg-OVER.gif) repeat-x bottom
		left;
}

#pronav_brown ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#pronav_brown ul li a.current, #pronav ul li a.current:hover {
	color: #fff;
	background: #886d53 url(/pts/images/brown_pro_left-ON.gif) no-repeat top
		left;
	line-height: 275%;
}

#pronav_brown ul li a.current span {
	display: block;
	padding: 0px 20px 0 0;
	width: auto;
	background: #886d53 url(/pts/images/brown_pro_right-ON.gif) no-repeat
		top right;
	height: 25px;
}

table.listingstyle1new {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.listingstyle1new td {
	padding: 3px 3px 3px 3px;
	margin: 0px 1px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstyle1new th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
}

table.listingstyle1new tr:hover {
	background-color: #FBFAE4;
}

table.listingstyle1new1 {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.listingstyle1new1 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 1px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstyle1new1 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/thbg.gif);
}

.roundcont {
	width: 310px;
	background-color: #e5e5e5;
	color: #ffffff;
	background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
	background: -webkit-gradient(linear, center top, center bottom, from(#00abeb),
		to(#ffffff));
}

.roundcont2 {
	width: 942px;
	background-color: #e5e5e5;
	color: #ffffff;
	background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
	background: -webkit-gradient(linear, center top, center bottom, from(#00abeb),
		to(#ffffff));
}

.roundcont p {
	margin: 0 1px;
}

.roundtop {
	background: url(/pts/images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(/pts/images/br.gif) no-repeat top right;
}

img.corner {
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
}

table.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 963;
	height: 100%;
}

table.head th {
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
}

table.head td {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
}

/********************TABLE for bottom banner SMALL************/
table.botbannerstyletable {
	margin: 0px 1px 1px 0px;
	width: 50%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #B7CEEE;
	border-left: 2px solid #B7CEEE;
	border-right: 2px solid #B7CEEE;
	border-bottom: 1px solid #B7CEEE;
}

table.botbannerstyletable td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #986650;
	border: 1px dotted #f0f0f0;
}

table.botbannerstyletable th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 12;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}
/*******************************Listing Style for Task**********************************************************************/
table.listingstylefortask {
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.listingstylefortask td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstylefortask th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFFFFF;
	background: url(../images/liststrip.png);
}

table.listingstylefortask tr:hover {
	background-color: #616D7E;
}

/*******************************Listing Style for Task(My Taskview)**********************************************************************/
table.listingstyleforTaskview {
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

table.listingstyleforTaskview td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstyleforTaskview th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFFFFF;
	background: url(../images/liststrip.png);
}

table.listingstyleforTaskview tr:hover {
	background-color: #FBFAE4;
}

/*******************************Listing Style for Documents**********************************************************************/
table.listingstyleforDocuments {
	margin: 0px 2px 1px 2px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #C1C1D6;
	border-bottom: 2px solid #C1C1D6;
	border-left: 2px solid #C1C1D6;
	border-right: 2px solid #C1C1D6;
}

table.listingstyleforDocuments td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px dotted #f0f0f0;
}

table.listingstyleforDocuments th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFFFFF;
	background: url(../images/liststrip.png);
}

table.listingstyleforDocuments tr:hover {
	background-color: #616D7E;
}

div.rounded-box {
	width: 9em;
	background-color: #E6E6E6;
	margin: 3px;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
	{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	overflow: hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside
	{
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #E6E6E6;
	line-height: 40px;
}

div.top-left-corner {
	top: 0px;
	left: 0px;
}

div.bottom-left-corner {
	bottom: 0px;
	left: 0px;
}

div.top-right-corner {
	top: 0px;
	right: 0px;
}

div.bottom-right-corner {
	bottom: 0px;
	right: 0px;
}

div.top-left-inside {
	left: -8px;
}

div.bottom-left-inside {
	left: -8px;
	top: -17px;
}

div.top-right-inside {
	left: -25px;
}

div.bottom-right-inside {
	left: -25px;
	top: -17px;
}

div.box-contents {
	position: relative;
	padding: 8px;
	color: #000;
}
/*************************************************For Test Case in Documents**************************************************************/
table.tablestyleforTestCase {
	margin: 2px 0px 1px 10px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 11px;
	border: #000000;
	border-style: solid;
}

table.tablestyleforTestCase td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	border: 1px dotted #000000;
}

table.tablestyleforTestCase th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	width: 100px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

#navmenu {
	border-top: 1px solid #e3dfce;
	background-image: url("/pts/images/thimage01.gif");
	background-repeat: repeat;
	padding: 5;
}

table.tablestyleinner {
	margin: 0px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background: url("/pts/images/project-open1.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablestyleinner td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner1 {
	margin: 0px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background: url("/pts/images/discussion1.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablestyleinner1 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner1 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner2 {
	margin: 0px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background: url("/pts/images/User Card1.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablestyleinner2 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner2 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner3 {
	margin: 0px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background: url("/pts/images/srs1.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.tablestyleinner3 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner3 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner4 {
	margin: 0px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

table.tablestyleinner4 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner4 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner5 {
	margin: 0px 1px 1px 1px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-top: 1px solid #e3e3e4;
}

table.tablestyleinner5 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner5 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyleinner6 {
	margin: 0px 1px 1px 10px;
	width: 75%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

table.tablestyleinner6 td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinner6 th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.tablestyledetailsviewlayer {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e3e3e4;
}

table.tablestyledetailsviewlayer td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f708c;
}

table.tablestyledetailsviewlayer th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

table.tablestyledetailsviewqlty {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-left: 1px solid #e3e3e4;
	border-right: 1px solid #e3e3e4;
	border-bottom: 1px solid #e3e3e4;
}

table.tablestyledetailsviewqlty td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyledetailsviewqlty th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

.t {
	background: url(/pts/images/dot.gif) 0 0 repeat-x;
	width: 29em
}

.b {
	background: url(/pts/images/dot.gif) 0 100% repeat-x
}

.l {
	background: url(/pts/images/dot.gif) 0 0 repeat-y
}

.r {
	background: url(/pts/images/dot.gif) 100% 0 repeat-y
}

.bl {
	background: url(/pts/images/bl.gif) 0 100% no-repeat
}

.br {
	background: url(/pts/images/br.gif) 100% 100% no-repeat
}

.tl {
	background: url(/pts/images/tl.gif) 0 0 no-repeat
}

.tr {
	background: url(/pts/images/tr.gif) 100% 0 no-repeat;
	padding: 10px
}

table.box {
	margin: 0px 0px 0px 10px;
	width: 95%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

table.box td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
}

table.box th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
}

.borderlayout {
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	border: 1px solid #bfdde2;
	width: 240;
	height: 570;
}

#datahead {
	font-size: 12px;
	font-family: sans-serif;
	color: #1f5057;
}

.dataheadmain {
	font-size: 12px;
	font-family: sans-serif;
	color: #1f5057;
	border-bottom: 1px solid #e5e5e5;
}

#dataheadmain1 {
	font-size: 10px;
	font-family: sans-serif;
	color: #1f5057;
	border-bottom: 1px solid #e5e5e5;
}

#dataheadmainLarge {
	font-size: 16px;
	font-family: sans-serif;
	color: #1f5057;
	border-bottom: 1px solid #e5e5e5;
}

#dataheadinbox {
	font-size: 10px;
	font-family: sans-serif;
	color: #74a3c4;
	color: #1f5057;
	background-color: #e7e8e9;
}

#datapaddedleft {
	padding-left: 14px;
	font-size: 10px;
	font-family: sans-serif;
	color: #5f708c;
}

#datahead1 {
	font-size: 11px;
	font-family: sans-serif;
	color: #9b7f1d;
}

#datahead2 {
	font-size: 11px;
	font-family: sans-serif;
	color: #1e5992;
	/* font-weight: bold; */
}

#dataHeadsMedium {
	font-size: 15px;
	font-family: sans-serif;
	color: #1f5057;
}

#dataHeadsmall1 {
	font-size: 9px;
	font-family: sans-serif;
	color: #1f5057;
}

#dataHeadsmall2 {
	padding: 0 2 2 2;
	font-size: 10px;
	font-family: sans-serif;
	color: #9b7f1d;
}

.shaded {
	padding: 10 0 0 0;
	border: 1px solid #e5e5e5;
	background-image: url("/pts/images/grad.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.ddoverlap {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.ddoverlap ul {
	padding: 0;
	margin: 0;
	font: default;
	list-style-type: none;
	margin-left: 20px;
}

.ddoverlap li {
	display: inline;
	margin: 0;
}

.ddoverlap li a {
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px;
	/*extra right padding to account for curved right edge of tab image*/
	color: #5f708c;
	background: transparent url(/pts/icons//righttabdefault.gif) 100% 1px
		no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #e5e5e5;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
}

.ddoverlap li a:visited {
	color: #5f708c;
}

.ddoverlap li a:hover {
	text-decoration: underline;
}

.ddoverlap li.selected a { /*selected tab style*/
	color: black;
	z-index: 0; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(/pts/icons/righttabselected.gif) 100% 0
		no-repeat;
}

.ddoverlap li.selected a:hover {
	text-decoration: none;
}

table.tablestyleinnerinside {
	margin: 0px 1px 1px 1px;
	width: 97%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

table.tablestyleinnerinside td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
}

table.tablestyleinnerinside th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

.borderlayout1 {
	margin: 0 0 10 0;
	border-left: 1px solid #dfdfdf;
	width: 185;
}

.borderlayout2 {
	padding: 0 0 0 0;
	border-left: 0px solid #dfdfdf;
	border-right: 0px solid #dfdfdf;
	border-top: 0px solid #dfdfdf;
	border-bottom: 0px solid #dfdfdf;
}

.borderlayoutfront {
	margin: 0 5 5 5;
	padding: 8 0 8 0;
	border-left: 1px solid #b3c2cc;
	border-right: 1px solid #b3c2cc;
	border-bottom: 1px solid #b3c2cc;
	background: #f0f0f0;
	background-image: url("/pts/images/leftheadbnrbottom.png");
}

.borderbottomlayoutTOP {
	width: 780;
	margin: 15 5 0 5;
}

.borderbottomlayoutTOP1 {
	margin: 15 5 0 5;
	border-bottom: 1px solid #dfdfdf;
}

.borderbottomlayoutinner {
	margin: 0 5 0 0;
	padding: 0 0 3 0;
	border-bottom: 1px solid #dfdfdf;
}

#icon {
	width: 35px;
	padding: 5 1 5 1;
	/*	background-image: url("/pts/images/imgbkg.png");*/
	background-position: top center;
	background-repeat: no-repeat;
}

#iconlarge {
	padding: 5 5 5 5;
	background-image: url("/pts/images/imgbkg1.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#pjtHead {
	background-image: url("/pts/images/projbjg.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#indexbkg {
	background-image: url('/pts/images/support111.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#bkgImgIndex {
	background-image: url("/pts/images/leftheadbnr1.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

table.tablestyledetailsviewmain {
	margin: 0px 1px 1px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e3e3e4;
}

table.tablestyledetailsviewmain td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border-bottom: 1px dotted #ccd4de;
}

table.tablestyledetailsviewmain th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

table.tablestyledetailsviewtask {
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

table.tablestyledetailsviewtask td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border-bottom: 1px dotted #ccd4de;
}

table.tablestyledetailsviewtask th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

table.tablestyleplain {
	border-left: 1px solid #ccd4de;
	border-right: 1px solid #ccd4de;
}

table.tablestyleplain td {
	
}

#dataheadtask {
	font-size: 11px;
	font-family: sans-serif;
	color: #9b7f1d;
	padding: 3 3 6 3;
	border-bottom: 1px solid #ccd4de;
}

.shadetabsmainmenu {
	margin: 0 0 0 0;
	border-bottom: 1px solid #a5abb3;
	width: 100%;
}

.shadetabsmainmenu ul {
	padding: 3.3px 0;
	margin-left: 10;
	margin-top: 20px;
	margin-bottom: 0;
	font: normal 13px sans-serif;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	color: #1f5057;
}

.shadetabsmainmenu li {
	display: inline;
	margin: 0;
}

.shadetabsmainmenu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #a5abb3;
	color: #1f5057;
	background: white url(media/shade.gif) top left repeat-x;
}

.shadetabsmainmenu li a:visited {
	color: #1f5057;
}

.shadetabsmainmenu li a:hover {
	text-decoration: underline;
	color: #1f5057;
}

.shadetabsmainmenu li.selected {
	position: relative;
	top: 1px;
}

.shadetabsmainmenu li.selected a { /*selected main tab style */
	background-image: url(media/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabsmainmenu li.selected1 a { /*selected main tab style */
	background-image: url(media/shadeactive.gif);
	background-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
}

.shadetabsmainmenu li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

.shadetabsmainmenu1 {
	margin: 0 0 0 5;
	border-bottom: 1px solid #b3c2cc;
	width: 98%;
}

.shadetabsmainmenu1 ul {
	padding: 5px 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font: normal 12px sans-serif;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
	color: #1f5057;
}

.shadetabsmainmenu1 li {
	display: inline;
	margin: 0;
}

.shadetabsmainmenu1 li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #a5abb3;
	color: #1f5057;
	background: white url(media/shade.gif) top left repeat-x;
}

.shadetabsmainmenu1 li a:visited {
	color: #1f5057;
}

.shadetabsmainmenu1 li a:hover {
	text-decoration: underline;
	color: #1f5057;
}

.shadetabsmainmenu1 li.selected {
	position: relative;
	top: 3px;
}

.shadetabsmainmenu1 li.selected a { /*selected main tab style */
	background: #f0f0f0;
	border-bottom-color: #f0f0f0;
}

.shadetabsmainmenu1 li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

table.bordered {
	margin: 0 0 0 0;
	border-left: 1px solid #a5abb3;
	border-right: 1px solid #a5abb3;
	border-bottom: 1px solid #a5abb3;
}

.balloonstyle {
	position: absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-image: url("/pts/images/mouseover.png");
	background-repeat: no-repeat;
	width: 200px;
	font: normal 10px sans-serif;
	color: #969697;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135,
		Strength=5);
}

#arrowhead {
	z-index: 99;
	position: absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

#Attachlayer {
	position: fixed;
	left: 0%;
	top: 0%; bottom0 %;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

table.tablestyleforTestplan {
	margin: 2px 0px 1px 10px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 11px;
}

table.tablestyleforTestplan td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	border: 1px dotted #000000;
}

table.tablestyleforTestplan th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	width: 100px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

#frontMENU {
	padding: 10 0 10 3;
	background-image: url("/pts/images/bordered3.png");
	background-repeat: no-repeat;
}

#frontMENU1 {
	padding: 10 15 20 0;
	background-image: url("/pts/images/bordered4.png");
	background-repeat: no-repeat;
}

table.frontMenu {
	margin: 0 0 0 5;
	width: 175px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.frontMenu td {
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f5057;
}

table.frontMenu th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.setuptMenu {
	margin: 10 20 10 0;
	width: 75%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

table.setuptMenu td {
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f5057;
}

table.setuptMenu th {
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}

table.setups {
	margin: 10 10 10 0;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url("/pts/images/adminsetups.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

table.setups td {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 23px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f5057;
}

table.setups th {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(../images/liststrip.png);
}
/********************************For Task*************************************************/
table.tablestyledetailsviewlayerfortask {
	margin: 0px 1px 1px 0px;
	width: 80%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e3e3e4;
}

table.tablestyledetailsviewlayerfortask td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f708c;
}

table.tablestyledetailsviewlayerfortask th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

/*************************************************************************************************************************/
table.tablestyledetailsviewfordocumentview {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

table.tablestyledetailsviewfordocumentview td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border: 0px solid #ffffff;
}

/********************************************************************************************/
.ddoverlap1 {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 100%;
}

.ddoverlap1 ul {
	padding: 0;
	margin: 0;
	font: default;
	list-style-type: none;
}

.ddoverlap1 li {
	display: inline;
	margin: 0;
}

.ddoverlap1 li a {
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px;
	/*extra right padding to account for curved right edge of tab image*/
	color: #5f708c;
	background: transparent url(/pts/icons//righttabdefault.gif) 100% 1px
		no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #e5e5e5;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
}

.ddoverlap1 li a:visited {
	color: #5f708c;
}

.ddoverlap1 li a:hover {
	text-decoration: underline;
}

.ddoverlap1 li.selected a { /*selected tab style*/
	color: black;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(/pts/icons/righttabselected.gif) 100% 0
		no-repeat;
}

.ddoverlap1 li.selected a:hover {
	text-decoration: none;
}

/*********************************************FOR DIV ************************************************************************************/
.popuplayer {
	position: absolute;
	left: 202px;
	top: 15%;
	width: 70%;
	height: 80%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: silver;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
}

.popuplayercheck {
	position: absolute;
	left: auto;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: silver;
	vertical-align: middle;
	z-index: 50;
	overflow: auto;
}

.popuplayerinner {
	position: absolute;
	width: 30%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: green;
	visibility: hidden;
}

.popuplayerinnerofficesetup {
	position: absolute;
	width: 30%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: green;
	visibility: hidden;
}

.popuplayerforresourceanderrot {
	position: absolute;
	left: 250px;
	top: 28%;
	width: 80%;
	height: 80%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: silver;
	vertical-align: middle;
	z-index: 100;
	overflow: scroll;
	visibility: hidden;
}

#purchaseorderlayer {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#positiondiv {
	border: 5px solid #8dcbdd;
	width: auto;
	z-index: 150;
	background-color: #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

#curvediv {
	border: 2px solid #8dcbdd;
	width: 10px;
	z-index: 150;
	background-color: green;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#Attachproposal {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#clientfeedbacklayer {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#resourceallocate {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 350px;
	height: 500px;
	overflow: auto;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-color: white;
}

#selectParticipants {
	position: absolute;
	margin-left: 15%;
	margin-top: 15%;
	width: 300px;
	height: 500px;
	overflow: auto;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-color: white;
}

#maillayer {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 4%;
	width: 100%;
	height: 100%;
	border-style: solid;
	border: thick;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

.textareabackground {
	background-image: url('/pts/images/a.gif');
}

.textareawidth {
	width: 100px;
}

#mailopenlayer1 {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	border-style: solid;
	border: thick;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#datapaddedleft1 {
	font-size: 12px;
	font-family: sans-serif;
	color: #5f708c;
}

#dataheadforscheduling {
	font-size: 13px;
	font-family: sans-serif;
	color: #9b7f1d;
}

#dropin1 {
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

.password {
	font-size: 12px;
	border: 1px solid black;
	width: 200px;
	font-family: arial, sans-serif;
}

.pstrength-minchar {
	font-size: 10px;
}

/*************************************************************************************************************************************/
#sbox-window {
	background-color: #6b6b6b;
	padding: 2px
}

#sbox-overlay {
	background-color: #000000;
}

table.tablestyledetailsviewfordocumentviewTask {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	background-image: url("/pts/images/tan_wrinkled_paper.jpg");
}

table.tablestyledetailsviewfordocumentviewTask td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border: 0px solid #ffffff;
}

.textfortask {
	margin: 0 0 3 0;
	border: 1px solid #c7cfd8;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	width: 38px;
	height: 21;
	background-color: none;
}

#outerdiv {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: show;
}

#innerdiv {
	position: absolute;
	top: -30px;
	left: -77px;
}

table.tablestyledetailsviewfordocumentcommercial {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	width: 110%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e3e3e4;
}

table.tablestyledetailsviewfordocumentcommercial td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border: 1px solid #e3e3e4;
}

table.tablestyledetailsviewfordocumentcommercial th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}

.tooltip {
	display: none;
	background: transparent url(/pts/icons/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}

#pointsofcontact {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#roles {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#pmpresourcelayer {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
	background-image: url('/pts/images/transparent.png');
}

#deliverablelayer {
	position: fixed;
	left: 0%;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 109;
	visibility: hidden;
}

.datetextbox {
	width: 80px;
}

#linkedlist {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clip: rect();
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #6ba2f5;
	background-color: #ffffff;
	color: 0000FF;
}

/***************************tabbed link********************************************/
.ddoverlap2 {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 100%;
}

.ddoverlap2 ul {
	padding: 0;
	margin: 0;
	font: default;
	list-style-type: none;
}

.ddoverlap2 li {
	display: inline;
	margin: 0;
}

.ddoverlap2 li a {
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px;
	/*extra right padding to account for curved right edge of tab image*/
	color: #5f708c;
	background: transparent url(/pts/icons//righttabdefault.gif) 100% 1px
		no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #e5e5e5;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 30px;
}

.ddoverlap2 li a:visited {
	color: #5f708c;
}

.ddoverlap2 li a:hover {
	text-decoration: underline;
}

.ddoverlap2 li.selected a { /*selected tab style*/
	color: black;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(/pts/icons/righttabselected.gif) 100% 0
		no-repeat;
}

.ddoverlap2 li.selected a:hover {
	text-decoration: none;
}

/***********************Tool Tip by Sujith*******************************************/
div.htmltooltip {
	margin: 15px 1px 15px 1px;
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #272727;
	border: 5px solid silver;
	color: white;
	padding: 10px 2px 10px 2px;
	width: 250px; /*width of tooltip*/
}

table.htmltooltiptable {
	margin: 1px 1px 1px 1px;
	width: 98%;
	vertical-align: middle;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12px;
	text-transform: capitalize;
	border: 0px solid #000000;
}

table.htmltooltiptable td {
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	height: 2px;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: lighter;
	color: white;
	text-transform: capitalize;
	border: 0px solid #000000;
}

/******************************/

/******************************************************************************/
.tbox {
	position: absolute;
	display: none;
	padding: 14px 17px;
	z-index: 900
}

.tinner {
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff no-repeat 50% 50%;
	border: 5px solid #D3D3D3;
}

.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800
}

.tclose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/pts/js/tinybox2/images/close.png) no-repeat
}

.tclose:hover {
	background-position: 0 -30px
}

#error {
	background: #ff6969;
	color: #fff;
	text-shadow: 1px 1px #cf5454;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0
}

#error .tcontent {
	padding: 10px 14px 11px;
	border: 1px solid #ffb8b8;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.tcontent  iframe {
	height: 100%;
	width: 100%
}

.tcontent {
	height: 100%;
	width: 100%
}

#success {
	background: #2ea125;
	color: #fff;
	text-shadow: 1px 1px #1b6116;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10;
	-moz-border-radius: 0;
	border-radius: 0
}

#bluemask {
	background: #000000
}

#frameless {
	padding: 0
}

#frameless .tclose {
	left: 6px
}

/*************************************************************************************************************************************/
table.tablestyletinybox {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e3e3e4;
}

table.tablestyletinybox td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f708c;
	border: 1px solid #e3e3e4;
}

table.tablestyletinybox th {
	margin: 0px 0px 0px 0px;
	height: 17;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	/*background:#FFCCCC;*/
	background: #E6E6E6;
}

table.tablestyletinybox tr:hover {
	background-color: #FBFAE4;
}

table.tablestyletinybox tr.odd:hover {
	background-color: #F8F8F8;
}

table.tablestyletinybox tr.odd {
	background-color: #ffffff;
}

table.tablestyletinyboxr tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

/*************************************************************************************************************************/

/*************** BY SUJITH  Added On 14 AUG 2013******************************************************/
/********************BODY*****************/
body {
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

#bodypart {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	vertical-align: text-top;
	border-top: 3px solid #01458e;
	border-left: 3px solid #01458e;
	border-right: 3px solid #01458e;
	border-bottom: 3px solid #01458e;
}

#bodypart1 {
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	vertical-align: text-top;
}

#bodypart2 {
	height: 470px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: #FFFFFF;
	vertical-align: text-top;
	border-top: 3px solid #01458e;
	border-left: 3px solid #01458e;
	border-right: 3px solid #01458e;
	border-bottom: 3px solid #01458e;
}

#bodypart3 {
	height: 470px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	vertical-align: top;
}

#bodypart4 {
	height: 470px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	vertical-align: text-top;
	border-top: 3px solid #01458e;
	border-left: 3px solid #01458e;
	border-right: 3px solid #01458e;
	border-bottom: 3px solid #01458e;
}
/*********************Head************************/
#dataHeadsmall {
	font-size: 10px;
	font-family: sans-serif;
	color: #1f5057;
	padding-right: 5px;
}

.headerband {
	background-color: #01458e;
}

.band {
	background-color: #013872;
}

.detailsband {
	background-color: #cccccc;
	font-weight: bold;
	vertical-align: middle;
	color: black;
	height: 27px;
}
/*********************Layout************************/
table.layoutStyle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

table.layoutStyle td {
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

table.layoutStyle th {
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
}
/**********************For Menu Tab Style****************************/
ul.tabs {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
}

ul.tabs ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
}

ul.tabs li {
	margin: 1px -2px 0px 0px;
	padding: 0px;
	display: inline;
}

ul.tabs li a {
	background-color: #01458e;
	color: #fff;
	margin: 0px;
	padding: 0px 11px 4px 11px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 3px solid #01458e;
	border-right: 3px solid #01458e;
	border-top: 3px solid #01458e;
}

ul.tabs li a:hover {
	background-color: #2666ab;
	border: 3px solid #1a60ab;
	border-bottom: none;
	color: #ffffff;
}

ul.tabs li a.active {
	background-color: #01458e;
	color: #ffffff;
	padding: 1px 11px 3px 11px; 
	outline: none;
	border: 3px solid #01458e;
	color: #f8c301;
	font-size: 11.5px;
}

ul.tabs li a.act {
	background-color: #01458e;
	color: #ffffff;
	padding: 1px 11px 2px 11px;
	outline: none;
	border: 3px solid #01458e;
	color: #f8c301;
}
ul.tabs li2 {
	margin: 1px -2px 0px 0px;
	padding: 0px;
	display: inline;
}

ul.tabs li2 a {
	background-color: #b20000;
	color: #fff;
	font-weight:bold;
	margin: 0px;
	font-style:italic;
	padding: 0px 11px 4px 11px;
	text-decoration: none;
	font-size: 11px;
	text-shadow:lime;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 3px solid #b20000;
	border-right: 3px solid #b20000;
	border-bottom-left-radius:6px;
	border-top-right-radius:6px;
	border-top: 3px solid #b20000;
}

ul.tabs li2 a:hover {
	background-color: #008000;
	border: 3px solid #008000;
	border-bottom: none;
	color: #ffffff;
	font-style:italic;
	text-shadow:lime;
	font-weight:bold;
}

ul.tabs li2 a.active {
	background-color: #008000;
	color: #ffffff;
	padding: 1px 11px 2px 11px;
	outline: none;
	border: 3px solid #008000;
	border-bottom-left-radius:6px;
	border-top-right-radius:6px;
	color: #ffffff;
	font-weight:bold;
	font-style:italic;
	
	text-shadow:lime;
	font-size: 11.5px;
}

ul.tabs li2 a.act {
	background-color: #008000;
	color: #ffffff;
	padding: 1px 11px 2px 11px;
	outline: none;
	border: 3px solid #008000;
	font-weight:bold;
	font-style:italic;
	text-shadow:lime;
	color: #ffffff;
}

ul.tabs ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.tabs ul li {
	float: none;
}

ul.tabs ul ul {
	top: 1px;
	left: 99%;
}

ul.tabs li:hover>ul {
	visibility: visible;
}
/*********************Text Area******************************/
.textarealarge {
	border: 1px solid #c7cfd8;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	width: 650px;
	height: 80px;
}

.textarealarge1 {
	border: 1px solid #c7cfd8;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	width: 930px;
	height: 80px;
}

.textareasmall {
	border: 1px solid #C7CFD8;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	/*height: 20px;
    width: 300px;*/
}
/*********************Div Style(Project Details of Sidemenu Right)******************************/
.projectDetails {
	margin: 1px;
	padding: 7px;
	border: 2px solid #dfdfdf;
	border-bottom: 0px solid #FFFFFF;
	color: #617078;
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #F8F8F3 0%, #F8F3C6 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #F8F8F3 0%, #F8F3C6 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #F8F8F3 0%, #F8F3C6 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F8F8F3),
		color-stop(100, #F8F3C6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #F8F8F3 0%, #F8F3C6 100%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #F8F8F3 0%, #F8F3C6 100%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}
/*********************Table Styles(for Project Details top-SieMenuRight)******************************/
table.tablestyleinnerinside1 {
	margin-bottom: 0px;
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.tablestyleinnerinside1 td {
	padding: 0px 15px 0px 5px;
	margin: 0px 0px 0px 0px;
	height: 19;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.4px;
	color: #6A6E70;
	vertical-align: middle;

	/*      #6A6E70;   #01458E;
	color: #5f708c;*/
}

table.tablestyleinnerinside1 th {
	padding: 0px 15px 0px 5px;
	height: 13;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #FFCCCC;
	background: url(/pts/images/content-bottom-bg.gif);
}
/*********************Table Styles(Heading)******************************/
table.topmenu {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	text-transform: capitalize;
	margin: 10px 0px 0px 0px;
}

/*********************Table Styles 1******************************/
table.tablestyledetailsviewfordocument {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3;
	text-transform: capitalize;
	/*word-wrap: break-word;
	table-layout: fixed;*/
	margin: 8px 0px 20px 0px;
}

table.tablestyledetailsviewfordocument tr {
	height: 25px;
	/*word-wrap: break-word;*/
}

table.tablestyledetailsviewfordocument td {
	padding: 2px 0px 2px 5px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #a5bedb;
	text-transform: capitalize;
	background-color: #FFFFFF;
	vertical-align: middle;
	/*word-wrap: break-word;*/
}

table.tablestyledetailsviewfordocument tr:hover td {
	background-color: #FFFFF0;;
}

table.tablestyledetailsviewfordocument th {
	padding: 2px 0px 2px 2px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #d8dee8;
	text-transform: capitalize;
	vertical-align: middle;
	/*word-wrap: break-word;*/
}

table.tablestyledetailsviewfordocument tr:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsviewfordocument tr.odd:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsviewfordocument tr.odd {
	background-color: #ffffff;
}

table.tablestyledetailsviewfordocument tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

/*********************Table Styles 2******************************/
table.tablestyledetailsview {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3;
	text-transform: capitalize;
	margin: 8px 0px 20px 0px;
}

table.tablestyledetailsview tr {
	height: 25px;
}

table.tablestyledetailsview td {
	padding: 2px 0px 2px 5px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #a5bedb;
	text-transform: capitalize;
	background-color: #FFFFFF;
	vertical-align: middle;
}

table.tablestyledetailsview tr:hover td {
	background-color: #FFFFF0;;
}

table.tablestyledetailsview th {
	padding: 2px 0px 2px 5px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	border: 1px solid #a5bedb;
	background: #d8dee8;
	text-transform: capitalize;
	vertical-align: middle;
}

table.tablestyledetailsview tr:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsview tr.odd:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsview tr.odd {
	background-color: #ffffff;
}

table.tablestyledetailsview tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

/*********************Table Styles 3 (noborder)******************************/
table.tablenoborder td {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: none;
	border-left: none;
	text-align: justify;
}

table.tablenoborder th {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	height: 34;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 5%;
	background: #bcbcbc;
}

table.tablenoborder tr:hover {
	background-color: #ffffff;
}

table.tablenoborder tr.odd:hover {
	background-color: #F8F8F8;
}

table.tablenoborder tr.odd {
	background-color: #ffffff;
}

table.tablenoborder tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

/*********************Table Styles For Task.******************************/
/*********************Table1.******************************/
table.tablestyledetailsviewtask {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3;
	text-transform: capitalize;
	margin: 8px 0px 20px 0px;
}

table.tablestyledetailsviewtask tr {
	height: 25px;
}

table.tablestyledetailsviewtask td {
	padding: 2px 0px 2px 5px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #a5bedb;
	text-transform: capitalize;
	vertical-align: middle;
}

table.tablestyledetailsviewtask th {
	padding: 2px 0px 2px 5px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	border: 1px solid #a5bedb;
	background: #d8dee8;
	text-transform: capitalize;
	vertical-align: middle;
}

/*********************Table 2******************************/
table.tablestyledetailsviewtask2 {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3;
	text-transform: capitalize;
}

table.tablestyledetailsviewtask2 tr {
	height: 25px;
}

table.tablestyledetailsviewtask2 td {
	padding: 2px 0px 2px 5px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #a5bedb;
	text-transform: capitalize;
	vertical-align: middle;
}

table.tablestyledetailsviewtask2 tr:hover td {
	background-color: #FFFFF0;;
}

table.tablestyledetailsviewtask2 th {
	padding: 2px 0px 2px 5px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	border: 1px solid #a5bedb;
	background: #d8dee8;
	text-transform: capitalize;
	vertical-align: middle;
}

table.tablestyledetailsviewtask2 tr:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsviewtask2 tr.odd:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailsviewtask2 tr.odd {
	background-color: #ffffff;
}

table.tablestyledetailsviewtask2 tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

/*********************Table 2******************************/
table.tablestyledetailscommunication {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3;
	text-transform: capitalize;
	margin: 0px 0px 0px 0px;
}

table.tablestyledetailscommunication tr {
	height: 25px;
}

table.tablestyledetailscommunication td {
	padding: 2px 0px 2px 5px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #a5bedb;
	text-transform: capitalize;
	background-color: #FFFFFF;
	vertical-align: middle;
}

table.tablestyledetailscommunication tr:hover td {
	background-color: #FFFFF0;;
}

table.tablestyledetailscommunication th {
	padding: 2px 0px 2px 5px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	border: 0px solid #a5bedb;
	background: #d8dee8;
	text-transform: capitalize;
	vertical-align: middle;
}

table.tablestyledetailscommunication tr:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailscommunication tr.odd:hover {
	background-color: #FBFAE4;
}

table.tablestyledetailscommunication tr.odd {
	background-color: #ffffff;
}

table.tablestyledetailscommunication tr.tableRowEven, tr.even {
	background-color: #F1F1F1;
}

#shl {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 2px;
	color: #000000;
}

#shl a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #01458e;
	padding: 2px;
	-moz-border-radius: 3px;
}

#shl a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #01458e;
	padding: 2px;
	-moz-border-radius: 3px;
}

#shl a.current {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #01458e;
	background-color: #01458e;
	padding: 2px;
}

/***** For Inbox Side Menu ******/
#inboxstyle {
	background-color: #01458e;
	font-size: 11px;
	height: 15px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	border: 1px solid #01458e;
}

table.inboxlisting1 {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px solid #01458e;
	text-transform: inherit;
	margin: 2px 0px 0px 0px;
}

table.inboxlisting1 td {
	vertical-align: middle;
	padding: 10px 4px 0px 4px;
	height: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 0 0 10px;
	text-align: left;
}

table.inboxlisting1 tr:hover td {
	/*background-color: #fef9e5;*/
	
}

table.inboxlisting1 th {
	padding: 2px 0px 2px 5px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #D8D8D8;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FFFFFF;
}

table.inboxlisting1 tr:hover {
	/*background-color: #FBFAE4;*/
	
}

table.inboxlisting1 tr.odd:hover {
	/*background-color: #fef9e5;*/
	
}

table.inboxlisting1 tr.odd {
	background-color: #ffffff;
}

table.inboxlisting1 tr.tableRowEven, tr.even {
	/*background-color: #F1F1F1;*/
	
}

#dataHeadMenu {
	font-size: 10px;
	font-family: sans-serif;
	color: #1f5057;
	padding-right: 5px;
	padding-top: 0px;
	z-index: 999;
}

.horizontal-only {
	height: auto;
	max-height: 200px;
}

.curve {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
	min-height: 350px;
	margin: 0px 5px 0px 5px;
	padding: 3px 10px 2px 10px;
	background-color: #F8F8F8;
}

}
/***** For Inbox Side Menu Ends******/
table.dataListing {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7492b3; 
	margin: 10px 0px 10px 0px;
}

table.dataListing tr {
	height: 25px;
}

table.dataListing td {
	padding: 2px 3px 2px 3px;
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #7492b3; 
	vertical-align: middle;
}

table.dataListing th {
	padding: 2px 3px 2px 3px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #d8dee8; 
	vertical-align: middle;
}

table.dataListingReport {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

table.dataListingReport tr {
	height: 25px;
}

table.dataListingReport td {
	height: 25;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #ffffff;
	border: 1px solid #cccccc; 
	vertical-align: middle;
}

table.dataListingReport td:last-child {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}

table.dataListingReport td:FIRST-CHILD {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-left: 1px solid #ffffff;
}

table.dataListingReport th {
	padding: 2px 3px 2px 3px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #d8dee8;
	text-transform: none;
	vertical-align: middle;
}
table.dataListingReport1 {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

table.dataListingReport1 tr {
	height: 25px;
}

table.dataListingReport1 td {
	height: 25;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #ffffff;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

table.dataListingReport1 td:last-child {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}

table.dataListingReport1 td:FIRST-CHILD {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-left: 1px solid #ffffff;
}

table.dataListingReport1 th {
	padding: 2px 3px 2px 3px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #C0C0C0;
	text-transform: none;
	vertical-align: middle;
	border: 1px;
	border-color: #5cc48e;
	text-align: center;
}
table.dataListingReport2 {
	width: 100%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}

table.dataListingReport2 tr {
	height: 25px;
}

table.dataListingReport2 td {
	height: 25;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #ffffff;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	background: #d9edf7;
	
	text-align: center;
}

table.dataListingReport2 td:last-child {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}

table.dataListingReport2 td:FIRST-CHILD {
	height: 25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	border-left: 1px solid #ffffff;
}

table.dataListingReport2 th {
	padding: 2px 3px 2px 3px;
	height: 25;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 5%;
	background: #C0C0C0;
	text-transform: none;
	vertical-align: middle;
	border: 1px;
	border-color: #5cc48e;
	text-align: center;
}

.link:link {
	text-decoration: none;
	color: #0000FF;
}

.link:visited {
	color: #0000FF;
}

.link:visited:hover {
	text-decoration: none;
	color: #0000FF;
}

.link:hover {
	text-decoration: none;
	color: #0000FF;
}

.link:active {
	text-decoration: none;
	color: #0000FF;
}

.rlink:link {
	text-decoration: none;
	color: #FF0000;
}

.rlink:visited {
	color: #FF0000;
}

.rlink:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

.rlink:hover {
	text-decoration: none;
	color: #FF0000;
}

.rlink:active {
	text-decoration: none;
	color: #FF0000;
}

.glink:link {
	text-decoration: none;
	color: green;
}

.glink:visited {
	color: green;
}

.glink:visited:hover {
	text-decoration: underline;
	color: green;
}

.glink:hover {
	text-decoration: underline;
	color: green;
}

.glink:active {
	text-decoration: none;
	color: green;
}

table.tablecalendar {
	width: 99%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	margin: 2px;
}

table.tablecalendar td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background: #ffffff;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}

table.tablecalendar th {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	background: #01458e;
	border: 2px solid #01458e;
	text-align: center;
	vertical-align: middle;
}
/* Pagination Link */
#spcls {
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#pg {
	text-align: center;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
}

#pg a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #004748;
	padding: 2px;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#pg a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #004748;
	padding: 3px;
	-moz-border-radius: 3px;
}

/* Pagination Current Page */
#pg a.current {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: 1px solid #004748;
	padding: 2px;
	-moz-border-radius: 3px;
	font-weight: normal;
}

/* Pagination Disabled Page */
#pg span.disabled {
	font-size: 10px;
	text-decoration: none;
	color: #C6C7C7;
	border: 1px solid #C6C7C7;
	padding: 2px;
	-moz-border-radius: 2px;
	font-weight: normal;
}

#pgcolor {
	color: #004748;
	font-weight: normal;
}
.navtabs {
	margin: 0;
	padding: 0 15px;
	margin-bottom: 10px;
}

.navtabs li {
	height: 100%;
	display: block;
}

.navtabs a {
	width: 100%;
	display: block;
	padding: 10px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #2e2e2e;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
}
