/*#############################################################

			MPCS GLOBAL SYSTEMS

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #323232;
	
}

@font-face {
    font-family: 'michromaregular';
    src: url('michroma_400-webfont.woff2') format('woff2'),
         url('michroma_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.phoenyx {font-family: 'michromaregular';
}

.tabletitle {font-size:1.3em;
	
}
a:hover {
	color: #7f7f7f;
}
body {
	background: #3f3f3f url(img/header.gif) repeat-x;
	color: #151515;
	font: normal 85% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
}

h1,h2,h3 {
	color: #06C;
	padding: 6px 0px 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/topleft2.png) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	text-align:center;
	padding: 0px 0 0 74px;
}
.title h1 {
	color: #6495ED;
	font: normal 2em Verdana,sans-serif;
	
	
}
/* navigation */
.navigation {
list-style:none;
margin:0 auto;
padding:0;
width:%100;
font-size: 10px;
position:absolute; 
top:68; 
left:50%;

}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 16px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #838383;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}


/* content */
.content {
	float: center;
	margin-right: 4%;
	width: 100%;
}
.content .descr {
	color: #6495ED;
	margin-bottom: 6px;
}

/* footer */
.toplinks {
	padding-bottom: 0.5em;
}
.footer {
	background: #3f3f3f url(img/bgfooter.gif) repeat-x;
	color: #3f3f3f;
	font-size: 1.1em;
	padding-top: 15px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */


.faqheader{
font-size:15px;
font-weight:bold;
margin-bottom:0px;
}

.faqbody{
font-size:13px;
margin-top:0px;
margin-bottom:15px;
text-align:justify;
}

#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:600px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #339933; background:#ccf9b9; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('js/swfupload/cancel.png') no-repeat; cursor:pointer; }

.notices {
    background: #FFF6BF;
    color: #332d14;
    border-color: #FFD324;
	width: 900px;
}

.success {

  background: #E6EFC2;
  color: #529214;
  border-color: #C6D880;
}

.error {
  background: #FBE3E4; 
  color: #D12F19; 
  border-color: #FBC2C4;
}




/*    Start of button styles   */

.button {
  border: none;
  color: white;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
  transition-duration: 0.4s;
  cursor: pointer;
}


.buttonblue {
  background-color: white; 
  color: black;
  border-radius: 10px; 
  border: 2px solid #06C;
}

.buttonblue2 {
  background-color: white; 
  color: black;
  border: 2px solid #06C;
  
  
}

.buttonblue:hover {
  background-color: #06C;
  color: white;
}
.buttonblue2:hover {
  background-color: #06C;
  color: white;
}

.sections {
	max-width: 800px;
	min-width: 100px;
	text-align:left;
	resize:both;
}

.sectionsol {
	 counter-reset: list;
     display: table;
	 list-style-position:inside;
	 margin-left: 20px;
	 padding-left: 40px;
	
}


          
      
   

