﻿body
{
	margin: 0px;
	background-image: url(../../MasterPages/ArgoMedical/images/body_back.png);
	background-repeat: repeat-x;
	background-color: #F1ECDA;
}

/* This fixes ul li on radmenu */
.RadMenu_ArgoMedical ul li
{
    background-image: none !important;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a
{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{ color:#003399; text-decoration:none;}


strong, b
{
	color: #000000;
}

hr
{
    height: 2px;
    border-bottom: #D8CFB9 2px solid;
}

ul
{
	margin: 0;
	padding: 0 0 0 10;
	list-style: none;
}
li { background:url(../../MasterPages/ArgoMedical/images/r1.gif) center left no-repeat; margin:0 0 0 0; padding:0 0 0 13px;}
li a {line-height:18px; color:#003399; text-decoration:underline;  background-position:left center;}
li a:hover { text-decoration:none; color:#003399;}

h1, h2, h3, h4
{
    font-size: 18px;
    color: #982C26;
    }
    
     /* image style */
    .ImageContainer
{
    background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
}
.ImageContainer img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
 

/* thumb image style */
.ThumbContainer img
{
/* display: block; */ /* position: relative; */
    background-color: #fff;
    border: 1px solid #c2cfe3 !important;
    margin: 3px;
    padding: 4px;
}


.ListItemTitle
{
    font-size: 13px;
    color: #982C26;
    font-weight: bold !important;
    text-decoration: none;
}
    
.PageHeading
{
    height: 25px;
    background-repeat: repeat-x;
    padding-top: 0px;
    font-size: 18px;
    color: #982C26;
    font-weight: bold;
    padding-bottom: 10px;
}

.ModuleHeading
{
    height: 25px;
    background-repeat: repeat-x;
    padding-top: 5px;
    background-position-y: top;
    font-size: 18px;
    color: #982C26;
    font-weight: bold;
    padding-bottom: 10px !important;
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

.watermark { 
position: relative; 
} 

.watermark span { 
position: absolute; 
left: 0; 
bottom: 0; 
background-image: url(images/watermark.png); 
} 


