/*
  - Author(s):   hemasudheerg@virtusa.com
  - Date:        29-May-2008
  - Description: This is CSS file used for interior pages in tuckthattummy site
  - Revision History:
    Version 1.1.0 23-May-2008: Changes were made for UI while updating tuckthattummy site regarding relator widget
	Version 1.2.0 1-July-2008: Changes were made for UI to make the headline images in the left and right-hand 
	navigation boxes to shift left align in Editing-Off mode.
*/ 
/* 
Title:    Tuck That Tummy Index
Updated:   December  2007
*/

/* General Layout */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e31e50 url(../../../../images/ttt_body_bg.jpg);
	color:#333;
	font-family:arial,helvetica,sans-serif;
	margin:0;
	text-align:center;

}

#page_wrap {
	width:815px;
	border:0;
	margin:0 auto;
	padding:0;
	text-align:center;
	background: url(../../../../images/page_wrap_bg.jpg) repeat-y;
	overflow: hidden;
}

.clr {
	clear: both;
	color: #5c5c5c;
}

/* General Links */

#page_wrap a:link,#page_wrap a:active {
	color: #0707ee;
	text-decoration: underline;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
}

#page_wrap a:visited,#page_wrap :link:hover,:visited:hover {
	text-decoration: underline;
	color: #0707ee;
	font-size: inherit;
}

#page_wrap a:hover,#page_wrap a:active:hover,#page_wrap a:link:hover {
	color: #0707ee;
	text-decoration:none;
	font-size: inherit;
}


/* Header */

#branding-logo {
	height: 47px;
	width: 400px;
	position: relative;
	left: 20px;
	float: left;
	
}

#branding-logo img, #branding-community img {
	border: 0;
}

#branding-banner {
	height: 81px;
}

#newimage-banner {
	margin:10px 0px;
}

#branding-community {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 200px;
	color: #a61452;
	border-left:1px dotted #333;
	font: italic 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* Navigation */

#nav-wrap {
	position: relative;
	margin-left: 5px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: inline;
	overflow: visible;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	

	}

#nav a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -31px;
	}

#nav a:active {
	/* background-position: 0 -31px; - Commented for back button issue - CHINTAN  */
	}
	
#tab1 a  {
	width: 87px;
	background: url(../../../../images/nav_tab1.jpg) top left no-repeat;
	}
#tab2 a  {
	width: 147px;
	background: url(../../../../images/nav_tab2.jpg) top left no-repeat;
	}
#tab3 a  {
	width: 112px;
	background: url(../../../../images/nav_tab3.jpg) top left no-repeat;
	}
#tab4 a  {
	width: 101px;
	background: url(../../../../images/nav_tab4.jpg) top left no-repeat;
	}
#tab5 a  {
	width: 73px;
	background: url(../../../../images/nav_tab5.jpg) top left no-repeat;
	}
#tab6 a  {
	width: 100px;
	background: url(../../../../images/nav_tab6.jpg) top left no-repeat;
	}
#tab7 a  {
	width: 115px;
	background: url(../../../../images/nav_tab7.jpg) top left no-repeat;
	}
#tab8 a  {
	width: 72px;
	background: url(../../../../images/nav_tab8.jpg) top left no-repeat;
	}

/* Main - Left - Right Sidebar */

#content-main-wrap {
	width: 807px;
	position: relative;
	left: 5px;
}

#content-main-left {
	float: left;
	width: 635px;
}

#content-main {

	float: right;
	width: 432px;  /* Version 1.1.1- Changed here: Prev(width: 435px;)*/
	margin: 0px 3px 0px 5px;

}

#content-main ul li{

            margin-left:20px;

}

#content-main ol li{

            margin-left:27px;

}
/* Version 1.1.2- Changed here: Placed new tag*/
#content-main hr
{
 text-align: center;         /*this will align it for IE*/
 margin: 5px 25px 0px 20px;  /*this will align it 20px form left in Mozilla*/
}

#content-sidebar-left {
	float: left;
	width: 192px;

}

#content-sidebar-right {
	float: right;
		width: 160px;
				margin: 0px 5px 10px 0px;
position:relative;       /* Version 1.1.11- Changed here: Placed new tag*/
}

#content-main p {
	text-align: left;
	padding: 0px 10px 0px 15px;
	font-size: 12px;
}

/* ------ Widgets ------ */

.widget-go-btn {
	padding: 0px 5px 5px 5px;
	text-align: right;	
}


/* Modified by Sreedhar Tangudu on 07/01/2008 to Merge all the similer widget class */

#locate-surgeon-widget p,
#discussion-widget p, 
#beforeafter-widget p {
	padding: 5px 5px 0px 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#welcome-widget p {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding: 10px 5px;
}


#calendar-widget p {
	padding: 5px 5px 0px 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    	position:relative;
}

