/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
white-space:normal !important;
------------------------
css specific tags:
OS - win linux mac freebsd ipod iphone webtv mobile
Browser - ie ie8 ie7 ie6 ie5 gecko ff2 ff3 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	margin:0;
	padding:0;
	background-image:url(images/bgbody.jpg);
	background-repeat:repeat-x;
    background-color:#ebebeb;
} 
	body, .Normal	/* This class is used by DNN when modules are added. */
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color:#333333;
	}
	a.noLinkStyle /* Color same as Body font Color */
	{
		color: #333333;
		text-decoration: none;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#890203;
    text-decoration:none;
	font-weight:bold;
}
a:hover
{
    color:#890203;
    text-decoration:underline;
	font-weight:bold;
}
h1
{
    color:#fff;
    font-family:Times New Roman;
    font-size:24px;
    font-weight:bold;
    margin:0 0 10px;
}
h2
{
    color:#890203;
    font-family:Times New Roman;
    font-size:16px;
    font-weight:bold;
    margin:20px 0 4px 0;
}
p
{
    padding: 0 0 10px;
    line-height:18px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}

.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}
.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

.box
{
	border:3px double #890203;
	padding:10px 0;
	font-weight:bold;
}
	ul.threeCol
	{
		margin:0 0 16px 18px;
	}
	.threeCol li
	{
		float:left;
		width:190px;
		padding:0 0 0 12px;
		margin:0;
		list-style:none;
/*		background-image:url(images/bulletPink.gif);
		background-repeat:no-repeat;
		background-position:left; */
		text-align:center;
	}
		.threeCol li a:link, .threeCol li a:visited
		{
			color:#000;
			text-decoration:none;
		}
		.threeCol li a:hover
		{
			color:#ff9900;
			text-decoration:none;
		}
.box2
{
	border:3px double #890203;
	padding:10px 0 0;
	margin:0 0 0 8px;
	font-weight:bold;
}
	.box2 ul.threeCol
	{
		margin:0 0 6px 2px;
	}
	.box2 .threeCol li
	{
		float:left;
		width:210px;
		margin:0;
		padding:0 0 6px 4px;
		text-align:center;
		list-style:none;
/*		background-image:url(images/bulletPink.gif);
		background-repeat:no-repeat;
		background-position:left; */
	}


