


html {

	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em;
		
	/*	
	font-family: sans-serif, "DejaVu Sans", Arial;
	line-height: 1.5em;
	*/
}

body {
	background-color: #f7f7f7;
	margin: 0;
}


.jvectormap-tip {
	
	background-color: #FFF;
	border: 1px solid #CCC;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:black;
	font-size: 14px;
	
	text-align: center;
	line-height: 20px;
}





.navbar {
	background: white;
}
.nav {
	border-bottom: 1px solid #979797;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li {
    display:inline;
}
.nav a {
    display:inline-block;
    padding:10px 15px;
	
	font-weight:bold;
}
.nav li a:hover {
	background-color: #e6e6e6;
	text-decoration: none;
}






p {
	text-align: left;
	line-height: 1.3em;
	
	/*
	font-family: Georgia,Times;
	font-size: 14px;
	*/
	line-height: 21px;
	margin-bottom: 21px;
}

p.strong {
	font-weight: bold;
}





a {
	text-decoration: none;
	background: none;
	color: #0645ad;
}
a:visited, a:active {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration:underline
}

a.external {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
	background-image: url('http://i.stack.imgur.com/2x4yG.png');
}

a.youtube {
	background-image: url('http://youtube.com/favicon.ico');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}


blockquote p {
	margin:0;
	margin-bottom: 5px;
	
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.5;
}


blockquote {
	margin: 20px 10px;
	position:relative;
}

blockquote cite {
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	font-style: italic;
}

blockquote cite:before {
	content: "\2014 \2009";
}





.map, #map {
	width: 850px;
	height: 400px;
}


.clear {
	clear:both;
}


/* from boostrap */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:768px)
{
	.container
	{
		width: 750px;
	}
}
@media (min-width:992px)
{
	.container
	{
		width: 970px;
	}
}
@media (min-width:1200px)
{
	.container
	{
		width: 1170px;
	}
}


.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.text-center {
	text-align:center;
}


#content {
	margin:0 auto;
	border: 1px solid silver;
	
	padding: 30px 30px 30px 30px;
	margin-bottom: 20px;
	
	background-color: white;
	border: 1px solid #979797;
	border-radius: 8px;
	
	box-shadow: 0 2px 4px 0 rgba(52, 52, 52);
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.48);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.48);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.48);
}






table {
	border-collapse: collapse;
}

table.sortable th {
	cursor: pointer;
	height: 22px;
}

table, th, td {
	border: 1px solid black;
}

th, td {
	padding: 8px;
    text-align: left;
	
	font-family: Verdana;
	font-size: 12px;
}

th {
    background-color: #5c85d6;
    color: white;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}






.panel {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	
	background-color: #fff;
	border: 1px solid black;
	border-radius: 4px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align:center;

	color: #333;
	font-weight:bold;

	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-body {
	padding: 15px;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}





