/**********************************************************
	Description: stylesheet specific for each brand
	
	You'll find here the style for the following parts:
	
	1. =WIDGETS
	2. =MAPS
	3. =MISC

***********************************************************/

/* ****************
	=WIDGETS
**************** */

div.BaseWidgetTitle_lcorner 
{
  background-image: url(/App_Themes/medex/Images/WidgetTitleLeft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 28px;
}

div.BaseWidgetTitle_middle 
{
  background-image: url(/App_Themes/medex/Images/WidgetTitleMiddle.gif);
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 10px;
}

div.BaseWidgetTitle_rcorner 
{
  background-image: url(/App_Themes/medex/Images/WidgetTitleRight.gif);
  background-position: top right;
  background-repeat: no-repeat;
  color: White;  
  font-size: 11pt;	
  font-weight: bold;
  height: 28px;
  padding: 5px 0 0 10px;
}

div.BaseLargeWidgetTitle_lcorner
{
  background-image: url(/App_Themes/medex/Images/Large_WidgetTitleLeft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 62px;
}

div.BaseLargeWidgetTitle_middle
{
	background-image: url(/App_Themes/medex/Images/Large_WidgetTitleMiddle.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin:0 auto;
}

div.BaseLargeWidgetTitle_rcorner
{
	background-image: url(/App_Themes/medex/Images/Large_WidgetTitleRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: White;  
	font-size: 14pt;	
	font-weight: bold;
	height: 62px;
	padding: 20px 0 0 30px;
}

/* ****************
	=MAPS
**************** */

div.StaticMapTitle_rcorner /* used */
{
  background-image: url(/App_Themes/medex/Images/MapControlTopRight.gif);
  background-position: top right;
  background-repeat: no-repeat;
  height: 28px;
  padding: 5px 0px 0px 10px;
}

div.StaticMapTitle_lcorner /* used */
{
  background-image: url(/App_Themes/medex/Images/MapControlTopLeft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 28px;
}

div.StaticMapTitle_middle 
{
    background-color: #F7E3C0;
    min-height: 175px;
    width: 100%;
}

div.InteractiveMap_GetDirections
{
    background-color: #F7E3C0;
    min-height: 110px; 
    width: 100%;
}

/* ****************
	=MISC
**************** */

.Button
{
	font-size:8pt;
	font-weight: bold;
	color: #00A3B4;
}

.LargeButton
{
	color: #00A3B4;
	font-weight: bold;
	font-size:8pt;
	padding:0 15px;
}

.Heading
{
    font-weight: bold;
    color: #00A3B4;
}

/********************
	=SERVICE_TEAM
*********************/

#MyServiceTeam1 .BannerTitle, .BannerPanelTop h6, #ContactFormHeader
{
	color: #E9A22C;
    font-size: 11pt;
    font-weight: bold;
    line-height:20px;
}

h6
{
	color: #D6BF9F;
    font-size: 10pt;
    font-weight: bold;
    line-height:16px;
}

.item input
{	
	color: #106FAF;
}

table#etcWrapper #etcHeader{
    background-color:#0098A8;
    color:White;
    font-size:11pt;
    font-weight:bold;
    height:28px;
    padding:5px 0 0 10px;
    width:100%;
    }