/* start 4site.css */

#adminheader
{
    display:none;
    position:fixed;
    background-image:url(../images/4siteheaders.png);
    height:44px;
    width:100%;
    z-index:100;
    top:0;
    font-family:Arial;
}

.admin #adminheader
{
    display:block;
}

#adminheader ul
{
    list-style:none;
    padding:0;
    width:800px;
    margin:0 auto;
}
#adminheader ul li
{
    float:left;
    padding:0 16px 0 0;
    margin:0 8px 0 0;
    background-image:url("../images/4siteseperatorbar.png");
    background-repeat:no-repeat;
    background-position:right center;
    position:relative;
}

#adminheader ul li:last-child
{
    background-image:none;
}

#adminheader ul li.logo
{
    background-image: url("../images/4siteheaderlogo.png");
    background-position:center center;
    float: right;
    height: 44px;
    width: 78px;
}

#adminheader ul li,
#adminheader ul li a:link,
#adminheader ul li a:active,
#adminheader ul li a:visited,
#adminheader ul li a:hover,
#adminheader ul li a
{
    color:White;
    line-height:44px;
    cursor:pointer;
    
}

#adminheader ul li div
{
    display:none;
    background-image:url(../images/4sitemenuback.png);
    background-repeat:repeat-y;
    position:absolute;
    top:38px;
    left:-20px;
}

#adminheader ul li div div.bg
{
    background-image:url(../images/4sitemenubottom.png);
    background-repeat:no-repeat;
    background-position:bottom;
    width:155px;
    top:0;
    position:absolute;
    bottom:-10px;
    left:0;
}


#adminheader ul li:hover div
{
    display:block;
}

#adminheader ul li div ul
{
    width:155px;
    
}

#adminheader ul li div ul li
{
    line-height:normal;
    background:url(../images/4sitemenubar.png);
    background-repeat:no-repeat;
    background-position:bottom;
    float:none;
    margin:0;
    padding:0 20px;
    
}

#adminheader ul li div ul li a
{
    line-height:44px;
}

.alt
{
	display:none;
}



#foursiteadmin_div
{
	min-height:450px;
}
#foursiteadmin_Containerdiv
{
	width:768px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}



.ajaxcontentwindow
{
	position:fixed; top:0; left:0; z-index:999; display:none;
	border:solid 1px #004B85;
	background-color:White;
}
.ajaxcontentoverlay
{
	display:none; z-index:998; top:0; left:0; background-color:Black; position:fixed;
}
.ajaxcontentclose
{
	background-image:url(../images/6monthsmile/topgradiant.jpg);
	background-repeat:repeat-x;
	height:18px;
	color:White;
	line-height:normal;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	cursor:pointer;
	background-color:#0194CA;
}

.foursitewindow
{
	background-image:url(../images/pageedit.png);
	background-repeat:no-repeat;
	
	position:fixed; top:0; left:0; z-index:999; display:none;
	border:solid 1px #004B85;
	overflow-x:hidden;
	overflow-y:scroll;
	width:750px; 
	background-color:#184B4F;
	
}
.forsiteinner
{
	width:703px;
	padding:115px 15px 10px 15px;
	color:White;
}



/* end 4site.css */.Calendar
{
	background-color: white;
	border-color: Black;
	height: 500px;
	width: 100%;
	line-height: normal;
	border: solid 1px black;
}
.CalendarHeader
{
	font-weight: bold;
	background-color: #0092b0;
	color: white;
}
.CalendarDay
{
	font-size: 10px;
	height: 75px;
	text-align: left;
	vertical-align: top;
	width: 75px;
	border: solid 1px black;
}

.CalendarSelectedDay a:link
{
	color: white;
}
.CalendarSelectedDay a:hover
{
	color: #00C0D5;
}
.CalendarOtherMonthDay
{
	background-color: #F2F2F2;
}
.CalendarToday
{
}
.CalendarDayHeader
{
}
.CalendarNextPrev
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.CalendarNextPrev a:link
{
	color: White;
}
.CalendarNextPrev a:hover
{
	color: #00C0D5;
}
.CalendarSelector
{
}
.CalendarWeekend
{
}

.CalendarSelectedDay
{
	background-color: #0092b0;
}


.cal_title
{
	font-size: 10px;
}



.caltip
{
	color: #444444;
	max-width: 300px;
	z-index: 13000;
}

