/* Salt - Ice Control Page Specific formatting & layout */

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%;
}

* { font-family: verdana;
}

/* sizing mods to content layout */

#content_head_wrapper {
	width: 600px;
}

#main_content_wrapper {
	width: 600px;
	top: 220px;
}

/* left side pop up menu variations */

#left_bar_wrapper { height: 1500px;
}

#left_nav { position: absolute;
top: 1030px;
}

#left_nav_rci { display: block;
position: absolute;
top: 90px;
left: 0px;
border: solid 1px #C3C3C3;
border-width: 23px 0px 0px 0px;
margin: 0px;
padding: 0px;
margin: 0px;
}

#left_nav_rci, #left_nav_rci li {
list-style-type: none;
width: 100%;
text-align: left;
}

#left_nav_rci li { 
line-height: 1em;
padding-top: 8px;
font: 8pt verdana;

}

#left_nav_rci li ul li a {
color: #EF8400;
}
 
#left_nav_rci li ul li a:hover {
text-decoration: underline;
color: green;
border-left: solid 5px green;
z-index:1000;
}
/* link hover over handling */

#left_nav_rci a
{ display: block;
text-decoration: none;
font: 8pt verdana ;
color: #0F6996;
border-left: solid 5px #E1E1E1;
padding: 0 5px;
margin-left: 5px;
}

#left_nav_rci li a:hover {
text-decoration: none;
color: #0F6996;
border-left: solid 5px #E1E1E1;
z-index:1000;

}

#left_nav_rci .sm
{ font: bold 8pt "verdana";
}

/* index table formatting */

#rci_fr { margin: 0px;
padding: 0px;
border: solid #787878;
border-width: 0px;
border-collapse: collapse;
width: 600px;
height: 300px;
}

#rci_fr td {
padding: 20px 0px;
border: solid #787878;
border-width: 1px;
border-collapse: collapse;
text-align: center;
vertical-align: middle;
}

#rci_fr h5 { font: bold 10pt verdana;
}

#rci_fr th {
color: #fff;
padding: 3px 0px;
background-color: #336633;
border: solid 1px #fff;
}

/* ice control flyout menu */

/*

#rci_flyout ul { position: absolute;
top: 10px;
left: 130px;
display: none;
z-index: 8;
}

li#rci_flyout:hover ul {
position: absolute;
display: block;
height: 60px;
width: 100px;
z-index: 8;
cursor: pointer;
border: solid 1px #0F6996;
border-width: 1px 0px;
background-color: #fff;
padding-left: 10px;
}


#rci_flyout ul a { display: block;
text-align: left;
}

li#rci_flyout:hover ul li {
line-height: 10px;
margin: 0px;
font-size: 8pt;
}

*/

/* specific content formatting */





