/* CSS Document */

/*@media all {*/

* {
	font: 14px Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	margin: 0px;
}
h1 {
  font: 180% bold Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #FFF;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	font: 180% bold Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	color: #969696;
}

.PregnancyCalendar h2 {
	color:#000;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #969696;
}

img {
	border: 0px;
}

.SiteHeader /* Site header */ {
    padding: 0 15px 0 20px;
   height:94px;
	clear: both;
	background-image: url(/fo/images/top-bg-grad_1.png);
	background-repeat: no-repeat;
}
.LogoBaby {
  background-image: url(/fo/images/logo.png);
	background-repeat: no-repeat;
    height: 62px;
    width: 100px;
    float: left;
}


.SiteHeader .SiteLogo /* Site logo in header */ {
	display: block;
	float: left;
    padding:20px 0 0 20px;
}

.SiteHeader .SiteLogo h1 a /* Logo text */ {
	font-size: 20px;
	text-decoration: none;
	color:#FFF;
}

.SiteHeader .SiteDescription /* Site description in header */ {
    margin:25px 0 0 10px;
	float: left;
	font-size: 80%;
	width: 400px;
}

.SiteHeader .SiteDescription h2 /* Text decoration for site description */ {
	font: 100% normal Arial, Helvetica, sans-serif;
	color: #363636;
}

.SiteContent /* Content container */ {
/*	margin-top: 20px; */
	background-image: url(/fo/images/middle-bg-grad.png);
	background-repeat: no-repeat;
	background-position: top;
}

.LeftContent /* Main content container */ {
/*	float: left; */
	width: 80%;
	padding: 0 10px 0 10px;
}

div.CalcAnounce /* Calculators anounces */ {
	width: 30%;
	float: left;
}

div.CalcAnounce a /* Links in calculators anounces */ {
	display: block;
	margin-bottom: 3px;
	color: #FFF;
}

div.SiteAdvertizing /* Context advertising block */ {
	display: block;
	float: left;
	width: 25%;
}

div.PregnancyCalendar /* Pregnancy calendar block */ {
	margin-top: 10px;
	width: 75%;
/*	float: left; */
	padding: 0pt 10px;
}

div.PregnancyCalendar div.PregnancyTrimester /* Trimester ul */ {
	width: 30%;
	float: left;
}


div.SiteFooter /* Site footer */ {
	display: block;
	clear: both;
	margin: 10px 0 0 10px;
/*	border-top: 2px solid #ccc; */
}

/************************
Forms
************************/

.RequiredField /* Required fields marks */ {
	font-weight: bold;
	color: #F5AFC8;
}

p.ok /* Positive alert */ {
	background-color: #B5E19F;
	padding: 10px;
	font-size: 16px;
}

p.ok span#first /* Main text decoration inside positive alert */ {
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

p.ok span#second /* Answer comment */ {
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

div.TextTip /* Text tips decoration */ {
	background-color: #FFF;
	padding: 10px;
}

div.TextTip p {
	margin: 0 0 10px 0;	
	padding: 0;
}

p.error /* Negative alert */ {
	background-color: #FFCCDF;
	padding: 10px;
}

input, textarea, select {
	font-size: 24px;
	width: 70%;
	background-color: #FFCCDF;
	border: 1px solid #FFF;
}

option {
	font-size: 24px;
}

select {
	height: 38px;
	width: 70.5%;
}

input.SubmitButton, input.ResetButton {
	font-size: 14px;
	font-weight: bold;
	width:auto;
	padding: 5px;
}

input[type="checkbox"] {
	width: 14px;
	float: left;
	margin-right: 5px;
}

input.ResetButton {
	font-weight: normal;
}

label {
	display: block;
	width: 70%;
}

.ErrorField label, .ErrorField span {
	color: #F5AFC8;
}

.ErrorField span {
	display: block;
}

fieldset {
	width: 68%;
	padding: 5px;
}

fieldset input  {
	clear: both;
}

fieldset label {
	margin-top: 2.5px;
}

input#CalendarButton /* Calendar text field design */ {
	width:60px;
}

input#CalendarField /* Calendar popup button design */ {
	float:left;
	width:200px;
}

form {
	background-color: #FFF;
	padding: 10px;
	color: #363636;
	border: 2px solid #F5AFC8;
}

/************************
Footer navigation 
************************/

div.SiteNavigation ul  {
	display: inline;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

div.SiteNavigation ul li {
	float: left;
	padding: 20px 10px 10px 0;
	font: 10px Arial, Helvetica, sans-serif;
}

/************************
Header navigation 
************************/

.SiteHeader .SiteLanguageNav /* Language navigator */ {
	text-align: right;
}

.SiteLanguageNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SiteLanguageNav ul li {
	float: right;
	margin-right: 5px;
}

.SiteHeader .LOg_in_out /* Language navigator */ {
	text-align: right;
    padding-top:25px;
}

.Log_in_out ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Log_in_out ul li {
	float: right;
	margin-right: 5px;
}

.LOg_in_out a { 
color: #FFF;
}

.SiteAdv {
	position:absolute;
	right:20px;
	top:130px;
}

