/*
css index
01. Global
02. Layout Master Page
*/

/* global */
html {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #FFF;
	background-image:url(../images/twolines.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

/* Layout  Master Page*/
/* header */
.header {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	color: #0B2E6C;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
}
.header table tr td {
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color: #0B2E6C;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
}
.hide {
	display: none;
}

.container {
	display: table;
	width: 1000px;
	height: 100%;
	margin: auto auto auto auto;
	padding: 20px;
}
.header {
	float: left;
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.content {
	float:left;
	width: 100%;
	margin: auto auto auto auto;
	padding: 0;
}
.footer {
	float: left;
	width: 100%;
	padding: 0;
	;
}
.language {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}

.city {
	font-size: 20px;
	font-weight: 800;
	vertical-align:top;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.city h3 {
	font-size: 20px;
	font-weight: bolder;
	vertical-align:text-top;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	letter-spacing: 0.1em;
	background-color:white;
	text-decoration:none;
	text-transform:none;
}
.frequency {
	font-size: 16px;
	font-weight: 800;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.detail {
	font-size: 12px;
	font-weight: 800;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.social {
	font-size: 20px;
	font-weight: 800;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.listenlive {
	font-size: 20px;
	font-weight: 800;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:white;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.listenlive h3 {
	font-size: 20px;
	font-weight: bolder;
	vertical-align:text-top;
	color: #0e86c5;
	margin: 0 0 0 0;
	padding: 0;
	letter-spacing: 0.1em;
	background-color:white;
	text-decoration:none;
	text-transform:none;
}
.entersite p {
	font-size: 32px;
	font-weight: 800;
	color: white;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:#0e86c5;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
.entersite p a:link {
	text-decoration:none;
	color: white;
}
.entersite p a:visited {
	text-decoration:none;
	color: white;
}
.entersite p a:hover {
	text-decoration:none;
	color: white;
}
.entersite {
	font-size: 16px;
	font-weight: 800;
	color: white;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0.1em;
	background-color:#0e86c5;
	font-variant:small-caps;
	text-decoration:none;
	text-transform:none;
	padding-left: 10;
}
/* footer */
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #003E7E;
	text-align: right;
}
.footer span {
	background-color: #0093d0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* Boxes and divs */
.box {
	padding:10px;
	background-color: #d4edf6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #EEEEEE;
	-webkit-box-shadow: 2px 2px 2px #EEEEEE;
	box-shadow: 2px 2px 2px #EEEEEE;
}
.box-enter {
	padding:10px;
	background-color:#0e86c5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #EEEEEE;
	-webkit-box-shadow: 2px 2px 2px #EEEEEE;
	box-shadow: 2px 2px 2px #EEEEEE;
}
/* separator divs */

.separator {
	margin:15px 0;
	height:2px;
	font-size:2px;
	background-color:#CCCCCC;
	display:block;
}
/* Standard links */
a:link {
	text-decoration:none;
	color: #000065;
}
a:visited {
	text-decoration:none;
	color: #000065;
}
a:hover {
	text-decoration:underline;
	color: #000065;
}
