body {
background-image:url("../images/backmis7.jpg");
background-repeat:repeat;
	/*background-color:#51608B;*/
	

}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14 {
	display:inline;
	float: left;
	
	margin-left: 0px;
	margin-right: 5px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .grid_1 {
	width:62px;
}

.container_14 .grid_2 {
	width:134px;
}

.container_14 .grid_3 {
	width:206px;
}

.container_14 .grid_4 {
	width:278px;
}

.container_14 .grid_5 {
	width:350px;
}

.container_14 .grid_6 {
	width:422px;
}

.container_14 .grid_7 {
	width:494px;
}

.container_14 .grid_8 {
	width:566px;
}

.container_14 .grid_9 {
	width:638px;
}

.container_14 .grid_10 {
	width:710px;
}

.container_14 .grid_11 {
	width:782px;
}

.container_14 .grid_12 {
	width:854px;
}

.container_14 .grid_13 {
	width:926px;
}

.container_14 .grid_14 {
	width:998px;
}

/* overall background of home page*/

#backgroundintranet1
{ 
 
	width:68%;
	height:737px;
	margin-left:15%;
	margin-right:15%;
	background-color:white;
	
	

}
#bodyintranet
{
	width:100%;
    height:71%;
	margin-left:20px;
	background-color:white;
	margin-left:0px;
  margin-top:2.5%;
  overflow:auto;
  
}
/* header of home page*/
#header
{   
 
	width:100%;
	height:20%;
    margin-left:0px;
   background-color:#272727;
   margin-top:0px;
  
}
a{
	font-family:Arial;
	font-size:medium;
	text-decoration:none;
	list-style:none; 
	color:white;
	border-color:red;
}
/*footer for home-page*/

#footer
{
	width:100%;
	height:25px;
	background-color:#dF8431;
	color:white;
	margin-top:0%;
	margin-left:0px;
	margin-right:1px;

	
}

#app_name
{margin-top:3px;
	width:101%;
	height:30px;
	background-color:white;
  /*background-image:url("../images/menu1.jpg");
  background-repeat:repeat;*/

	
}
 
 /***************************Menu bar*****************************/
.menu {
margin: 0px;
text-align:center;
padding:0px 0px 0px 0px;
position:relative; /*Make the container moveable*/
width:101%;     /*Main bar total width*/
font-size:0.85em;
padding-bottom:1px; /*Padding between the bottom of your mainbar and the rest of your page */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:5px;
list-style-type:none;
}
.menu ul ul {
width:270px; /* Cell size. Divide the main width (750px) by the number of cells you need */
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

/*TOP NAV*/
.menu li {
float:left;

width:145px; /* Cell size. Divide the main width (750px) by the number of cells you need */
position:relative;
padding:0 1px 0 1px;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:small;
text-decoration:none; 
font-family:"Lucida Sans";
font-weight:600;
color:black; 
width:146px; /* Defines the main box dimensions. */
height:30px; /*How tall your cells are*/
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background-image:url("../images/menu1.jpg");
padding-left:0px;
line-height:30px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */

}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:165px; 
w\idth:169px;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:16px;  /* adjust distance b/w main menu and children */
left:0px; 
width:175px;  /* Size of the daughter cells */
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:16px;
top:16px; /* IE gap between main bar and the dropdown items */
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */

/*SUB MENU ICONS*/
.menu ul ul a, .menu ul ul a:visited {

color:white; 
height:30px; 
line-height:40px; 
width:165px;
background-image:url("../images/menu1.jpg");
border-radius:0px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:145px;
w\idth:129px;
}


.menu :hover > a, .menu ul ul :hover > a {
color:white;
background:#DF8431;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}

a{

color:blue;
}
table {
  border: 2px solid #996;
  font: normal 80%/140% times new roman;
  color: red;
  font-weight:bold;
  background:#DF8431;
  color:#253958;
  border: 1px solid #cc9;
  padding: 0;
  font-weight:bold;
  text-align:left;
  }
  
td
{
color:black;
  border: 1px solid #cc9;
  padding: .3em;
  font-weight:bold;
   text-align:left;
  
}
.b
{
border:0;
padding: .0em;
}

/*****************************************************************/
