a:link { color: deepskyblue; }
a:visited { color: #0ff; }
a:hover { color: #0ff; }
a:active { color: #0ff; }

body
{
	-webkit-text-size-adjust: none;
	background: #000;
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
	min-width: 100%;
}
body.P2000
{
	overflow-x: hidden; /* Prevents horizontal scrolling */
	overflow-y: auto;   /* Allows vertical scrolling */
}

table
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td
{
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
}
audio
{
	background: black;
	height: 20px;
	max-width: 100%;
	width: 100px;
	visibility: hidden;
}

.message
{
	background: #000;
	color: #0cf;
	width: 135px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.font
{
	background: #000;
	color: #0cf;
	width: 195px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.messagec
{
	background: #000;
	color: #0cf;
	width: 300px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.labelc
{
	background: #000;
	color: #0cf;
	width: 95px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.fontc
{
	background: #000;
	color: #0cf;
	width: 180px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.settings
{
	width: 310px;
	padding-top: 8px;
	padding-bottom: 15px;
	margin: 0 auto 5px auto;
	background: #446bb3;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #446bb3;
}

.p2000
{
	width: 100%;
	margin: 0px 1px 0px 0px;
	border-collapse: separate;
	border-left: 2px solid rgba(192,192,192, 0.4);
	border-top: 1px solid rgba(192,192,192, 0.4);
	border-right: 2px solid rgba(192,192,192, 0.4);
	border-bottom: 1px solid rgba(192,192,192, 0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.p2000#new
{
	background: darkred;
}
.tipsmall
{
	border-bottom: 1px dotted;
	font-family: Verdana, arial, helvetica, serif;
	margin-left: 0;
}
.tipsmall:hover
{
	background-color: #f60;
	color: #fff;
	border-radius: 2px;
}

.datetime { font-size: 9px; color: #fff; white-space: nowrap; text-align: center; }
.dt_top { vertical-align: top; font-size: 8px; }
.dt_bottom { vertical-align: middle; }
.type { font-size: 9px; color: #0c0; white-space: nowrap; vertical-align: middle; }
.capcode { margin-left: 2px; font-size: 8px; color: #fff; white-space: nowrap; text-align: center; }
.MSGambu { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGbrw  { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGpol  { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGkw { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGrb { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGheli { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGg { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSG { width: 100%; font-size: 11px; vertical-align: top; color: #0cf; padding-bottom: 1px; }
.MSGn { width: 100%; font-size: 11px; vertical-align: bottom; color: #f00; padding-bottom: 1px; }
.MSGinc { text-align: center; font-size: 8px; white-space: nowrap; }
.MSGambu a:link, .MSGbrw a:link, .MSGpol a:link, .MSGkw a:link, .MSGrb a:link, .MSGheli a:link, .MSGg a:link, .MSG a:link { color: #0cf; }

.c01 {color: #ff0;}
.c02 {color: #ff0;}
.c03 {color: #f00;}
.c04 {color: #f90;}
.c05 {color: #60f;}
.c06 {color: #099;}
.c07 {color: #fff;}
.c08 {color: #3c3;}
.c09 {color: #ccc;}
.c10 {color: #760;}
.c11 {color: #f3f;}
.c12 {color: #003df5;}
.c13 {color: #f3f;}
.c14 {color: #3d9;}
.c15 {color: #f90;}
.c16 {color: #00f;}
.c17 {color: #cfc;}
.c18 {color: #f00;}
.c19 {color: #00f;}
.c20 {color: #3d9;}
.c21 {color: #f90;}
.c01, .c02, .c03, .c04, .c05, .c06, .c07, .c08, .c09, .c10, .c11, .c12, .c13, .c14, .c15, .c16, .c17, .c18, .c19, .c20, .c21 {font-size: 8px;}

.INC
{
	display: block;
	text-align: center;
	margin: -1px 0px;
	padding: 1px 8px;
	font-size: 8px;
	background-color: red;
	color: #fff;
	text-shadow: 1px 1px 1px black;
}
span#inc.INC	/* whole incident block */
{
	border-radius: 5px;
}
span#inc1.INC	/* first incident block */
{
	border-radius: 5px 5px 0px 0px;
}
span#inc2.INC	/* second incident block */
{
	border-radius: 0px 0px 5px 5px;
}
span#mmt.INC	/* MMT block */
{
	border-radius: 4px;
	background-color: orange;
	display: inline;
	margin: 0px;
	padding: 1px 3px;
}

.brandbase
{
	padding-top: 10px;
	color: deepskyblue;
	font-size: 10px;
	text-shadow: 1px;
}
.TIP
{
	border-bottom: 1px dotted;
	font-family: Verdana, arial, helvetica, serif;
	margin-left: 0;
}
.TIP#BB
{
	color: deepskyblue;
	white-space: nowrap;
}
.TIP:hover
{
	background-color: #f60;
	color: #fff;
	border-radius: 2px;
}
#p2ktooltip
{
	position: absolute;
	max-width: 320px;
	color: #fff;
	border: 2px solid #808080;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #f60;
	visibility: hidden;
	z-index: 100;
	border-radius: 9px;
}
#p2ktooltip h1
{
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 5px;
	color: yellow;
}

.unknown
{
	color: #f3f;
	font-style: italic;
}
#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #333;
}
#incident
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 9px;
	background-color: #bfbfbf;
	color: #000;
	margin-top: 5px;
}
#result 
{
	margin-top: 3px;
}
#settings 
{
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 1%;
	width: 20px;
	position: absolute;
}
#colors
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 13%;
	width: 20px;
	position: absolute;
}
#audioimage
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25%;
	position: absolute;
}
#monitor
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 37%;
	position: absolute;
}
#gps
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 50%;
	position: absolute;
}
#error
{
	margin-top: 2px;
	margin-bottom:2px;
	margin-left: 60%;
	visibility: hidden;
	position: absolute;
}
#info
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 70%;
	position: absolute;
}
#users
{
	right: 24px;
	width: 50px;
	position: absolute;
}
#userimage
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	position: absolute;
}
#usercount
{
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #d3d3d3;
	position: absolute;
}
#copyright
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 8px;
	color: #ff3;
	text-align: center;
}
#phptime
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 8px;
	color: #ff3;
	text-align: center;
}
#soundmanager-debug
{
	color: #ff0;
	font-size: 10px;
}
#sysmessage
{
	position: fixed;
	bottom: 10px;
	left: 5%;
	width: 85%;
	height: 18px;
	color: #fff;
	background: #223;
	visibility: hidden;
	text-align: center;
	font-weight: bold;
	padding: 9px;
}

#airborne, #airborne a:link
{
	color: gold;
}

.collapsible
{
	background-color: #555;
	cursor: pointer;
}
.active, .collapsible:hover
{
	background-color: #777;
}
.collapsible_content
{
	display: none;
	overflow: hidden;
}

.loading
{
	color: yellow;
	text-align: center;
	font-weight: bold;
}

h1
{
	color: white;
}
