
body 
{
    font-family:Verdana;
    margin:3px;  
    height:100%;  
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.watermarked {
    background-color:#6FFFC3;
    border:1px solid #BEBEBE;
    color:gray;
    height:20px;
    padding:2px 0pt 0pt 2px;
    width:150px;
}
.modalContainer 
{
    background-color: White; 
    border: solid 1px black; 
    width: 400px;
	position:absolute;    
}
img
{
    border-width:0px;
}
table.captionTab td
{
    background-color:#a5edff;        
}
td.ccontent
{
    background-color:#F1FFED;
}
table.menuTab td
{
    background-color:#B1F69F;
    
}
table.menuTab td.content
{   
    white-space: nowrap;
    text-align:center;
    cursor:pointer;    
}
table.menuTab td.content a
{
    display:block;
    padding: 0px 10px 5px 10px; 
    color:Black;
    text-decoration:none;    
}
table.menuTab td.hi
{
     background-color:#F7DEF4;
}

/*headers*/
h1
{
    font-weight:normal;
    font-size:large;
    font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
}
h2
{
    font-weight:normal;
    font-size:medium;
    font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
}
ul, ol
{
    font-size:smaller;
    }
ul li
{
    list-style-type:square;
    }
a.inline
{
    color:Navy;
    font-weight:bold;
    }
a.inline:hover
{
    color:blue;
        }
td div
{
    font-weight:normal;
    font-size:small;
}

/*------features table-----*/
table.features
{
    background-color:#b1f69f;
    border-right:solid 1px #b1f69f;
    border-bottom:solid 1px #b1f69f;
    }
    table.features tr
{
    }
table.features td
{
    background-color:#f1ffed;
    padding:5px;
    font-size:x-small;
    border-left:solid 1px #b1f69f;
    border-top:solid 1px #b1f69f;
}
table.features td.value
{
   text-align:center;
}
    
table.features td.header
{
    background-color:#b1f69f;
    font-size:small;
    font-weight:bold;
    text-align:center;
    border-left:solid 1px #b1f69f;
    border-top:solid 1px #b1f69f;
    }
table.features td.mainHeader
{
    background-color:#228b22;
    color:white;
}
.tick
{
    width:16px;
    height:16px;
    background-image:url(../i/tick.gif);        
    margin-left:auto;
    margin-right:auto;
    }
	a img
{
    border-width:0px;
    }
/*---------------- action icons --------------------*/   
.actico{
     background:transparent url(../i/all-act-default.gif) 0px 0px no-repeat;    
     height:24px;
     width:24px;
     overflow:hidden;     
     vertical-align:middle;
}
/*----------------  list table -----------------------*/
table.listtable
{
	width:100%;	
	background-color: #b1f69f;
	text-align:left;
}

tr.listheader 
{
	background-color: #60BF60;
	color:#E6FFE6;	
}

td.listheader
{
	background-color: #60BF60;
	color:#E6FFE6;
	text-align:center;
}

tr.content 
{
	background-color: #f1ffed;
	color:black;
}

td.content
{
	
}
tr.footer
{
	background-color: #60BF60;
	color:white;
}
td.footer
{
	background-color: #60BF60;
	color:white;
}
/*----------------end list table --------------------*/
/*----------------Edit table ------------------------*/
span.rc /*a sign for required fields*/
{
	color:Red;
	}
span.editcomment /*some field comment like max size or format */
{
	font-size:smaller;
	color:Gray;
	}
table.edittable
{
	width:100%;	
	background-color: #B1F69F;
}

tr.editheader, table.mainTab tr.editheader 
{
	background-color: #B1F69F;
	color:#E6FFE6;	
}

td.editheader, th.editheader, table.mainTab td.editheader, table.mainTab th.editheader
{
	background-color: #B1F69F;
	color:Black;
	text-align:center;
	padding:3px;
}

tr.editcontent, table.mainTab tr.editcontent
{
	background-color: #BFFFBF;
	color:black;
}

td.editlabel, table.mainTab td.editlabel
{
	background-color: #BFFFBF;
	color:black;
	text-align:right;	
	padding:3px;
}
td.editvaluem, table.mainTab td.editvalue
{
	background-color: #BFFFBF;
	color:black;
	text-align:left;
	padding:3px;
}
tr.editfooter, table.mainTab tr.editfooter
{
	background-color: #B1F69F;
	color:black;	
}
td.editfooter, table.mainTab td.editfooter
{
    padding:5px 3px 5px 3px;
	background-color: #B1F69F;
	color:black;
	text-align:center;
	padding:3px;
}
.editerror
{
    background-color: #BFFFBF;
	color:red;
	font-weight:bold;
    }
.editok
{
    background-color: lime;
	color:black;
	font-weight:bold;
    }
/*----------------end edit table --------------------*/
.textCloseButton:link, .textCloseButton:visited
{
   font-family:Arial,sans-serif;
   font-size: small;
   font-weight:bold;
   color:#ffffff;   
   background-color:#CC0000;
   border-style:solid;
   border-color:#152923;
   border-width:1px;
   padding-left:3px;
   padding-right:3px;
   text-decoration:none;
}
.textCloseButton:hover, .textCloseButton:active
{
   color:#000000;
   background-color:#FF0033;
   border-color:#223A1E;
}
/*----------------spell checker --------------------*/
.correction{
		border-bottom:dotted 2px red;
		display:inline-block;
}
