  #floating_navigation
{
        width                : 920px;
	height               : 30px;
        padding-top          : 5px;
        position             : fixed;
        bottom               : 0;
        text-align           : center;
        background           : url(../images/bottum.gif) no-repeat;
       
        z-index              : 20;
}
#nagvigation_show
{
        position             : fixed;
        bottom               : 0;
        width                : 920px;
	height               : 185px;
        z-index              : 30;
        bottom               : 0;
        background           : url(../images/bottum.gif) no-repeat;
         
}
#hideicon
{
        margin-top           : 15px;
        margin-left          : 5px;
        float                : left;
        width                : 22px;
        height               : 22px;
        background           : url(/images/icon_close.png) no-repeat;
         behavior             : url(/images/iepngfix.htc);
         cursor              : pointer;
}

#showicon
{
        margin-top           : 5px;
        margin-right         : 15px;
        float                : right;
        width                : 22px;
        height               : 22px;
        background           : url(/images/icon_open.png) no-repeat;
         behavior             : url(/images/iepngfix.htc);
         cursor              : pointer;
}
div.footer
{

        margin-left            : 30px;
        float                  : left;
        width                  : 800px;
}

ul.footer
{

        padding-top            : 10px;
        margin                 : 0 0px 0 0px;

        list-style             : none;
        float                  : left;
      
}
li.footer
{
       
         display                : inline;
         border-left            : 1px solid;
         border-left-color      : #777;
}
li.footer a
{
        cursor                  :pointer;
        font-size               : 9px;
        margin                  : 0 5px 0 5px;
        text-decoration         :none;
        color                  : #777;
}
#flash {
	margin: 20px;
	padding: 10px;
	z-index: 100;
	background-color: #A2D8EC;
	border: 4px solid #0D95CD;
	color: #293F1B;
        -moz-border-radius: 10px;

}
#flash h2 {
	background-color: #0D95CD;
        -moz-border-radius: 10px;
	padding: 5px;
	color: #fff;
}
#flash div, #flash .action {
	font-size: 1.2em;
	line-height: 1.3em;
}



/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #A2D8EC;
        -moz-border-radius: 10px;
	background-repeat: repeat-x;
	border: 2px solid #0D95CD;
	font-size: 15px;
	font-weight: bold !important;
	color: #666666 !important;
	color: #666666;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
        margin-left:25px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
}

