﻿/* Content Block */

h1.WhiteHeader {
color:#FFFFFF;
text-shadow:1px 1px 0px #30511C;
}

.Color_Block_NewMover{ 
background-color:#9FCF68;
background-image:url(../images/Header_Img.png);
 background-repeat:no-repeat;
background-position:top right 20%;
width: 100%;
padding:0 0 10px 0;
min-width:1000px;
min-height:100%;
position:relative;
z-index:0;
margin:0 0 30px 0;
}

.Color_Block_NewMover .Color_Block_NewMoverBox {
 vertical-align:top;
width: 940px;
padding:0; 
margin:0 auto;
display:table;
}





/*  New Mover Left Column */
.NewMover_LeftColumn {
width:65%;
float:left;
}

.NewMover_LeftColumn p{color:#555;}

.ReportBox_Grey {
padding:40px;
margin:0 0 40px 0;
-webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
background-color:#E5E2D9;
}

.ReportBox_Grey_Title {
font-size:21px;
 color:#666;
font-weight:bold;
margin:0 0 20px 0;
}

.ReportBox_Grey p{
color:#333;
font-size:14px;
line-height:1.65em;
}

.ReportBox_Grey table {margin-bottom:40px;}

.ReportBox_Grey table td.fieldTitle { 
width:200px;
padding:5px 0 7px 0;
f

.textbox { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    border: 1px solid #D6D6D6; 
     outline:0; 
    padding:0 7px;
    margin:0 0 7px 0;
    vertical-align:middle;
 } 
 
     vertical-align:middle;
 } 
 
 .ReportBox_Results {
padding:40px;
margin:0 0 40px 0;
-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
   border-radius: 7px;
background-color:#F2FFE4;
border:1px solid #D6D6D6;
}

.ReportBox_Results_Title {
font-size:21px;
line-height:1.4em;
color:#333;
font-weight:bold;
 }

.ReportBox_Results_TitleDetail {
font-size:14px;
color:#333;
margin:0 0 20px 0;
}

 .ReportBox_Results p {color:#555;}
 
 .ReportBox_Results p span {color:#000; font-weight:bold;}
 
   
 /*  New Mover Right Column */
 
.NewMover_Included {
width:280px;
position:relative;
float:right;
margin-right:10px;
}

.NewMover_Included p {
font-size:16px;
color:#555;
}
 
 .NewMover_Included ul {}

.NewMover_Included ul li{
list-style:none;
padding:0 0 30px 0;
display:inline-block;
width:280px;
}

.NewMover_Included ul li img{
vertical-align:middle;
float:left;
 margin-top:-10px;
}

.NewMover_MyReports {
width:280px;
position:relative;
float:right;
margin-right:10px;
}

.NewMover_MyReports p, .NewMover_MyReports p.MyReportsList {
font-size:16px;
 color:#000;
margin:0;
}

.NewMover_MyReports p.MyReportsList {margin:0;}

.NewMover_MyReports  a{
color: #E5762B;
font-size:13px;
line-height:1.4em;
font-weight:normal;
}

.NewMover_MyReports a:hover{
 text-decoration:underline;
}


/* Greeb Button */
.GreenButton14 {
   padding: 15px 20px;
   border:1px solid #579234;
   background: -webkit-gradient(linear, left top, left bottom, from(#69AF3F), to(#579234));
    background: -webkit-linear-gradient(top, #69AF3F, #579234);
   background: -moz-linear-gradient(top, #69AF3F, #579234);
   background: -ms-linear-gradient(top, #69AF3F, #579234);
   background: -o-linear-gradient(top, #69AF3F, #579234);
    background-color: #579234;
   box-shadow: 0px 0px 3px 0px #F4F4F4;
   -webkit-box-shadow: 0px 0px 5px 0px #DA6800;
   -moz-box-shadow: 0px 0px 5px 0px #F4F4F4;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 4px;
   text-shadow: #416C28 1px 1px 0px;
   color: #FFFFFF;
   font-size: 14px;
   font-family: Verdana;
   text-decoration: none;
   font-weight: normal;
   cursor: pointer;
   }
 .GreenButton14:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#60A039), to(#579234));
   background: -webkit-linear-gradient(top, #60A039, #579234);
   background: -moz-linear-gradient(top, #60A039, #579234);
    background: -ms-linear-gradient(top, #60A039, #579234);
   background: -o-linear-gradient(top, #60A039, #579234);
   background-color: #579234;
   box-shadow: 0px 0px 3px 0px #F4F4F4;
   -webkit-box-shadow: 0px 0px 5px 0px #579234;
    -moz-box-shadow: 0px 0px 5px 0px #F4F4F4;
   color: #FFFFFF;
   }
.GreenButton14:active {
   top: 1px;
   position: relative;
   }


