/* FileName:	mgtstyles.css
		Author:		Don Stier, Maplegate Technologies, LLC
		Date:			3/21/09
 */
body {
	font-family:Arial, Verdana, sans-serif;
	color:#333333;
	line-height:1.166;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
}
p, tr, td, ul, li, *.nml {
	color:#121212;
	font-size:.9em;
}
*.prompt, label {
	color:#000099;
	font-weight:bold;
}
.clientsite {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	color: #3366cc;
}
.graphprompt {
	font-size:1em;
	font-weight:bold;
	color:#336699;
}
.keypoint {
	font-weight:bold;
	color:#320F6D;
	font-size:110%;
}
th, *.formsection {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #538CC6;
	padding: 3px 10px 3px 10px;
	border: thin solid Black;
	margin-top:30px;
}
.formsubsection {
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
	background-color :#6699CC;
	padding:3px 10px 3px 15px;
	border: thin solid Black;
}
*.errmsg {
	font-size:10pt;
	font-weight:bold;
	color:#ff0000
}
*.isrequired {
	background-color:#FFFFCC;
	border: 1px solid black;
}
*.optdisabled {
	color:#6666ff;
	font-weight:bold;
}
*.darkrow {
	background-color:#d2d2d2;
}
*.dimrow {
	background-color:#eaeaea;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#dd0000;
	text-decoration:underline;
}
a.navlink {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}
/************** header tag styles **************/
h1, h2, h3, h4, .hdr2, .hdr3, .hdr4 {
	color:#415090;
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:140%;
}
h2, .hdr2 {
	font-size:110%;
}
h3, .hdr3 {
	font-size:100%;
}
h4, .hdr4 {
	font-size:100%;
}
/********* form and related tag styles *********/
form {
	margin:0;
	padding:0;
}
input {
	font-family:Arial, sans-serif;
	margin-left:40px;
}
* textarea {
	font-family:Arial, sans-serif;
}
#partnewtbl input {
	margin-left:0;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


*.color_coded {
	font-weight:bold;
	padding: 1px 3px 1px 3px;
}
*.color_black {
	color: white;
	background-color:black;
}
*.color_mediumblue {
	color: white;
	background-color:mediumblue;
}
*.color_indigo {
	color: white;
	background-color:indigo;
}
*.color_orangered {
	color: black;
	background-color:orangered;
}
*.color_blueviolet {
	color: white;
	background-color:blueviolet;
}
*.color_forestgreen {
	color: white;
	background-color:forestgreen;
}
*.color_limegreen {
	color: black;
	background-color:#ffcccc;
}
*.color_aquamarine {
	color: black;
	background-color:#99cccc;
}
*.color_aqua {
	color: black;
	background-color:#66ffcc;
}
*.color_greenyellow {
	color: black;
	background-color:#99ff66;
}
/* td img {display: block;} */

div.solid {
	text-align : center;
	margin: 2px 2px 2px 2px;
	padding: 1px;
	border: 2px solid;
	color: #000000;
	min-width: 50px;
}
#content {
	background-image: url('images/contentbkgd.jpg');
	background-repeat: no-repeat;
	background-color:#ffffff;
	background-position: top right;
	padding: 10px 10px 10px 20px;
}
#content td {
	padding: 4px 3px 3px 5px;
}
#content td.loginheader {
	color:#ffffff;
	background-color:#415090;
	font-size:1.1em;
	font-weight:bold;
	padding: 5px 3px 5px 10px;
}
#content .inlinebuttonprompt {
	top:-17px;
	position:relative;
}
#callslist li {
	margin: 0px 0px 10px 30px;
	/* list-style-image: url(images/btn_dot.jpg); */
	list-style:none;
}
#callslist a {
	text-decoration: none;
}
.displayquestion {
	background-color:#99cccc;
	font-weight:bold;
}
#mgt_cfdump_struct td {
	font-size:12px;
}