.caltip-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: white;
	padding: 4px;
	background-color: #0092b0;
	border: 1px solid #CCCCCC;
}

.caltip-text
{
	font-size: 11px;
	padding: 4px;
	background-color: #FCFCFC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}





.edit_Calendar
{
	background-color: white;
	border-color: Black;
	
	line-height: normal;
	border: solid 1px black;
}
.edit_CalendarHeader
{
	font-weight: bold;
	background-color: #0092b0;
	color: white;
}
.edit_CalendarDay
{
	font-size: 10px;
	height: 10px;
	text-align: center;
	vertical-align: middle;
	width: 10px;
	border: solid 1px black;
}

.edit_CalendarDay a:link
{
	color:#444444;
}

.edit_CalendarSelectedDay
{
	background-color: #0092b0;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
.imggallery ul
{
    list-style:none;
    margin:0;
    padding:0;
} 
 .imggallery ul li
 {
     float:left;
 }
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #9a9997;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 3px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: -15px;
	left: 0;
	
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	position:absolute;
	height:30px;
	top:57px;
}
#lightbox-nav-btnNext { 
	right: 0; 
	position:absolute;
	height:30px;
	top:57px;
}
#lightbox-container-image-data-box {
	-x-system-font:none;
background-color:#1C1914;
border:3px solid #8D8D8B;
color:#FFFFFF;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
margin:0 auto;
overflow:auto;
padding:10px 0 0;
position:relative;
top:-3px;
width:100%;
z-index:5;
}
#lightbox-container-image-data {
	padding:20px 20px;
	color:#FFFFFF;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	
	text-align: left; 
}	

#lightbox-image-details-caption { 
color:#FFFFFF;
font-size:16px;
font-weight:bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	float:right;
}

#lightbox-secNav
{
    position:absolute;
    right:0;
    top:0;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	padding-bottom: 0.7em;	
	z-index:1000;
}.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}/*
*************************************************
Six Month Smiles
December 22, 2010
*************************************************
*/


/* RESET - http://html5doctor.com/html-5-reset-stylesheet/
--------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.reset, .reset ul, .reset li,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, .reset { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/* BASELINE STYLES
--------------------------------------------------------*/

