﻿/*  
	***************************************************************
	TAGS  
	***************************************************************
*/

body
{
	margin: 0,0,0,0;
	background-color: #000066;
	font-size: 12px;
	font-family: Tahoma, Arial;
}

/*  
	***************************************************************
	CLASSES  for New Master page 2009 look
	Note:  All class names should be Pascal Casing  Ex:  ClassName
	***************************************************************
*/

.MainTable2
{
	width: 800px;
	height: 600px;
	background-color: White;
	border-width: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.MainTableHeader2
{
	background-image: url(slice3/MedxHeader_bg.jpg);
	width: 800px;
	height: 150px;
}
.MainTableMenu2
{
	width: 800px;
	height: 25px;
	background-color: #663399;
}
.MainTableMenu2 a
{
	color:#ffcc00;	
}

.MainTableMenu2 a:hover
{
	color:white;	
}

.MenuItemBg
{
	background-image: url('slice3/menu_r1_c2.gif');
}
.MainTableBody
{
	width: 800px;
	height: 300px;
	background-color: white;
}

.MainTableSplit
{
	width: 800px;
	height: 25px;
	background-image: url(slice3/MedxBar_bg.jpg);
}

.MainTableFooter2
{
	width: 800px;
	height: 130px;
}

.MainTableFooter3
{
	width: 800px;
	height: 25px;
	background-color: #663399;
}

.GWEClass{background-color:#000066; color:White; }
.GWEClass a{color:White;}
.GWEClass a:hover{color:#ffcc00;}
/*  
	***************************************************************
	CLASSES for master page main table and images 
	Note:  All class names should be Pascal Casing  Ex:  ClassName
	***************************************************************
*/

.MainTable
{
	width: 850px;
	height: 600px;
	background-color: White;
	border-width: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


.MainTableTop
{
	background-image: url(slice2/MedX_top.jpg);
	width: 850px;
	height: 25px;
}

.MainTableLinks
{
	background-image: url(slice2/MedX_Links.jpg);
	width: 850px;
	height: 49px;
	color: #663399;
}

.MainTableHeader
{
	background-image: url(slice2/MedX_Header.jpg);
	width: 850px;
	height: 101px;
}

.MainTableMain
{
	background-image: url(slice2/MedX_Main.jpg);
	width: 850px;
	height: 300px;
}

.MainTableContentSep
{
	background-image: url(slice2/MedX_BottomSep.jpg);
	width: 850px;
	height: 25px;
}

.MainTableBottomContent
{
	background-image: url(slice2/MedX_bottomContent.jpg);
	width: 850px;
	height: 130px;
}

.MainTableFooter
{
	background-image: url(slice2/MedX_Footer.jpg);
	width: 850px;
	height: 25px;
}
.MainTableMenu
{
	background-image: url( 'slice2/menuSlice.jpg' );
	height: 35px;
}

/*  
	***************************************************************
	CLASSES for master page Menu 
	***************************************************************
*/


.MainTableMenu a
{
	font-style: italic;
}
.MainTableMenu a:hover
{
	color: Red;
}

a
{
	color: #663399;
	font-weight: bold;
}
a:hover
{
	color: #ffcc00;
}


.MenuItem
{
	color: #660000;
	background-color: Red;
}

.MenuItemHover
{
	color: #008080;
}

.MenuItemSelected
{
	color: #008080;
}

/*  
	***************************************************************
	CLASSES for Scrolling Content section of all pages 
	Note:  All class names should be Pascal Casing  Ex:  ClassName
	***************************************************************
*/


#ctl00_BottomContent_FormView1_HyperLink1
{
	color: #663399;
	text-decoration: none;
}

#ctl00_BottomContent_FormView1_HyperLink2
{
	color: Black;
	font-weight: bold;
	font-style: italic;
}

/* Short Form Styles */
.Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
.TitleColumns
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	width: 160px;
}
.TextControls
{
	width: 200px;
}
.NumericControls
{
	width: 100px;
}
.ControlColumns
{
	text-align: left;
	width: 400px;
}
