/*
 * Reset CSS
 * Version: 0.1
 */

form {
	margin-bottom:0.7em;
	padding-top:3px;
	font-size: 100%;
}
form table.layouter { /* Basic form table */
	width: 100%;
	border-bottom:1px solid gray;
}
form p { /* Form notes and warnings */
	margin-top:8px;
	margin-bottom:5px;
}
form ul {
	list-style: square;
	margin-top:-4px;
	margin-bottom:5px;
}
form ul li {
	margin-left: 2em;	
}

/* Labels column */

	#content form .layouter, #content form.filter {
		background-color: #fafafa;
	}
	form table.layouter th {
		padding-top:5px;
		padding-bottom:2px;
		width:8em;
		text-align:right; /* Labels column alignment */ 
		padding-right:13px;
		font-weight: normal;
	}
	form table.layouter tr.req th {
		font-weight: bold;
	}
	form .filter th { /* Submit cell */
		padding: 2px 15px 2px 0;
		text-align: right;
		font-weight: bold;
		vertical-align: bottom !important;
		width: auto !important;
	}
	/* Header column width */
	form table.expanded th { width:12em; }
	form table.wide th { width:31%; }	
	form table.collapsed th { width: 7em; }

/* Fields column */
	form table.layouter td { /* Spacing between rows */
	 	padding-bottom:4px;
		padding-top:4px;
		padding-left:5px;
		padding-right:5px; /* Table padding */
	}
	form table.filter td {
		padding: 2px 15px 2px 0;
		vertical-align: middle !important;
	}
	form table.filter select, form table.filter .txt {
		margin-left: 5px;
	}

form.layouter td, form.layouter th {
	vertical-align: top;
	border-top:1px solid grey;
}

form .layouter label {
	vertical-align:baseline;	
}

/* No border */
form .layouter tr.noBorder td, form .layouter tr.noBorder th {
	padding-top:1px;
	border-top: 0;	
}


/* Images in label column */
form .layouter th img {
	vertical-align:middle;	
	margin-right:6px;
	float: left;
	margin-left:4px; /* Align to left */
}



/* Description under fields */
form .layouter td p { 
	padding-top:2px;
	margin-bottom:4px;
}


/* Errors */
form .layouter tr.error {
	background:#ffeff3;
}
form .layouter tr p.error {
	color:red;
	clear:both;
	margin-left:0;
	font-size:90%;
}
form .overLabelApplied {
	color: gray;	
}

/* Tapestry notation */
form input.err, form textarea.err {
	border: 1px solid red !important;
}
form label.err {
	color: red;
}






/* Send panel */
form .sendPanel {
	
}



/* Sectioning */
form h3, form h4 {
	margin:1em 0 0.5em;
}


/* Filtry */
#content form.filter {
	padding: 6px;
	padding-left: 32px;
	background-image: url('../pics/common/search.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	margin-bottom: 10px;
}

#content form.filter input.button {
	margin-left: 6px;
}
form .filter h3 {
	margin: 0;
}







/* Columns */
.col2 {
	float: left;
	width: 45%;
}
.col3 {
	float: left;
	width: 32%;
}
.col4 {
	float: left;
	width: 25%;
}
.colReset {
	float: left;
	width: 100%;
	clear: both;	
}




/* Fieldset framing */
fieldset.frame {
	border:1px solid red;
	padding-top:3px;
	padding-bottom:2px;
	background:silver;
	margin-bottom:5px;
}
fieldset.legended {
	padding-top:0;
	padding-bottom:10px;
	background:none; /* due to legend element */
}
fieldset.frame legend {
	font-weight:bold;
	margin:0 0 0 10px;
	font-size:110%;
	padding-bottom:5px;
}
fieldset.frame table.layouter, fieldset.frame h4,
fieldset.frame h3, fieldset.frame p,
fieldset.frame div.sendPanel {
	margin-left:10px;
	margin-right:10px;
	width: auto; /* can be solved in some designs */
}

fieldset.workflow {

}
fieldset.sendPanel .next {
	float: right;
}
fieldset.sendPanel .back {
	float: left;
}
fieldset.light {
	margin-top:	0 !important;
}


/*
.txt, select, textarea {
	display:inline-block;
	padding:4px;
	font-size: 100%;
	line-height:1.5;
	border:1px solid #aaa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#eee;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);	
}
.txt, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
}
*/


form .txt,
form select,
form textarea {
	/* border:1px solid #395163; */
	border: 1px solid #ccc;
	background-color:#eee;
	font-family: Arial;
	line-height:20px;
	font-size:13px;
	/* width:200px */;
}

textarea {
	height: 6em;
}

input[type=checkbox] {
	padding:2px; 
	border:0px solid #395163;
}



/* Form fields */
form .layouter textarea, form .wide {
	width:99.5%;
}
form .t-error {
	border-color: red;
}
.t-error-icon {
	display: none;	
}


