﻿body
{
    background-color: #CED3D6;
    font-family: Arial,Verdana,Tahoma,Lucida Sans Unicode,MS Sans Serif;
    font-size: .95em;
    line-height: 1.15em;
}
table
{
    margin: 0;
    border-style: none;
    padding: 0px;
    margin: 0px;
}
td
{
}


img
{
    border-style: none;
}

/*-- boxed skins outer box table   --*/.BoxTable
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    height: 100%;
    width: 960px;
}
/*-- top left corner               --*/.BoxTL
{
    height: 11px;
    width: 11px;
    background: url(/images/box-tl.gif) no-repeat bottom left;
}
/*-- top edge                      --*/.BoxT
{
    height: 11px;
    background: url(/images/box-t.gif) repeat-x bottom left;
}
/*-- top right corner              --*/.BoxTR
{
    height: 11px;
    width: 11px;
    background: url(/images/box-tr.gif) no-repeat bottom right;
}
/*-- left edge                     --*/.BoxL
{
    width: 11px;
    background: url(/images/box-l.gif) repeat-y top left;
}
/*-- content area                  --*/.BoxM
{
    background: #FFFFFF;
}
/*-- right edge                    --*/.BoxR
{
    width: 11px;
    background: url(/images/box-r.gif) repeat-y top right;
}
/*-- bottom left corner            --*/.BoxBL
{
    width: 11px;
    height: 11px;
    background: url(/images/box-bl.gif) no-repeat top left;
}
/*-- bottom edge                   --*/.BoxB
{
    height: 11px;
    background: url(/images/box-b.gif) repeat-x top left;
}
/*-- bottom right corner           --*/.BoxBR
{
    width: 11px;
    height: 11px;
    background: url(/images/box-br.gif) no-repeat top right;
}

/*-- Header Menu --*/
#Header
{
    margin: 4px 15px 4px 15px;
    display: block;
    position: relative;
    width: 100%;
}


/*========================================================*/
/*  Login Box Elements                                   */
/*========================================================*/
#Login
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.0em;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 25px;
}

.LoginLink
{
    background: transparent url(/images/ico-Login.gif) no-repeat scroll left center;
    float: right;
    margin: 0pt 0px 0pt 16px;
    padding: 2px 0pt 0pt 25px;
    text-decoration: none;
    color: #AAAAAA;
}

a.LoginLink:hover
{
    background: transparent url(/images/ico-Login-over.gif) no-repeat scroll left bottom;
    color: #939393;
}

.RegisterLink
{
    background: transparent url(/images/ico-register.gif) no-repeat scroll left center;
    color: #AAAAAA;
    float: right;
    margin: 0pt 0px 0pt 16px;
    padding: 2px 0pt 0pt 25px;
    text-decoration: none;
}

a.RegisterLink:hover
{
    background: transparent url(/images/ico-register-over.gif) no-repeat scroll left bottom;
    color: #939393;
}


/*========================================================*/
/*  Navigation Box Elements                                   */
/*========================================================*/
/*-- Navigation Menu --*/
#NavBar
{
    margin: 4px 0px 4px 0px;
    position: relative;
    display: block;
    height: 32px;
    font-size: 0.921em;
    font-weight: bold;
    background: transparent url(/images/nav2-bg.gif) repeat-x top left;
}
#NavBar ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline;
}
#NavBar ul li
{
    display: block;
    float: left;
    margin: 0;
}
#NavBar ul li a
{
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 7px 20px 5px 20px;
    height: 20px;
}
#NavBar ul li a:hover, #stylefour ul li a.current
{
    color: #FFFFFF;
    background: #fff url(/images/nav2-active.gif) repeat-x top left;
    padding: 6px 20px 6px 20px;
}

#NavBarRight
{
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 32px;
    background: #FFFFFF;
}



/*========================================================*/
/*  Content Box Elements                                   */
/*========================================================*/
/*-- Title Text --*/


.TitleTextBig
{
    font-size: 2.00em;
    font-weight: bold;
    color: #3d4f78;
    margin: 15px 0px 15px 0px;
}

.TitleTextMedium
{
    font-size: 1.00 em;
    font-weight: normal;
    color: #3d4f78;
}

.TitleTextSmall
{
    font-size: 0.894em;
    font-weight: bold;
    color: #3d4f78;
}

.TextSmall
{
    font-size: 0.7em;
    font-style: italic;
}


.ErrorText
{
    color: Red;
}

.OrangeText
{
    color: #c35817;
    font-weight: bold;
}

