.lhead
{
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    color: #5F6062;
    text-align: center;
}

.lhead2
{
    font-weight: bold;
    color: #1476C6;
    font-size: 1em;
    text-align: left;
}

.lText2
{
    font-weight: normal;
    color: black;
    text-align: left;
}

.jTable
{
	width: 100%;
    border: solid 0px #1476C6;
    padding: 10px 10px 10px 10px;
}

.lTable
{
	margin: 3px 0px 0px 0px;
    border: solid 1px #1476C6;
    padding: 10px 10px 10px 10px;
}

div.floatdiv
{
	margin: 3px 3px 0px 0px;
    border: solid 1px #1476C6;
    padding: 2px 2px 2px 2px;
}

.lTable thead
{
	font-family: Times, serif;
    font-weight: bold;
	color: #5F6062;
    font-size: 1.2em;
}

.semibold
{
    padding: 10px 10px 10px 10px;
	font-family: Times, serif;
    font-weight: bold;
	color: #5F6062;
    font-size: 1.2em;
}

.lTable tbody
{
	font-family: Times, serif;
    font-size: 1.1em;
}

div.cameraView
{
 float:left; 
 padding-left: 3px;
 margin: 0px 0px 3px 0px;
}

div.cameraView img
{
    border: solid 0px black;
    padding: 1px;
}

div.cameraViewHeader
{
 	text-align:center;
	font-family: Times, serif;
    font-weight: bold;
	color: #5F6062;
    font-size: 1.2em;
 	border: solid 1px black;
 	border-bottom-width: 0px;
    background-color: white;  	
}

div.cameraViewBody
{	 
	border: solid 1px black;
	background-color: white; 
}


div.cameraViewFooter
{
 	text-align:center;
 	border: solid 1px black;
 	border-top-width: 0px;
 	background-color: white; 
 	height: 26px;
}


.jBorder
{
    border: solid 1px #1476C6;
}

.iTable
{
    border: solid 0px #1476C6;
    padding: 10px 10px 10px 10px;
}

.iCopyText
{
    font-style: italic;
    font-weight: normal;
    font-size: 0.9em;
    color: #5F6062;
    text-align: center;        	
}        

.spacer
{
	height:20px;
}

.linebreak
{
	height:5px;
	background-color: #1476C6;		
}

.tlinebreak
{
	height:2px;
	background-color: #1476C6;	
	width:100%;	
}
.menuitem
{
	width:90px; 
	padding-top: 3px;
	float:left;
	padding-left: 1px;
	padding-right: 0px;
	text-align:center;
}

input.camCheck
{
}

.rmenuitem
{
	width:65px; 
	padding-top: 3px;
	float:right;
	padding-left: 3px;
	padding-right: 3px;
	text-align:center;
}

.logintable
{
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	height: 100%;	
}
* {
	padding: 0;
	margin: 0;
	font-family: Times, serif;
}

html, body 
{
	height: 100%;
	background-color: #DDD;
}

body
{
	font-family: Times, serif;
	font-size: 13px;
	height:100%;
}

#container {
background-color: White;
border-left: 1px solid #1476C6;
border-right: 1px solid #1476C6;
width: 940px;
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

#header {
height:65px;
}

#content {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px; /* bottom padding for footer */
}

div#footer {
position:absolute;
width: 100%;
height:20px;
bottom:0; /* stick to bottom */
text-align: center;
}

table, tr, td
{
	font-family: Times, serif;
}

p 
{
	font-family: Times, serif;
	font-size: 13px; 
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}


select, input {
	font-family: Times, serif;
	font-size: 13px;
	color: #333;
}
    
A:link, A:visited, A:active, A:hover
{
	text-decoration:underline;	
	font-family: Times, serif;
	font-size: 13px;
    color: #1476C6;
}
.horizontal_bar_separator
{
	width:100%;
	position:absolute; 
	left:0px; 
	top:62px; 
	height:3px; 
	background-color: #1476C6;
}
A:link img, A:visited img, A:active img
{
	padding: 1px;
    border: solid 1px White;
    cursor: pointer;	
	text-decoration:underline;	
}

A.cameraimage:link img, A.cameraimage:visited img,A.cameraimage:active img
{
	padding: 1px;
	border: solid 1px Black;
    cursor: pointer;	
	text-decoration:underline;
}

A:hover img, A.cameraimage:hover img
{	
    border: solid 1px #00CC00;
    cursor: pointer;	
	text-decoration:underline;	
}
h1
{
	font-style: italic;
	color: #5F6062;
}
.status
{
	color: red;
}

.espan
{
	margin-left: 5px;
	display: none;
	color: red;
}

.hidden_cache_class
{
	position: absolute;
	left:0px;
	bottom: 0px;
	width: 1px;
	height: 1px;
	display: none;
	z-index: -1;
}
.invis
{
	display: none;
}
.hidden_iframe
{
	position: absolute;
	left:0px;
	bottom: 0px;
	width: 1px;
	height: 1px;
	display: none;
	z-index: -1;
}

table.calendar 
{
	border: 0;
}
table.calendar td, th 
{
	text-align: center; 
	border: 0
}
table.calendar th 
{
	height: 10px; 
	font-size: 9pt;	
}
table.calendar td 
{
	width: 19px;
	height: 10px;
	font-size: 9pt;
}
table.calendar .calendar-month 
{
	font-weight: bold; 
	margin-top: 3px; 
	font-size: 12pt; 
	text-align: center
}
table.calendar .calendar-month a
{
	text-decoration: none
}
table.calendar .calendar-prev, table.calendar .calendar-next 
{
	font-weight: normal;
}
table.calendar th 
{
	color: green; 
	text-align: center;
}
table.calendar td.linked-day 
{
	font-size: 11pt
}
