/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white url(../images/loginbg.jpg) repeat-x;
    font: 12px "Trebuchet MS", Arial, sans-serif;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body #login {

}
#login {

}

#login .main-content {
    width: 550px;
    margin: auto
}
#login .main-content .branding{
    padding-bottom: 60px;
    padding-top:180px;
}
#login .main-content .login{

}
#login .main-content .login .form{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none; 
	
}


#login .main-content .login .form input[type="submit"], #login .main-content .login .form input[type="button"] {

}


body #site_backend{
background-color:#FFFFFF;
}
#site_backend{
background-color:#FFFFFF;
}

#site_backend .header{
	background-color:#000000;
	width:100%;
	height:50px;
	margin:0px;
	padding:0px;
	border:none;
	vertical-align: bottom;
	color:#FFFFFF;
}
#site_backend .header_l{
float:left;
}
#site_backend .header_r{
float:right;
vertical-align: bottom;
}
#site_backend .header_r a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 2px;
}

#site_backend .header{

	width:100%;
	height:50px;
	margin:0px;
	padding:0px;
	border:none;
	vertical-align: bottom;
	color:#FFFFFF;
}

.page-margins{
	background-color:#192329;
	padding:2px;
	border-top-color: #4a3208;
	border-top-width: 1px;
	border-top-style: solid;
}
#site_backend .main-content{
background-color:#FFFFFF;
display:block;
}

#site_backend .main-nav {
background-color:#0000FF;
display:block;
}

#site_backend .main-nav-ul li{
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color:#f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom: none;
	border-left-style: solid;
	border-top-color: #313e45;
	border-right-color: #313e45;
	border-left-color: #313e45;
	height: 30px;
	line-height:30px;
	font-size: 12px;
	text-transform: capitalize;
}
#site_backend .main-nav-ul li.main-nav-ul-current {
	background-color:#FFFFFF;
	background-image: url(backend/tab_selected.gif);
	background-repeat: repeat-x;
	background-position: right top;
	
}
#site_backend .main-nav-ul li.main-nav-ul-current a {
color:#fd4d02;
	font-weight: bold;
	text-decoration: none;
}

#site_backend .main-nav-ul li a{
	color: #000000;
	text-decoration: none;
} 

#site_backend .main-nav-ul {
	background-color:#f4f4f4;
	display:block;
}

#site_backend .page-margins .main-content .sub-nav-container{
	padding:5px;
	margin:5px; 
	border: 1px solid #D2D2D2;
	display:block;
	height:35px;
}

#site_backend .sub-nav-container .sub-nav-ul {
	background-color:#f4f4f4;
	display:block;
}

#site_backend .sub-nav-container .sub-nav-ul li{
	float: left;
	list-style-type: none;
	background-color:#192329;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
	line-height:30px;
	font-size: 12px;
	text-transform: capitalize;
	border-bottom-style: none;
	height: 30px;
	margin: 5px;
	margin-left:7px;
	margin-right:7px;
	padding-top: 0px;
	padding-right:10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#site_backend .sub-nav-container .sub-nav-ul li.sub-nav-ul-current {
	background-color:#FFFFFF;
	background-image: url(backend/tab_selected.gif);
	background-repeat: repeat-x;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #530f0c;
	border-right-color: #530f0c;
	border-bottom-color: #530f0c;
	border-left-color: #530f0c;
}
#site_backend .sub-nav-container .sub-nav-ul li.sub-nav-ul-current a{
	color:#fd4d02;
	font-weight: bold;
	text-decoration: none;
}

#site_backend .sub-nav-container .sub-nav-ul li a{
	color: #FFFFCC;
	text-decoration: none;
} 

#site_backend .main-content-container{
	padding:5px;
	margin:5px;
	border: 1px solid #D2D2D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}

