/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */

#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

.clearbtn a:link{cursor:pointer;color:#A1B9ED;
text-decoration: none;padding: 0pt 7px;display: inline;font:18px/18px aria,sans-serif;height:20px;top:2px;margin:4px -8px 4px 0;
}
.clearbtn a:visited{cursor:pointer;color:#A1B9ED;
text-decoration: none;padding: 0pt 7px;display: inline;font:18px/18px aria,sans-serif;height:20px;top:2px;margin:4px -8px 4px 0;
}

.clearbtn a {cursor:pointer;
text-decoration: none;
}

.sortByArrow {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    cursor: pointer;
}

.clearbtn a:hover {cursor:pointer;color:blue;text-decoration: none;}

h4 {
border-bottom:1px solid #DDDDDD;
color:#333333;
font-weight:bold;
margin-bottom:8px;
padding-bottom:2px;
}

body { margin: 0px; background-color:#EBE9DB;text-align:center;}

h5 {
background-color:#E5ECF9;
border-bottom:1px solid #DDDDDD;
font-size:100%;
margin:0 0 0 0px;
padding-top:3px;
height:28px;
position:relative;
}

#content {
	    min-height:400px;  
	    height:auto !important;
	    _height: 400px;
       	       
}
#bodywrap {
	    width: 960px;
	    height: auto;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto; 
	    background: #ffffff;
	    border: 1px #E6E6E6 solid;
	}