/* General */
body, p, li, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #45719B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 2px solid #45719B;
}
h1 {
	height: 25px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	background-image: url(/images/h2_bg.jpg);
	background-repeat: repeat-x;	
}
h2 {
	margin-top: 0px;
	padding-top: 0px;	
	color: #003366;
	font-size: 18px;
	font-weight: normal;
}

/* Blocks */
.separator {
	font-weight: bold;
	color: #003366;
}
legend {
	font-weight: bold;
	color: #36638E;
}
.label {
	color: #808080;
}
p.error {
	margin: 0px;
	background-color:#FFC6C6;
	font-weight:bold;
	padding: 10px;
	border: 1px solid #FF0000;
}
p.notice {
	margin: 0px;
	background-color: #F9F6E7;
	font-weight:bold;
	padding: 10px;
	border: 1px solid #D4BC4C;
}
.actionBlock {
	margin: 4px 0px;
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #4E79A1;
}

/* Messages & Comments */
.message {
	border-top: 1px solid #4E79A1;
	padding-bottom: 10px;
}
.message .name {
	color:#000033;
	font-weight:bold;
}
.message .time {
	color:#666666;
	font-size: 9px;
}
.newMessage .text {
	font-weight:bold;
}
.name, .time {
	background-color: #F7F7F7;
	padding:2px;
}

/* Image Frame */
#imageViewFrame {
	border: 2px solid black;
	z-index: 100;
	position:absolute;
	background-color: #F7F7F7;
	display:none;
}

/* Tables */
table.table {
	margin-top: 10px;
	margin-bottom: 10px;	
}
table.table th {
	background-color: #DAE2E8;
}
table.table td {
	border-bottom: 1px solid #DAE2E8;
}

/* Map */
#mapCanvas {
	border: 1px solid #45719B;	
}

/* Navigation */
.count {
	font-weight:normal;
	font-style:italic;
	color:#4F4F00;
}
.mainMenu {
	padding: 5px;
}
.footer {
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #45719B;	
	color: #45719B;
	text-align: center;
}

/* Lists */
dt {
	font-weight: bold;
	color: #003366;
}
dd {
	margin-bottom: 10px;
}

.paddingDivTop {
    padding-top: 10px;
}

.paddingDivBottom {
    padding-bottom: 10px;
}

/* clearFix */

.clearFix:after {
  content: ".";     
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */

/* TABS */

ul.tabs,ul.tabs li{list-style-type:none;margin:0;padding:0}
ul.tabs{width:500px}
ul.tabs li{float:left;margin-right: 3px;text-align: center;}
ul.tabs a{float:left;width: 7em;padding: 5px 0; text-decoration:none;}
ul.tabs a:hover{background: #DAE1E8; text-decoration:none;}

ul.tabs li.activeLink a,ul.tabs li.activeLink a:hover{background: #36638E;color: #FFF;}

#tSettings {width: 6em;}
#tNetworks {width: 4em;}
#tMobile {width: 9em;}

.tBar {
  padding: 0px 10px 0px;
  border-bottom: solid 1px #36638E; 
}

.tBar #tabs {
    display: inline;
    float: left;
    border-bottom: none;
    margin: 0px; 
}

.tBar .blinks {
    padding: 4px 0px;
    float: right; 
}
