/* Copyright 2004 Area-Wide Technologies, Inc. All Rights Reserved. */
/* - CSS for BabyTALK Website - */

/* debug visualization */
/*	border: 1px dashed #00F; */

/*Only Place where fonts are defined*/
body, p, td, ul, li, h1, h2, h3, h4, h5, h6, a {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

h1 { 
	font-size: 18px;
	color: #00209F;
	margin-top: 3px;
	margin-bottom: 8px;
}
h2 { 
	font-size: 14px;
	color: #00209F;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 { 
	font-size: 13px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 { 
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h5 { 
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h6 { 
	font-size: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
}

img {
	border:0px none #FFFFFF;
}

.staff_photo {
	border:2px solid black;
}

/* updated version of Author/Source based Pull Quotes - JRF */
	
	blockquote {
		margin: 0px;
		padding 0px;
		color: #555;
	}
	
	blockquote p {
		font-size: larger;
		font-style: italic;
		color: #555;
		margin: 18px 27px 0px 27px;
		padding: 0px;
	}
	
	blockquote .source {
		text-align: right;
		font-style: normal;
		margin: 0 27px 18px;
	}

ul, ol {
	margin: 12px 0px 9px 10px;
}

li {
	margin: 3px 0px 0px 10px;
}


a {
	font-size: 12px;
	}
a:link    { color: #6590BA; background: transparent; text-decoration: none; font-size:12px;}
a:visited { color: #496F93; background: transparent; text-decoration: none; font-size:12px;}
a:active  { color: #496F93; background: transparent; text-decoration: none; font-size:12px;}
a:hover   { color: #000000; background: transparent; text-decoration: underline; font-size:12px;}

.topmenu_color {
	background-color: #456CB2;
}

.topmenu_color img {
display:none;
}

/*--------Start Left Menu----------*/
.topmenu {
	font-weight:bold;
	text-align:right;
	color: #6590BA;
	/*Code below used for the checked top version
	Default is 	padding:0px 4px 0px 0px; only  
	border-bottom:1px solid #333333;*/
	padding:0px 4px 6px 0px;
}

.topmenu a:link    { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:visited { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:active  { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:hover   { color: #333333; background: transparent; text-decoration: none; font-weight:bold;}

/* Span Class for Top Menu */
span.topmenu_selected {
	color: #666666;
	font-weight:bold;
}

/*--------End Top Menu----------*/
/*--------Start Left Menu----------*/
.leftmenu {
	text-decoration: none;	
	padding:0px 4px 0px 6px;
	width:126px;
	vertical-align:top;
	overflow:hidden;
}

.leftmenu a:visited {
	color:#848484 !important;
}

/*--------Border for the Leftmenu----------*/
/*Placed in the cell next to the main leftmenu*/
.leftmenu_border {
	border-left:2px solid #C0C0C0;
}

.leftmenu a:link    { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:visited { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:active  { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:hover   { color: #333333; background: transparent; text-decoration: none;}

/* Span Class for Left Menu */
/* Not Used - because Default font
color is used as the selected color */
span.leftmenu_selected {
	text-decoration: none;
	background-color: red;
	color: blue;
}
/*--------End Left Menu----------*/

/* Make Child links look different from Parent Links - Z*/
.childlinks {
	font-size:10px;
	font-weight:bold;
	color:#333333;
	margin: 0px 0px 0px 0px;
	background-color:white;
}

.childlinks a:visited, a:link, a:active {
	color:#23517E;
	font-weight:normal;
}

.childlinks a:hover {
	font-weight:normal;
	color:red;
}

/*--Editable region where the body goes--*/
.body_content {
	padding:2px 0px 0px 0px;
}

.copyright {
	font-size: 9px;
	text-align: center;
	}

/* -- Not yet used, but can be used so that the table is 100%
and when printed, the text will automatically be wrapped -Z*/
.main_table {
	width:100%;
}

#print_logo {
	visibility:hidden;
}

#screen_nodisplay {
	display: none;
}