@charset "utf-8";
/* CSS Document */
body  {
	color: #000;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center; */ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p, td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
/* heading styles */
h1, h2, h3, h4, h5, h6 {  font-family: Arial, Helvetica, sans-serif;  color:#18537f;}

h1 {  font-size: 17pt;}
h2 {  font-size: 14pt; }
h3 {  font-size: 12pt; font-style:italic;}

/* for product (clinicaltrialssoftware.htm subtitle */
h1 .subtitle{
	font-size: 13.5pt;
	font-style: italic;
	padding-left: 15px;
}

/* for copyright footer */
.Copyright {
	font-size: 7pt;
	color: #909090;
}

/* For copyright blurb at bottom of Entrypoint Plus page */
.Small  { font-size: 8px; color: #555555;}

.twoColFixLtHdr #container { 
	width: 991px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/nav_background.gif);
	background-repeat: repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */ /* Use this for testing */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #top-nav { 
	background-color:#255C85; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 991px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer, includes the padding and border as well as the width */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #top-nav instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #top-nav h1 {
	margin: 0; /* zeroing the margin of the last element in the #top-nav div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17pt;
}

/* Padding for the first navigation link and all the rest */
.twoColFixLtHdr .nav-home-padding {
padding-left: 60px;
}
.twoColFixLtHdr .nav-padding {
	padding-left: 51px;
}

.twoColFixLtHdr #side-navbar {
	float: left; /* since this element is floated, a width must be given */
	background-color:#99BBD6; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/nav_background.gif);
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer, includes the padding and border as well as the width */
	padding: 0 6px 15px 6px;
}
.twoColFixLtHdr #content { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the side-navbar div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #side-navbar space when the content in #side-navbar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
}
 
.twoColFixLtHdr #content ul { 
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(http://www.entrypointplus.com/images/bullet.png);
	list-style-type: circle;
	font-size: 10pt;
	line-height: 1.3;
}
 
.fltrt { /* floats large images to right in content area. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: -15px; /* this works with image */
	margin-left: 20px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* class for Events heading on index page */
.events {color:#FFFFFF; background-color:#3F7298; font-size: 12px;}

a.spevents:link, a.events:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.spevents:hover, a.events:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;}

/* LINKS */
/* link styles for navigation menus */
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: none;
}

a.menu:link {
	color: #FFFFFF;
}
	
a.menu:visited {
	color: #FFFFFF;
}
	
a.menu:hover, a.menu:active {
	color: #FFCC00;
}

/* link styles for index navigation menu */
a.home:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.home:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.home:hover, a.home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;}
	
/* link styles for index navigation menu */
a.home:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.home:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.home:hover, a.home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;}
	
/* for selected sub-items on top navigation bar */
#selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFCC00; 
	line-height: 14pt;
}

/* for selected sub-items on side navigation bar */
#selected-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFCC00; 
	line-height: 14pt;
}

/* link styles for links in text */
a:link {font-weight:bold; color:#3F7298; text-decoration:none;}
a:visited {font-weight:bold; color:#1A505E; text-decoration:none;}
a:hover {font-weight:bold; color:#FFCC00; text-decoration:none;}
a:active {font-weight:bold; color:#FFCC00; text-decoration:none;}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