#site_backend .main-content-table table{
	background: #F4F2F7;
	border:solid 1px #CEC1AA
}
/* back baby pics */
.back_baby_pics{
	background: #F4F2F7;
	border:solid 1px #CEC1AA;
	padding: 10px;
	width:170px;
	height:180px;
	overflow-y:scroll;
	overflow-x:hidden;
	float:left;
	margin: 10px 10px 0 0;
}
.back_baby_pics a{line-height:25px}
.back_baby_pics a:hover{text-decoration:underline}
.back_baby_pics h5{
	font: bold 14px Tahoma;
	color: #93815E;
	float:left;
	width:100%;
}
.back_baby_pics h5 span{
	font: normal 12px Tahoma;
	color: #93815E;
}
#site_backend .main-content-table table td{padding:10px}
#site_backend .main-content-table table caption{font: bold 20px Tahoma; color:#192329;line-height:40px; text-align:center}
#site_backend .main-content-table table td a.btn{
	  font-weight:bold;
	  line-height: 30px
}
#site_backend .main-content-table table td a.btn:hover{
	 text-decoration:underline;
}

#site_backend fieldset { 
border: 1px solid #efecec;
padding: 5px;
margin:5px;

}



#site_backend fieldset input[type="text"] {
width:100%;
background-color:#FFFFFF;
height:20px;
font-weight: bold;
color:#000000;
}

#site_backend fieldset textarea {
width:100%;
background-color:#FFFFFF;
height:50px;
color:#000000;  
}





#site_backend legend {
	padding: 5px;
	color:#660000;
	font-size:99%;
	text-align:left;
	border: 1px solid #D2D2D2;
  }
  
.inputsTooltip
{
	border: 1px solid #000;
	background-color: #FFFFFF;
	padding: 4px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

a.tooltips{
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}


#site_backend fieldset ul {
margin-left:0px; 
margin-bottom:5px;
}


#site_backend fieldset ul li{
font-size:95%;
margin-left:10px; 
font-weight: normal;
}


#site_backend .article_description{
display:block;
height:15px;
overflow:hidden;
}



#site_backend a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006699;
	font-size: 12px;
	text-decoration: none;
}


.homepage_manager_select{

font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:400px;
}
/* 08.03 */
.back_baby_month{
	width:100px;
	height:100px;
	margin: 0 auto;
	border:solid 1px #456;
	background: #fff url('no_baby_month.jpg') no-repeat center center;
}

form#add_edit_link{
	width:460px;
	margin:0 auto;
	overflow: hidden;
	-zoom: 1;
}
#add_edit_link label{
	 line-height:35px;
	 font: 12px Tahoma;
	 color: #2F4039;
	 clear:both;
	 display:block;
	 float:left;
	 padding: 7px 0;
	 width: 90px;
}
#add_edit_link input, #add_edit_link textarea, #add_edit_link select{
	border:solid 1px #2C3636;
	width:250px !important;
	float:left;
}
#add_edit_link textarea{
	height: 130px !important;
	margin: 5px 0 !important;
} 

* html #add_edit_link input{
	float: expression(this.type == "submit" ? "none" :"left");
	width: expression(this.type == "submit" ? "60px" :"220px") !important;
}
.radios input#Published_0, .radios input#Published_1{
	width: auto !important;
	border: 0 !important;
	margin-top: 8px;
}
.radios label{width: 30px !important;}

/*back_add_user*/
#back_add_user{
	width:460px;
	margin:0 auto;
	overflow: hidden;
	-zoom: 1;
}
#back_add_user input, #back_add_user textarea{
	border:solid 1px #2C3636;
	width:250px !important;	
}
#back_add_user #isactive_0, #back_add_user #isactive_1{ width: auto !important; border:0 !important;}

#username{
    width: 388px;
    padding: 5px;
    font: 14px "Trebuchet MS", Arial, sans-serif;
    color:#6d6d6d;
    border: solid 1px #CFCFCF;
}

#password{
    width: 388px;
    padding: 5px;
    font: 14px "Trebuchet MS", Arial, sans-serif;
    color:#000033;
        border: solid 1px #CFCFCF;
}

#submit{
    width: 75px;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size:16px;
    color: #6F6F6F;
    background: url(../images/login_submit.jpg) no-repeat;
    display: block;
    padding-top: 1px;
    padding-bottom: 5px;
    float: right;
    margin-right: 15px;
    -margin-right: 7px;

}

.llabel{
  display: block;
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 12px;
  margin-top: 4px;
  color: #007AC0;
}

#lgtbl td{
  padding-bottom: 10px;
}





