/**********************************************************/
/* Formular Styles                                        */
/**********************************************************/
a#extendedLink{
  margin-left: 20px;
}

.ui-dialog{
  overflow: scroll;
}
#editDialog{
  width: 95%;
 font-size: 11px !important;
  margin: 10px 10px 10px 10px;
  background-color: #EFF7FF;
  overflow: auto;
  text-align: left;
}

.ui-dialog-container{
  background-color: #EFF7FF;
}

.ui-tabs-panel{
	padding:1.5em 0.4em;
}

.loading{
	background: #EFF7FF url(/img/ajax-loader.gif) no-repeat center !important;
}

div.twoCols,div.oneCol{
  clear: left;
  margin-bottom: 15px;
  height:1%;
}

.height_175{
  height: 175px;
}

.height_130{
  height: 130px;
}

div.optional{
  clear: left;
}

div.tabs{
  width: 98%;
  /*margin-bottom: 10px;*/
}

div.oneCol{
  background-color: #fff;
  /*width: 95.2%;*/
  /*margin-bottom: 10px 20px 10px 0;*/
  padding: 10px;
  font-weight: bold;
}

.scroll{
	height: 230px;
	overflow: auto;
}

label{
	display: block;
	float: left;
	width: 110px;
  font-weight: bold;
  overflow: hidden;
}

div.twoCols label{
	display: block;
	float: left;
	width: 110px;
  font-weight: bold;
  overflow: hidden;
}

div.checkbox label{
	display: inline !important;
	float: none !important;
	font-weight: normal;
	margin-left: 10px;
}

ul.checkboxes,div.checkbox{
  list-style-type: none;
  clear: none !important;
  margin-left: 130px !important;
}

ul.checkboxes ul{
  margin-left: 20px !important;
}

ul.checkboxes label{
  display: inline;
  float: none;
  font-weight: normal;
}

ul.checkboxes li{
  line-height: 20px;
  padding-left: 0 !important;
  background: none !important;
}

ul.checkboxes input,
ul.checkboxes .placeholder,
ul.checkboxes .maximize img,
ul.checkboxes .minimize img{
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}
ul.checkboxes .placeholder{
  padding: 8px;
  cursor: default;
}

fieldset{
  margin-right: 0px;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  /*width:700px;*/
}

legend{
  display: block;
  margin: 10px 0px;
  font-weight: bold;
}

fieldset div{
	margin-bottom: 15px;
}

input.txt,select,textarea{
	width: 185px;
	padding: 2px 1px 2px 5px; 
	border-top: 1px solid #9eb4cb;
	border-left: 1px solid #9eb4cb;
	border-right: 1px solid #c3ddf8;
	border-bottom: 1px solid #c3ddf8;
	background: #cce6ff url(/app/webroot/img/bg-txt.gif) no-repeat 0px 0px;
  font: normal 12px tahoma, arial, sans-serif;
	color: #333;
}

select{
	/*width: 205px;*/
}

div.box input.txt{
  width: 117px;  
}

div.error input.txt,div.error select,div.error textarea{
  background: #FF7A7A;
}

div.error-message{
  font-weight: bold;
  color: red;
}

textarea{
	width: auto;
}
input.long, select.long{
  width: 400px !important;
}
input.short, select.short{
  width: 75px !important;
}

input.shorter, select.shorter{
  width: 60px !important;
}

div.ui-dialog-buttonpane{
  clear: left;
  margin-right: 20px;
  text-align: right;
}

div.frm-panel-btn{
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;  
}

div.frm-panel-btn input, input.btn {
  padding: 1px 8px;
  border-left: 1px solid #afd3f7;
  border-right: 1px solid #84aacf;
  background: url(/img/bg-btn.gif) repeat-x 0px 0px;
  color: #0b2c57;  
}

#relatedItems{
	margin-top: 10px;
	list-style-type: none;
}

#relatedItems li{
	border-bottom: 1px dotted black;
	padding: 4px 0;
}

a.icn_btn{
	padding: 7px;
	margin-right: 10px;
	background-image: url(/img/close.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div.file{
	position: relative;
	overflow: hidden;
}

input.file{
	position: relative;
	left: 56px;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity = 0);
}

div.fakefile{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 110px;
	margin: 0 !important;
}

input#fakeFile{
}

form#UserLoginForm .frm-panel-btn,
form#UserForgotPasswordForm .frm-panel-btn{
	padding-right: 107px;
}