/**** TEMP BORDERS ****
#wrapperHP, #wrapper LP {border:1px solid #ff0000;} /* Red          *
#navWrapper             {border:1px solid #ff00e4;} /* Dark Pink    *
#leftNav, #topNav       {border:1px solid #fea4f5;} /* Light Pink   *
#contentWrapperHP       {border:1px solid #1800ff;} /* Dark Blue    *
#contentHP              {border:1px solid #9085fb;} /* Light Blue   *
#bgButtons		        {border:1px solid #4f9591;} /* Dark Aqua    *
#buttonClickPEHP, 
#buttonDDBlurbHP	    {border:1px solid #4f9591;} /* Dark Aqua    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   *
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/
#wrapperHP
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}
#wrapperLP
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}
#wrapperPE
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentPE.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}


#flashHeader
{
	position:absolute;
	z-index:1;
	width:788px;
	height:500px;
	top:63px;
	left:0;
}
#headerImage
{
	position:absolute;
	top:0px;
	left:0px;
	width:791px;
	height:438px;
	z-index:1;
}
	#headerImage p {margin:0; padding:0;}

/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:absolute;
	top:222px;
	left:794px;
	z-index:10;
}
#navWrapperLP, #navWrapperEZ
{
    position:absolute;
	top:145px;
	left:794px;
	z-index:10;
}
    #dynamicNav
    {
        position:relative;
		float:left;
        font-weight:bold;
    }
		#dynamicNav table
		{
		}
        #dynamicNav td
        {
            padding:0 0 9.5px 0;
        }
			.mac #dynamicNav td,
			.ie #dynamicNav td
			{
				padding:0 0 10px 0;
			}
        #navWrapperLP #dynamicNav td
        {
            padding:0 0 8.5px 0;
        }
			.mac #navWrapperLP #dynamicNav td,
			.ie #navWrapperLP #dynamicNav td
			{
				padding:0 0 9px 0;
			}
			
        #navWrapperEZ #dynamicNav td
        {
            padding:0 0 15px 0;
        }
			.mac #navWrapperEZ #dynamicNav td,
			.ie #navWrapperEZ #dynamicNav td
			{
				padding:0 0 15.5px 0;
			}
        #dynamicNav a:link, #dynamicNav a:visited
        {
			color: #1d568b;
			text-transform: uppercase;
			text-align: center;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 14px;
			font-weight: bold;
			letter-spacing:-1px;
        }
        #dynamicNav a:hover
        {
			color: #FFF;
			text-align: center;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
			letter-spacing:-1px;
        }

	
#subNavHP
{
	position:absolute;
	text-align:center;
	z-index:10;
	top:22px;
	left:280px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
#subNavLP
{
	position:absolute;
	text-align:center;
	z-index:10;
	top:10px;
	left:280px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

	#subNavHP ul, #subNavLP ul
	{
		margin:0; padding:0;
	}
	#subNavHP li, #subNavLP li
	{
		margin:0;
		padding:0;
		display:inline;
		list-style:none;
	}
	#subNavHP a:link, #subNavHP a:visited, #subNavLP a:link, #subNavLP a:visited
	{
		color:#fff;
		text-decoration:none;
	}
	#subNavHP a:hover, #subNavLP a:hover
	{
		color:#ff9900;
		text-decoration:none;
	}
	
#navButtons
{
	position:absolute;
	top:586px;
	left:148px;
	z-index:10;
}
#navButtonsLP
{
	position:absolute;
	top:470px;
	left:148px;
	z-index:10;
}
	#buttonPatient { float:left;}
	#buttonAppointment { float:left;}
	#buttonPay { float:left;}
	
/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	padding-top:645px;
}
    #contentHP
    {
		position:relative;
		float:left;
        width:660px;
		padding:0;
		margin: 14px 0 24px 26px;
    }
    .ie6 #contentHP
    {
		position:relative;
		float:left;
        width:660px;
		padding:0;
		margin: 14px 0 24px 16px;
    }
    #contentPE
    {
		position:relative;
        width:950px;
		padding:0;
		margin: 14px auto;
    }
#contentWrapperLP
{
    position:relative;
	padding-top:532px;
}


#contentTitle
{
	position:relative;
	margin:0 0 0 26px;
    width:660px;
}
#contentTitle p {margin:0; padding:0;}
/**** BUTTON WRAPPER ****/
#contentButtons
{
	position:relative;
	float:right;
	margin:0 14px 0 0;
	width:253px;
}
#contentButtonsPE
{
	position:relative;
	float:right;
	margin:24px 0 0 0;
	width:222px;
}
#buttonPEHP
{
	position:relative;
	width:253px;
	height:105px;
}
	#bgButtonPEHP
	{
	
		background-image:url(images/buttonPEHP.png);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
	}
	.ie6 #bgButtonPEHP
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/340/Skins/smi/images/buttonPEHP.png', sizingMethod='crop');
	}
		#buttonClickPEHP
		{
			position:relative;
			text-align:center;
			padding-top:80px;
		}
#buttonPEPE
{
	position:relative;
	width:252px;
	height:105px;
}
	#bgButtonPEPE
	{
	
		background-image:url(images/buttonPEHP.png);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
	}
	.ie6 #bgButtonPEPE
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/340/Skins/smi/images/buttonPEHP.png', sizingMethod='crop');
	}
		#buttonClickPEHP
		{
			position:relative;
			text-align:center;
			padding-top:80px;
		}
	

#buttonDDBlurbHP
{
	position:relative;
	top:-20px;
}
#buttonDDBlurbHP h1
{
	font-family:'Times New Roman', Times, serif; 
	color:#FFF; 
	font-weight:bold; 
	font-style:italic; 
	font-size:30px;
	margin:0;
}
#buttonDDBlurbHP p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#buttonAthletes
{
	text-align:center;
}

/**** FOOTER ****/
#footerWrapper
{
    width:1000px;
	height:96px;
    margin:0 auto;
    background-image:url(images/bgFooter.jpg);
    background-repeat:no-repeat;
	background-color:#eaeaea;
    position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}
/*---- INNER FOOTER POSITIONS ----*
#hostingBugs    {top:30px; left:44px;}
#SHAREbug       {top:40px; left:182px;}
#footerNav      {top:20px; left:520px;}
#address        {top:45px; left:420px;}
#copyright      {top:60px; left:524px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#hostingBugs
{
    width:900px;
	margin:0 auto;
    position:relative;
	top:30px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
        top:6px;
        margin:0 0 0 206px;
    }
    #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	float:left;
	top:6px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:center;
    font-weight:bold;
    position:relative;
    width:400px;
	margin:0 auto;
	padding-bottom:4px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#000;
		text-transform:uppercase;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#ff9900;
    }
/*-------------------------------------------*/
#address
{
    text-align:center;
    position:relative;
    width:500px;
	margin:0 auto;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:center;
	width:500px;
	margin:0 auto
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #1d568b;
	text-transform: uppercase;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:-1px;
}
	.mac.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:13px;
	}
