@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {margin:5 px;}

li,dd {margin-left:1em;}

fieldset {padding:.5em;}

a {
	text-decoration:none;
	color:grey;
	font-weight:bold;
	}

.contentpagetitle{font-size:24px;}

a:hover {
	text-decoration:none;
	color:#000;
	}

h1,.componentheading {
	font-size:26px;
	font-weight:bold;
	}

h2,.contentheading {font-size:18px;}

h3 {font-size:14px;}

h4 {font-size:15px;}

h5 {font-size:16px;}

h6 {
	font-size:14px;
	font-weight:700;
	text-align:justify;
	text-justify: newspaper;
	}

p	{
	color:#333;
	text-align:justify;
	text-justify: newspaper;
	}

.small,.createdate,.modifydate,.date,.mosimage_caption {
	font-size:9px;
	color:#999;
	}

body {
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image:url(../images/background_1.jpg);
	background-repeat:no-repeat;
	background-color:#114a98;
	background-attachment:fixed;
	background-position:bottom center;
	height:100%
	}

#container{
	min-width:1280px;
	max-width:1280px;
	width:auto !important;
	
	position:absolute;
	left:50%;
	margin-left:-640px; 
	z-index:500;
	}
	
#footer {
	height:160px;
	clear:both;
	text-align:center;
	background-image:url(../images/menu.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	position: fixed; 
  	bottom: 0;
  	left: 0;
  	right: 0;
 	z-index: 1000;
	/*background-color:#0FF;*/
	}

#inside_footer{
	min-width:1024px;
	max-width:1024px;
	width:auto !important;
	text-align:left;
	position:absolute;
	left:50%;
	margin-left:-512px; 
	margin-top:90px;
	
	
	}



#flash {
	position: fixed; 
	margin-top:-150px;
  	top: 0;
  	left: 0;
  	right: 0;
  	z-index: 1;
	/*background-color:#F0F;*/
	}
	

	
.moduletable_menu{
	
	color:#333;
	margin-left:355px;
	background-color:#F90;
	display:block;

}

ul.menu
{
	font-size:30px;
	list-style-type: none;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333;
}
ul.menu li
{
	float:left;
	color:#333;
   
}


/* #####################  MODULE TABLES WITH INPUT  #################*/ 
.moduletablesok {}
.inputboxsok{}	

/*##################### NAVIGATION SECTION #####################*/	
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#333;}
	a.pathway:link {color:#659FDE;}
	a.pathway:visited {color:#659FDE;}
	a.pathway:active {color:#659FDE;}
	a.pathway:hover {color:#659FDE;text-decoration:underline;}


		
.form_item{
	margin-top:15%;
	margin-left:432px;
	margin-right:432px;
	height:250px;

	
	
	background-image:url(../images/login.png);

	/*background-color:#C90;*/
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
		}
.chronoform{background-color:#0FF;
visibility:hidden;}


