﻿/* MEDeCOACH Skin*/
/* Hover Menu */
.hoverMenu
{
background: #DDD;
color: #555;
border-right: 1px solid #B2B2B2;
}

.popupMenu
{
background: White; 
color: #555;
position: absolute;
visibility: hidden;
border: 1px solid #6C757A;
line-height:18px;
}

/* background color for the header at the top of the page  */
#report_head 
{
    background-color: #FB830B;
	color: White;
}

.HeadBg {
    background-color: #049B8C; /*Green*/
    
}
.BannerBg {
    background-color: #FB830B; /*Orange*/
    
}

.headerquote
{
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	font-size: 18px; 
	font-family:Times New Roman;
	color: white;
}

/* background color for the content part of the pages */
Body
{
	font-family: verdana, arial, san-serif;
	color: black;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#FB830B;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-top: 2;
    padding-bottom: 2;
    background-color: white; border-bottom:1px; border-bottom-color: #FB830B; 
}   
/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#049B8C;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#049B8C;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:red;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}

/* style for separator between site links */
.Accent
{
    color: #049B8C;
    font-size: 10px;
    font-weight: normal;
    padding-top: 2;
    padding-bottom: 2;
}
/* style for module titles */
.Head   {
	font-family: arial, san-serif;
	font-size: 16px;
	color: #7D0F7D;
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #049B8C;
}
/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalLinkButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #049B8C;
	background-image:url(/portal/images/nav_link.gif);
	background-repeat: no-repeat;
	background-position: 1px 2;
}

.NormalButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; 
}

.label
{
	display:block;
	padding-top:13px;
	text-align: right;
	font-size: 10px;
	color: #7D0F7D;
	font-family: verdana, sans-serif;
}

.textlabel
{
	font-size: 12px;
	color: #7D0F7D;
	font-family: verdana, sans-serif;
}

.textlabelnormal
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
	color: #7D0F7D;
}

#rightcol .callout ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #7D0F7D;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10px;
	font-family: arial, san-serif;
}

#rightcol .callout ul li 
{
	line-height: 1.1em;
	margin-bottom: 4px;
	color: #7D0F7D;
}

.title
{
	font-family: arial, sans-serif;
	font-size: 22px;
	line-height: -3px;
	font-style: normal;
	font-weight: normal;
	Color: #7D0F7D;
}


.leftpane
{
text-align:left;
border-style: dashed none dashed dashed; 
border-color: #7D0F7D; 
border-width:1px 1px 1px 1px
}

/*Links*/
A 
{
	color: #009989;
	font-family: "trebuchet ms", arial, san-serif;}
