body
{
	background-image: url(images/cloth_bkg.gif);
}

.client_bkg {

}

.banner_hrun {
	background-image: url(images/fm_02.gif);
}

/* ***********************************************************************************************
   Frame styles individual to this site
   background-image: url(images/cloth_bkg.gif);

   *********************************************************************************************** */
.artgrp_xmas_art_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.artgrp_xmas_art_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}
.artgrp_xmas_art_edit_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.artgrp_xmas_top_hrun {
	background-image: url(images/frame_xmas_t_hrun.gif);
	background-repeat: repeat-x;
}
.artgrp_xmas_left_vrun {
	background-image: url(images/frame_xmas_l_vrun.gif);
	background-repeat: repeat-y;
}
.artgrp_xmas_right_vrun {
	background-image: url(images/frame_xmas_r_vrun.gif);
	background-repeat: repeat-y;
}
.artgrp_xmas_bottom_hrun {
	background-image: url(images/frame_xmas_b_hrun.gif);
	background-repeat: repeat-x;
}
.artgrp_new_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.art_red_left_vrun {
	background-image: url(images/frame_red_l_vrun.gif);
	background-repeat: repeat-y;
}
.art_red_right_vrun {
	background-image: url(images/frame_red_r_vrun.gif);
	background-repeat: repeat-y;
}
.art_red_top_hrun {
	background-image: url(images/frame_red_t_hrun.gif);
	background-repeat: repeat-x;
}
.art_red_bottom_hrun {
	background-image: url(images/frame_red_b_hrun.gif);
}
.art_red_bkg {
	background-color: #FFFFFF;
}

.art_buttons_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.art_buttons_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}

/* ***********************************************************************************************
   Administrative Area - These classes help to define the administrative screens used by all sites
   *********************************************************************************************** */

/* The standard table type to be used by administrative tables */
.AdminTableBordered {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	filter: Alpha(Opacity=90);
}

/* This is the title area at the top of the table.  Usually has the table title in it. */
.AdminTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #06386A;
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px #666666;
}

/* These are the options or working settings in the administrative area. */
.AdminTableOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #06386A;
	background-color: whitesmoke;
}

/* This is the area where you can find the buttons for saving or deleting the settings. */
.AdminTableButtonArea {
	background-color: #E5E5E5;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
}

/* This is the actual Button definition for the admin area.  Note the fixed button width. */
.AdminAreaButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0E0D5;
	border: 1px solid #666666;
	width: 75px;
}

/* This is the style used on input fields like text boxes or drop down menus. */
.AdminAreaInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* A special class for delete buttons (normally a different color). */
.AdminAreaButtonDelete {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #CC0000;
	border: 1px solid #666666;
	width: 75px;
}
.AdminAreaHelpLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}

/*******************************************************************/
/* N A V I G A T I O N                                             */
/*******************************************************************/

/* This is the class for the horizontal container that composes the main menu */
.spmbctr {
	background-color: #FFFFFF;
	border: 1px #FFFFFF solid;
}
	
/* the class for the bar inside of the container */
.spmbar {
	text-decoration: none;
	height: 20px;
}

/* then text for each item in the sub-menus, but does not seem to do anything */
.spmitm {
	color: #06386A;
	font-family: Tahoma, Arial, Helvetica;
	font-size:9pt;
	font-weight:normal;
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
}
	
/* if you want an icon in the sub menu before each item, do that here*/
.spmicn 
{
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;
}

/* the style for the item on hover for the main menu */	
.spmitmsel{
	background-color: #FFFFCC;
	font-family: Tahoma, Arial, Helvetica;
	color: #06386A;
	font-size: 9pt;
	font-weight: normal;
}

/* submenu attributes */
.spmsub 
{
	background-color: #ffffff;
}

/* break between submenus */
.spmbrk {}

/* the arrow for the sub-menu, if any */
.spmarw {}


.art_basic_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
}
.art_basic_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.login_table_bkg {
	background-image: url(images/fm_lock_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 341px;
	width: 376px;
}
.site_bkg {
	background-image: url(images/fm_09.gif);
	background-repeat: repeat-y;
	background-position: left 1px;
}
.login_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-decoration: underline;
}
.col_swoop_bkg {
	background-image: url(images/fm_bkg_swoop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.col_contact_us_bkg {
	background-image: url(images/fm_contact_us_hrun.gif);
	background-repeat: repeat-x;
}
.art_bluecorners_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6699CC;
}
.art_bluecorners_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6699CC;
}
