/* style sheet for CPC */
/* Vecna Technologies, Inc.  */
@import "lightbox.css";

/* --------------------------------------------
   Common styles
----------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #666666 !important;
	color: #000000;
}

img {
	border: none;
}

/* Styles for headings and subheadings */
h1 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}
h2 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}
h3 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}
h4 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}
h5 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}
h6 {
	border-bottom: 5px double #999999;
	border-left: 2px solid #999999;
	color: #D12B2B;
	padding: 2px 0px 2px 15px;
	text-transform: uppercase;
}

/* --------------------------------------------
   Link styles
----------------------------------------------- */
a:link	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited	{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover	{
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}
a:active	{
    color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}

/* --------------------------------------------
   Header styles
----------------------------------------------- */
/* Layout of the header area */
#headerdiv {
	background-image:  url(images/img_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	width: 800px;
	height: 115px;
	text-align: right;
}

#headerdiv .register {
	position: relative;
	margin: 0px 15px 0px auto;
	padding: 10px 0px 6px 0px;
	width: 96px;  
	height: 68px;
}

#headerdiv .nav	{
	background-image:  url(images/img_nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 31px;
}

#headerdiv .nav_content	{
	margin-right: 20px;
}

/* --------------------------------------------
   Footer styles
----------------------------------------------- */
/* Layout of the footer area */
#footerdiv {
	clear: both;
	background-image: url(images/img_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	width: 800px;
	height: 68px;
}


/* --------------------------------------------
   Page content styles
----------------------------------------------- */

/* Style for popup page container */
#popup_page_container {
	padding: 10px;
}

/* Style for the container of the entire page */
#page_container {
        min-height: 700px;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

/* Style for the page content */
#page_content {
	position: relative;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

#page_content .left_col {
	float: left;
	margin: 0px 0px 20px 20px;
	width: 370px;
}

#page_content .right_col {
	margin: 0px 0px 20px 410px;
	width: 370px;
}

#page_content .full {
	margin: 0px 20px 20px 20px;
	clear: both;
}

/* Style for a section in the page content area */
#page_content .section {

}
#page_content .section_title {
	border-left: 1px solid #999999;
	border-top: 6px double #999999;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 10px 15px 0px;
	padding: 2px 6px 2px 15px;
	text-transform: uppercase;
}

/* Style for the title of the page */
#page_title {
	font-size: 11pt;
	padding: 5px 10px 20px 10px;
	margin: 0px; 0px 0px 30px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}


/* Styles for printer-friendly version of the content. */
/* These styles are "temporary," as they don't conform */
/* with the vecna standard stylesheet. */
#page_content_printer {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
   	padding: 10px;
	margin: 0px;
	margin-top: 40px;
	margin-left: 10px;
    	margin-right: 30px;
}

#page_content_printer .section {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* --------------------------------------------
   Notes styles
----------------------------------------------- */
.notebox {
	margin: 0px 10px 0px auto;
	width: 250px;
}