.MainMenuItemSelected
{
	color: #FFF;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	letter-spacing:-1px;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:13px;
	}
.MainMenu_SubMenu
{
	color: #000;
	background-color: #8e6634;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
	letter-spacing:-1px;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:13px;
	}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ed1b2d;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/**********************************/

.SeparatorCSS
{
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
}

.eznc_ListViewArticleLink
{
}
.eznc_ListViewArticleLink:link
{
}
.eznc_ListViewArticleLink:visited
{
}

.eznc_ListViewArticleLink:hover
{
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
}

.eznc_navAllConditions 
{
}

a:link.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:active.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #F59931; text-decoration : underline;}


.eznc_ContentTitle 
{
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.eznc_ContentSectionList 
{
}

.eznc_navContentSection 
{
}

/***  GENERIC COLOR FOR LINKS AND TITLES ****/
a:link.eznc_navContentSection,
a:visited.eznc_navContentSection,
a:active.eznc_navContentSection,
a:hover.eznc_navContentSection,
.eznc_ListViewGroupHeading,
.eznc_ListViewArticleLink:hover,
.eznc_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright ,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
    color:#890203;
}
.eznc_AContentV2
{
	border-color:#890203;
}

a:link.eznc_navContentSection {text-decoration : none; }
a:visited.eznc_navContentSection {text-decoration : none; }
a:active.eznc_navContentSection {text-decoration : none; }
a:hover.eznc_navContentSection {text-decoration : underline; }

.eznc_ContentSection 
{
}

.eznc_SectionTitle 
{
}

.eznc_SectionBody 
{
	text-align:left
}

table.eznc_SectionBody 
{
}

.eznc_SectionBody_Col1 
{
}
.eznc_SectionBody_Col1 p
{
}
.eznc_SectionBody_Col2 
{
}
.eznc_SectionBody_Col2 img,
.eznc_SectionBodyV2 img
{
    margin:0 0 6px 6px;
}

.eznc_ContentSectionV2 p
{
	text-align:left;
}
.eznc_SectionBodyV2
{
	text-align:left;
}


.eznc_ContentCopyright 
{
}


/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/



/* 
==================================================
Skin styles for Article Viewer with Video Player
==================================================
*/

.eznc_Tab_Fill
{
	background-image: url(images/videoHeaderBg.jpg);
}
/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff;
}
/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(images/ArticleListHeader.jpg);
	
}
.eznc_Filter_Bottom_Logo
{
	width:206px;
	height:61px;
	background-image:url(images/TheSportsMedicineInstituteOfIndiana.jpg);
	background-repeat:no-repeat;
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #fae8d2;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #fae8d2;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #000;
}

/* Background color around search box */
.eznc_FilterText 
{
	background-color: #fae8d2;
	height:40px;
}
#dnn_dnnDTSEARCHSO_SearchInput
{
	margin:0;
	padding:0;
}



/*===================================
Skin styles for Search Box feature
====================================*/
#searchFunction {
    padding: 0px;
    position: relative;
}

.searchLink{
/*	float:left; */
}

.searchLinkOn {
    position: relative;
/*	float:left; */
    z-index: 1000;
    display: block;
}

.searchContainer {
    display: none;
}

.searchContainerShow {
    display: block;
    z-index: 999;
    position: absolute;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    border: 1px solid #003471;
    width: 220px;
    color: #003471;
    text-transform: none;
}

#closeBtnContainer
{
    position: absolute;
    top: 3px;
    right: 3px;
}

/* DTSearch - SearchBox */
#searchContainer .eznc_SearchText{width:140px;} /* Width of Search Text Box */
.ie6 .eznc_SearchBox input {margin:0; padding:0;}
#searchContainer .eznc_SearchButtton{color:#FFF;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:12px;font-weight:bold;}
.ie #searchContainer .eznc_SearchButtton, .opera #searchContainer .eznc_SearchButtton{position:relative; top:-12px;}
#searchContainer a.eznc_SearchButtton:link{color:#FFF;}
#searchContainer a.eznc_SearchButtton:hover{color:#ff9900;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/


