/* PAGE ELEMENTS */

td {
	vertical-align: top;
}

.blueText {
    color: #2570BB;
}

.darkBlueText {
    color: #003366;
}

.orangeText {
    color: #FF6600;
	font-weight:700;
}

.orangeHeader {
    color: #FF6600;
	font-size:14px;
	font-weight:700;
	font-family: Arial;
}

.greyText {
    color: #999999;
}

p {
	padding: 0px;
	margin: 0px;
}

table.greenBorder {
    border:1px solid #D5EC92;
}

td.dashedBottom {
border-bottom: 1px dashed #868686;
}

td.solidBottom {
border-bottom: 1px solid #868686;
}

td.solidTB {
border-bottom: 1px solid #868686;
border-top: 1px solid #868686;
}


/* Yellow side bar elements */
#bottomborder {
    background-image:url(graphics/slicebottom.gif);
    background-repeat:repeat-x;
}

#rightborder {
    background-image:url(graphics/sliceright.gif);
    background-repeat:repeat-y;
}

/* PAGE FOOTER (from .net) */

div.pageFooter {
	width: 650px;
	font-size: 11px;
	text-align:center;
	margin-bottom:10px;
}

p.pageFooter {
	font-size: 11px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

a.footer:link {
	color:#333333;
	text-decoration: underline;
}

a.footer:visited {
	color:#333333;
	text-decoration: underline;
}

a.footer:hover {
	color:#333333;
	text-decoration: none;
}

a.footer:active {
	color:#333333;
	text-decoration: none;
}

/* FORM ELEMENTS */

form {
	margin: 0px;
}

.button1 {
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ECF2FA;
	padding: 1px;
	border-top: 1px solid #CFE4F9;
	border-left: 1px solid #CFE4F9;
	border-right: 1px solid #89A1C2;
	border-bottom: 1px solid #89A1C2;
    width: 80px;
}

.button1Over {
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ECF2FA;/* CCCCE6 */
	padding: 1px;
	border-top: 1px solid #89A1C2;
	border-left: 1px solid #89A1C2;
	border-right: 1px solid #CFE4F9;
	border-bottom: 1px solid #CFE4F9;
    width: 80px;
}

.button2 {
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ECF2FA;
	padding: 1px;
	border-top: 1px solid #CFE4F9;
	border-left: 1px solid #CFE4F9;
	border-right: 1px solid #89A1C2;
	border-bottom: 1px solid #89A1C2;
    width: 80px;
}

.button2Over {
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ECF2FA;/* CCCCE6 */
	padding: 1px;
	border-top: 1px solid #89A1C2;
	border-left: 1px solid #89A1C2;
	border-right: 1px solid #CFE4F9;
	border-bottom: 1px solid #CFE4F9;
    width: 80px;
}

.textBox1 {
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #F5F5F5;/*ECF2FA*/
	width: 100px;
	height: 15px;
	padding: 1px;
	border-bottom: 1px solid #CFE4F9;
	border-right: 1px solid #CFE4F9;
	border-left: 1px solid #89A1C2;
	border-top: 1px solid #89A1C2;
}

.select1 {
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #F5F5F5;/*ECF2FA*/
	width: 100px;
	/* height: 15px; */
	padding: 1px;
	border-bottom: 1px solid #CFE4F9;
	border-right: 1px solid #CFE4F9;
	border-left: 1px solid #89A1C2;
	border-top: 1px solid #89A1C2;
}

/* HOMEPAGE Links */

A.homeText:link {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

A.homeText:visited {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

A.homeText:hover {
	font-family: Arial,Helvetica,Sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}


a.yellowlink:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a.yellowlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF90;
	text-decoration: none;
}
a.yellowlink:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a.yellowlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: underline;
}

a.orangelink:link {
	font-weight: bold;
	color: #000000; /*#FF6600;*/
	text-decoration: underline;
}
a.orangelink:visited {
	font-weight: bold;
	color: #000000; /*#FF6600;*/
	text-decoration: underline;
}
a.orangelink:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.orangelink:hover {
	font-weight: bold;
	color: #FF6600;/*#FF9900;*/
	text-decoration: underline;
}


a.bluelink:link {
	font-weight: bold;
	color: #003366; /*#FF6600;*/
	text-decoration: underline;
}
a.bluelink:visited {
	font-weight: bold;
	color: #003366; /*#FF6600;*/
	text-decoration: underline;
}
a.bluelink:active {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
a.bluelink:hover {
	font-weight: bold;
	color: #003366;/*#FF9900;*/
	text-decoration: underline;
}


a.whitelink:link {
	font-weight: bold;
	color: #FFFFFF; /*#FF6600;*/
	text-decoration: none;
}
a.whitelink:visited {
	font-weight: bold;
	color: #FFFFFF; /*#FF6600;*/
	text-decoration: none;
}
a.whitelink:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	font-weight: bold;
	color: #FFFFFF;/*#FF9900;*/
	text-decoration: underline;
}

/* GENERAL PAGE FORMATTING (moved from index.php) */

body {
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: 400;*/
    background-image:url(graphics/scanlines3.gif); 
    background-position:0px 0px;
    background-repeat: repeat;
}

.divContainer {
    /* position: absolute;*/
	width : 99.9%;
	border : 0px dotted #00CC00;
	z-index : 1;
}

.pContainer {
	width: 620px;
	margin: 10px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
}

.pHeader {
	width: 620px;
	margin: 10px 10px 0px 10px;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.pBorder {
	border-bottom: 1px dashed #868686;
	margin: 10px 0px 10px 0px;
	width: 640px;
}

.pBG {
	width: 640px;
	height: 200px;
	margin-top: 10px;
	vertical-align:top;
    background-image:url(graphics/cams_bg.jpg); 
    background-position:8px 0px;
    background-repeat:no-repeat;
}

.sidebar {
    background-color: #F7FBE9;
    text-align: left;
}

#sidebarBG {
    background-image:url(graphics/yellow_bg.jpg); 
    background-position:0px 0px;
    background-repeat:no-repeat;
}

.tableContainer {
	margin: 10px 0px 0px 0px;
}

.content {
	background-color: #FFFFFF;
}
