body { 
	background-color: #dedede;
}


.theme-showcase .navbar .container .bc {
  width: auto;
}

.bc{
	background-color: #23538a;
	border-bottom: 1px solid #111;
   /* color :#fff;*/
/*	border-top: 1px solid #111;*/
	max-height : 40px;
	padding-top: 0px;
	margin-top: 0px;
    margin-bottom: 10px;
    border-top : 1px solid #23538A;
}

.bc p{
	margin: 4px 5px;
	color: #eee;
}

.bc a{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

.navbar {
background-color: #d5d5ef;
margin-bottom: 0px;
padding-bottom: 0px;
   border-bottom : 1px solid #23538A;
}



.pub-in {
	min-height: 300px;
}

#imgTitle {
	float: left;
}

div#title {
	float: left;
	margin-left: 10px;
}

div#title strong{
	color: #132e4c;
	font-size: 2em;
	font-weight: bold;
}

div#title em{
	color: #132e4c;
	font-size: 1.1em;
	font-style: italic;
}

.footer {
 	background-color: #23538a;
 	color: #fafafa;
	min-height: 100px;
	border : 1px solid #555;
	max-width: 1024px;
	box-shadow: 0 0 5px #23538a;
	margin-top: 10px;
	-moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.footer a{
    color: #fafafa;
    font-weight: bold;
}





#content {
	max-width: 1024px;	
	border : 1px solid #C0961F;
	box-shadow: 0 0 5px #1A557B;
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #555;
	min-height: 900px;
	margin-top: 10px;
}


.header{
	min-height: 100px;
	/*max-width: 1024px;*/
	width: auto;
	background-color: #d5d5ef;	
	/*box-shadow: 0 0 5px #1A557B;*/
}


.pubtest{
	
}

.test1 {
	height: 400px;
	background-color: green;
}

.test2 {
	height: 400px;
	background-color: blue;
}




h1, h2, h3 {
	color : #1A557B;
}

h1 {
	margin-top : 0px;
	text-align: center;
}


.icontext {margin: 5px 5px; float: left;}


.search-control{
	padding: 5px 5px;
}

.presentation {
	margin: 5px 5px;
}



/* adaptive table*/

.table-wide {
		display: none;
	}
	.table-small{
		display: inline;
	}


@media (min-width : 768px) {
	.table-wide {
		display: inline;
	}
	.table-small{
		display: none;
	}
}


/*Nav bar */



.navbar-default {
    font-size: 15px;
    background-color: #d5d5ef;
    /*border : 1px solid #C0961F;*/
    /*max-width: 1024px;*/
    /*border-width: 0px;*/
    /*border-radius: 2px;
	max-width: 1024px;	
	box-shadow: 0 0 5px #1A557B;*/
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    background-color: #132e4c;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
border-width: 0px;
 margin-right: 4px;
}

.navbar-search {
    color: #23538a;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-width: 0px;
    margin-right: 4px;
}

@media (min-width : 768px) {
    .navbar-default .navbar-nav>li>a {
        border-radius: 10px 10px 0px 0px;
    }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: #5f767f;
}

/*
li.current>a,
li.current>a:hover,
li.current>a:focus {
    color: #1A557B;
    background-color: #FFD86A;
}
*/
.navbar-default .navbar-nav li.current>a,
.navbar-default .navbar-nav li.current>a:hover,
.navbar-default .navbar-nav li.current>a:focus {
    color: #fff;
    background-color: #23538a;
}
.navbar-default .navbar-toggle {

    border-color: #3f567f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3f567f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3f567f;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {

    background-color: #3f567f;
}


.breadcrumb {
	background-color: #23538a;
	color: #fee;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #d5d5ef;
}

.table thead{
	background-color: #23538a;
	color: #eee;
	font-weight: bold;
}

div#displayTop {
	visibility: hidden;
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0px;
       z-index: 10;
}

div#searchResults {
    /*visibility: hidden;*/
	position: fixed;
	/*top: 0px;*/
	/*width: 100%;*/
	margin: 10px;
    z-index: 10;
    padding: 2px;
}

div#searchResults p {
	margin: 4px;
    text-align: center;
}


div.displayTopInner {
	visibility: inherit;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #dedede;
	/*border-top: 1px solid #d5d5ef;
	border-left: 1px solid #13224c;
	border-bottom: 1px solid #13224c;
	border-right: 1px solid #13224c;*/
	max-width: 600px;
	border: 1px solid #13224c;
	-moz-opacity:0.85;
	opacity: 0.85;
	filter:alpha(opacity=85);
 	-moz-box-shadow: 0 0 3px 3px #888;
        -webkit-box-shadow: 0 0 3px 3px#888;
        box-shadow: 0 0 3px 3px #888;
 
}

div.displayTopInner p{
	text-align: center;
	margin: 2px;
}

div.play {
	margin: 15px 5px;
	float: left;
	width: 600px;
}	

p.player{
	text-align: center;
}

img.play {
	margin: 15px 5px;
	float: left;
}

img.littleplay{
	height: 32px;
}


p.shortcut {
	text-align: center;
	margin: 5px 10px;
}

.shortcut a{
	color: #132e4c;
	margin: 0px 5px;
}


@media(max-width:767px){
    .shortcut {
        max-width: 700px;
    }
}

.table tbody tr:hover td, .table tbody tr:hover th, .table tbody tr:hover td a {
    background-color: #23538a;
    color: #eee;
}


.footer h2{
	border-top: 1px solid #fafafa;
	padding-top: 4px;
	font-size: 1.5em;
	color: #fafafa;
}

.footer p{
	margin: 5px 10px;
}

.botomfooter {
	text-align :center;
	color: #fafafa;
}

.botomfooter hr{
	border-color: #fafafa;
}


#guestbook-form {
	padding: 5px 20px;
}


span.who {
	margin: 5px 10px;
	padding: 0px;
}

span.when {
	margin: 0px 20px;
	float: right;
}

.addbutton {
	margin-bottom: 15px;
}


