﻿

body
{	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
    font-weight: 500;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    letter-spacing: 1px;
    background-image: url(../../images/backgr_body.jpg);
    background-repeat:repeat-x;
    background-color: #89C041;
	margin-top: 0px;
	list-style-image:url(images/bullet.gif);
	
}
.Content {
	width:976px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
	}	

table tr td
{
    font-weight: 500;
    font-size: 11px;
    font-family: arial, Tahoma, Verdana;
	
    margin-left: 0px;
	margin-top: 0px;
    list-style-image:url(images/bullet.gif);
}

body tr td a:link
{
    color: #5f9c0f;
    text-decoration: none;
    font-weight:bolder;
	
}
body tr td a:visited
{
    color: #FF8C0A;
    text-decoration: none;
    font-weight:bolder;
    
}
a:hover
{
	color: #FF8C0A;
    text-decoration: underline;
}
body tr td a:hover
{
	color: #FF8C0A;
    text-decoration: underline;
}
a.header:hover 
{
	font-size: 11px;
	font-family:Arial, Tahoma, Verdana;
	color:#FF8C0A;
}
.li
{
list-style-image:url(images/bullet.gif);
}

#Shadow
{
/*border: solid 1px #89BF40;*/
border-collapse: collapse;
background-color: White;
margin-bottom: 2px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color="#76857b",Direction=90, Strength=7)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(color="#76857b",Direction=90, Strength=10);
/*for mozilla */
-moz-box-shadow: 7px 7px  7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: #76857b 7px 7px 7px;
border-radius : 15px 15px 15px 15px; 
-moz-border-radius : 15px 15px 15px 15px; 
-webkit-border-radius : 15px 15px 15px 15px;
}

#ShadowTD
{
/*border: solid 1px #cccccc;
border-collapse: collapse;*/
background-color: White;
margin-bottom: 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color="#e6e9e2",Direction=135, Strength=5);
/*for mozilla */
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: #e6e9e2 3px 3px 5px;
border-radius : 0px 0px 20px 0px; 
-moz-border-radius : 0px 0px 20px 0px; 
-webkit-border-radius : 0px 0px 20px 0px;
}
.Shadow
{
border: solid 1px #89BF40;
border-collapse: collapse;
background-color: White;
margin-bottom: 1px;
filter: progid:DXImageTransform.Microsoft.Shadow(color="#76857b",Direction=135, Strength=7);
/*for mozilla */
-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: #76857b 5px 5px 8px;
}
#LayerSocial
{
	width:40px;
	height:90px;
	z-index:5;
	
	}
#Layer1 {
	width:198px;
	padding:10px;
	background-color:#C8EB9B;
	z-index:1;
	color:#666666;
	border-radius : 0px 20px 0px 0px; 
	-moz-border-radius : 0px 20px 0px 0px; 
	-webkit-border-radius : 0px 20px 0px 0px;  
	border : 1px solid #C8EB9B;
}
#Layer2 {
	width:198px;
	padding:10px;
	z-index:2;
	background-color:#a5d861;
	color:#666666;
	border-radius : 0px 20px 0px 0px; 
	-moz-border-radius : 0px 20px 0px 0px; 
	-webkit-border-radius : 0px 20px 0px 0px;  
	border: 1px solid #a5d861;
}
#Layer3 {
	width:198px;
	padding:10px;
	z-index:3;
	background-color:#89C041;
	color:#576161;
	border-radius : 0px 20px 0px 0px; 
	-moz-border-radius : 0px 20px 0px 0px; 
	-webkit-border-radius : 0px 20px 0px 0px;  
	border : 1px solid #89C041;
}
#Layer4 {
	width:198px;
	padding:10px;
	z-index:4;
	background-color:#6db30b;
	color:#333535;
	border-radius : 0px 20px 0px 0px; 
	-moz-border-radius : 0px 20px 0px 0px; 
	-webkit-border-radius : 0px 20px 0px 0px;  
	border: 1px solid #6db30b;
}
.form_label
{
	font-family: Arial,Tahoma,Verdana; 
	font-size: 11px;
	color:#4d4d4d;
	font-weight:bolder;
	letter-spacing:1px;
}
.form_textbox
{
	border-style: dotted; 
	border-width: 1px; 
	border-color: #b7de82; 
	background-color: #ffffff; 
	font-family: Arial,Tahoma,Verdana; 
	font-size: 12px;
	color:#737373;
	font-weight:bolder;
	letter-spacing:1px;
	width:270px;
	padding:4px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#76857b",Direction=135, Strength=3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: #76857b 1px 1px 2px;

}
.tdborder
{
	border-bottom:1px dashed #89C041;
	padding-top:7px;
	padding-bottom:7px;

	}
.button
{
	border: 2px outset #89BF40;
	background-color: #C8EB9B;
	text-align: center;
	padding:7px;
	border-radius : 7px; 
	-moz-border-radius : 7px; 
	-webkit-border-radius : 7px;  	
}
.button:hover
{
	border: 2px outset #89BF40;
	background-color: #F3F8E6;
	text-align: center;
	padding:7px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
}
.msg
{
	font-weight: bold;
	color: #FF8C0A;
	font-size: 12px;
}
h1
{
	color: #5f9c0f;
	font-weight:bold;
	font-size: 17px;
	font-family: Arial, Tahoma, Verdana;
	
}

.question
{
	color:#60a008;
	font-weight:bolder;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial;
	
}
.small_title
{
	color:#000000;
	font-weight:800;
	font-size:12px;
	
}
.li
{
list-style-image: url(images/bullet.gif);
margin-top:5px;
}
img
{
border:0px;	
}

.tdborders
{
border-top:#88bf40 1px solid; 
border-bottom:#88bf40 1px solid; 
border-right:#88bf40 1px solid; 
border-left:#88bf40 1px solid;
}

hr
{
    /*for mozilla */
	border-width: 1px; 
    color: #89C041;
    border-style:dashed;
    
}
.form_background
{
	
	border:2px  dotted #ff8c0a;
	
}
.shadow_devider
{
	/*background-image:url(../../images/long_shadow.jpg);*/
	
	padding: 10px;
	border: 1px dashed #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.panelComments
{
	border:1px #89C041 dashed;
	padding:7px;
	background-color:#eee2aa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#76857b",Direction=135, Strength=7);
	/*for mozilla */
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: #76857b 3px 3px 4px;
	
	}
