@charset "utf-8";
/* CSS Document */

h3 {
	color: #0000CC;
}

table {
	border-collapse:collapse;
	empty-cells:show;
	border-top-color: #8F8F8F;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	border-left-color: #8F8F8F;
}

td   {
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
    padding: 2px;
}

th    {
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	padding: 3px;
	line-height: 100%;
} 

input[type="checkbox"]{
	margin: 0px;
	padding: 0px;
    margin-left: 3px;
    background: transparent !important;
	border: 0
}

input[type="radio"]{
	margin: 0px;
	padding: 0px;
    margin-left: 1px;
    background: transparent !important;
	border: 0
} 

.navbar a.feedback:link {
	color: #000000;
	background-color: #FF0000;
	width: 45px;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thin solid #919191;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.navbar a.feedback:visited{
	color: #000000;
	background-color: #FF0000;
	width: 45px;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;	border: thin solid #919191;
    font-weight: bold;
	}

.navbar a.feedback:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}

input {
	background-color: #EAEAEA !important;
    }

body{
	color: #000000;
	text-align: left;
	line-height: 140%;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-color: #919191;
	margin: 0px;
	padding: 0px;
	}

a:link{
    color: #0000FF;
	text-decoration: none;
	}

a:visited {
    color: #0000FF;
	text-decoration: none;
	 }
	 
a:hover {
	color: #FF6600;
	text-decoration: none;
	  }
	  
.container  {
	border: thin solid #000000;
	margin: 10px;
	width: 950px;
	background-color: #FAFAFA;
    position: absolute;
}

.contents   {
	margin: 0px;
	padding: 10px;
}


.sub_boxes {
	background-color: #C8E0FD;
	padding: 5px;
	float: left;
	width: 200px;
	margin-right: 10px;
	border: thin solid #CCCCCC;
	margin-bottom: 10px;
}

