/*

	Filename:          style.css
	Description:       General style sheet
	Site:              dcmcti.com
	Author:            Steven Dahlman, DCMSoft LLC
	Start date:        09-28-25
	Last modification: 10-01-25

*/

/* Body */
body {
 background-color: #ffffff;
 height: 100%;
 margin: 0 0 0 0;
 overflow-x: hidden;
}

/* Horizontal line */
hr {
 background-color: #aaaaaa;
 border: none;
 height: 1px;
 margin: 0px 0px;
}

/* Paragraph */
p {
 margin-bottom: 12px;
 margin-top: 12px;
}

/* Default table */
.default_table {
 border-spacing: 0px;
 padding: 0px;
}

/* Default text */
.default_text {
 color: #000000;
 font-family: Helvetica;
 font-size: 11pt;
 text-align: left;
}

/* Message from PHP script */
.message {
 color: #ff0000;
 font-family: Helvetica;
 font-size: 10pt;
 height: 15px;
 margin-top: 20px;
 padding: 5px;
 text-align: center;
 width: 200px;
}

/* Data cell of status table */
.status_data {
 border: 1px inset #f0f0f0;
 height: 18px;
 padding: 5px;
}

/* Vertical bar in main menu */
.vertical_bar {
 color: #aaaaaa;
 font-family: Helvetica;
 font-size: 15px;
 text-align: center;
 width: 20px;
}

/*
 * Main Menu
 */

A.main_menu:link {
 color: #000000;
 font-family: Helvetica;
 font-size: 15px;
 text-align: center;
 text-decoration: none;
}

A.main_menu:visited {
 color: #000000;
 font-family: Helvetica;
 font-size: 15px;
 text-align: center;
 text-decoration: none;
}

A.main_menu:hover {
 color: #000000;
 font-family: Helvetica;
 font-size: 15px;
 text-align: center;
 text-decoration: underline;
}

A.main_menu:active {
 color: #000000;
 font-family: Helvetica;
 font-size: 15px;
 text-align: center;
 text-decoration: none;
}

/*
 * Other link
 */

A.weblink:link {
 color: #000000;
 font-family: Helvetica;
 font-size: 10pt;
 text-align: center;
 text-decoration: none;
}

A.weblink:visited {
 color: #000000;
 font-family: Helvetica;
 font-size: 10pt;
 text-align: center;
 text-decoration: none;
}

A.weblink:hover {
 color: #000000;
 font-family: Helvetica;
 font-size: 10pt;
 text-align: center;
 text-decoration: underline;
}

A.weblink:active {
 color: #000000;
 font-family: Helvetica;
 font-size: 10pt;
 text-align: center;
 text-decoration: none;
}