 /**
* Stylish Select 0.4.5 - $ plugin to replace a select drop down box with a stylable unordered list
* http://scottdarby.com/
*
* Copyright (c) 2009 Scott Darby
*
* Requires: jQuery 1.3 or newer
*
* Dual licensed under the MIT and GPL licenses.
*/

/**

/*
* Red example
---------------------------------------------------------*/

.stylish-select ul.newList {
  margin:0;
  padding:0;
  list-style:none;  
  border:1px solid #b7b7b7;
  overflow-x:hidden;overflow-y:auto;
   position:absolute;  z-index:9999;
}

.stylish-select ul.newList li{float:left}
.stylish-select ul.newList a {
display:block; color:#999;background:#FFF;  font-size:13px;padding: 4px 13px 4px 8px;margin: 0;cursor:default !important; text-decoration:none;outline:none;
}

.stylish-select .newListSelected {padding:0; width:238px;z-index:2;float:left;font-weight:bold;float:left}
.stylish-select ul.newList li a:focus { -moz-outline-style: none;}

.stylish-select .selectedTxt {
font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#999;text-decoration:none;
overflow:hidden;height:28px; line-height:27px;cursor:default;padding:2px 0 0 10px;width:249px;display:inline-block;white-space:nowrap}

.stylish-select .selectedTxtWrp{padding-right:30px;display:inline-block;height:30px;float:left}

.stylish-select .hLite,.stylish-select .hiLite {
 background:#e9e9e9 !important;
  color:#666!important;
  cursor:default;
}

.stylish-select .newListHover {
  background:#e9e9e9 !important;
  color:#666!important;
  cursor:default;
}
/*
.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
  background-position:0 -22px;
  cursor:default;
}

.stylish-select .newListOptionTitle {
  font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
  margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
  font-weight:normal;
  border-left:1px solid #ccc;
}
*/


/*Added for Day, Month and Year*/


.dd210 .newListSelected,.dd210 .SSContainerDivWrapper{width:210px;}
.dd210 ul.newList {width:208px}
.dd210 ul.newList a{width:187px}
.dd210 .selectedTxt {width:170px} /*210 - 40 */

.dd302 .newListSelected,.dd302 .SSContainerDivWrapper{width:302px;}
.dd302 ul.newList {width:300px}
.dd302 ul.newList a{width:279px}
.dd302 .selectedTxt{width:262px}

.dd80 .newListSelected,.dd80 .SSContainerDivWrapper{width:80px;}
.dd80 ul.newList {width:78px}/* 80-2 */
.dd80 ul.newList a{width:57px}/* 80-23 */
.dd80 .selectedTxt {width:40px}/* 80-40 */

.dd134 .newListSelected,.dd134  .SSContainerDivWrapper {width:134px}
.dd134 ul.newList {width:132px}
.dd134 ul.newList a{width:111px}
.dd134 .selectedTxt {width:94px;}

.dd140 .newListSelected,.dd140  .SSContainerDivWrapper {width:140px}
.dd140 ul.newList {width:138px}
.dd140 ul.newList a{width:117px}
.dd140 .selectedTxt {width:100px;}

.dd102 .newListSelected,.dd102 .SSContainerDivWrapper {width:101px}
.dd102 ul.newList {width:99px}
.dd102 ul.newList a{width:80px}
.dd102 .selectedTxt {width:61px;}

.cmbDefine100 .newListSelected,.cmbDefine100 .SSContainerDivWrapper {width:90px}
.cmbDefine100 ul.newList {width:88px}
.cmbDefine100 ul.newList a{width:67px}
.cmbDefine100 .selectedTxt {width:50px;}



