/* menu */

* {
	font-size: 12px;
}

ul.sortable li {
	position: relative;
	width: auto;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	margin: 4px;
	border: 1px solid #ccc;
	/* background-color: #eee;*/
	width: auto;
}

#list5 .handle {
	float: right;
	background-color: #ccc;
	background-image: url(modules/core/templates/images/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}

.inplace {
	position: absolute;
	display: none;
	z-index: 10000;
}

.inplace, #list5 input:hover, #list5 input:focus {
	background-color: #ffffcc;
}
#slideEditors input.inplace {
	width: 12em;
	max-width: 12em;
	margin-left: 1px;
}
#slideEditors input.inplace, #slideshow .view {
	text-align: center;
}

#listExamples td {
	width: 9em;
	margin-right: 20px; 
	padding: 0px 20px;
	vertical-align: top;
}
#listExamples th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
}
#listExamples td.caption {
	font-size: 12px;
	text-align: center;
}
#listExamples li {
	padding: 0px;
	height: 20px;
	min-height: 1em;
	width: 120px;
}
#listExamples li .view {
	height: 16px;
	vertical-align: middle;
	padding: 2px;
}
#list1 li:hover {
	background-color: #eee;
}
#listExamples input.inplace {
	width: 120px;
	max-width: 120px;
}

/* BugFix: Firefox: avoid bottom margin on draggable elements */
#listExamples #list4, #listExamples #list5 { margin-top: -2px; }
#listExamples #list4 li, #listExamples #list5 li { margin-top: 4px; }

#listExamples #list4 li { cursor: default; }
#listExamples #list4 .handle,
#listExamples #list5 .handle {
	float: right;
	background-color: #ccc;
	background-image: url(common/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}
#listExamples #list4 li .view {
	cursor: text;
}
#listExamples #list4Editors input.inplace, #listExamples #list5 input {
	width: 104px;
	max-width: 104px;
}
#listExamples #list4Editors>input.inplace, #listExamples #list5>li>input {
	width: 111px;
	max-width: 111px;
}


.top-bar {
	background-image: url(images/winterlite-top-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.banner-ext {
	background-image: url(images/winterlite-banner-ext.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.text-body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px;
	padding-top: 0px;
	/* font-size: 10px; */
	/* color: #666666; */
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a:hover {
	color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.footerMenu { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666666;}

.footerMenu a:link{
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
} 

.footerMenu a:visited{
	text-decoration: none;
	color: #BA8555;
	font-size: 10px;
} 

.footerMenu a:active{
	text-decoration: underline;
	color: #FF9900;
	font-size: 10px;
} 

.footerMenu a:hover{
	text-decoration: underline;
	color: #FF9900;
	font-size: 10px;
}
.vertical-line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.image-border {
	border: 1px solid #FF9900;
}
.td-off {
	background-color: #0DC1F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
	
}

.td-off:hover {
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}

.no-trans {
	color: #ffffff;
	width: 100%;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

.td-on {

	background-color: #0DC1F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.td-off-top-menu {
	background-color: #0DC1F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.td-onf-top-menu {

	background-color: #8DBAD1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.image-left-overlay {
	background-image: url(images/physio.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 242px;
}

/************** main horiz menu css ***************/

#menu {
	/* width: 100%; */
	/* width: auto; */
	
	/* float: left; */
	/* float: right; */
	/* padding-left: 250px; */
	
}



#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	*/
	color: #fff;
	margin: 0;
	padding: 2px 3px;
	/* padding-top: 12px; */


}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {

	/* color: #000; */
	/* background: #efefef; */
	color: #fff;
	/* background: #000; */
	text-decoration: none;
	/* height: 18px; */
	/* padding: 1px; */
	
	border: 0px;
	text-align:center;
	
}

#menu a:hover {

	color: yellow;
	/* background: #000; */
}

#menu li {
	position: relative;
	/* width: auto;	*/
	/* width: 80px; */
	/* height: 18px; */
	z-index: 500;

/*	text-align: center;*/
	margin-left:auto;
	margin-right:auto;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 12em; */
	/* width: auto; */
	/* white-space: nowrap; */
	float: left;

	width: 101px;
	/* height: 32px; */
	background: #0DC1F6;
	/* background-image: url(images/menu_on.png); */
}

#menu ul:hover {
	/* background-image: url(images/menu_off.png); */
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	background: #0DC1F6;
	width: 101px;
}

#menu ul ul:hover {
	background: #b6b2b3;
}

#menu li li {
	background: #0DC1F6;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #b6b2b3;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/************** end main menu css ***************/


/*************** alt hover menus *************************/

#altMenu {
	position: relative;
	right: 0;
	float: left;
	text-align: right;
	/* width: 200px; */
	/* width: 127px; */
	width: 241px;
	
	
}

#altMenu ul {

	list-style: none;
	margin: 0;
	/* margin-bottom: 3px; */
	/* height: 22px; */
	padding: 0;
	

	
}

#altMenu ul:hover {


}

#altMenu li {
	background-color: #0DC1F6;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
#altMenu li:hover {
	background-color: #0DC1F6;
	filter:alpha(enabled=false); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
#altMenu li * {
	filter:alpha(enabled=false);
}
#altMenu li li {
	background-color: #7cdcf9;
	filter:alpha(enabled=false); 
	-moz-opacity: 1.0 !important; 
	opacity: 1.0;
}
#altMenu li li:hover {
	background-color: #3bccf6;
	filter:alpha(enabled=false); 
	-moz-opacity: 1.0 !important; 
	opacity: 1.0;
}
#altMenu a {

	display: block;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	padding: 3px;



}

#altMenu a:hover {

}

#altMenu li {
	left: 0;
	position: relative;
	white-space: no-wrap;
}

#altMenu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	
	white-space: no-wrap;
}

div#altMenu ul ul,
div#altMenu ul li:hover ul
{display: none;}

div#altMenu ul li:hover ul,
div#altMenu ul ul li:hover ul
{display: block;}


/*****************end alt hover menus *************************/

.bodyText a {
	color: inherit;
}

.bodyText a:hover {
	text-decoration: underline;
}

.banner_left {
	width: 273px;
	height: 139px;
	padding: 0;
	margin: 0;
	background-image: url(images/sa-sport-m-logo.jpg);
	background-repeat: no-repeat;
	float:left;
}

.banner_14 {
	background-image: url(images/sasmc-logo-physio.jpg);
}
.banner_18 {
	background-image: url(images/sasmc-logo-podiatry.jpg);
}