html { background: #225179 url(../6ms_images/bg_page.png) repeat-x; overflow-y: scroll; }
body { background: url(../6ms_images/bg_header.jpg) 50% 0 no-repeat; font-size: 13px; }
body, select, input, textarea { color: #777; font-family: Arial, sans-serif; }
input, textarea { background: #FFF; }
h1,h2,h3,h4,h5,h6 { margin: 2em 0 .5em; color: #15759c; font-family: Century Gothic, Arial, Helvetica, sans-serif; font-weight: normal; }

h1 { color: #225179; font-size: 18px; line-height: 18px; }
h2 { font-size: 18px; line-height: 18px; }
p { margin-bottom: 1em; line-height: 22px; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #225179; }
a:hover { color: #132e45; }

ul, ol { margin: 1em 0 1em 1.5em; }
ol { list-style-type: decimal; }
li { margin: .5em 0; }
ul ul, ul ol, ol ol, ol ul { margin-top: 0; margin-bottom: 0; }
ol li ol li { list-style-type: lower-alpha; }
ol li ol li ol li { list-style-type: lower-roman; }
li, dt, dd { line-height: 16px; }
dl { margin: 1em 0 1em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sup, sub { height: 0; font-size: smaller; line-height: 1; vertical-align: baseline; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }

textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }

button { width: auto; overflow: visible; }
input[type="text"] {
	padding: 2px;
	border: 1px solid #BBB;
	border-top-color: #888;
	font-size: 11px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}
input[disabled='disabled']
{
    background-color:#eeeeee;
}

/* Non-semantic helper classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*.fb_edge_comment_widget {left: -200px !important;}*/

/* HEADER
--------------------------------------------------------*/

#masthead { margin: 0 auto; padding-top: 115px; width: 950px; height: 105px; position: relative; }
#logo { margin-left: -137px; position: absolute; top: 0; left: 50%; }
#logo .ir { width: 308px; height: 122px; }
.home #logo .ir,
.patients #logo .ir { background: url(../6ms_images/logo_braces.png); }
.dentists #logo .ir { background: url(../6ms_images/logo_ortho.png); }

#main-nav {font-family: Century Gothic, Arial, Helvetica, sans-serif; text-transform: uppercase; word-spacing:03px;   }
#main-nav li { margin-left: 35px; float: left; font-size: 15px; }
#main-nav ul.patient li:first-child { margin-left: 30px; }
#main-nav ul.dentist li:first-child { margin-left: 0px; }
#main-nav ul.patient li:nth-child(3) { margin-left: 380px; }
#main-nav ul.dentist li:nth-child(3) { margin-left: 358px; }
#main-nav a { padding: 5px 0; color: #555; text-decoration: none; }
#main-nav a:hover { color: #127cad; text-shadow: 0 0 8px #82d8fe; }

#util-nav { position: absolute; top: 0; right: 0; color: #999; font-size: 12px; }
#util-nav a { color: #999; }


/* FOOTER
--------------------------------------------------------*/

footer { margin: 0 auto; padding: 15px 0 50px; width: 950px; font-size: 11px; text-align: center; }
footer, footer a { color: #d0ebff !important; }
footer nav ul { margin: 0 0 .5em; padding: 0; }
footer nav li { margin: 0 .5em; padding: 0; display: inline; }
footer nav ul:first-child li:before { margin: 0 1em 0 0; content: "|"; }
footer nav ul:first-child li:first-child:before { content: ""; }
footer nav a { text-decoration: none; }
footer nav a:hover { text-decoration: underline; }
#mudbrick { display:none; margin: 15px auto; width: 19px; height: 32px; background-image: url(../6ms_images/mudbrick.png); }


/* WRAPS
--------------------------------------------------------*/

#main { margin: 0 auto; width: 950px; background: #FFF; }


/* CONTENT
--------------------------------------------------------*/

#content { padding: 0 15px 0 17px; width: 647px; float: right; position: relative; background: url(../6ms_images/bg_content_edge.jpg) no-repeat; }
#content p { margin-left:22px; }
#content ul { margin-left:40px; }
#like-this { width: 73px; height: 160px; display: block; position: absolute; top: 30px; right: -73px; background-image: url('../6ms_images/likeTab.png'); background-repeat: no-repeat; text-indent: 0px; padding-top: 15px; overflow: visible  }


/* SIDEBAR
--------------------------------------------------------*/

.sidebar { margin-top: -60px; padding: 270px 7px 0 15px; width: 238px; float: left; background-repeat: no-repeat; position:relative; }
.home .sidebar,
.patients .sidebar { background-image: url(../6ms_images/person01.png); }
.dentists .sidebar { background-image: url(../6ms_images/person02.png); }

.sidebar aside { margin-bottom: 20px; background-repeat: no-repeat; background-position: 95% 0; position:relative; z-index:2; }
.sidebar aside h2 { margin: 0 0 5px; height: 25px; background-image: url(../6ms_images/sidebar_titles.png); }
.sidebar aside p { color: #4b4b4b; font-size: 13px; line-height: 6px; font-family: Century Gothic, Helvetica, sans-serif;}
.sidebar aside button { margin-top: 10px; }

.sidebar aside:after { margin-top: 10px; display: block; content:url(../6ms_images/line.gif); }
.sidebar aside:last-child:after { margin: 0; content: ""; }

	.sidebar aside.dentist-info	    { background-position: 95% 20px !important; }
	.sidebar aside.seminars		    { background-position: 95% 83% !important; }
	.sidebar aside.catalog		    { background-position: 95% 100% !important; height: 100px; }
	.sidebar aside.webinar          { background-position: 95% 85% !important; }
	.sidebar aside.webinar h2       { height:42px; }
	
	.find-dentist { color: #004a61; font: 11px/11px Verdana, Arial, serif; }
	.find-dentist select { margin: 0 5px; }
	.find-dentist input { margin-left: 5px; width: 50px; }
	.find-dentist .button { margin-top:10px; }
	
	
	.dentistnewsletter label,
	.newsletter label { display: none; }
	
	.dentistnewsletter input,
	.newsletter input { width: 110px; margin-right:3px;}
	
	.dentistnewsletter input.email,
	.newsletter input.email
	{
	    width:229px;
	    margin-top:10px;
	}
	
	
	.dentistnewsletter .button,
	.newsletter .button { margin-top:10px; }



/* BOTTOM CAP
--------------------------------------------------------*/

#cap { padding: 25px 15px 0; clear: both; background: url(../6ms_images/line.png) 50% 0 no-repeat; overflow: hidden; }
#cap h1,
#cap p { margin: 0 15px 0 0; float: left; }
#cap h1 { color: #444; font-size: 24px; }
#cap p { font: 11px/11px Verdana, Arial, sans-serif; }
#social { float: right; position: relative; top: -10px; }
#social li { margin-left: 5px; float: left; }
#social a { width: 44px; height: 44px; }
#facebook a	{ background-image: url(../6ms_images/icons/facebook_44x44.png); }
#twitter a	{ background-image: url(../6ms_images/icons/twitter_44x44.png); }
#youtube a	{ background-image: url(../6ms_images/icons/youtube_44x44.png); }

/* MISC CLASSES
--------------------------------------------------------*/
.faq {
	color: #d9531e;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
}	
.finePrint {
	color: #12273c;
	font: 10px arial, helvetica, sans-serif;
}	

/* TEXT STYLES */
#intro { margin-bottom: 1em; padding-left: 13px; border-left: 7px solid #92b3c8; }
#intro h1, #intro h2 { margin: 0; }

/* NEWS LIST */
.news-list { font-size: 12px; }

.left { margin: 0 5px 5px 0; float: left; }
.right { margin: 0 0 5px 5px; float: right; }


/* BUTTON CLASSES */
a.button { display: inline-block; text-decoration: none; }
.button {
	margin: 0;
	padding: .3em 30px .3em 1em;
	border: 0;
	color: #FFF !important;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	box-shadow: 0 3px 6px rgba(0,0,0,.45);
	background: #076386 url(../6ms_images/button_arrow.png) 100% 50% no-repeat;
	background: url(../6ms_images/button_arrow.png) 100% 50% no-repeat,
		-moz-linear-gradient(#086e96, #065776);
	background: url(../6ms_images/button_arrow.png) 100% 50% no-repeat,
		-webkit-gradient(linear, 0 0, 0 bottom, from(#086e96), to(#065776));
	background: url(../6ms_images/button_arrow.png) 100% 50% no-repeat,
		linear-gradient(#086e96, #065776);
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}

.button2 {
	margin: 0;
	padding: .3em 30px .3em 1em;
	border: 0;
	color: #FFF !important;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.45);
	box-shadow: 0 3px 6px rgba(0,0,0,.45);
	background: #076386 url(../6ms_images/button_arrow2.png) 100% 50% no-repeat;
	background: url(../6ms_images/button_arrow2.png) 100% 50% no-repeat,
		-moz-linear-gradient(#086e96, #065776);
	background: url(../6ms_images/button_arrow2.png) 100% 50% no-repeat,
		-webkit-gradient(linear, 0 0, 0 bottom, from(#086e96), to(#065776));
	background: url(../6ms_images/button_arrow2.png) 100% 50% no-repeat,
		linear-gradient(#086e96, #065776);
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}


/* PAGE SPECIFIC STYLES
--------------------------------------------------------*/

/*#flash { margin-left: -17px; }*/


.schedule,
.zipsearch
{
    width:100%;
}

.schedule th
{
    text-align:left;
    color:#225179;
}
.zipsearch th
{
    text-align:left;
    color:#225179;
    padding:4px;
}
.zipsearch th.center
{
    text-align:center;
}

.schedule td,
.zipsearch td
{
    padding:4px;
}

.zipsearch td div
{
    font-size:14px;
    font-weight:bold;
    color:#225179;
}

.zipsearch td.center
{
    text-align:center;
}

.schedule .alternating td,
.zipsearch .alternating td
{
    background-color:#d8e6ef;
}

#homeaccordion,
#ccqaccordion
{
    margin-left:22px;
}
#homeaccordion .toggler,
#ccqaccordion .toggler
{
    background-image:url(../6ms_images/homepagetogglerdown.png);
    cursor:pointer;
    width:594px;
    height:31px;
    margin-top:0px;
    padding-right:30px;
}

#homeaccordion .togglerOpen,
#ccqaccordion .togglerOpen
{
    background-image:url(../6ms_images/homepagetogglerup.png);
}
#homeaccordion .element,
#ccqaccordion .element
{
    display:none;
    margin-bottom:15px;
}

.newslist
{
    margin-left:22px;
}

.questionslist
{
    margin-left:22px;
}

.questionslist input
{
	float:left;
}

.questionslist label
{
	float:left;
	width:330px;
	padding-left:5px;
}

.questionslist td
{
	padding:4px 0;
}



.PatientAccordion .video
{
	width: 310px;
	float:left;
}
.PatientAccordion .myPlayer img
{
	padding-left:93px;
	padding-top:43px;
}
.PatientAccordion .midsection img
{
	padding-right:1px;
}

.PatientAccordion .midsection
{
	padding-left:25px;
	width:205px;
	float:left;
}
.PatientAccordion .rightsection
{
	float:left;
	width:244px;
	padding-left:25px;	
}

.PatientAccordion .midsection span
{
	font-weight:bold;
}

.PatientAccordion .midsection h2
{
	margin-top:5px;
}

.PatientAccordion .midsection h3
{
	margin-top:5px;
}

#filesaccordion,
#controlpanel
{
    margin-left:22px;
}

#controlpanel div
{
    float:left;
}


#filesaccordion,
#filesaccordion h3
{
    font-family:Sans-Serif;
}

#filesaccordion h3.title
{
    margin-top:0px;
    margin-bottom:0px;
    padding:4px;
    font-weight:bold;
    background-image:url(../6ms_images/homepagetogglerdown.png);
    cursor:pointer;
    height:23px;
    padding-right:30px;
    background-position:right;
}
#filesaccordion h3.titlealt
{
    margin-top:0px;
    margin-bottom:0px;
    padding:4px;
    font-weight:bold;
    background-image:url(../6ms_images/togglerdown.png);
    cursor:pointer;
    height:23px;
    padding-right:30px;
    background-position:right;
}

#filesaccordion h3.title[rel='true']
{
    background-image:url(../6ms_images/homepagetogglerup.png);
}
#filesaccordion h3.titlealt[rel='true']
{
    background-image:url(../6ms_images/togglerup.png);
}


#filesaccordion h3.file
{
    margin-top:0px;
    margin-bottom:0px;
    padding:6px;
    font-weight:normal;
}

#filesaccordion .folder
{
    margin-left:20px;
    display:none;
}

#filesaccordion .rowalt
{
    background-color:#d8e6f0;
}

#filesaccordion .file a
{
    padding-left: 20px;
    background-repeat:no-repeat;
}

#filesaccordion .file a.jpg,
#filesaccordion .file a.jpeg,
#filesaccordion .file a.png,
#filesaccordion .file a.tif,
#filesaccordion .file a.tiff
{
    background-image:url(../6ms_images/icons/green_file.gif);
}

#filesaccordion .file a.pdf,
#filesaccordion .file a.doc,
#filesaccordion .file a.docx,
#filesaccordion .file a.eps,
#filesaccordion .file a.pptx
{
    background-image:url(../6ms_images/icons/blue_file.gif);
}


#filesaccordion .file a.mp3,
#filesaccordion .file a.wmv,
#filesaccordion .file a.wav,
#filesaccordion .file a.avi,
#filesaccordion .file a.mpg,
#filesaccordion .file a.mp4
{
    background-image:url(../6ms_images/icons/brown_file.gif);
}


#login td
{
    padding:6px;
}

.ptk
{
    color:#d7532d;
}
.ptk_bg
{
     margin-top:10px;
     background-image:url(../6ms_images/fsp-bar-bg.jpg);
     background-repeat:no-repeat;
     width:642px;
     height:141px;
     position:relative;
     
     
}

.ptk .cases
{
    position:absolute;
    top:18px;
    left:308px;
}

.ptk .tonext
{
    position:absolute;
    top:62px;
    left:308px;
}

.ptk .reward
{
    position: absolute;
    top: 82px;
    color: white;
    left: 95px;
    font-size: 17px;
}

.ptk .reward span
{
    cursor: pointer;
    position: relative;
    top: 9px;
    left: 7px;
}

.ptk .info
{
    margin-left:10px;
    margin-right:10px;
}
.ptk .info table
{
    margin:10px auto;
}
.ptk .info td
{
    padding-left:10px;
    padding-right:10px;
}

.ptk div strong
{
}
.ptk div strong span
{
    color:#326698;
    font-size:20px;
    position:absolute;
    top:0;
    left:150px;
}



#rewards div
{
    display:none;
    margin-left:10px;
    margin-top:10px;
}

#rewards div strong
{
    color:#D9531E;
}

#rewards div input[type='submit']
{
    margin-bottom:10px;
}

#rewards div .btnlist2
{
    
}

#rewards div .btnlist2 td
{
    padding-right:20px;
}

#rewards div .btnlist
{
    width:600px;
    text-align:center;
}

#rewards div .btnlist td
{
    padding-right:20px;
    width:180px;
}

#rewards div.btn
{
    text-align:right;
}
#rewards .txttbl
{
    margin:0 auto;
    width:270px;
}
#rewards .txtfield
{
    text-align:right;
    padding-right:5px;
    padding-bottom:8px;
}


/* PRINT STYLES
--------------------------------------------------------*/

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */



html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 9999;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

.Edit_Table
{
	background-color:#0f2f38;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	
	padding: 10px;
}


.mceLayout
{
	border:solid 2px #411C02 !important;
}

.Edit_Content
{
	background-color:#CCCCCC;
	border: solid 1px black;
	padding: 5px;
}

.Edit_btn
{
	color:White;
	background-color:#00c0d5;
	font-weight:bold;
	border: solid 1px white;
	margin-top:3px;
}

.Edit_btn:hover
{
	color:#00c0d5;
	background-color:White;
}

.edit_orange_lable
{
	color:#e37a09;
	font-weight:bold;
}

.edit_white_lable
{
	color:White;
}

.edit_window {
	font: 12px Arial, Helvetica, sans-serif;
	overflow:auto;
	visibility:hidden;
	display:none;
	position:fixed;
	background: #0c545a;
	z-index: 10000;
	color:black;
	border: 4px solid #525252;
	text-align:left;
	
}

.edit_window a:link {color: white;}
.edit_window a:visited {color: white;}
.edit_window a:hover {color: #e37a09;}
.edit_window a:active {color: white;}
.edit_window a:focus{color: white;}

.edit_overlay {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	background-color:#000;
}


.edit_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}


.edit_ajaxContent{
	clear:both;
	padding:150px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	background-image:url(../images/pageedit.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	min-height:300px;
	_height:300px;
}


/* IE6 */
* html .edit_iframeContent{
	margin-bottom:1px;
}

.defaultSkin,
.mceFirst
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}#Kart_Container
{
	width:263px;
	vertical-align:top;
}

#Store_Container
{
	vertical-align:top;
}

.Store_breadcrumb
{
	font-size:10px;
	line-height:15px;
	padding-bottom:5px;
}

.kart_middle
{
	background-image:url(/assets/images/PFSA/cart_middle.gif);
	width:242px;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	position:relative;
}
.kart_footer
{
	background-image:url(/assets/images/PFSA/cart_bottom.gif);
	width:262px;
	height:21px;
}

.kart_title
{
	position:absolute;
top:-5px;
left:12px;
	font-size:20px;
	font-weight:bold;
	color:#005478;
}

.kart_header
{
	background-image:url(/assets/images/PFSA/cart_top.gif);
	width:262px;
	height:14px;
	
}
.kart_table
{
	width:242px;
	line-height:normal;
}

.kart_table th
{
	color:#005478;
	font-weight:bold;
	text-align:left;
}

.kart_table th a:link,
.kart_table th a:visited,
.kart_table th a:active
{
	color:#005478;
}
.kart_table th a:hover
{
	color:#008ebb;
}

.kart_table td
{
	color:#008ebb;
}

.kart_table .deleterow
{
	text-align:right;
	vertical-align:middle;
}

.kart_table .whiteline
{
	border-top:solid 1px white;
}

.ItemPricePrice,
.kart_subtotal_price
{
	color:#005478;
	font-weight:bold;
}

.ItemPrice,
.kart_subtotal
{
	font-weight:bold;
	color:Black;
}

.CheckoutBtn
{
	position:absolute;
	right:0px;
}

.kart_button_div
{
	position:relative;
	top:10px;
}





.ItemImagesContainer
{
	width:170px;
	overflow-x:auto;
}

.ItemValues
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:280px;
}

.ItemImage
{
	float:left;
	width:175px;
}

.ItemName
{
	font-size:20px;
	font-weight:bold;
	color:#005478;
	width:100%;
	border-bottom:solid 1px #005478;
	line-height:normal;
	padding-bottom:5px;
}
.ItemDesc
{
	color:#005478;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	padding-top:5px;
}

.ItemAdd
{
	margin-top:40px;
	margin-bottom:10px;
}
