div.main, table.main {
	font: 12px Verdana ;
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

.main { 
	height: 100%; 
	min-width: 780px; 
}

/* -- some basics ---------------------------------------------------- */

a.blocklink { display: block; text-decoration: none; }
a:link      { color: #6464FF; font-size:14px;  }
a:visited   { color: #BE27E9; font-size:14px; }
a:hover     { color: #6464FF; font-size:14px; }
a:active    { color: #FFCC00; font-size:14px; }
.colored    { color: #CCCCFF; }
.color_back { background-color: #3333CC; }

li{font-size:12px};

a.expandolink {
	font-size: 12px;  
	text-decoration: none;
}
a.expandolink:link,
a.expandolink:visited { 
	color: #000000; 
	padding-right: 20px;
}
a.expandolink:hover,
a.expandolink:active { 
	font-size:12px;
	color: #FFFFFF;
	padding-right: 0; 
	background-image: none;
}
/* ------------------------------------------------------------------- */
.normalbox{
	border: 1px solid #3333CC;
	margin: 0px;
	padding: 3px;
}

span{ font-size:12px };


td.body{
	font-size: 9pt;
}
td.bodybox {         
	background-color: #CCCCFF;
	color: #3333CC;
	padding: 5px;
	width: 45%;
	border: 2px solid #3333CC; 
}
.bodybox a:link    { 
	color: white;
	text-decoration: none; 
}
.bodybox a:visited { 
	color: gray;
	text-decoration: none; 
}
.bodybox a:hover   { 
	color: white;
	text-decoration: underline; 
}
.bodybox a:active  { 
	color: #FC0;
	text-decoration: none; 
}

td.side_body_small{
	margin: 0px;
	font-family: Arial, Tahoma, sans-serif;
	FONT-SIZE: 8pt;
	font-weight:bold;
}

td.side_body, label.side_body{
	font-size: 9pt;
}
.required {
	font-weight:bold;
}

.subheader_head{
	background-color: #3333CC;
	font: bold 14px Verdana;
	color: white;
	line-height: 17px;
	font-weight:bold;
	padding: 0 2px;
}
.subheader{
	background-color: #3333CC;
	font: bold 12px Verdana;
	color: white;
	font-weight: bold;
}
.subheader_sub{
	background-color: #3333CC;
	font: bold 9px Verdana;
	color: white;
	line-height: 12px;
	font-weight:bold;
}

.confirm{
	color:#2db333;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
	letter-spacing: 0em;
	height: 17px;

}

a.help{color:#0000FF; text-decoration: none;}
a.help:hover { color:#CC6666; text-decoration: underline; }
a.help_selected { color: #0000FF; }

td.spec_body{
	margin: 0px;
	background-color: transparent;
	font-family: Verdana;
	FONT-SIZE: 12pt;
	font-weight:bold;
}
table.search_options {
	display: block;
	border: 2px solid #3333CC;
	margin: 2px 0 5px;
	padding: 5px;
	background-color: #DAD1ED;
}
td.search_options {
	padding: 3px 7px;
	border-bottom: 1px solid #3333CC;
}
td.first {
	border-left: 1px solid #3333CC;
}
td.bottom {
	border-bottom: none;
}


/* -- event classes --------------------------------------------------- */
.event_table          { border: 2px solid black;   }
.event_toprow         { background-color: #FFFFAA; }
.event_topcell        { 
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
	padding: 2px 0;
	font-weight: bold;         
}
.event_content_cell   { 
	height: 60px;
	padding: 2px;
	margin: 0;
	vertical-align: top;
	border-left: 2px solid white;
	border-right: 2px solid white;
	text-align: left;          
}
.event_content_cell a { 
	font-size: xx-small;
	text-decoration: none;     
}
.event_head { 
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 1px 1px 0;
	margin: 0 1px 1px 0;
	border-width: 0 1px 1px 0;
	border-color: #666;
	border-style: solid;       
}
.event_disabled       { 
	background-color: #999;
	border: 2px solid #999;    
}
/* ------------------------------------------------------------------- */

/* -- form classes --------------------------------------------------- */
input.checkbox,
input.radio       { border: 0;              }
.disabled         { background-color: #DDD; }
form  { 
	width:  100%;
	margin: 1em 0 0 0;      
}
input.input_image { border: none; }
label { 
	padding: 3px 3px 0;
	margin:  3px 3px 0 0;
	white-space: nowrap;   
}
.label { white-space: nowrap;   }
.multipart_form_steps .form_step {
	clear: both;
	float: left;
	font-weight: bolder;
}
.multipart_form_steps h3 {
	font-size: medium;
	padding-bottom: 0;
	margin-bottom: 0;
}
.form_step a,
.form_step .disabled_step {
	padding-left: 20px;
	padding-right: 20px;
}
.form_step a {
	/*background: white url('<?=APP_IMAGES_DIR?>bluecheck.png') right no-repeat;*/
	text-decoration: none;
	color: #CCCCFF;
}
.form_step a.hover,
.form_step a.active {
	/*background: white url('<?=APP_IMAGES_DIR?>bluecheck.png') right no-repeat;*/
	text-decoration: underline;
	color: #3333CC;
}
.form_step .current_step {
	/*background: white url('<?=APP_IMAGES_DIR?>bullet-3.gif') left no-repeat;*/
	text-decoration: none;
}

/* ------------------------------------------------------------------- */

/* -- listing classes ------------------------------------------------ */
/* -- html lists -- */
.generated_list li {
	list-style-type: none;
	padding-left: 13px;
}
ul.generated_list {
	margin: 3px 0;
	padding: 3px;
}

/* -- other lists -- */
.wh_row,.row_1 { background-color: white; color: black; }
.row_2         { background-color: #EEE; color: black;  }
.red_row       { background-color: #FCC; color: black;  }
.blue_row      { background-color: #CCF; color: black;  }
.green_row     { background-color: #CFC; color: black;  }
.col_1, .col_2 { padding: 0 4px;                        }
.blist,
.blist_list    { text-align: left;                      }
.blist_list ul { list-style-type: none;                 }
ul.blist_list  { list-style-type: none;                 }
li.blist_list  { margin: 10px 0; border-bottom: 1px solid #400; }
table.blist    { width: 100%;                           }
/* ------------------------------------------------------------------- */


/* -- gallery classes ------------------------------------------------ */
.gallery_imglink      { 
	border-width: 0 2px;
	padding: 5px;
	text-decoration: none; 
}
.gallery_leftbrack    { 
	border-width: 1px 0 1px 2px;
	border-color: black;
	border-style: solid;
	width: 5px; 
}
.gallery_rightbrack   { 
	border-width: 1px 2px 1px 0;
	border-color: black;
	border-style: solid;
	width: 5px; 
}
/* ------------------------------------------------------------------- */

/* -- searching classes ---------------------------------------------- */
.search_display_part {
	display: block; 
	white-space: nowrap;
	padding-left: 20px;
}
.search_display_join {
	display: block; 
	white-space: nowrap;
	padding-left: 40px;
}
/* ------------------------------------------------------------------- */

/* -- report writer classes ------------------------------------------ */
.report_writer_box .subheader {
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ------------------------------------------------------------------- */

/*--Users classes -----------------------------------------------------*/
tr.user_header { background-color:#006699; color:#FFFFFF }
.user_color1 { background-color:#EFF5C5; }
.user_color2 { background-color:#FFFFFF; }
/*--------------------------------------------------------------------*/

