<style type="text/css">

body {
background-image: url("http://medtecimaging.com/images/bg.gif");
} 

.combobox {
background-color: #FFFFFF;
color: #808080;
font-size: 10pt;
font-family: arial;
font-weight: bold;
}
div.c5 {color: #8BBAE9; font-family: Arial,Sans-serif; font-size: 70%; text-align: center}

div.c4 {text-align: center}

span.c3 {color: #666666; font-family: Arial,Sans-serif; font-size: 70%}

p.c2 {font-weight: bold}

hr.c1 {text-align: center}

.h1 {text-align: center; font-color: #242424; font-size: 125%; font-family: arial; }

.h2 {text-align: center; font-color: #242424; font-size: 110%; font-family: arial; }

.h3 {text-align: center; font-color: #242424; font-size: 100%; font-family: arial; }

.normal {
color: #242424;
font-size: 10pt;
font-family: arial;
}

.footer {
text-align: center;
color: #242424;
font-size: 8pt;
font-family: arial;
}
.center {text-align: center; font-color: #242424; font-size: 10pt; font-family: arial; }

.justify {text-align: justify; font-color: #242424; font-size: 10pt; font-family: arial; line-height: .5cm; }

a:link {color: #2d2d2d}     /* unvisited link */

a:visited {color: #fd744d}  /* visited link */

a:hover {color: #FF00FF}   /* mouse over link */

a:active {color: #ffff00}   /* selected link */ 



/* Menu bar */
.menuBarContainer {
    border:3px solid #0080C0;        
    background-color:#0080C0;
    width:629px !important;
    height:25px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:594px;     
    height /**/:25px;
}

.menuButtonLeft {
    margin-right:1px;    
    float:left;
    border-right:1px solid #999;
    width:15px !important;    
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:150px;
}

.menuButtonMiddle {
    margin-right:1px;
    float:left;
    border-left:1px solid #999;
    border-right:1px solid #999999;
    width:15px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:150px;
}

.menuButtonRight {
    border-left:1px solid #999;
    float:left;
    width:15px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:135px;
}


.footerButtonLeft {
    margin-right:1px;
    float:left;
    border-right: 1px solid #999;
    width:110px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:111px;
}

.footerButtonMiddle {
    margin-right:1px;
    float:left;
    border-left:1px solid #999;
    border-right:1px solid #999;
    width:104px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:106px;
}

.footerButtonRight {
    float:left;
    border-left:1px solid #999;
    width:110px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    width /**/:111px;
}

.menuBar {
    font:10px verdana;
    text-align: center;    
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    cursor: pointer;
    background-color:#0080C0;
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}

.menuBarOver {
    padding-left: 2px;
    padding-top: 1px;
    text-align: center;
    font: 10px verdana;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    color: #0080FF;
    cursor: pointer;
    background-color:#f3f3f3;
    height:15px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:14px;
}

.menuBar {
    font:12px verdana;
    text-align: center;    
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    color: #0080C0;
    cursor: pointer;
    background-color:#f3f3f3;
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}

.menuBarOver {
    padding-left: 2px;
    padding-top: 1px;
    text-align: center;
    font: 12px verdana;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #000000;
    cursor: pointer;
    background-color:#f3f3f3;
    height:12px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:14px;
}

a.menuBarLink { text-decoration: none; color: #666666; }
a:hover.menuBarLink { text-decoration: none; color: #666666; }
a:visited.menuBarLink { text-decoration: none; color: #666666; }

.buttonBarSep
{
	width: 1px;
	height: 25px;
	display: block;
	float: left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #fff;
	margin-left: 3px;
	margin-right: 3px;
}

#buttonBar 
{
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
	padding-top:  2px;
	padding-bottom: 2px; 
	height: 27px;
}
#buttonBar a, #buttonBar a:visited
{
	font: 10px Verdana;
	display: block;
	float: left;
	width: 16px;
	height: 15px;
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
#buttonBar a:hover
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#buttonBar a.disabled:hover
{
	border-color: #eee;
	cursor: default;
}

.p-shadow {
  width: 25%;
  float:center;
  background: url() no-repeat bottom right !important;
  background: url() no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 10px;
  padding: 0 !important;
  padding: 0 0px 0px 0;
  }

</style>
