body 
{
	/*font-family: 'PT Sans Caption', sans-serif;*/
	color:Black;
	font-family: 'Noto Sans', sans-serif;
	background-color:White;
	color:#888888;
}
#top_Container
{
	width:100%;
	margin:0px;	
	background-color:#ffffff;
	/*border-top:solid 3px #f68b1f;*/
	border-bottom:solid 4px #f68b1f;
}
#top_Banner_Container
{
	margin:0px auto 0px;
	background-color:#fff;
	width:1000px;
	height:100px;
	font-family: 'Arvo', serif;
	font-size:35px;
}
#top_Banner_Container #banner_head
{
 float:left;
 width:350px;
 /*border:solid 1px black;*/
 padding-top:25px;
}
#top_Banner_Container #banner_Menu
{
 padding-top:25px;
 padding-left:5px;
 float:left;
 width:640px;
 /*border:solid 1px red;*/
}

#middleDiv
{
 background-color:#21242C;
 width:100%;
 height:420px;
}

.book
{
 background-image:url(images/Book_Icon1.png);
}

.gap
{
	height:15px;
}
.tdApplyFormLeft
{
	width:200px;
	text-align:right;
	padding:2px 5px 2px 5px;
}
.tdApplyFormRight
{
	width:550px;
	text-align:left;
	padding:5px 2px 5px 5px;
}
.tdValidator
{ 
	width:220px;
}
.validator
{
	color:Red;
	padding:2px 0px 2px 2px;
	font-size:12px;
}
.boxtxt
{
	width:480px;
	padding:5px 5px 5px 5px;
}
yle
{
	 background-color:#f9f9f9;
}
.textbox 
{ 
    border: 1px solid #c4c4c4; 
    width: 480px; 
    font-size: 13px; 
    padding: 7px 4px 7px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9;    
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
.textbox:focus 
{ 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
/* dropdown style*/
/* dropdown style*/
.styled-select{
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
 /* End dropdown style*/
#ContentContainer
{
	width:100%;
	min-height:700px;
	max-height:100%;
	background-color:white;
	padding-bottom:20px;
}

#ContentContainer #ContentMiddleDiv
{
	background-color:White;
	margin:0 auto 0;
	width:1000px;
}

#middletop
{
  width:1000px;
  min-height:320px;
  max-height:400px;
  /*border:solid 2px black;*/
}

#middletop #MiddleTopContent
{
	width:690px;
	height:300px;
	float:left;
	margin:10px 10px 0px 0px;
}

#middletop #MiddleTopContent .head
{
	color:#21242C;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:26px;
	padding:0px 5px 0px 5px;
	width:100%;
}

#middletop #MiddleTopContent p
{
	text-align:justify;
	line-height:20px;
	padding:0px 10px 0px 10px;
}

#middletop #MiddleTopLogin
{
	width:287px;
	background-color:#f9f9f9;
	height:295px;
	float:left;
	margin:10px 0px 0px 0px;
}
#middletop #MiddleTopLogin .heading
{
	color:#21242C;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:20px;
	padding:5px 5px 10px 10px;
	border-bottom:solid 1px #777;
}
#middletop #MiddleTopLogin p
{
	text-align:justify;
	line-height:20px;
	padding-left:15px;	
	font-family: 'Noto Sans', sans-serif;
}
#middlecenter
{
  width:1000px;
  min-height:530px;
  max-height:600px;
  /*border:solid 2px green;*/
  margin:5px 0px 0px 0px;

}
#middlecenter #middleLeft
{
	float:left;
	width:250px;
	/*background-color:#eee;*/
}
#middlecenter #indexed
{
	/*border:solid 1px #f68b1f;*/
	width:230px;
	background-color:#f9f9f9;
	float:left;
	margin-right:20px;
}
#middlecenter #indexed .title
{
  font-family: 'Noto Sans', sans-serif;
  font-size:20px;
  font-weight:500;
  color:white;
  background-color: #f68b1f;
  /*border-bottom:solid 1px #21242C;*/
  padding:5px 5px 5px 10px;
}
#middlecenter #indexed p
{
  font-family: 'Noto Sans', sans-serif;
  font-size:16px;
  font-weight:500;
  padding:0px 5px 0px 10px;
}
#middleLeft #searchbox
{
	width:230px;
	background-color:#f9f9f9;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
#middleLeft #searchbox .searchtitle
{
  font-family : 'Noto Sans', sans-serif;
  font-size:20px;
  font-weight:500;
  color:white;
  background-color: #f68b1f;
  /*border-bottom:solid 1px #21242C;*/
  padding:5px 5px 5px 10px;
}
#searchbox .btnsearch
{
	/*background-image:url('../images/searchimg1.png');*/
	width:25px;
	height:30px;
}
#middlecenter #recentDiv
{
	width:710px;
	float:left;
	min-height:550px;
	border:solid 1px #f68b1f;
	padding:5px 10px 10px 5px;
	border-radius:5px;
}
#middlecenter #recentDiv .headtitle
{
	color:#f68b1f;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:28px;
	padding:5px 5px 0px 5px;
}
#recentDiv .subhead
{
	color:#21242C;
	font-size:20px;
	font-weight:500;
	padding:15px 0px 0px 10px;
}
#recentDiv .textdiv
{
  border:solid 1px #eee;
  background-color:#f9f9f9;
  margin:5px 0px 0px 10px;
  text-align:justify;
  padding:2px 5px 2px 5px;
}
#recentDiv .textdiv:hover
{
	background-color:#eee;
}
#recentDiv .textdiv span
{
  color:#f68b1f;
  text-align:right;
  padding:2px 5px 2px 5px;
  width:100%;
}
.ClientSideHeading
{
	color:#21242C;
	font-family: 'Raleway', sans-serif;
	border-bottom:solid 1px #21242C;
	font-weight:500;
	font-size:26px;
	padding:0px 5px 5px 5px;
	width:100%;
}
.chkStyle
{
	text-align:left;
}
.agreemntLblHead
{
	font-size:30px;
	font-family:Arial;
	font-weight:bold;
	color:#f68b1f;
	text-align:center;
}
.agreemntLblHeadDis
{
	font-size:30px;
	font-family:Arial;
	font-weight:bold;
	color:#C4C4C4;
	text-align:center;
}
.agreemntLblHeadCmplt
{
	font-size:30px;
	font-family:Arial;
	font-weight:bold;
	color:#75AD0A;
	text-align:center;
}
.agreemntLblsmall
{
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#f68b1f;
	text-align:center;
}
.agreemntLblsmallDis
{
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#C4C4C4;
	text-align:center;
}
.agreemntLblsmallCmplt
{
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#75AD0A;
	text-align:center;
}
.AgreementData
{
	text-align:justify;
	line-height:25px;
	padding:0px 10px 0px 10px;
}
.AgreementData p
{
  padding:5px 5px 5px 5px;	
  line-height:25px;
}
.agreement ul
{
}
.agreement li
{
	padding:10px 0px 0px 0px;
	line-height:25px;
}

/*Master page middle divs*/
.masterLeft
{
	float:left;
	width:745px;
    height: auto;
    
}
.masterRight
{
	float:right;
	width:250px;
	/*background-color:green;*/
}
.masterMiddleContainer
{
	width:100%;/*
	min-height:700px;
	max-height:1000px; */
	min-height: 700px;
    max-height: 2000px;
    
	background-color:white;
	padding-top:20px;
	padding-bottom:20px;
	
   
   
}
.masterContentMiddleDiv
{
	background-color:White;
	margin:0 auto 0;
	width:1000px;
}
.masterSearchHead
{
	background-color:#f68b1f;
	margin-top:20px;
	color:White;
	padding:5px 5px 5px 10px;
}
.masterIndexingHead
{
	background-color:#f68b1f;
	color:White;
	padding:5px 5px 5px 10px;
}
.MasterSearchBox
{
  background-color:White;
  border:solid 2px #f68b1f;	
  padding:5px 5px 5px 10px;
}
.MasterIndexingBox
{
  background-color:White;
  border:solid 2px #f68b1f;	
  padding:5px 5px 5px 10px;
}


#MasterFooterContainer
{
	border-top:solid 8px #ECECEC;
	width:100%;
	background-color: #F9F9F9;
	padding:0px;
}
#MasterFooterTerms
{
	background-color:#ECECEC;
	width:100%;
	height:30px;
}
#MasterfooterLastContent
{
	width:1000px;
	margin:0px auto 0px;
	text-align:left;
	font-size:14px;	
    padding:5px 0px 5px 0px;
}
#footerContainer
{
  background-color:#eee;
  width:100%;
  text-align:left;
  padding:0px;
  border-bottom:solid 3px #f68b1f;  
}
#footer
{
  margin:0 auto 0;
  width:1000px;   
  min-height:200px;
  max-height:300px; 
}
#footer .footerdiv1
{
 margin:0px;
 float:left;
 width:242px;
 color:#21242C;
 /*border:solid 1px red;*/
}
#footer .footerdiv1 .fhead
{
	color:#f68b1f;
	font-weight:500;
	font-size:20px;
	padding:15px 2px 5px 0px;	
	
}
#footer .footerdiv1 .fhead:hover
{
	color:#21242C;
	font-weight:500;
	font-size:20px;
	padding:15px 2px 5px 0px;
	
}
.fhead ul
{
  
}

#footer #footerdiv2
{
 float:left;
 width:250px;
}

#footerLastContainer
{
  width:100%;
  background-color:#21242C;
}
#footerLastContent
{
	color:White;
	width:1000px;
	margin:0px auto 0px;
	text-align:center;
	font-size:14px;
	padding:5px 0px 5px 0px;
}


.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #ebc686;
	-webkit-box-shadow: 0px 1px 0px 0px #ebc686;
	box-shadow: 0px 1px 0px 0px #ebc686;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcc626), color-stop(1, #f68a1f));
	background:-moz-linear-gradient(top, #fcc626 5%, #f68a1f 100%);
	background:-webkit-linear-gradient(top, #fcc626 5%, #f68a1f 100%);
	background:-o-linear-gradient(top, #fcc626 5%, #f68a1f 100%);
	background:-ms-linear-gradient(top, #fcc626 5%, #f68a1f 100%);
	background:linear-gradient(to bottom, #fcc626 5%, #f68a1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc626', endColorstr='#f68a1f',GradientType=0);
	background-color:#fcc626;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f68a1f;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffe0a3;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f68a1f), color-stop(1, #fcc626));
	background:-moz-linear-gradient(top, #f68a1f 5%, #fcc626 100%);
	background:-webkit-linear-gradient(top, #f68a1f 5%, #fcc626 100%);
	background:-o-linear-gradient(top, #f68a1f 5%, #fcc626 100%);
	background:-ms-linear-gradient(top, #f68a1f 5%, #fcc626 100%);
	background:linear-gradient(to bottom, #f68a1f 5%, #fcc626 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68a1f', endColorstr='#fcc626',GradientType=0);
	background-color:#f68a1f;
}
.myButton:active {
	position:relative;
	top:1px;
}



/*Menu Buttons*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button 
{
  display: none;
}
#cssmenu 
{
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background-color:Transparent;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #f68b1f;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float:right;
}
#cssmenu .align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu .align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu .align-center ul ul 
{
  text-align: left;
}
#cssmenu .align-right > ul > li 
{
  float: right;
}
#cssmenu .align-right ul ul 
{
  text-align: right;
}
#cssmenu > ul > li > a 
{
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a
{
  color: #f68b1f;
  border-top:solid 2px #f68b1f;
}
#cssmenu > ul > li.active > a 
{
  color: #f68b1f;
}
#cssmenu > ul > li.has-sub > a 
{
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after 
{
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f68b1f;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  z-index:9999;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  z-index:9999;
  background-color:#f68b1f;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index:9999;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu .align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    text-align:right;
  }
  #cssmenu .align-center > ul,
  #cssmenu .align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu .align-center > ul > li,
  #cssmenu .align-right > ul > li {
    float: right;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button .submenu-opened:after {
    display: none;
  }
}
/*Ribbon Heading*/
.ribbon 
{
		background-color:#f68a1f;
		position:relative;
		padding:5px 5px 5px 25px;
		margin:0;
		top:0px;
		left:0px;
		color:#fff;
		font-size:21px;
		height:30px;
		width:255px;
}
.ribbon:after 
  {
		display:block;
		position:absolute;
		content:"";
		height:0;
		margin:0;
		width:0;
		left:225px;
		top:0;
		border-top:20px solid #f68a1f;
		border-right:20px solid transparent;
		border-bottom:20px solid #f68a1f;
		border-left:20px solid #f68a1f;
	}
	.ribbon:before {
		display:block;
		position:absolute;
		content:"";
		height:0;
		margin:0;
		width:0;
		top:38px;
		left:0px;
		border-top:10px solid #555;
		border-left:10px solid transparent;
	}
	/*End of ribbon heading*/
	
	/*Submit button Css*/
	

.btnSubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#21242c;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btnSubmit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.btnSubmit:active {
	position:relative;
	top:1px;
}
/*End of submit button css */

.tdHead
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    width: 200px;
}
.tdData
{
    font-family: verdana;
    font-size: 10pt;
}
.lblErrorMsg
{
    font-size:13px;
    color:Red;
    background-color: #FFD700;
}
.DivHeader
   {
        background-color: #EFC94C;
        width: 350px;
        height: 30px;
        box-shadow: 10px 10px 5px #888888;
        text-transform: capitalize;
        color: white;
        border-radius: 5px;
        text-align: center;
        font-size: 20px;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
   }
   .DivHeaderClient
   {
        background-color: #f68b1f;
        width: 350px;
        height: 30px;
        box-shadow: 10px 10px 5px #888888;
        text-transform: capitalize;
        color: white;
        border-radius: 5px;
        text-align: center;
        font-size: 20px;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
   }
   
   /*-----------FAQ---------------*/
   .contentsubheading
{
	font-family:Georgia;
	font-size:10pt;
	color: #f68b1f;
	text-align:left;	
}
.content {
    font-family: Verdana;
    font-size: 10pt;
    padding: 0px 5px 5px 5px;
    text-align: justify;
    vertical-align: top;
    line-height: 18px;
    color: #888888;
    list-style-type: none;
 }
 
/*--------Table -------------------*/
 .tableData
 {    color: #374A59;
    font-family: verdana;
    font-size: 10pt;
    width: 100%;}  
    
    .tableData td:nth-child(even)
  {
      width:550px;
	text-align:left;
	padding:5px 2px 5px 5px;
    margin-left: 40px;
      }  
     .tblindexing
      {
          font-family: verdana;
          font-size:10pt;
          width:100%;
      }
   .tblindexing tr > td[0]
   {
    line-height: 10pt;
    font-size: 0.9em;
    text-align: justify;
    padding-left: 10px;
    width:150px;
    
    }
    
    
/* ______________-------------------Table with image------------- */
#left #issue
{
	line-height:16pt;
	border-bottom:solid 1px #1975ff;
}
#issue img
{
	width:120px;
	height:100px;
	margin-right:5px;
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	 border-radius: 10px;
}
#issue img a
{
	opacity:0.8;
	border:none;
	text-decoration:none;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	
}
#issue img:hover
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#issue .img1
{
	height:15px;
	width:15px;
}
#issue .showhidecss
{
	font-size:0.84em;
	font-weight:normal;
	color:#1975ff;
	text-decoration:none;
	margin-right:20px;
}
#issue .artNameDetails
{
	font-family:Verdana;
	font-size:10pt;
	color:#000;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	line-height:16pt;
	background-color:#fff;
	text-transform:capitalize;
}
#issue .artNameDetails a
{
	color:#000;
	text-decoration:none;
}
#issue .artNameDetails a:hover
{
	color:#1975ff;
	text-decoration:none;
}
#issue .postimg
{
	width:60px;
	height:40px;
}
#issue .tdpub
{
	width:120px;
	height:auto;
	text-align:center;
	padding:7px;
}
#issue h4
{
	/*color:#000;*/	
	background-color:#f0f0f0;
	margin:0px;
	padding:5px;
	
}
#issue h4 a
{
	/*color:#111;*/
	color:#f68b1f;
	text-decoration:none;
} 
#issue h4 a:hover
{
	color:#1975ff;
}
#issue p
{
	margin:0px;
	font-size:0.84em;
	line-height:15pt;
	color:#777;
}
#issue p a
{
	font-weight:normal;
	color:#f68b1f;
	text-decoration:none;
	margin-right:20px;
}
#issue p a:hover
{
	color:blue;
}
#issue p b
{
	color:#444;
}
.highlight
{  background-color: #888888;
    color: white;
    border-radius: 10px;
    box-shadow: 2px 5px 9px #BFAC99;
    text-align: right;
          padding: 2px 13px 5px 11px;
    }