html * {
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
    /* font-size:100%; /* For IE */ */
}


/* GENERAL */

.spinner {
	padding: .5em;
    position: absolute;
    right: 0;
}

.container div {
	margin: .3em .125em .3em 0;
}

#detailContainer {
	margin: 0 1% 1% 1%;
}

#detailTitleBar {
	font-size: 1.25em;
	font-weight: bold;
	color: navy;
	margin: 1em 1% 0 1%;
}

.topSpacing {
	margin-top: 1.25em;
}

.results {
	margin: 0 1% 1% 1%;
}	

h1 {
	font-size:1.25em;
	font-weight: bold;
	color: navy;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: navy;
}

.ralabel {
    text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	/*font-size: 1.1em;*/
	font-size: 1em;
}

input {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-left: 3px;
}	

.container {
	border: 1px solid #ccc;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}	

.tabRow {
	margin-bottom: 1em;
	text-align: center; 
	font-size: .9em;
}

.centered {
	text-align: center;
}

.lalign {
	text-align: left;
}

.bodyText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
}

.bodyText p {
	margin-bottom: 1em;
}	

#updatedDate {
	float: right;
}

a {
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 3px;	
}

.button {
	margin: 5px;
	padding: 2px;
}

.found {
	color: red;
}

.notFound {
	color: green;
}

.titleBar {
	font-size:1.25em;
	font-weight: bold;
	color: navy;
}

.footnote {
	font-size: 1em;
	font-weight: bold;
	color: navy;
}

.hilight {
	color: darkred;
}	

/*.titleText {
	font-size: 1.25em;
	font-weight: bold;
	color: navy;
	margin-top: 1.25em;
} */

.tableTitle {
	margin-top: 1.25em;
}		

.subtitle {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: navy;
	margin: .75em 0;
}

.subheader {
	font-size: .8em;
	font-weight:bold;
	color:navy;
}	

.content p {
	margin: .75em .5em;
	font-size: 1.1em;
}

.content li {
	font-size: 1.1em;
}	

/* IMAGES */

img {
	border: 0;
}

img.thumbnail {
	/* max-height: 100%; */
	height: 100px;
	width: 80px;
	display: inline;
}	

img.photo {
	max-width: 100%;
	margin: 2px;
}

img.largeImage {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}	
	

.photos {
	float: right;
	width: 500px;
	height: 300px;
}

.photos p {
	text-align: center;
}

div.photo {
	height: 288px;
	width: 240px;
}

#front {
	float: left;
}

#profile {
	float: right;
}

#noPhoto {
	float: right;
}

.photoDate {
	margin-bottom: 10px;
}	

#logout {
	float: right;
}

.nav li{
	float:left;
	margin-right: 0.5em;
}

.nav a{
	border-radius: 0.3em;
    color: white;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
}

.nav a.search{
	background-image: none;
}

.nav li {
    list-style-type: none;
}

.nav a:focus, .nav a:hover {
	background-color: white;
	color: navy;
	outline: none;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

/* BANNER */

#banner {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: skyblue;
	margin-bottom: 1.5em;
}

#bannerTitle {
	font-size: 1.25em;
}	

#bannerBar {
	background-color: navy;
	/* font-size: 1.25em; */
	color: white;
	width: 100%;
}

#navigationBar {
	background-color: navy;
	/* font-size: 1.25em; */
	color: white;
	width: 100%;
}

#kslogo {
	float: left;
	margin: 5px 0 0 10px;
}

#kcjislogo {
	float: right;
	margin: 1px 10px 0 0;
}

.cjlist {
	width: 40%;
	float: left;
	/* border: 1px solid navy; */
}

.section {
	font-size: 1.1em;
	font-weight: bold;
}	


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) .8em 50% no-repeat;
    border: 1px solid #b2d1ff;
    /* color: #006dba; */
    color: navy;
    font-weight: bold;
    margin: 1.0em 0 .5em 0;
    padding: .5em .5em .5em 3.0em
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 1.0em 0 .5em 0;
    padding: .5em 0 .5em 0; */
}
input.errors {
	background: #fff3f3;
    border: 1px solid red;
}    
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) .8em 0% no-repeat;
    line-height: 1.6em;
    padding-left: 3.0em;
    padding-right: .5em;
}


/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 1.0em;
    margin-top: .5em;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
    margin-left: .3em;
    overflow: visible;
    padding: .2em .6em;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) .5em 50% no-repeat;
    padding-left: 2.8em;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) .5em 50% no-repeat;
    padding-left: 2.8em;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) .5em 50% no-repeat;
    padding-left: 2.8em;
}


/* TABLES */

table {
    border: 1px solid navy;
    width: 100%;
}

table.auto {
	width: auto;
}

table.auto th td {
	margin-left: .4em;
	margin-right: .4em;
	padding-left: .4em;
	padding-right: .4em;
}

th {
	text-align: center;
	background-color: navy;
	color: white;
	padding: .2em;
}

tr {
    border: 0;
}

td {
	/* font-size: 1.1em; */
	font-size: .9em;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.2em;
    padding: .2em;
    text-align: left;
    vertical-align: top;
    border: 1px solid navy;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

th a:visited {
    color: white;
}

th a:link {
	color: white;
	text-decoration: underline;
}

th.thumbnails {
	width: 100px;
}	


/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 1.0em;
    overflow: hidden;
    padding: 1.0em .3em;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 .3em;
    padding: .2em .6em;
}
.paginateButtons span {
    padding: .2em .3em;
}

.form-horizontal .controls {
	margin-left: 10px;
}

span label {
	display: inline;
}

.form-horizontal .control-label {
	width: 210px;
}

.hidden {
	visibility: hidden;
}
