/*------------------- INPUT FORMS ---- */
div.input-form {
	margin-right: 20px;
	width: 90%; 
	margin-bottom: 20px ;
        font-family:tahoma;
        background-color :#dddddd;
         
}
div.input-form div.row {
	padding:18px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

div.input-form div.title {
        background-color :#bbbbbb;
        text-align:center;
        height:30px;
        padding-top:10px;
        padding-right:10px;
	font-weight:bold;
	border: 1px solid #999999;
}

div.input-form div.title input {
       width:100px;
       font-family:tahoma;
       height:25px;
}


div.input-form div.required {
        font-family: tahoma;
	color: #ff4456;
	font-size: large;
	float: right;
	position: relative;
	margin-top: -4px;
	height: 15px;
	padding-right: 2px;
}

/* title of table ------------------ */
div.input-form div.row_title {
	background-color: #f0f0f0;
	padding:2px;

}

div.input-form div.row select {
	background-color: white;
	padding:3px;
        font-family:tahoma;
}

/*---------------------------------- */


div.input-form .footer {
	border-top: 1px solid #f0f0f0;
}

div.input-form p {
	margin-left: 0px;
}

div.input-form input {
        cursor: pointer;
        font-family:tahoma;
}
div.input-form textarea {
	border: 1px solid #999;
	background-color: white;
	padding: 10px;
        font-family:tahoma;
}


div.input-form input[type=text], div.input-form input[type=password] {
	border: 1px solid #999;
	background-color: white;
	padding: 2px;
	max-width: 60%;
        font-family:tahoma;
}

div.input-form input:focus {
	border: 1px solid blue;
	padding: 2px;
        font-family:tahoma;
}

div.input-form div.buttons {
	text-align: left;
	padding:18px;
      font-family:tahoma;
}
div.input-form div.buttons input {
	border: 1px solid #999;
	background-color: white;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 100px;
	margin-left: 5px;
        font-family:tahoma;
}
div.input-form div.buttons input:hover {
	background-color: #f5f5ff;
	border: 1px solid blue;
        font-family:tahoma;
}


/* editor tabs */
table.etabbed-table {
	background-color: white;
}
table.etabbed-table td#left-empty-tab {
	background-color: transparent;
	width: 15px;
	border-bottom: 1px solid #9DAB9A;
}
table.etabbed-table td#right-empty-tab {
	text-align: right;
	background-color: transparent;
	border-bottom: 1px solid #9DAB9A;
	padding-right: 5px;
}

table.etabbed-table td.tab-spacer {
	background-color: transparent;
	width: 5px;
	border-bottom: 1px solid #9DAB9A;
}

table.etabbed-table td.tab {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 110px;
	background-color: white;
	border-bottom: 1px solid #9DAB9A;
	border-left: 1px solid #9DAB9A;
	border-top: 1px solid #9DAB9A;
	border-right: 1px solid #9DAB9A;
	font-weight:normal;
	text-align:center;
}

table.etabbed-table td.selected {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 110px;
	background-color: #fdfdfd;
	border-left: 1px solid #9DAB9A;
	border-top: 1px solid #9DAB9A;
	border-right: 1px solid #9DAB9A;
	font-weight:bold;
	text-align:center;
}

table.etabbed-table td.tab:hover {
	background-color: #fdfdfd;
}
/*------------ SMM ----------------- */
div.login_box {
      width: 95%; 
      margin:5px; 
      padding-right:5px;
      padding-top:10px;
      padding-bottom:10px;
      border: 1px solid #dddddd;
      font-family:tahoma;
       background-color :#FfFffe;
}
div.login_box input {
	cursor: pointer;
      font-family:tahoma;
      margin-left:10px;
}

