/**
 *
 * jQuery plugin
 * Customigied the original plugin(www.ybresson.com)
 *
 * Default styles
 *
 */
 
.popupDiv {
	 
	 width:480px !important;
	
	 }
	 
.popupDivLarge {
	 
	/*width:700px !important;*/
	/*widows:640px;*/
	
	 }
	 
.nb{
   border:none;
   width:400px !important;
}

#popup {
	
	/*border: 10px solid #060606;*/	
	border: 5px solid #B2E7FB;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size: 12px;
	background: #fff;
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6 */
	z-index: 20;
	color:#333333;
	text-align:left;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

#popup_bg {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6 */
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 10;
	text-align:
 
}

.popupBorder{
	margin:0px;
	border:none;

}

.popupWrapper{
	
	clear:both;
	padding:0px;
}

h1.popup_title {
	clear:both;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:10px;
	padding-right:0px;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('../image/close-button.jpg') no-repeat scroll 0 0; 
  font-size:14px;
  font-weight:bold;
  color:#CC0000 !important;
  cursor: pointer;
  float:right;
  margin:0px 0px;
  
}


#popup_message {
  /*padding: 8px;*/
  background: #ffffff;
 }

#popup_message .frmInner{
 padding: 8px;	
}

/* CSS for FORMS */

#popup fieldset {
    background: #f6f6f6;
    padding: 20px;
    font-size: 12px;
}

#popup .field {
	margin-bottom: 5px;
	clear: both;
}

#popup .field label{
	display: block;
	font-size: 11px;
	color: #666;
	margin-bottom: 2px;
}

#popup label.nc {
	clear: none;
	display: inline;
}

#popup .fieldWithErrors label {
	font-weight: bold;
	color: #c9282d;
}

#popup .field input, .field select {
	width: 95%;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	border: 1px solid #aaa;
}

#popup #captha input[type=text]{
 display:inline;
 width:100px;
 
}


.txtddn-wrapper {
	width: 95%;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	border: 1px solid #aaa;
	float: left;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:5px;
}

.txtddn-btn {
   width: 20px;
   float: right;
   background: url(../image/ddn-arrow.gif) no-repeat center;
   cursor: pointer;
   margin-top:5px;
}

ul.ddnlist {
  border: 1px solid #AAAAAA;
  padding: 0px;
  list-style: none;
  background:#FFFFFF;
  margin: 0px;
  height:180px;
  overflow:auto;
}

ul.ddnlist li {
  border-bottom: 1px dotted #696969;
  padding: 2px;
  display: block;
  list-style: none;
  margin: 0px;
}

ul.ddnlist li:hover {
  background-color: #AAAAAA;
  cursor: pointer;
}


#popup .field select {
	max-width: 75%;
}

#popup input[type="checkbox"], input.cb {
	width: auto;
	padding: none;
	border: none;
}

#popup input:focus, textarea:focus{
	BACKGROUND-COLOR: #F0F7F9;
}

#popup .fieldWithErrors input {
	border: 1px solid #c9282d;
}

#popup .field textarea{
    width: 95%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	line-height: 1.4em;
	border:1px solid #AAAAAA;
}

#popup .small input {
	width: 45%;
}

#popup .cbfield {
	margin-bottom: 10px;
}

#popup .cbfield input {
	float: left;
	margin-right: 10px;
}

#popup .cbfield label {
	font-size: 11px;
	color: #999;
}

#popup .revcb label {
	clear: none;
	float: left;
}

#popup .field label span {
    color: #aaa;
    font-style: italic;
}

#taglist {
	width: 275px;
}

#popup .popupWrapper .submit {
	clear: both;
	margin: 0px;
	background: #DAF0FE;
	padding: 10px 20px;
	font-size: 11px;
	padding-left:28px;
	
}

#popup .popupWrapper .submit input[type="submit"]{
	background-color:#337DA5;
    border-color:#8EB6D1 #5083A4 #5083A4 #8EB6D1;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	padding:2px 10px 3px;
	text-align:center;
}

#popup .popupWrapper .submit a {
	color:#cc0000;
}



#popup .submit label {
	color: #666;
	clear: none;
}

#popup .submit input[type="checkbox"] {
	vertical-align: middle;
}

#popup fieldset em {
	color: #999;
	font-size: 11px;
}

#popup .color_field {
	clear: both;
}

#popup .color_field button {
	float: left;
	clear: both;
	margin-right: 10px;
}

#popup .color_field label {
	margin-top: 3px;
	float: left;
	margin-bottom: 15px;
	font-size: 11px;
	color: #666;
}


/* form errors */

.errorExplanation, .form_errors {
	padding: 10px 20px;
	background: #fffddd;
	margin-bottom: 15px;
	border: 1px solid #ebe7d2;
	line-height: 1.4em;
}

.errorExplanation li {
	font-size: 12px;
	padding: 3px 0;
}

/* messages */

#message, .message, #msg_info {
	padding: 8px 20px;
	background: #3d9b35;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#message_error, .error {
	padding: 8px 20px;
	background: #FFE5E5;
	color: #FF4747;	
	font-size: 11px;
	font-weight: bold;
}

#message_error a, .error a, .message a, #message a, #msg_info a {
	color: #FFF;
	border-bottom: 1px dotted #ccc;
}

#message_notice, .notice {
	padding: 8px 20px;
	background: #fffccc;
	color: #999999;	
	font-size: 11px;
	font-weight: bold;
}
a {
	/*color: #00693e;
	font-weight: bold;*/
	text-decoration: none;
}

.mb { margin-bottom: 1em !important; }

.popupDiv .information {
	background: #f6f6f6;
	padding: 5px;
	color: #00693e;
	font-size: 11px;
	line-height: 1.4em;
}

.helpbox {
	background: #fffddd;
	padding: 10px;
	color: #444;
	font-size: 11px;
	line-height: 1.5em;
}

#popup .field .infoLabel {
	display: block;
	font-size: 11px;
	color: #00529B;
	font-weight:bold;
	margin-bottom: 2px;
}

#popup .field .infoText{	
	width: 95%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background-color:#FFFFFF;
	border-color:#696969;
	border-style:solid;
	border-width:2px 0;
	color:#00529B;
	font-style:italic;
  }
  
.warningText{
	width: 95%;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background-color:#FEEFB3;
	border-color:#99CCE6;
	border-style:solid;
	border-width:1px 0;
	color:#9F6000;
 }
  
 