.OrangeTextBig
{
    font-size: 2.00em;
    color: #c35817;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}


.GreenTextBig
{
    font-size: 1.50em;
    color:Green;
    font-weight: bold;    
    padding: 5px 0 5px 0;
    margin:5px 0 5px 0;
}

.GreyText
{
    font-size: 0.921em;
    color: #555555;
}

.TermText
{
    font-size: 0.921em;
}

a.GreyLink
{
    font-size: 0.921em;
    color: #555555;
    font-weight: bold;
}

#Content
{
    display: block;
    width: 920px;
    min-height: 200px;
    padding: 5px 10px 10px 10px;
    text-align: left;
    background-color: #FFFFFF;
}

#ContentHeader
{
}

#ContentColLeft
{
    width: 25%;
    float: left;
    margin: 10px 0px 8px 0;
}

#ContentColRight
{
    float: left;
    width: 72%;
    padding: 10px 0px 8px 2px;
    margin: 0 0 0 10px;
}

#ContentFooter
{
    margin: 10px 0 0 0;
    display: block;
    clear: both;
}


/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

#FooterContent
{
    display: block;
    clear: both;
    margin: 4px 15px 4px 15px;
    color: #AAAAAA;
}

.FooterLink
{
    font-size: 0.921em;
    font-weight: bold;
    text-decoration: none;
    color: #AAAAAA;
}

#FooterLinks
{
    display: inline;
    float: left;
    text-align: left;
}

#FooterText
{
    display: inline;
    float: right;
    text-align: right;
    font-size: 0.921em;
}

#Footer
{
    margin: 10px 0px 4px 0px;
    display: block;
    clear: both;
    width: 100%;
    height: 32px;
    background: #FFFFFF url(/images/nav2-bg.gif) repeat-x top left;
}


#FooterLeft
{
    display: block;
    float: left;
    width: 18px;
    height: 32px;
    background: #FFFFFF;
}

#FooterRight
{
    display: block;
    float: right;
    width: 12px;
    height: 32px;
    background: #FFFFFF;
}


/*========================================================*/
/*  Module Three                                    */
/*========================================================*/

.mod_03_Title
{
    background: transparent url(/images/03t_Minimalist.gif) repeat-x scroll left top;
    height: 23px;
    vertical-align: middle;
    color: #696969;
    font-size: 0.921em;
    font-weight: bold;
}
.mod_03_lt
{
    background: transparent url(/images/03tl_Minimalist.gif) no-repeat scroll left bottom;
    width: 10px;
    height: 23px;
}
.mod_03_rt
{
    background: transparent url(/images/03tr_Minimalist.gif) no-repeat scroll left bottom;
    width: 10px;
    height: 23px;
}
.mod_03_lc
{
    background: transparent url(/images/03ml_Minimalist.gif) repeat-y scroll left bottom;
    width: 10px;
}
.mod_03_rc
{
    background: transparent url(/images/03mr_Minimalist.gif) repeat-y scroll right bottom;
    width: 10px;
}

.mod_03_bc
{
    background: transparent url(/images/03b_Minimalist.gif) repeat-x scroll right top;
}

.mod_03_ul
{
    list-style-type: none;
    padding: 10px 0 0 0;
    margin-left: 0;
    line-height: 1em;
    font-size: 0.894em;
    vertical-align:middle;
}
.mod_03_li
{
    margin-bottom: 8px;
    padding-left: 0;
    vertical-align:middle;


}

.mod_03_li_Gray
{
    margin-bottom: 8px;
    padding-left: 0;
    color: Gray;
}

/*========================================================*/
/*  Module Seven                                    */
/*========================================================*/

.mod_07_Title
{
    background: transparent url(/images/07t_Minimalist.gif) repeat-x scroll left top;
    height: 23px;
    vertical-align: middle;
    color: #696969;
    font-size: 0.921em;
    font-weight: bold;
}
.mod_07_lt
{
    background: transparent url(/images/07tl_Minimalist.gif) no-repeat scroll left bottom;
    width: 10px;
    height: 23px;
}
.mod_07_rt
{
    background: transparent url(/images/07tr_Minimalist.jpg) no-repeat scroll left bottom;
    width: 10px;
    height: 23px;
}
.mod_07_lc
{
    background: transparent url(/images/07ml_Minimalist.gif) repeat-y scroll left bottom;
    width: 10px;
}
.mod_07_rc
{
    background: transparent url(/images/07mr_Minimalist.gif) repeat-y scroll right bottom;
    width: 10px;
}

.mod_07_bc
{
    background: transparent url(/images/07b_Minimalist.gif) repeat-x scroll right top;
}

.mod_07_ul
{
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin-left: 0;
    line-height: 1em;
    font-size: 0.894em;
}
.mod_07_li
{
    margin-bottom: 5px;
    padding-left: 0;
}

/*========================================================*/
/*  Form style                                    */
/*========================================================*/

.FormLeft
{
    width: 175px;
    line-height: 2.0em;
    vertical-align: text-top;
    text-align: right;
}

.FormRight
{
    width: 400px;
    text-align: left;
}

.SmallFormLeft
{
    line-height: 1.5em;
    vertical-align: text-top;
    text-align: right;
    width: 145px;
}

.SmallFormRight
{
    line-height: 1.5em;
    vertical-align: text-top;    
    text-align: left;
    padding-left: 0px;

}


.sTextbox
{
    width: 175px;
    border: 1px solid #AAAAAA;
    background-color: White;
}

.sDropDown
{
    border: 1px solid #AAAAAA;
    background-color: White;
}

.sTextarea
{
    border: 1px solid #AAAAAA;
    width: 99%;
    background-color: White;
    overflow: auto;
}

.sTextboxError
{
    width:  175px;
    border: 1px solid #FF0000;
    background-color: #FFE8E8;
}

.sTextareaError
{
    border: 1px solid #FF0000;
    width: 99%;
    background-color: #FFE8E8;
    overflow: auto;
}

.StandardButton
{
    background-color: #F7931E;
    padding: 3px;
    border: 2px outset #FCCF8B;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma,Verdana, Lucida Sans Unicode,MS Sans Serif,Arial;
    font-size: 0.921em;
    cursor: pointer;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    height: 33px;
}

.DisabledButton
{
    padding: 3px;
    font-weight: bold;
    font-family: Tahoma,Verdana, Lucida Sans Unicode,MS Sans Serif,Arial;
    font-size: 0.921em;
    cursor: pointer;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    height: 33px;
}


/*========================================================*/
/*  Pricing Table style                                   */
/*========================================================*/

.PricingTable
{
    padding: 3px;
    margin: 10px;
    border: 1px;
    border-collapse: collapse;
    border-style: solid solid solid solid;
    border-color:  #000000 #000000 #000000 #000000;
    display: table;
    clear:left;
}

.PricingTableSeperator 
{
    background-color: #3d4f78;
	height: 15px;
}

.PricingTableOrange
{
    padding: 5px;
    border-style: solid dotted solid dotted;
    border-width: 1px;
    border-collapse: collapse;
    background-color: #F7931E;
    color: Black;
    text-align: left;
	font-weight:Bold;
	width: 38%;
}

.PricingTableOrangeTL
{
    border-style: solid dotted dotted solid;
    border-color: #000000 #FFFFFF #FFFFFF #000000;
    color: #FFFFFF;    
}

.PricingTableOrangeML
{
    border-style: dotted dotted dotted solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF #000000;
    color: #FFFFFF;
}

.PricingTableOrangeBL
{
    border-style: dotted dotted solid solid;
    border-color: #FFFFFF #FFFFFF #000000 #000000;
    color: #FFFFFF;
}

.PricingTableWhite 
{
    padding: 5px;
    text-align: center;
	width: 32%;
}

.PricingTableLeft
{
    padding: 5px;
    text-align: left;
    width: 175px;
    font-weight: bold;
    font-size: 1.25 em;
}

.PricingTableHeader
{
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 5px;
	text-align: center;
}

.PricingTableMiddle
{
    border: 1px dotted #000000;
    border-collapse: collapse;
}

/*========================================================*/
/*  Alert Box style                                       */
/*========================================================*/

.AlertBox
{
    padding: 3px;
    text-align: center;
    border: 1px solid #F7931E;    
    background-color: #FDE2C1;
}


/*========================================================*/
/*  Order Preview style                                   */
/*========================================================*/
.OrderPreviewTable
{
    padding: 3px;
    margin: 0px;
    border: 2px solid #000000;
    
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.OrderPreviewTable th
{
	padding: 5px;
	border-bottom: 1px solid #000000;
}

.OrderPreviewTable td
{
    padding: 5px 5px 5px 5px;
    border-style: none dotted solid dotted;
    border-width: 1px;
    border-color: #000000 #AAAAAA #000000 #AAAAAA;
    border-collapse: collapse;
}

.OrderPreviewTable th.expand,
.OrderPreviewTable td.expand
{
	width: 20px;
	padding:0 0 0 3px;
}

.OrderPreviewTable tr td.expand
{
	border-color:#000000;
}

.OrderPreviewTable tr.expanded td,
.MailingListRecipient td.expand
{
	background-color:#ECF4FF;
}

.OrderPreviewTable tr td.expand img
{
	cursor: pointer;
}

.MailingListRecipient td
{
    padding:0;
	width:auto;
}

.MailingListRecipient table
{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}
.MailingListRecipient table td
{
    padding: 3px 5px 3px 5px;
}
.MailingListRecipient table tr td:first-child
{
    border-left-style: none;
}


.MailingListRecipient table td.Cost
{
    width: 60px;
    border-right-style: none;
}

.MailingListRecipient table td.NumPages
{
    width: 60px;
}


.MailingListRecipient table tr:last-child td
{
	border-bottom:none;
}


.col1
{
    float: left;
    width: 200px;
}