/* CSS Document */

body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}


a:link {color: #1D5797}     /* unvisited link */
a:visited {color: #1D5797}  /* visited link */
a:hover {color: #C52D29}   /* mouse over link */
a:active {color: #1D5797}   /* selected link */

.Sub_ReqCase
{
  background:#DDE1FF;
}

.Sub_OptCase
{
  background:#E4FFE0;
}

.Sub_Req
{
  background:#FFF3D1;
}

.text-small {
	color:#969696;
	font-size: 88%;
}

img.button {
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}

.table-subscriptions {
	border:1px solid #666666;
}

.table-heading {
	font-weight: bold;
	color: #1D5797;
	text-align: left;
}

.banner-message, .PartSubLoginUser {
	color:#1D5797;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.formlabel {
	font-size: 88%;
	color: #1D5797;
	line-height: 150%;
}

.default-banner-img {
	background-image: url(../images/img-banner1.jpg);
	background-repeat: no-repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

	p.bold {
		font-weight: bold;
	}
	
	p.left {
	text-align: left;
	}		

img.logo {
	margin:5px;
}

td.top {
	background-image:url(../images/wrapper-top.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

td.left {
	background-image:url(../images/wrapper-left.gif);
	background-repeat:repeat-y;
	margin:0 0 0 0;
	background-color: #FFFFFF;
}

td.right {
	background-image:url(../images/wrapper-right.gif);
	background-repeat:repeat-y;
	margin:0 0 0 0;
	background-color: #FFFFFF;
}

td.bottom {
	background-image:url(../images/wrapper-bottom.gif);
	background-repeat:no-repeat;
}

#navigation td {
	border-bottom: 1px solid #CCCCCC;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	color:#C52D29;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D9E2EB;
	background-image: url(../images/mm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	}
	
.navText {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}

td.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
}

table.borderlightgrey {
	border-bottom: 1px solid #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #C52D29;
	margin: 0px;
}

h1.login {
	color: #CC0000;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #1D5797;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #00CC66;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #1D5797;
	font-family: Arial, Helvetica, sans-serif;
	}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: disc;
	padding: 0;
	margin-left: 3em;
	line-height: 120%;
	color: #018E3E;
}
 
li {
	padding: 2px 0 2px 5px;
	margin: .2em 0;
}

.green-button {
	background-color: #018E3E;
	color: #FFFFFF;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	color:#666666;
	font-size:8pt;
	margin: 0;
	padding: 0;	/*	min-width: 500px; */
	/* max-width: 600px; */
	/* width: 560px; */
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #666666;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;
	color: #FF0000;                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size: 9pt;
	color: #1D5797;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-size: 88%;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form .small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
	color:#969696;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


form .payments {
	margin: 0;
	padding: 0;
	min-width: 0px;
	max-width: 0px;
	width: 0px;
}

/* Start - Login Form */

#login form {
	text-align:left;
	padding:0;
	margin: 3;
	border:0;
	font-size: 88%;
}

#login input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#login label {
	float: left;
	width: auto;
	padding: 0;
	margin-left: 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	vertical-align: middle;
	font-size: 88%;
	color: #1D5797;
}

#login input#user			{width:180px; font-size: 88%;}
#login input#password	{width:70px; font-size: 88%;}
#login input#button    {
	margin-left: 10px;
	margin-right: 10px;
	color: #0033CC;
}
#login input#button2    {
	margin-left: 10px;
	margin-right: 10px;
	color: #993300;
}

/* End - Login Form */
