﻿

.group {

    border: 1px solid #999;
    background: #D1E0B2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width:93%;
    margin-left:22px;
    text-align:center;
}
 

.group1 {

    border: 1px solid #999;   
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width:93%;
    margin-left:22px;
    text-align:center;
}

.groupLeft {

    border: 1px solid #999;   
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width:100%;
    margin-left:22px;
    text-align:center;
}

.group h2 {
    background-color: #386FA5;
    padding: .1em .3em;
    margin-top: 0;
    color: #fff;
    font-size: 1.6em;
    font-weight: normal;
    text-shadow: 0 1px 0 #777;
    -moz-box-shadow: 1px 1px 15px #999 inset;
    -webkit-box-shadow: 1px 1px 15px #999 inset;
    box-shadow: 1px 1px 15px #999 inset; 
    margin-left: 0;
    margin-right: 0;  
    width: 98%;
}

.tdlabel {

    border-style: none; 
	border-width: medium;
    background: #e5e5e5;
	text-align:right;
	color: #0052A3;   
}
.tdvalue {

    border-style: none; 
	border-width: medium;
    background: #fff;
	text-align:left;
	color: #293D00;   
}

.DivStyle {
    width: 200px;
    height: 150px;
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    border-radius:25px;
    text-align:center;
       vertical-align:middle;
    display: table-cell;
    font-size:25px;
    font-family:Georgia,serif;
     white-space:normal;
}