.header   {
	background-color: #FAFAFA;
	background-image: url(images/mpcLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 91px;
    float:left;
}

.divider   {
	background-color: #00004A;
	height: 15px;
	width: 100%;
	margin: 0px;
	padding: 0px;
    clear: both;
}

.navbar   {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.navbar a:link{
	color: #000000;
	background-color: #FAD501;
	width: 45px;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thin solid #919191;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
.navbar a:visited {
	color: #000000;
	background-color: #FAD501;
	width: 45px;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;	border: thin solid #919191;
    font-weight: bold;
	}

.navbar a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
.navbar a:active { 
	color: #333333;
	}

.link_boxes {
	background-color: #C8E0FD;
	float: right;
	width: 200px;
	margin-right: 10px;
	border: thin solid #CCCCCC;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
    line-height: 120%;
}

.link_box_title  {
	font-weight: bold;
}

h2  {
	font-size: 1.1em;
	font-weight: bold;
}

.clear {
	clear: both;
}

.alerttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0000;
}

.mailboxestable_wrapper {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 945px;
	clear: both;
}

.mailboxestable {
	margin: 0px;
	padding: 0px;
	width: 938px;
	overflow: scroll;
	height: 400px;

}

.tableheader {
	width:129px;
	text-align: center;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 30%;
}

.float_container {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding-left: 40px;
}

.float_box {
	background-color: #E2E2E2;
	text-align: left;
	padding: 3px;
	float: left;
	border: thin solid #3A3A3A;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 31%;
	height: 120px;
	overflow: auto;
}

.date_search {
	background-color: #E2E2E2;
	text-align: left;
	padding: 3px;
	border: thin solid #3A3A3A;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 15px;
	width: 30%;
	height: 120px;
	overflow: auto;
	clear: both;
}


.footer {
	background-color: #000099;
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-align: center;
}

.mailbox_info  {
	background-color: #66FF66;
}

.tinytext   {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
}

.gianttext {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
}

.mngactfloat_boxes  {
	background-color: #E2E2E2;
	text-align: left;
	padding: 3px;
	float: left;
	border: thin solid #3A3A3A;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 35%;
	overflow: auto;
}

.graytext {
	color: #979797;
}

.helptitles {
	font-size: 1.1em;
	color: #000099;
	background-color: #FFFFCC;
	clear: both;
}

.helpcontainer {
	width: 75%;
	text-align: justify;
	float: left; 
}

.img_right {
	float: right;
	border: thin solid #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
    clear: both;
}

.accountable_pack_column {
	background-color: #F8F9BF;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F6F6F;
	border-right-color: #6F6F6F;
	border-bottom-color: #6F6F6F;
	border-left-color: #6F6F6F;
	word-spacing: .2em;
	border-left-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right-width: thin;
}

.accountable_pack_header {
	background-color: #F8F9BF;
	border: thin outset #6F6F6F;
}

.barcode_area {
	background-color: #E2EFFE;
	padding: 10px;
	float: left;
	width: 28%;
	margin-bottom: 10px;
	margin-right: 30px;
	border: thin solid #666666;
}

.quicklog {
	background-color: #F8F9BF;
	padding: 2px;
	width: 24%;
	border: thin solid #666666;
}

.barcode_area h4 {
   margin: 0px;
   padding: 0px;
}

.barcode_area_confirm h4 {
   margin: 0px;
   padding: 0px;
}

.barcode_area_confirm {
	background-color: #E2EFFE;
	padding: 10px;
	float: left;
	width: 28%;
	margin-bottom: 10px;
	margin-right: 30px;
	border: thin solid #00CC00;
}

.barcode_area_confirm p {
    margin:0px;
	padding: 0px;
	color:#339900;
}

.customer_mail_light_container {
	float: left;
	width: 175px;
	padding-top: 50px;
	text-align: center;
}

.customer_mail_table_container {
	float: left;
	width: 550px;
	padding-left: 20px;
    margin: 0px;
	padding-top: 0px;
}

.customer_edit_account {
	padding: 10px;
	padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #DEDEDE;
	border: thin solid #626262;
	width: 450px;
}

.store_edit_account {
	padding: 10px;
	padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
	clear: both;
	background-color: #DEDEDE;
	border: thin solid #626262;
	width: 450px;
}

.highlighted_paragraph {
	background-color: #FFFFCC;
}

.small_alert {
	font-size: .9em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
}

.messages_alert {
	background-color: #C8E0FD;
	float: right;
	margin-right: 30px;
	border: thin solid #636363;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	display: inline;
    width: 150px;
}

.smallredtext {
	font-size: 0.9em;
	color: #FF0000;
	font-weight: bold;
}

.smallgreentext {
	font-size: 0.9em;
	color: #00CC00;
	font-weight: bold;
}

.loginbox {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 0px;
	padding-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.loginbox p {
   margin: 0px;
   padding: 0px;
}

.homebox {
	width: 65%;
	text-align: justify;
	float: left; 
}

.printbuttons {
	width: 30%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 } 
 
 .floatleft {
   float: left;
 }
 
 .floatright {
  float: right;
  padding-right: 30px;
 }
 
 .floatright a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 .labelwrapper {
 	font-size: 16pt;
	margin: 0px;
	width: 400px;
	padding-top: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
 }
 
 .multiplelabelwrapper {
 	font-size: 16pt;
	margin: 0px;
	width: 400px;
	padding-top: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF; 
 }
 
 
 .form_barcode_wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 30%;
    page-break-before: avoid;
}

.label_barcode_wrapper {
    page-break-before: avoid;
}

 .boxnumber {
    font-size: 50pt;
    height: auto;
    line-height: normal;
 }
 
  .mailslotted {
	float: right;
	padding-right: 30px;
	vertical-align: top;
 }
 
 .vts_mpcn_logo  {
	position:absolute;
	right:0px;
	top:0px;
}

.vts_mpcn_logo a  {
  border: none;
}

