
select,input,textarea
{
    width:250px;    
    font-family:Arial;
    font-size:12px;
    margin-bottom: 5px;
    padding-left:3px;
    border: solid 1px #85b1de;
}

select{width:250px;}

input[disabled]
{
    color:Black;
    background-color:transparent;
    border:1px solid transparent;
}

img{border:0px;}

textarea
{
    height:10em;
    margin:0px;
}

ul{
    list-style-type:none;
}

td{
    text-align:left;
    vertical-align:top;
    padding-left:15px;
}


#el_header{
    width:100%;
    text-align:center;
}

#panelAppAddRecord_ul{
    list-style-type:none;
    width:100%;
}

#panelAppAddRecord_ul li{
    /* display:inline; */
    /*height:2em;*/
    /*margin-bottom:5px; */
}

.ul_resultsList{
    list-style-type:decimal;
    width:100%;
}

.ul_resultsList li{
    /* display:inline; */
    /*height:2em;*/
    margin-bottom:5px;
}

.ul_pageControls, .ul_pageControls li{
    display:inline;
}

.ul_personalData
{
    width:100%;
}
.ul_personalData li
{
    padding-bottom:10px;
    position:relative;
}

li
{
    position:relative;
}

._edit li{
    position:relative;
    padding-bottom:10px;
}

#el_createAccountForm_ul{
    width:350px;
}


.txtLabel{
    color:#666;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    /*font-weight:bold;*/
}

.txtValue{
    color:#333;
    min-height:1em;
    position:relative;
    right:0px;
    font-family:Arial;
    font-size:14px;
    /*font-weight:normal;*/
}

.txtLabel2{
    color:#666;
    font-family:Arial;
    font-size:14px;
    /*font-weight:bold;*/ 
}

.txtValue2 {
    color: #333;
    font-weight: normal;
    font-family: Arial;
    font-size: 14px;
    white-space: nowrap;
}


.strRequired{
    background-color:#EEEEEE;
}

.documentImageList{
    display:none;
    /*max-width:35px;*/
}
.documentImage{
    max-width:35px;
}

#el_footer{
    width:100%;
    text-align:center;
    /*position:absolute;
    bottom:0px;*/
}
 #el_lookupPanel_Container{
	display:none;
	position:absolute;
	background:white;
	font-weight:bold;
	border:2px solid gray;
	padding:5px;
}

#el_lookupPanel li{
    list-style-type:none;
}

#el_content_form_container{
    width:500px;
    text-align:left;
}

._appended{
    /*padding:15px;*/
    list-style-type:none;
    text-align:left;
}

._appended li input{
    margin-bottom:10px;
}

/* positioning of the right and left (fwd/back) paging buttons */
.moduleLinks
{
    position:relative;
    /*padding-bottom:35px;*/
}


.moduleLinks li
{
    display:inline;
    float:right;
}

.moduleLinks li:first-child
{
    float:left;
}

/* positioning of the record controls (e.g. the delete button) */

._htmlModuleLinks
{   width:100%;
    text-align:center;
}


.liLabel
{
    font-weight:bold;
    padding-top:1px;
    padding-left:5px;
    padding-bottom:1px;
    margin-bottom:9px;
    height:auto;
    color:White;
    background-color:#FFF;
    vertical-align:middle;
}

.contentTitle
{
    padding-left:50px;
    margin-left:40px;
    font-family:Arial;
    font-weight:bold;
    font-size:22px;
    padding-top:1px;
    padding-left:5px;
    padding-bottom:1px;
    margin-bottom:9px;
    height:auto;
    color:black;
    background-color:#FFF;
    vertical-align:middle;
}

.select_translation
{
    width:100px;
}  

#el_loginGUI td{  /* clearing the table settings used for the rest of the jobapplication after adding this GUI section from the backoffice login.asp */
    border:0px;
    padding:0px;
    margin:0px;
}



.ul_login{
    list-style-type:none;
}

.ul_login li{
    padding:5px;
}

#el_loginForm{
    width:250px;
    text-align:left;
}


.ul_resultsList{
    list-style-type:decimal;
    width:100%;
}