﻿body
{
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url('images/home-bkg.gif');
	background-repeat: repeat-x;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

hr
{
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color:  #C32410;
}

h1, h2, h3, h4
{
    font-size: 18px;
    color: #2A41AD;
    }
    
a
{
	color: #2A41AD;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{ color:#C32410; text-decoration:none;}

ul
{
   
   
    list-style: none;
   
    }
ul li
{
	background-position: 5px;
	padding-left: 15px;
	background-image: url('images/b-gray.gif');
	background-repeat: no-repeat;
}


.ListItemTitle
{
    font-size: 13px;
    color: #2A41AD;
    font-weight: bold !important;
    text-decoration: none;
}

.ContentArea
{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
    
.PageHeading
{
	height: 22px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C32410;
	padding-left: 30px;
	background-image: url('images/page_heading_back.gif');
}

.ModuleHeading
{
	height: 22px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C32410;
	padding-left: 30px;
	background-image: url('images/page_heading_back.gif');
    
}

     /* 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;
}

.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); 
} 

/* This fixes ul li on radmenu */
.RadMenu_BSA100Year ul li
{
    background-image: none !important;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}