/* Cascading style sheet (CSS) */
/* Site: GlaxoSmithKline Pregnancy Registries */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        background-color: #C0C0C0
}

p, ul, ol, .normal
{
	color: #544F40;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	font-family: Arial;
}

.title
{
	color: #0066CC;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial;
}

.subtitle
{
	color: #0066CC;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
	font-family: Arial;
}

.header
{
	/*color: #0066CC;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial
}

.header-cell
{
	/*background: #FFFF99;
	border-bottom: solid #0066CC 2px*/
 

}

.footer-cell
{
	/*background: #FFFF99;*/
	border-top: solid #444444 2px
}

.subhead
{
	color: #544F40;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial;
}

.subhead1
{
	color: #544F40;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial;
}

p.nav
{
	width: 100%;
	color: #14707c;
	/*background: #0066CC;*/
	/*font-size: 18px;*/
	font-weight: normal;
	/*line-height: 4px;*/
	/*padding: 1px;*/
	/*padding: 4px;*/
	text-align: left;
	border-bottom:1px solid #d5d1ce; 
	/*padding-bottom:8px;*/
	font-family: Arial;
	/*border: solid #FFFF00 5px*/
}

p.nav-down
{
	width: 100%;
	color: #14707c;
	/*background: #3399FF;*/
	font-size: 18px;
	font-weight: normal;
	/*line-height: 4px;*/
	/*padding: 1px;*/
	/*padding: 4px;*/
	text-align: left;
	border-bottom:1px solid #d5d1ce; 
	/*padding-bottom:15px;*/
	font-family: Arial;
	/*background: url("images/link-arrow.png") no-repeat right;*/
	/*padding-right: 7px;*/
	display: block;
	padding-bottom: 8px;
	height: 26px;

	/*border: solid #FFFF00 5px*/
}

.small
{
	font-size: 13px;
	line-height: 17px;
}

.footer
{
	font-size: 11px;
	font-family: Arial;
}

a:link
{
	color: #14707c;
	text-decoration: underline
}

a:visited
{
	color: #14707c;
}

a:active
{
	color: #0000FF
}

a.nav-link
{
	color: #14707c;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding-bottom:8px;
	height:26px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	background: url("images/link-arrow.png") no-repeat right;
	background-size: 8px;
	background-position-y: 6px;
	/*padding-right: 40px;*/
	display: block;
}

a.nav-link:visited
{
	color: #14707c;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding-bottom:8px;
	font-family: Arial;
	/*background: url("images/link-arrow.png") no-repeat right;*/
	padding-right: 4px;
	display: block;
}

a.nav-link:hover
{
	color: #F36633;
	 background: url("images/link-arrow-hover.png") no-repeat right;
	 background-size: 8px;
	 background-position-y: 6px;
	  

}



.indent
{
	margin-left: 30px
}

.line
{
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px
}
/* Added by Ankita(an258790) on 24th Nov 2011 (Start)*/
.table
{			
    border: 1px solid Black;
	width: 536px;
}
.td-top
{	
	border-style: none none solid none;
	 border-bottom-width: 1px; 
	border-bottom-color: #000000;
	font-family: Arial;
	color: #544F40;
}
.td-left
{	
 border-right-style: solid;
 border-right-width: 1px;
  border-right-color: #000000;
  font-family: "Arial";
  color: #544F40
}

.alignment
{
	 padding:23px;
    margin:2px;
}


.iconDetails {
    margin:0 2%;
    float:left;
    height:40px;
    width:40px;
}
.container2 {
    /*width:39%;*/
    height:auto;
    padding:1%;
    font-family: Arial;
}
.text {
    float:right;
    color:#544F40;
    font-size: 17px;
    width:95%;
    margin-right:-2%

}

/*.footericondetails {
    margin:0 2%;
    float:left;
    height:40px;
    width:40px;
}*/
@media all and (min-width: 1025px)
{
.footericondetails {
  background: url("images/logo-gsk-new.png") no-repeat;
  background-size: 100%;
  background-color: transparent;
  background-clip: border-box;
  background-origin: padding-box;
  display: block;
  overflow: hidden;
  text-indent: -999em;
    margin:0 2%;
    float:left;
    height:57px;
    width:12%;
}
}

/*.iconheaderdetails {
  background: url("images/logo-gsk-new.png") no-repeat;
  background-size: 100%;
  background-color: transparent;
  background-clip: border-box;
  background-origin: padding-box;
  display: block;
  overflow: hidden;
  text-indent: -999em;
    height:57px;
    width:12%;
}*/



.footercontainer {
    width:40%;
    height:auto;
    padding:1%;
    font-family: Arial;
}
.footertext {
    /*float:right;*/
    color:#544F40;
    font-size: 6px;
    font-weight: normal;
    padding-right: 14px;
}

/*added by ksg87127-feb2018 for removing horizontal scroll bar*/
html, body {
   max-width: 100%;
   overflow-x: hidden;
}

.image-style 
{

	height: 13px;
    margin-top: 6px; 
   /* margin-right: -3px; */
    float: right


}

tbody
{
	font-family: Arial;
	color: #544F40;

}
