/*
 ******************************************************************************
 * STYLESHEET: DEFAULT CSS FILE
 * Author: Tim Summers, tsummers@diversifiedcomputer.net
 * Copyright 2005 Spears Mechanical Systems, Inc. All Rights Reserved.
 *
 * DESCRIPTION:
 * The default.css file is the primary style sheet used throughout the site
 * and provides the basic look and feel for a variety of components.
 *
 ******************************************************************************
 * REVISION HISTORY:
 *
 ******************************************************************************
*/

/* COPY RELATED SETTINGS
******************************************************************************/
body,td,th {                   /* specifies default settings for entire page */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body {
	background-image: url("images/background.jpg");
	background-repeat: repeat;
}

a:link, a:visited {                              /* active and visited links */
	color: #0000ff;
	text-decoration: none;
}

a:hover {                                   /* display links when mouse over */
	color: #0000ff;
	text-decoration: underline;
}

a.hdr_menu_item:link, a.hdr_menu_item:visited {       /* menu item behaivors */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

a.hdr_menu_item:hover {
  	color: #ffffff;                                    /* menu item behaivors */
	text-decoration: underline;
}

.lefthand_title_text {                  /* title for text in lefthand column */
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.lefthand_text {                                  /* text in lefthand column */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.lefthand_text_nobold {                           /* text in lefthand column */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: standard;
}

.tagline_text {                                 /* tagline text on home page */
	color: #18387e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 30px;
}

.table_padding {
	padding-right: 30px;
	padding-top: 15px;
}

.table_border {
	border: solid 1px #4d2c71 ;
}

.date_text {
	color: #18387e;
	font-size: 12px;
	text-align: right;
}

.page_header {
    color: #18387e;
	font-size: 20px;
	font-weight: bold;
}

.mfg_title {
	text-decoration: underline;
	font-weight: bold;
   	margin-top: 7px;
   	padding-top: 7px;
}

ul, li {
   margin-left: 5px;
   padding-left: 5px;
   margin-top: 0px;
   padding-top: 0px;
}

/* DATA ENTRY FORM RELATED ELEMENTS
******************************************************************************/
.form {
   background: #fafafa;
   border: solid 1px #cccccc;
   font-size: 12px;
}

.form_buttons {
	color: #18387e;
	font-size: 12px;
}

.form_section_header {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.form_field_label {
	font-color: #000000;
	font-size: 12px;
}


/* PROJECT PAGE RELATED ELEMENTS
******************************************************************************/
.proj_box_outter {
	/* background: #fafafa; */
	background: #F4F7FD;
	border: solid 1px #A7BCED;
	margin: 20px;	
}

.proj_picture_frame {
   background: #ffffff;
   border: solid 1px #CAD7F4;
   padding: 1px;
}



/* FOOTER RELATED ELEMENTS
******************************************************************************/
.ftr_text {                      /* additional formatting for copyright text */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
}