.notebox_top {
	background-image:  url(images/img_notebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height: 19px;
}
.notebox_body {
	background-image:  url(images/img_notebox_body.gif);
	background-repeat: repeat-y;
	width: 250px;
	min-height: 100px;
}

.notebox_content {
	background-image:  url(images/img_notebox_hand.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 25px 0px 20px;
	padding: 0px 0px 0px 15px;
	border-left: 6px double #D12B2B;
}

.notebox_title {
	color: #D12B2B;
	font-weight: bold;
	margin: 0px 10px 15px 45px;
	text-align: right;
	text-transform: uppercase;
}

.notebox_bottom {
	background-image:  url(images/img_notebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height: 21px;
}

/* --------------------------------------------
   Table styles
----------------------------------------------- */
/* Styles for a table that contains data */
/* Usage: <table class="data">           */
table.data {
	border: 1px solid #666666;
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}

/* Style for default th of data table */
table.data th	{
	border: 1px solid #666666;
	color:white;
	font-size: 9pt;
	font-weight:bold;
	background-color:#444444;
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
}

/* Style for a column header of the data table */
table.data th.col_header	{
	border: 1px solid #666666;
	color:#666666;
	font-weight:bold;
	background-color:#CCCCCC;
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
}

/* Style for a row header of the data table */
table.data th.row_header{
	border: 1px solid #666666;
	color:#666666;
	font-weight:bold;
	background-color:#ffffff;
	vertical-align: top;
	padding: 3px;
}

table.data td	{
	border: 1px solid #666666;
	font-size:8pt;
	vertical-align: top;
	padding: 3px;
}

table.data a:link	{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.data a:visited	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
table.data a:hover	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
table.data a:active	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* Styles for a table that contains image thumbnails */
/* Usage: <table class="thumbnails">           */
table.thumbnails {
	border: none;
	width: 95%;
	margin: 0px auto;
}
table.thumbnails td {
	height: 60px;
	width: 60px;
	padding: 3px;
}
table.thumbnails td a:hover img {
	border: 2px solid #999999;
}	

/* Styles for a table that contains form information */
/* Usage: <table class="form">                       */
table.form {
	padding: 0px;
	background-color: white;
	border-style: solid;
	border-spacing: 0px;
	border-color: #ccDDcc;
	font-size: 12px;
	font-weight: normal;
	border-width: thin;
}
/* Style for default th of form table */
table.form th	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 3pt;
}
/* Style for a column header of the data table */
table.form th.col_header	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 3pt;
	border-style: solid;
	border-spacing: 0px;
	border-color: #ccDDcc;
	border-width: thin;
}
/* Style for a row header of the form table */
table.form th.row_header{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#ffffff;
	text-align: left;
	vertical-align: top;
	padding: 3pt;
}
table.form td	{
	color:#000000;
	font-size:11px;
	font-weight:normal;
	background-color:#ffffff;
	text-align: left;
	vertical-align: top;
	padding: 3pt;
}
table.form a:link	{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.form a:visited	{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.form a:hover	{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.form a:active	{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/* Styles for rows of alternating color.        */
/* Usage: <tr class="even"> or <tr class="odd"> */
tr.even td {
	background: #ffffff;
}
tr.odd td {
	background: #eeeeee;
}

/* Styles for sortable tables			*/
/* Usage: <th class="sortable"> or
	  <th class="sorted"> or
	  <th class="order1"> or
	  <th class="order2">			*/

/* Style for the color of a sortable column */
tr th.sortable	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#CCDDCC;
	text-align: center;
	vertical-align: bottom;
	padding: 3pt;
	cursor: pointer;
}
/* Style for sorted column */
tr th.sorted	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#CCDDCC;
	text-align: center;
	vertical-align: bottom;
	padding: 3pt;
	cursor: pointer;
}	
/* Style for sorted column, if sort order is ascending */
tr th.order1	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#CCDDCC;
	text-align: center;
	vertical-align: bottom;
	padding: 3pt;
	cursor: pointer;
}	
/* Style for sorted column, if sort order is descending */
tr th.order2	{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#93AF93;
	text-align: center;
	vertical-align: bottom;
	padding: 3pt;
	cursor: pointer;
}	


/* Style for a header for the entire table     */
/* Usage: <tr class="table_header"><th>..</th> */
tr.table_header	th {
	background-image:  url(images/img_redgradient.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	padding: 3px 7px;
	white-space: nowrap;
	margin: 0px;
}

/* Style for a footer for the entire table     */
/* Usage: <tr class="table_footer"><td>..</td> */
tr.table_footer	td {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #e6e6e6;
	text-align: left;
	padding: 3px;
}

/* --------------------------------------------
   Text styles
----------------------------------------------- */

/* Style for alerts */
.alert	{
  	font-size: 9pt;
	color: #D12B2B;
  	font-weight: bold;
	font-style: italic;
}

/* Style for important info */
.important	{
  	font-size: 9pt;
  	font-weight: bold;
}

/* Style for errors */.error {
  	font-size:13px;
  	color: #FF0000;
  	font-weight:bold;
}

/* Style for success messages */
.success {
  	font-size:13px;
  	font-weight:bold;
   	color:green;
}

/* Style for informational messages */
.message {
  	font-size:13px;
  	font-weight:bold;
}

/* Style to denote required information */
.required {
  	font-size:13px;
  	font-weight:bold;
   	color:red;
}


/* --------------------------------------------
   Button styles
----------------------------------------------- */
/* Styles for buttons */
.button	{
	FONT-SIZE: 10pt;
	color:#666666;
	font-weight:bold;
	background:#ccDDcc;
	border-color:#026602;
	padding:4px;
	border-style:solid;
	border-width:1px;
	text-decoration: none;
	text-transform:uppercase;
}

.button_small	{
	FONT-SIZE: 6pt;
	color:#666666;
	font-weight:bold;
	background:#ccDDcc;
	border-color:#026602;
	padding:2px;
	border-style:solid;
	border-width:1px;
	text-decoration: none;
	text-transform:uppercase;
}

