/* main page container */



#soc_main_cont {

    margin: -40px 15px 40px 10px;

}



#soc_main_cont h1 {

	margin-left: 0;

    margin-bottom: 40px;

}



.float_wrapper {

    width: 100%;

    overflow: hidden;

}





/* forms */



.soc_page_msg {

    margin-bottom: 10px;

}



.soc_attention {

    color: red;

    font-weight: bold;

}



form {

    margin: 0;

    padding: 0;

}



form, form table {

    font-family: Arial, sans-serif;

    font-size: 12px;

}



fieldset {

    margin: 10px 0 20px;

    padding-bottom: 12px;

}



label {

	display: block;

	float: left;

	margin: 9px 0 0;

	width: 120px;

	text-align: right;

}



input, select, textarea {

    margin: 5px 0 0 2px;

}



.soc_field_note {

	position: relative;

	top: -2px;

}



.soc_formButtons {

	margin: 15px 0;

	width: 100%;

	overflow: auto;

	text-align: center;

}



.soc_formButtons button {

	margin: 0 5px;

	padding: 1px 7px;

	overflow: visible;

	font-weight: bold;

}



.clear {

    clear: both;

}





/* loan document uploads */



.soc_docs {

    margin-top: 5px;

    border-collapse: collapse;

}



.soc_docs th, .soc_docs td {

	padding: 4px 2px;

}



.soc_docs select, .soc_docs input {

    margin: 0;

    font-family: Verdana, Arial, sans-serif;

	font-size: 11px;

}



.soc_file input {

    width: 170px;

}



.soc_specify_type input {

    width: 70px;

}



.soc_no_docs {

    margin: 5px 0 0;

    text-align: center;

    font-weight: bold;

}





/* top panel on backend pages */



.top_panel {

    /* margin: -5px 0 15px; */

    border-bottom: 1px solid #CCC;

    padding-bottom: 5px;

    width: 100%;

    overflow: hidden;

    color: #000;

}



.top_panel a {

    font-weight: bold;

}



.breadcrumbs {

    width: 275px;

    float: left;

    display: inline;

}



.soc_logged_info {

    width: 205px;

    float: right;

    display: inline;

    text-align: right;

}



.soc_logged_name {

	font-weight: bold;

}





/* records list */



.toolbar {

    margin: 0 0 10px;

    width: 100%;

    overflow: hidden;

}



.soc_records {

	width: 100%;

}



.soc_records table {

    border-collapse: collapse;

    width: 100%;

    font-size: 11px;

    font-family: Arial, sans-serif;

}



.soc_records td, .soc_records th {

    border: 1px solid #003399;

    padding: 2px 5px;

}



.soc_records th {

    text-align: center;

    font-weight: bold;

    background-color: #E6E6FA;

}



.soc_records .soc_colActions {

    width: 65px;

    text-align: center;

}



.soc_no_record {

    margin: 10px 0;

    font-weight: bold;

    font-style: italic;

}



.soc_buttons {

	margin: 10px 0;

}



.soc_button {

	padding: 1px 10px;

	overflow: visible;

	font-weight: bold;

}





/* pagination */



.pagination {

	margin: 10px 0;

	font-family: verdana, sans-serif;

	font-size: 12px;

    color: #000;

}



.pagination a {

    color: blue;

}



.pagination a:visited {

	color: blue;

}



.pagination ul {

	margin: 0;

	padding: 0;

	display: inline;

	list-style: none;

}



.pagination li {

	margin: 0 3px;

	display: inline;

}