/* Modified by Sreedhar Tangudu on 07/01/2008 to Merge all the similer widget class */
#locate-surgeon-widget img, 
#welcome-widget img, 
#calendar-widget img,
#discussion-widget img,
#beforeafter-widget img {
     margin:  5px 0px 0px 5px;

}

/* todo-not-todo*/

#todo-not-todo {
	text-align: left;
	margin: 10px 0px 10px 5px;
	background: #fad7e3;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#todo-not-todo p {
	padding: 0px 5px 0px 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#todo-not-todo img {
	margin: 5px 0px 5px 0px;  /* Version 1.2.2- Changed here: Prev(margin: 5px 0px 0px 5px;) */
}

/* Discussion, Before and After, Locate a Surgeon  */
/* Modified by Sreedhar Tangudu on 07/01/2008 to Merge all the similer widget class */
#discussion-widget,
#locate-surgeon-widget,
#beforeafter-widget {
	text-align: left;
	margin: 10px 0px 10px 4px;  /* Version 1.1.5- Changed here: Prev(margin: 10px 0px 10px 2px;) */
	background: #fad7e3;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* Welcome */


#welcome-widget {
	background: #fad7e3;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin: 10px 0px;     
	padding: 0;
}

#welcome-widget h1{
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*font-style:italic;*/
	font-weight:bold;
	text-align: left;
	margin: 0px 5px;
	padding: 5px 0px;
}


/* Testimonials */

#testimonials-widget {
	background: #f181a7;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding: 2px 2px;
	margin: 10px 0px;
}

#testimonials-widget p {
	padding:10px 5px;
}

.testimonials-widget-go-btn {
	padding: 2px 5px 5px 5px;
	text-align: right;	
	background: #fad7e3;
}

/* Calendar */

#calendar-widget {
	background: #fad7e3;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin: 10px 0px;

}

/* Info Banner */
#info-banner-widget {
	background: #ffffff url(../../../../images/ttt_info_banner.jpg) no-repeat;
	height: 148px;
	margin: 0px 0px;
	padding: 10px 0;
	width: 435px;
}

#info-banner-widget-form {
	float: right;
	position: relative;
	top: 100px;
	right: 20px;
}

.form-go-btn {
position: relative;
top: 5px;	display: inline;
}

#left-banner-widget, #right-banner-widget {
	margin: 10px 0px;
	text-align:center;
}

/* Footer */

#footer {
	clear: both;
	color: #fff;
	font-size: 11px;
	padding: 10px 0px;
	width:815px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../../../../images/page_wrap_bg.jpg);
	background-repeat: repeat-y;
}

#footer_nav  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px !important;
	color:#666;
	clear:both;
	text-align:center;
	line-height:12px;
}
#footer_nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px !important;
	color:#666;
	text-decoration:none;
}
#footer_nav a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px !important;
	color:#666;
	text-decoration:underline;
}

#footer_bar {
	background-color: #D20040;
	height: 6px;
	width: 785px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 8px;
}

#footer_copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px !important;
	text-align:center;
	color:#555;
}

#footer_imgs {
	clear:both;
	float:left;
	width:600px;
}
#foot_img1 {
	width:95px;
	height:65px;
	float:right;
}
#emailcap_header {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:17px ;
	color:#662038;

}
#emailcap_dis {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#662038;
}
#emailcap_privacy {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px !important;
	color:#662038;
	
}
#emailcap_main {
	padding-left:5px;
	text-align:left;
	color:#664538;
	background: #fad7e3;
	
	margin: 10px 0px 10px 4px;  /* Version 1.1.7- Changed here: Placed new tag */	
}
#webserviceresults {
	font-family:Arial,Trebuchet MS, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px ;
	color:#662038;
	padding-left:5px;
	background: #fad7e3;
	text-align:left;
	margin: 0px 0px 0px 5px;    /* Version 1.1.8- Changed here: Placed new tag */	
}


/* start global styles used for editor */
h1 {
 font-size:16px;
 line-height:18px;
 padding-left:5px;
 color:#a61452;
}
h2, h3, h4, h5, h6, h7 {
 font-size:14px;
 padding-left:5px;
 line-height:16px;
}
a[rel="nofollow"]:after,
a[rel="nofollow"]:link,
a[rel="nofollow"]:visited,
a[rel="nofollow"]:hover,
a[rel="nofollow"]:active {
 text-decoration:none;
}
b {
 font-weight:bold;
}
strong {
 font-weight:bold;
 font-size:13px;
}
#content-main ul, #content-main ol {
 padding-left:25px;
}
#content-main ul li {
 list-style-type:circle;
 margin: 0px 10px 0px 10px;  /* Version 1.1.9- Changed here: Placed new tag */
}
#content-main ol li {
 list-style-type:decimal;
 margin: 0px 10px 0px 10px;  /* Version 1.1.10- Changed here: Placed new tag */	
}
/* end global styles used for editor */
