/* MediaPlus cmo34 Version cmo34B 10/24/06 15:12:01 delta css/cmstyle.css
** Copyright 2001 Publishing Business Systems, Inc.
** All Rights Reserved Worldwide.
*/
/* cmstyle.css - DTI standard iServices global stylesheet
** DO NOT EDIT - client changes should be placed in cmstyle.css
**
** #173953 08.04.16 mickeyg Default hyperlinks to underline.
**         08.04.07 mickeyg Add contact us styles.
** #164649 08.02.05 mickeyg Extract subscriber styles to subscriber.css.
** #173797 08.01.17 todd    Add loginalertmsg.
** #169332 07.11.05 mickeyg Extract distribution styles to distribution.css.
** #166763 07.08.22 mickeyg Added deldetailtbl for delivery details popup.
** #166763 07.07.26 mickeyg Added statuscol and statusdesccol for status popup
** #167951 07.05.23 mickeyg Added termsconditions.
** #169304 07.04.26 mickeyg Added (empty) phonehint class.
** #168997 07.03.06 mickeyg Added submenu classes (for dm reports).
** #169745 07.02.08 mickeyg Updated dminfo and added dminstructions.
** cleanup 06.10.09 mickeyg Use shorthand colors codes (#000 #FFF).
** #169342 06.12.29 mickeyg Added dminfo class; Updated instructions (valign)
** #159915 06.10.11 mickeyg CR#26795 Added .accthisttbl.td class.
** #167473 06.07.03 mickeyg Added old 'error' class to errormsg.
** #166497 06.06.26 mickeyg Merged up cmo33 WR#166496.
** #166496 06.04.20 mickeyg Added margin to #main and removed margin/padding
**                          for other classes (used inside of main).
** #166565 06.06.26 mickeyg Merged up cmo33 WR#165503.
** #166503 06.04.25 mickeyg Added browseresults padding, bodyarea pageheader.
** #166533 06.06.23 mickeyg Merged up cmo33 WR#165387.
** #165387 06.04.20 mickeyg CR#24728 Updated rtnlist classes; added note
** #166444 06.06.23 mickeyg Merged up cmo33 WR#166440.
** #166440 06.04.07 mickeyg Added rtnlist and rtnform classes.
** #167220 06.06.12 todd	Expand accthisttable so data fits better.
** #166274 06.05.18 mickeyg Added autorenewimg class.
** #164927 06.03.30 mickeyg Added payinvoice form.
** #166097 06.03.27 mickeyg Add drawchg forms.
** #166036 06.03.27 mickeyg Added rtnform and rtnentryform.
** #166064 06.03.25 mickeyg Updated dist forms and browse padding
** #165936 06.03.24 mickeyg CR#25417 Added formbuttonclass span.
** 11/05/05 mickeyg WR#164251 Added tab folder styles;
**                            main, pageheader, instructions classes
** 01/14/06 robi    WR#139448 Added vertical-align: for rowheader and
**                            [datacell|textalign][left|center|right]
** 03/10/06 mickeyg WR#165668 Merged up detail, detailtbl and tab folder.
** 03/07/06 mickeyg WR#164931 Added demorow and menurightbtn;
**				    Removed datacellsub, largetable, receipttitle, subtitlenew, **					smalltable, and table acctinfo/subinfo;
**					Obsoleted h1, h2, h3
** 03/02/06 mickeyg WR#165635 Removed logoheader; add background to loginhead;
**					Renamed logoheader2 to topnavtbl; hide menu vdivider.
**					Moved "Region Divs" to their approrate "page" section.
**					Removed obsolete back class (for back button).
** 03/02/06 mickeyg WR#165605 Merged up cmo33 WR#165335.
** 02/14/06 mickeyg WR#165335 Added blurbstarttbl, buttoncell, and loginbody
**                            vdivider to hide login page sections.
** 03/01/06 mickeyg WR#164987 Merged up cmo33 WR#164976.
** 03/01/06 mickeyg WR#165140 Merged up cmo33 WR#165101.
** 01/12/06 mickeyg WR#164976 Added menuleftbody and secure classes.
** 01/25/06 mickeyg WR#165101 Added border and padding to subtitle class;
** 01/27/06 mickey  WR#164931 New styles related to 'left nav' layou.
** 					purged header comments prior to 2006.
** css/cmstyle.css
** - Base stylesheet used by iServices 
*/

/* General/HTML elements */
html, body, ul, ol, li, p, form, table {
   margin: 0; padding: 0; border: 0;
}
body 				{background-color: #FFF; color: #07284F; font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; line-height: 13px;}
table, td 			{border: 0; border-collapse: collapse; padding:0; margin:0;}
td                  {font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; color: #000;}
a:link          	{color: #10427B; text-decoration: underline;}
a:visited       	{color: #10427B; text-decoration: underline;}
a:hover         	{color: #62C4F9; text-decoration: underline;}
a:active        	{color: #62C4F9; text-decoration: underline;}

.nowrap     		{white-space: nowrap;}
.alignr     		{text-align: right;}

/* forms */
input:focus         {background: #A0E2FC; border: 2px solid #000;} /* non-IE effect */
.disabled           {background-color: gray; border: 0;}

/* Error */
.error, .errormsg 	{color: #FF0000; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}
.errormsg img		{margin-right: 10px;}

/* Contact Us Screen */
.contacttable           {width: 400px;}
table.contacttable td.emaillink a {background:url(../images/emailicon.gif) 1px 1px no-repeat; padding-left: 20px;}
.contacttable a:link    {color: #10427B;}
.contacttable a:visited {color: #000;}
.contacttable a:hover   {color: #B3B29E;}
.contacttable a:active  {color: blue;}
.contactlist            {font-weight: bold; color: #10427B; white-space: nowrap; border-bottom: #AEAD8B solid 1px; padding-top: 20px;}
.emaillink          {padding-top: 5px;}

