/* -------------------------------------------------------------- 
   global
-------------------------------------------------------------- */
body {
	margin-left: 10px;
	margin-right:10px;
	font-size: 12px;
}

select#nationality{
	height:200px;
}

input:focus {
	outline: 1px solid #BB5313;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


.inner {
	margin: 0 auto;
}

#container {
	
}

#map img{
  max-width: none;
}

/* -------------------------------------------------------------- 
   branding
-------------------------------------------------------------- */

#branding h1{
	float:left;
}

#nav_aux {

	font-size: 11px;
	float:right;
	padding-top:10px;
}

#nav_aux li {
	margin-left: 10px;
}


#branding .navbar{
	clear:both;
	margin-bottom:3px;
}

/* -------------------------------------------------------------- 
   Customizing the styles of content
-------------------------------------------------------------- */

#content select {
	margin-right: 3px;
	width:auto;
}


#content .pagination{
	margin:0px;
}

/* -------------------------------------------------------------- 
   Record Details
-------------------------------------------------------------- */
li.selected {
	font-weight: bold;
}

li.data-list {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

#div-login {
	margin-top: 100px;
	border-style: solid;
	border-width: 2px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

#div-login h1{
	margin-bottom:20px;
}

#div-login, #div-details{
    background-color: #fafafa;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    padding:10px;

}


#div-content-header {
	height: 30px;
}

#div-header {
	margin: 3px;
	height: 20px;
	float: left;
}

#div-logo {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#summary {
	clear: both;
	width: 120px;
	float: left;
	display: none;
}

#content {

	clear:both;
}

#div-records {
	clear: both;
	width: 100%;
	line-height:14px;
}

#div-records tr{
	cursor:pointer;
}

#div-details p {
	line-height: 1.6;
}

#div-details h2 {
	font-size: 18px;
	font-weight: normal;
}

#div-details h3 {

	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	background-color: #08c;
	color: white;
	border-radius:5px;
	text-align: center;
	padding: 5 5 5 5px;
}

#div-details h4 {

	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 0px;
	text-transform: uppercase;
	background-color: #c4e3f3;
	padding-left: 10px;
	border-radius:5px;
	text-shadow:1px 1px 1px #fff;
	padding-top:0px;
}

div.content {
	min-height: 496px;
	margin: 2px;
}


/* Hypertext links */
a {
	text-decoration: none;
}

a.category {
	text-decoration: underline;
}

a.loginpasswordforgotten {
	text-decoration: underline;
	font-size: 11px;
}



.btn{
	float:left;
	margin-right:5px;
}

#div-details-header button{
	float:right;
}

input.submit {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

#div-folder {
	clear: both;
	border-top-width: 0px;
	margin-left: 3px;
}

span.actionButton {
	float: right;
	display: inline;
}

img.tbl-arrows {
	border: 0 none;
}

#div-loading {
	position: relative;
	display: inline;
	top: -300px;
	left: 440px;
	width: 30px;
	height: 30px;
}

.table{
	clear:both;
	margin-bottom:10px;
}

.table td{
	line-height:auto;
	padding-bottom:0px;
}

#action{
	margin-bottom:10px;
	display:inline-block;
}

#action form{
	float:left;

}

.table select{
	margin-bottom:0px;
}

/* -------------------------------------------------------------- 
   edit business
-------------------------------------------------------------- */
select.mother_dropdown {
	width: 245px;
}

.slide-div {
	background-color: #fff;
	border-radius:5px;
	padding:5px;
}

.toggle-symbol {
	float: right;
}


/* -------------------------------------------------------------- 
   Buttons of user interface
-------------------------------------------------------------- */

.buttons{
	float:right;
	display:inline-block;
	margin-bottom:10px;
	text-align:right;
}

.buttons .btn{
	float:none;
}

.buttons select
{
	margin-bottom:0px;
}

/* -------------------------------------------------------------- 
   edit personnel
-------------------------------------------------------------- */

#personnel_photo{
	float:left;
	margin-right:20px;
}


/* -------------------------------------------------------------- 
   footer
-------------------------------------------------------------- */
#footer {
	clear:both;
	padding: 5px;
	border-radius:5px;
	clear: both;
	font-size: 80%;
	margin-top:10px;
	background:#f5f5f5;

}

#footer ul {
	float: right;
}

#footer li {
	margin-left: 15px;
}

.clear {
	clear: both;
}
