@charset "UTF-8";

/* CSS Reset */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* set global font to Arial */
/*
html *{
	font-family: Arial !important;
}
*/

#wrapper {
    /* width: 100%; */
	/* height: 100%; */
    min-width: 800px;
    max-width: 1920px;
	min-width: 600px;
	max-width: 1080px;
    /*margin: 0 auto;*/	
}

#header {
    width: 100%;
    height: 75px;/*height: 200px;*/
    /* border: 10px solid #00FFFF;*/ /*border-bottom: 1px solid #D8D8D8;*/
    /* background-color: #EEBB77;/*background-color: #010A37;*/
	border-bottom: 2px solid #FF5555;
}

#headermenu{
	
}

#headertext {
    float: left;
    /* padding-left: 0px; */
    /* padding-top: 0px; */
    padding-right: 25px;
}

#ccilogo {
    float: right;
    /*padding-right: 40px;*/
}
#cciLogo {
	float: right;
	width: 281px;
	height: 60.75;
}

#csxlogo {
    float: left;
    /*padding-left: 40px;*/
    height: 30px;
    width: 281px;
}

#headermenu {
	float: left;
    /*padding-left: 20px;*/
}

.menu{

}

.menu ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.menu ul li{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.menu ul li a {
    display: block;
    position: relative;
    width: 100px;
    padding: 45px 0px 5px;
    margin: 0 1px 0 0;
    font-size: 14px;
    color: #6E6E6E;    
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    border: none;
}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.menu ul li a.selected, .menu ul li a:hover {
    color: #0174DF;
    /* background: #6E6E6E;*/
    /*border-bottom: 1px solid #000000;*/
}

/* Contains Top and Bottom Containers Cols*/
#contentliquid {
    width: 100%;
	height: 85%;/* height: 600px;*/
}

/*****************************************************************************/
/* * * * * * * * * * * * * * CSS For Image * * * * * * * * * * * * * * * * * */
/*****************************************************************************/
#top{ /* container for top (image) */
	/* background-color: #77BBCF; /* Light Blue */
	width: 100%;
	position: relative;
}
/*
#cameratitle{
}
*/

#cameraImage {
	position: relative;
	width: 100%;
	height: 50%;
	/*float: right;*/
	/*width: 60%;
	height: 50%;*/
}
#testimg {
	width: 90%;
	height: 50%;
}

/*****************************************************************************/
/* * * * * * * * * * * * * * CSS For Controls  * * * * * * * * * * * * * * * */
/*****************************************************************************/

#bot{ /* Container for bottom menu */
	/*background-color: #487AA1; */
	width: 100%;
	position: relative;
}

/*****************************************************************************/
/* Section 1 - Left Panel - Holds Mast Control                               */
/* Holds Camera Selection, Enable PTZ Control, Wind Speed, and Refresh       */
/*****************************************************************************/
#botleft{ /* Bottom Left Container */
	/* background-color: #FFFF00; /* Yellow */
	width: 50%;
	float: left;
	display: inline;
}

#mastcontrol{
	padding-top: 0px;
}

#cameraselect {
    padding-top: 10px; /*20px;*/
}

#checkbox{ /* Checkbox Enable PTZ Control */
    float: center;
    margin-top: 20px; /*50px;*/
    margin-bottom: 0px; /*10px;*/
	font-size: 28px; /* Size */		
}

#ptzcontrolcheckboxtext{
	margin-bottom: 15px;
	display: inline;
}

#imagerefresh{
    margin-top: 0px;
}

#refresh {
}

/*****************************************************************************/
/* Section 2 - Bottom Right                                                 */
/* Holds Camera Selection, Enable PTZ Control, Wind Speed, and Refresh       */
/*****************************************************************************/
#botright{
	/* background-color: #00FFFF; /* Blue */
	width: 50%;
	float: right;
	display: inline;
}

#ptzcontrol {
    margin-top: 0px; /*50px;*/
    padding-bottom: 0px; /*20px;*/
}

/* controls ALL button type */
input[type=button] {
    height: 140px;
    width: 200px;
	
	/* All Button Styles */
	-moz-box-shadow:inset 0px 100px 0px -40px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -40px #e67a73;
	box-shadow:inset 0px 100px 0px -40px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:36px;
	-webkit-border-radius:36px;
	border-radius:36px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	padding:8px 18px;
	text-decoration:none;
	text-shadow:0px 4px 0px #b23e35;
}

/* control dimensions of image based buttons */
input[type=image] {
    height: 150px;
    width: 150px;
}

/* control individual button */
input[name=left] {
	margin-right: 25px;
	
	height: 174px;
	width: 200px;
	
	font-size: 40px;
	-moz-box-shadow:inset 0px 100px 0px -60px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -20px #e67a73;
	box-shadow:inset 0px 100px 0px -60px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
}

input[name=right] {
	margin-left: 25px;
	
	height: 174px;
	width: 200px;
	
	font-size: 40px;
	-moz-box-shadow:inset 0px 100px 0px -60px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -20px #e67a73;
	box-shadow:inset 0px 100px 0px -60px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
}

input[name=up] {

	height: 174px;
	width: 200px;
	
	font-size: 40px;
	-moz-box-shadow:inset 0px 100px 0px -60px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -20px #e67a73;
	box-shadow:inset 0px 100px 0px -60px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
}

input[name=down] {
	
	height: 174px;
	width: 200px;
	
	font-size: 40px;
	-moz-box-shadow:inset 0px 100px 0px -60px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -20px #e67a73;
	box-shadow:inset 0px 100px 0px -60px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
}

select[id=camera]{
	height: 60px;
	width: 400px;
	font-size: 28px;
	
	-moz-box-shadow:inset 0px 100px 0px -40px #e67a73;
	-webkit-box-shadow:inset 0px 100px 0px -40px #e67a73;
	box-shadow:inset 0px 100px 0px -40px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:36px;
	-webkit-border-radius:36px;
	border-radius:36px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	padding:8px 18px;
	text-decoration:none;
	text-shadow:0px 4px 0px #b23e35;
}

/* Pan Tilt Button Styles */
input[id=pantilt]{
}

input[type=checkbox]{
	height: 60px;
	width: 60px;
	font-size: 28px;
}

#windspeed{
}

#footer {
	position: relative;
    height 12px;/*height: 35px;*/
    width: 100%;
    clear: both;
    border-top: 2px solid #FF5555;
	/*border-top: 1px solid #D8D8D8;*/
    padding-top: 5px;
    /*padding-left: 70px;*/
}

/*
@media only screen and (max-device-width: 480px) {
	div#wrapper {
		width: 480px;
	}

	div#header {
		height: 100px;
		position: relative;
	}

	div#header h1 {
		font-size: 140%;
	}

	#content {
		float: none;
		width: 100%;
	}

	#navigation {
		float:none;
		width: auto;
	}
}
*/