/* Css RESET */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background-color: #E0ECF8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styling the Header */
.header {
	background: url("../images/logo_banner_plain.png") no-repeat scroll 50% 0 #FFFFFF;
	height: 145px;
    width: 100%;	
}

.header .toolbar {
	background: url("../images/footer_bg.png") repeat-x scroll 0 0 #067193;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;	
}


.header p {
    color: #FFFFFF; /*	color:#999; */
    font-size: 18px;
    font-weight: bold;
    margin-left: 44%;
    padding: 30px 20px 20px;
}

.toolbar  #labelfinder , .toolbar #login{
    height: 45px;
}

.toolbar  #labelfinder{
    float: left;
	width: auto;
	margin-left: 10px;	
}

.toolbar #login{
    float: right;
	width: 100px;
}

.toolbar #tb-icon {
    border: 0 none;
    height: 32px;
    padding-top: 5px;
    vertical-align: middle;
    width: 32px;
    background:none;
    float: left;
}


.toolbar #tb-link {
    color: #FFFFFF;
    float: left;
	line-height: 35px;
	text-decoration: none;
    vertical-align: middle;
}


.clear{
	clear:both;
}

/* Styling the main wrapper */
#main-wrapper {
	width: 100%;
	height: 100%;
}



/* Styling the login wrapper */
.wrapper {
	width: 100%;
	 min-height: 500px;
	background: none repeat scroll 0 0 #E0ECF8;
}

#content{
	margin: 0px auto;
	width: 900px;
	padding: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#register-wrapper {
	margin: 0px auto;
	width: 310px;
	height: 250px;
	padding: 50px 1px 10px 50px;
	margin-top: 150px;
	-moz-box-shadow: 0px 0px 10px #888;
	-o-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/* Form height, margin, padding */
form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul li {
   	padding: 0;
   	padding-bottom: 5px;
    clear: both;
}

form * {
    line-height: 1em;
}


/*————- Login Section———*/

div#content.login{
    margin: 0 auto;
    overflow: auto;
    width: 350px;	
}

/*————-Labelfinder edit Section———*/
#lblEdit ul li
{
float:left;
}
#lblEdit label
{
padding-top:5px;
width:100px;
}
#lblEdit input
{
width:150px;
margin-right:15px;
}

#addSubmit{
    margin: 70px 0 25px -3px;
}


.labelfinder.Detail{
	font-size: 0.9em; 
}
.labelfinder.Detail ul li {
    margin: 0.9em 0 0;
  }

.labelfinderEdit li{
	clear:both; 
}
.labelfinder .okBtn{
   padding: 3px;
    width: 4em;
}


.labelfinder.Delete ul li {
    margin: 0.5em 0 0;
  }
  
.labelfinder.View #Others {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 188px;
}

.labelfinder.View ul li {
    margin: 0.5em 0 0;
  }

.labelfinder.View #Others label{
	float: none;
}

.labelfinder.View #Others  label.second{
    margin-left: 30px;
}


.labelfinder.Delete #deleteText {
    padding-left: 15px;
    padding-bottom: 15px;
    color: #F63737;
}



.labelfinder select{
	width: 210px;
	float: left;
}
.labelfinder label{
	float: left;
	width: 180px;
	margin-right: 5px;
}

.labelfinder input[type="text"]{
	width: auto;
	float: left;
}



div#content.labelfinder{
    margin: 0 auto;
    overflow: auto;
    width: 920px;	
}


.cboTextFields select {
	margin-right: 10px
	
}

.radioSelect {
	 width: 920px;
}

.radioSelect input{
    display: inline;
    float: none;
    width: auto;	
   	margin-left: 10px;    
    margin-right: 3px;
    }

.rightSel input.first {
    margin-left: 0;
    margin-right: 3px;
}

.radioSelect label {
    float: left;
    margin-top: 15px;
}

.radioSelect .rightSel{
	float: left;
	margin-top: 15px;	
	font-size: 0.8em;    
}


/* Labelfinder div#images*/
.labelTypImage{
	margin-top: 35px;
	padding: 10px 188px;
}

.labelTypName{
    padding-left: 188px;
    padding-top: 10px;
}
.labelTypName label{
	float: none;
}

#kenn{
    color: #666666;
    float: right;
    font-size: 12px;
}



/* field labels */

label {
    clear: left;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    color: #808080;
}

/* the fields */

input:required:valid {
	background-image:url(../icons/valid.png);
	background-position:right center;
	background-repeat:no-repeat;
}
	
input:required:invalid {
	background-image:url(../icons/invalid.png);
	background-position:right center;
	background-repeat:no-repeat;
	box-shadow: none;
	-moz-box-shadow:none;
}



input, select  {
    font-size: 0.8em;
	border: 2px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin: 0 0 5px 0;
    padding: 4px;
    width: 80%;
}



/* Place a border around focused fields */
form *:focus {
/*    border: 2px solid #067193;*/
    outline: none;
}

/* Display correctly filled-in fields with a light green background */
input:valid {
    background: #fff;
}

input.green {
    background: #EEFFEE;
}

/* Submit buttons if needed*/
.buttons {
/*    text-align: center;*/
    margin: 20px 0 0 -10px;
}

button[type="submit"]{
	cursor: pointer;
}


input[type="submit"], input[type="button"], button[type="submit"] {
    display: inline;
    margin: 0 5px;
	margin-left:10px;
    width: auto;
    padding: 10px;
    border: 2px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #067193;
    font-weight: bold;
    -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="submit"]:active, 
input[type="button"]:hover, input[type="button"]:active,
button[type="submit"]:hover, button[type="submit"]:active

{
    cursor: pointer;
    background: #fff;
    color: #067193;
}

input[type="button"]:active, input[type="button"]:active , button[type="submit"]:active
{
    background: #eee;
}

/* Footer */

.footer {
    background: url("../images/footer_bg.png") repeat-x scroll 0 0 #067193;
    bottom: 0;
    clear: both;
    height: 30px;
    width: 100%;
    position: fixed;    
}


/* Upload File*/


div.upload_file_container{
    position: relative;
     width: 550px;
}

.fileinput {
    height: 25px;
    margin-left: 228px;    
    position: absolute;
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.fakefile{
	top: 0px;
	left: 185px;
	z-index: 1;
}
.fakefile input#button {
	padding: 3px;
}


/* Error and Mandatory*/

/* Error and Mandetory*/

.message label, .noImg{
	  color: #F63737;
}

.errorEmpty{
   border-color: #F63737;
 	
}

.mandatory {
	 color: #F63737;
}

.errorField 
{
    border: #F63737 2px solid;
	font-size:12px;
} 

.error{
    color: #F63737;
    margin: 20px 0;	
}