<!-- 
::selection{ background-color: #E13300; color: white;}
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {color: #000;margin-left:5px;margin-right:5px;padding:0;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}
.twoColFixLtHdr #container {width: 100%;background: #FFFFFF;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar *//* the auto margins (in conjunction with a width) center the page */border: 0px solid #000000;text-align: justify;/* this overrides the text-align: center on the body element. */} 
.twoColFixLtHdr #header {height:80px;padding: 0 0px 0 0px;color:#f5f5f5; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} 
.twoColFixLtHdr #menu {height:25px;padding: 0 0px 0 0px;color:#FFF;} 
.twoColFixLtHdr .logo {display:block;background-image:url(images/logo.gif);width:200px;height:60px;background-repeat:no-repeat;} 
.twoColFixLtHdr #back-border {background:#060;height:5px;padding: 5;} 
.twoColFixLtHdr #header h1 {margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}
.twoColFixLtHdr #sidebar1 {float: left; /* since this element is floated, a width must be given */width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */padding: 15px 10px 15px 20px;}
.twoColFixLtHdr #mainContent {margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */} 
.twoColFixLtHdr #footer {background-color:#fff;height:40px;padding: 5px 5px 0 10px;border-top:solid 1px #717171;text-align:center; /* this padding matches the left alignment of the elements in the divs that appear above it. */} 
.twoColFixLtHdr #footer p {margin: 0; padding: 10px 0;}
.fltrt { float: right;margin-left: 8px;}
.fltlft {float: left;margin-right: 8px;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
img{border:none;}
#selectable .ui-selecting { background: #FECA40;}
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#selectable li { margin: 3px; padding: 0.3em; height: 15px; }
#selectable li a{ text-decoration:none;}
.scroll-pane { overflow: auto; width: 99%; float:left; }
.scroll-content { width: 2440px; float: left; }
.scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.nav{padding:15px 15px;}.nav ul{margin:0;padding:0;list-style:none;}.nav li{display:inline;margin:0;padding:0;}.nav li a:link{color:#FC3;font-size:12px;text-decoration:none;font-weight:normal;}.nav li a:visited{color:#FC3;font-size:12px;text-decoration:none;font-weight:normal;}.nav li a:hover{color:#000;font-size:12px;text-decoration:none;font-weight:normal;background-color:#f5f5f5;}.nav li a:active{color:White;font-size:12px;text-decoration:none;font-weight:normal;}
--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
.dropdown_menu{}
.dropdown_menu ul {font-family: Verdana;font-size: 11px;margin: 0;padding: 0;list-style: none;}
.dropdown_menu ul li { display: block; position: relative; float: left;}
.dropdown_menu li ul { display: none; }
.dropdown_menu ul li a { display: block; text-decoration: none; color: #ffffff;  padding: 12px 15px 12px 15px;background:#333; margin-left: 1px; white-space: nowrap;}
.dropdown_menu ul li a:hover { background:#333;}
.dropdown_menu li:hover ul { display:block;z-index:1; position: absolute; margin-left:-10px;}
.dropdown_menu li:hover li { float: none; font-size: 11px;}
.dropdown_menu li:hover a { background:#333; }
.dropdown_menu li:hover li a:hover { background:#666;border-bottom:solid 1px #fff;color:#333; }
.row1{background-color:#F5F5F5;text-align:left;}
.row2{background-color:#fff;text-align:left;}
a.deleteIcon{display: block;color:#03F;width: 15px;height: 15px;background:url(images/delete.PNG) no-repeat 0 0;}
a.editIcon{display: block;width: 15px;height: 15px;background:url(  'images/edit.png' ) no-repeat 0 0;}
.MainHeader{height:20px;background-color:#9C0;color:#FFF;padding:5;margin:0}
.alertBox{background-color:#fff;}
.ColHeader{height:20px;background-color:#43ace6;color:#fff;}