A:hover { color: #88D0C8; }
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #009A8A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #009A8A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #009A8A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

.rightFrame
{
	width: 148px;
	margin-bottom: 20px;
}

.rightHead
{
	margin: 6px 3px 9px 1px;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 10px;
	Font-weight: bold;
	color: #7D0F7D;
	letter-spacing: .2em;
}

.rText
{
	font-family: verdana;
	font-size: 10px;
	color: #656775;
	margin: 0 0 6px 0px;
}

.rightFrame b
{
	display: block;
	Color: #FF9C39;
}

.helphover	{cursor:help;}

/* End MEDeCOACH Skin*/


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#leftFrame {width:136px}

.leftMenu
{
  width:135px;
  background-color: #F3F7F9;
  border-color: #E5E8EA;
  border-width: 0 1px;
  border-style: none solid;
}

.leftMenu .list
{
	width:135px;display: inline;
	padding-top:3px;padding-bottom:3px; padding-left:0px; padding-right:0px;
	clear:both; 
	font-family:"trebuchet ms", Verdana, Sans-serif;
	font-size: 11px;
	border-color: white;
  	border-width: 1px 0 0 0;
  	border-style: solid none none none;
  	margin:0;
}

.list a img { margin-right:8px; margin-bottom:1px; float:right; }

.list a
{
	float: left;display: inline;
	width: 135px;
	padding: 3px 0px 3px 3px;
	color: #8B9297;
	text-decoration: none;
	font-size: 12px;
	background-color: #F3F7F9;
	border-style: none solid;
	border-color: #E5E8EA;
	border-width: 0 1px;
	border-style: none solid;
}
.listnolink
{
	float: left;display: inline;
	width: 135px;
	padding: 3px 0px 3px 3px;
	color: #8B9297;
	text-decoration: none;
	font-size: 12px;
	background-color: #F3F7F9;
	border-style: none solid;
	border-color: #E5E8EA;
	border-width: 0 1px;
	border-style: none solid;
}

.list a:hover
{
	text-decoration: none;display: inline;
	color:white;
	background-color: #CDCED1;
}

.toolHead
{
	font-family: arial, san-serif;
	font-size: 22px;

}

#lightGrey
{
	background-color: #EBF0F2;
	border-color: #D9E0E4;
	border-width: 1px;
	border-style: solid;
}

/**/
#gallery
{
	width: 764px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 40px auto 40px auto;
	clear:right;
}

#gallery p {clear:left}
.gallerymenu b
{
	color: #F28019;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.gallerymenu i {color:#009A8A}

.arrow { padding-top:1px; float:left;padding-right:3px; }
.arrowright { float:right; padding-top:2px; padding-left:3px; }
.float2 {  }
.gallerymenu
{
	font-family: "trebuchet ms", arial, helvetica, verdana, lucida, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	padding: 0 0 15px 0;
	vertical-align: middle;
	}
.gallerymenu h2 {font-size:14px; color: #F28019; font-weight: normal;}
.gallerymenu .float {  float:left; padding-right:3px;  }

.return { text-align:right; padding:20px 20px 20px 0; font-family: "trebuchet ms", arial, helvetica, verdana, lucida, sans-serif; font-size:12px}

/* frame */

#wrapper
{
	width: 748px;
	background-color: #009A8A;
	text-align: center;
	padding: 0 0 0 0;
	margin: 6px auto 0 auto;
	border: none;
}

#content
{
	position: relative;
	width: 748px;
	background-color: #FFF;
	text-align: center;
	padding: 8px 0 25px 0;
	margin: 0 auto;
	background-image: url(../images/pix2.gif);
	background-repeat: repeat-y;
	background-position: 545px 0;
	border-top: none;
	border-left: none;
	border-bottom: 4px solid #009A8A;
	border-right: none;
}

#footer
{
	width: 748px;
	Clear: both;
	background-color: #D8E0E3;
	text-align: center;
	padding: 0;
	margin: 0px auto;
}

#menu
{
	width: 748px;
	font-family: "trebuchet ms", arial, helvetica, verdana, lucida, sans-serif;
	background-color: #009A8A;
	text-align: left;
	padding: 0;
	margin: 0;
}

#global
{
	width: 748px;
	height: 83px;
	background-color: #009A8A;
	clear: both;
	padding: 0;
	margin: 0;
}

#left
{
	position: absolute;
	width: 120px;
	top: 14px;
	left: 22px;
	border: 1px solid #E2E8EA;
	padding: 0 0 18px 0;
	margin: 0;
}

#center
{
	margin: 0 190px 0 170px;
	padding: 0 0 0 0;
}

/*Home rightcol*/
#hrightcol {
	position: absolute;
	top: 0;
	right: 0px;
	text-align: left;
	width: 179px;
	padding: 0;
	margin: 0;
}

#hcenter {
	width: 311;
	margin: 0 271px 0 170px;
	padding: 0 0 0 0;
}


image {
	padding: 0;
	margin: 0;
	border: none;
}

#rightcol
{
	position: absolute;
	top: 14px;
	right: 0px;
	text-align: left;
	width: 179px;
	padding: 0;
	margin: 0;
}

image
{
	padding: 0;
	margin: 0;
	border: none;
}

.closewindow
{
	padding: 0 0 0 0;
	margin: 30px auto 30px 30px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	text-align: left;
}

/*Typography*/

.callout
{
	padding-right: 12px;
	border-top: 1px solid #E2E8EA;
	margin-top: 0px; margin-bottom: 12px;
}

.centeritem
{
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

.imageunit
{
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

.icon
{
	text-align: right;
	
}

#left p, #left h1, #left h2, #left h3
{
	clear: left;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px 8px 0 8px;
	margin: 0;
}

#left h1, #left h2
{
	margin-top: 24px;
	margin-bottom: 3px;
}





#rightcol h1
{
	text-align: left;
	padding: 14px 0 0 0;
	margin: 0 0 11px 0;
	color: black;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

#rightcol h2, #rightcol h3
{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 4px 0 0 0px;
	margin: 0 0 6px 0;
	color: #F28019;
	text-transform: uppercase;
}

#rightcol h3
{
	font-size: 12px;
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #F28019;
}

#rightcol p
{
	font-size: 10px;
	color: #646775;
	font-family: verdana, sans-serif;
	padding: 0 10px 0 0px;
	margin: 0 0px 11px 0;
}




#center h2 { color: #7D0F7D; }

#center h1
{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	color: #7D0F7D;
	font-size: 22px;
	line-height: 1.em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 12px 18px 0 0;
	margin: 0 0 8px 0;
}

#center p, h2, h3
{
	clear: all;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	text-align: left;
	color: #646775;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0 8px 0 0;
	margin: 0 0 8px 0;
	border: none;
}

#center h2
{
	padding-top: 4px;
	Margin-top:18px;
	font-size: 16px;
	font-weight: normal;
	border-color: silver transparent transparent transparent;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

#center b { color: Black; }

#center em, #rightcol em
{
	color: #7D0F7D;
	font-weight: normal;
	font-style: normal;
}

#center ul
{
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #646775;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: ariel, sans-serif;
}

#center li
{
	line-height: 1.2em;
	margin-bottom: 6px;
}

#footer p
{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 6px;
}

#rightcol .callout p {   font-family: arial, san-serif; font-size:11px    }

/* navigation */
#menu ul li#right a
{
	margin: 0 0 0 218px;
	padding: 0 0 0 6px;
	list-style-type: none;
	text-align: left;
	width: 118px;
	background-color: #F28019;
	color: white;
}

#menu ul li#right a:hover { background-color: #FCC390; }

#menu ul
{
	border: 0;
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
	background-color: #009A8A;
}

#menu ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#menu ul li a
{
	background: #009A8A;
	height: 2em;
	border-top: 0px solid #009A8A;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #009A8A;
	border-right: none;
	padding: 0;
	margin: 0 0 0 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2.1em;
	font-size: 10px;
	width: 106px;
	
}

html>#menu ul li a { font-size: x-small; }

#menu ul li a:hover
{
	color: #009A8A;
	background: #49C1B0;
}

#menu a:active
{
	background: #a31bic;
	color: #fff;
}

#menu li#one a,
#menu li#two a,
#menu li#three a,
#menu li#four a,
#menu li#five a,
#menu li#six a,
#menu li#seven a
{
	background: #A31D1E;
	border: 1px solid #A31D1E;
	color: #fff;
	font-weight: bold;
}

#menu li#seven a,
#menu li#seven a:hover,
#menu li#seven a:active { width: 99px; }
/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */

/* tool navigation and site search form */
#nav-utility {
position:absolute;
right:17px;
top:13px;
color:#999;
font-size:.7em;
font-family:tahoma,sans-serif;
text-align:right;
}
#nav-utility a, #nav-utility a:visited {
color:#999;
text-decoration:none;
}
#nav-utility a:hover {
color:#666;
}
#nav-utility #searchform {
margin:10px 0 0;
}
#nav-utility #searchform span {
background:url(http://www.asp.net/i/icon_search.gif) no-repeat 0 0;
padding-left:16px;
color:#888;
font-weight:bold;
}
#nav-utility #searchform #query, #nav-utility #searchform select {width:170px;}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #ffffff
}   



/* GENERAL */

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

/*
STORE
*/
/* */
.ContentHead
{
    background-color: Lavender;
    color: #9933ff;
    font-family: Arial, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: Lavender;
    color: #9933ff;
    font-family: Arial, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Arial, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: darkred;
    color: black;
    font-family: Arial, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Arial, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #9933ff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Arial, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Arial, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Arial, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: red;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}


/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}