/* Disabled button */
form .disabled {
	background:rgb(220,220,220);
	}
	
/* Focus */
input.focus {
	background: #f9f6d1 !important;	
}



/* Forms with block layout */
form label.caption {
	display:block;
	padding:4px 0;
}




/* Dynamic fields */
form .fieldLine {
	margin-bottom:3px;
}
form .dynamicFormAdd, form .dynamicFormDelete {
	vertical-align: middle;
	cursor: pointer;
}
form .patternField {
	display:none;
}





form .sendPanel {

}
#popupWindowFrame form .sendPanel {
	background: none;
	padding-left: 0;
	padding-bottom: 0;
}

td.help {
	width: 12px !important;
}



.t-error ul {

}
.t-error ul li {

}

.popupZone .sendPanel {
	margin-top: 15px;
}





/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	/* padding: .5em 2em .55em; */
	padding: .8em 2em .8em;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3); */
	text-shadow: none!important;
	/* -webkit-border-radius: .5em; */  
	/* -moz-border-radius: .5em; */
	/* border-radius: .5em; */
	-webkit-border-radius: 0em!important;  
	-moz-border-radius: 0em!important;
	border-radius: 0em!important;
	/* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	/* -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	/* box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;	
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.buttonMedium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.buttonSmall {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black, .button
 {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover, .button:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active, .button:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060!important;
	/* border: solid 1px #b7b7b7; */
	border: 0px!important;
	background: #fff;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); */
	/* background: -moz-linear-gradient(top,  #fff,  #ededed); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); */
}
.white:hover {
	background: #ededed;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); */
	/* background: -moz-linear-gradient(top,  #fff,  #dcdcdc); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); */
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	/* border: solid 1px #980c10; */
	border: 0px!important;
	/* background: #d81b21; */
	background: #a81616;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); */
	/* background: -moz-linear-gradient(top,  #ed1c24,  #aa1317); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317'); */
}
.red:hover {
	/* background: #b61318; */
	background: #890f13;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); */
	/* background: -moz-linear-gradient(top,  #c9151b,  #a11115); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115'); */
}
.red:active {
	color: #de898c;
	background: #890f13;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); */
	/* background: -moz-linear-gradient(top,  #aa1317,  #ed1c24); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24'); */
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green, .next, .final {
	/* color: #e8f0de; */
	color: #fff;
	/* border: solid 1px #538312; */
	border: 0px;
	/* background: #64991e; */
	background: #2dc25c;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); */
	/* background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e'); */
}
.green:hover, .next:hover, .final:hover {
	/* background: #538018; */
	background: #228b43;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); */
	/* background: -moz-linear-gradient(top,  #6b9d28,  #436b0c); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c'); */
}
.green:active, .next:active, .final:active {
	color: #a9c08c;
	background: #228b43;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); */
	/* background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f); */
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f'); */
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}


/* new form formating */

 .formWrapBorder {
  	width:650px;
  	height:auto;
  	background:#fff;
  	border:1px solid #eef3f7;
  	padding:5px;
  	float:left;
  }
  
  .formWrap {
  	width:610px;
  	height:auto;
  	float:left;
  	background:#eef3f7;
  	padding:20px;
  }
  
  .label {
  	width:250px;
  	padding:0 10px 0 0;
  	text-align:right;
  	font-family: Arial;
  	float:left;
  	line-height:28px;
  	display:block;
  	position:relative;
  	clear:both
  }
  
  .formField {
  	width:270px;
  	padding:0 0 0 10px;
  	text-align:left;
  	font-family: Arial;
  	float:left;
	display:block;
  }
  
  .note {
    float:left; 
    font-size:10px; 
    width:600px; 
    text-align:center; 
    padding:5px; 
    margin-top:10px; 
    border:1px solid #fff;
    background:#f6f7f8;
  }

.formTitle {
    float:left; 
    width:600px; 
    text-align:left; 
    font-face: Arial;
	padding-bottom:0px; margin-bottom:-8px;
	font-size:30px;
	color:#90afc6;
	text-transform:capitalize;
  }

 .formSubTitle {
    float:left; 
    width:550px; 
    text-align:left; 
    font-face: Arial;
	padding:0 0 5px 5px;
	margin:0;
	font-size:24px;
	color:#90afc6;
	text-transform:capitalize;
  }
  
  .gidgetTitle {

    width:auto; 
    text-align:left; 
    font-face: Arial;
	padding-bottom:0px;
	font-size:20px;
	color:#90afc6;
	text-transform:capitalize;
  }
  
  .registerIcon {
  	    background-image: url('../../pics/85x80-signUp.png');
  	    /*background-image: url('../../pics/de.gif');*/
  	    background-repeat: no-repeat;
  } 
  
   .newuserIcon {
  	    background-image :url('..\..\pics\85x80-newUser.png');
  	    background-repeat: no-repeat;
   }  
   
   .center {
   text-align:center;
   
   }
  
  
 /* end new form formating */ 


