body{
	margin: 0px;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size: 10pt;
	background: url('/cam/body.jpg') repeat-x #FFFFFF;
	}

#fullpage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#subheader {
	font-size: 10pt;
	color: white;
	padding: 4px;
	background-color: #1D2071;
}

#subheader a {
	color: #91c5e5;
}

#container {
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	border: 1px solid #1A4480;
}

#container img{
	cursor: pointer;
	}

#pageheader {
  	font-size: 12pt;
  	font-weight: bold;
  	padding: 5px;
}

#copyright {
	font-size: 9pt;
	text-align: center;
	background: url('/cam/cambanner-bottom.jpg') #289135;
	color: white;
	padding: 10px;
}

#loginpanel {
	border-collapse: collapse;
	border: 1px solid #779DC3;
	border-right: 2px ridge #2262A0;
	border-bottom: 2px ridge #2262A0;
	margin: 0px auto;
}

#loginpanel th {
	background-color: #1D2071;
	color: white;
	font-weight: bold;
	padding: 3px;
}

#loginpanel td {
	padding: 3px;
	border-bottom: 1px solid #215175;	
}

.uploadform {
	display: none;
}


/****************** GENERIC STYLES FOR ELEMENTS ******************/


input{
	font-size: 10pt;
}

a{
	color: #1D2071;
	text-decoration: underline;
}

a:hover{
	color: #FE8212;
	text-decoration: none;
}

h2{
	font-size: 12pt;
	}

p{
	margin-top: 0px;
	}

form{
	margin: 0px;
	}

textarea{
	font-family: sans-serif;
	font-size: 10pt;
	border: 1px solid #444444;
	padding: 2px;
	}

/****************** FUNCTION MENU ON ALL PAGES ******************/

#menu{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}	

#menu td{
	border: 1px solid #444444;
	text-align: center;
	padding: 3px;
	}

#menu a{
	font-size: 12pt;
	}

/******************** DATA DISPLAY STYLES *********************/


.textbox{
	padding: 2px;
	border: 1px solid #bbbbbb;
	}

.textbox:focus{
	background-color: #FFFFCC;
}

.button {
	padding: 2px;
	font-size: 8pt;
	color: white;
	background: url('/cam/bluegradient.jpg') repeat-x;
	cursor: pointer;
}

.tabletag {
	padding: 3px;
	width: 350px;
	background-color: #1D2071;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

.tabletag a{
	font-size: 10pt;
	color: white;
}

.tabletag a:hover{
	color: #FE8212;
	text-decoration: underline;
}


/******************** CLIENT INFO STYLES *********************/

#remarkdiv{
	float: right;
	width: 425px;
	height: 300px;
	padding: 10px;
}

.infoview {
   margin-bottom: 10px;
   border: 1px solid #444444;
   font-size: 10pt;
   width: 425px;
   border-collapse: collapse;
   background: #EEEEEE;
}   

.infoview .textbox{
	width: 95%;
}

.infoview textarea{
	height: 50px;
	width: 100%;
	margin: 0px;
	border: 0px;
}	

.infolabel {
	width: 30%;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

.infoview th {
   letter-spacing: 2px;
   text-align: left;
   color: white;
}

.infoview .alt {
   background: #c3c3c3;
}

.infoview td {
   border-top: solid 1px;
	height: 30px;
   padding: 3px;
}

#passInput{
	width: 150px;
	}

/******************** OTHER STYLES *********************/


.tableview {
	width: 100%;
   margin-bottom: 10px;
   border-collapse: collapse;
   border: 1px solid black;
   font-size: 10pt;
}

.tableview th {
	background: #FE8212;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.tableview tr.head {
	background: #FE8212;
}

.tableview tr.alt {
	background: #e3e3e3;
}

.tableview td {
	border-top: 1px solid black;
	padding: 3px;
}

.tableview .infolabel {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
}

.datatable .r1{
	background-color: #FFFFCC;
	}

.pagelink{
	color: black;
	text-decoration: none;
	}

.pagelink:hover{
	color: red;
	text-decoration: none;
	}


/******************** CMS HOME PAGE STYLES *********************/

.block{
	border: 1px solid #779DC3;
	border-right: 2px ridge #2262A0;
	border-bottom: 2px ridge #2262A0;
	margin-bottom: 10px;
	padding: 10px;
	}

.block h1{
	font-size: 16pt;
	margin-top: 0px;
	}
	
.block img{
	margin: 5px;
	}
	
