/*
   oiccam.com base style sheet - oicbase.css
*/

A:link {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none;}
A:active {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: underline}

/* this is not worked out yet
:link {background-color: #FFFFFF; color: #0000FF}
:visited {background-color: #FFFFFF; color: #0000FF}
:active {background-color: #FFFFFF; color: #0000FF}
 */

/** debault body - removes the margins, sets the background to white **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF; color: #000000;
}

/** body for the webcam pages - these pages are framed with the left col of webcams **/
BODY.oicWCpages {
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px;
}

/** DIV Footer for the copyright line - 
	- uses the color of the links on the page from the browser
	- underlines on hover (depends on the settings of the A tag links above) **/
.copyfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #0000FF;
}

/** Main text - normal font for text **/
.oictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/** Main text - links in the text - Note: this is a modifyer for the anchor tag
    and assumes the oictext font is in effect as well **/
A.oiclink {font-weight: bold;}
.oictextsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}
/** Main text - Titles of sections **/
.oicheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

/**
  Description of OIC functions like DAG, TS and Image viewer
 **/
/** OIC DAG title - Title of group **/
.oicdagtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/** OIC DAG link - links at the start of the text **/
A.oicdaglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	}
/** OIC DAG text - normal font for text **/
.oicdagtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #0000CC;
}
/** Centerville logo text **/
.centervilleLogotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #843900;
}
/** image refresh - The refresh text under the webcam **/
.imgrefresh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #0000CC;
}
DIV.halfline {
	line-height: 40%;
}
/** image comment - Text for short comment under the cam, for example: “Use Day at Glance to view **/
.imgcomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

DIV.center {text-align: center;}
p.justify {text-align: justify;}


/**
  Table styles for the OIC main text
 **/

TABLE.OTblTxtOuter {
	width: 100%;
}

TABLE.OicTableText {
}
TABLE.OicTableText TH {
	padding: 2px;
	border: 1px inset #CEC6DE;
}
TABLE.OicTableText TD {
	padding: 3px;
	border: 1px inset #CEC6DE;
}

TABLE.OicTableAdMED {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 4px;
}
TABLE.OicTableAdMED TH {
}
TABLE.OicTableAdMED TD {
}

TABLE.OicTblMain {
	width: 560px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
TABLE.OicTableAdMED TH {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
TABLE.OicTableAdMED TD {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.OicPageTitle {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px; 
}
