﻿#MainPage
{
    background-color: #CED3D6;
    font-family: Arial,Verdana,Tahoma,Lucida Sans Unicode,MS Sans Serif;
    font-size: 0.805em;
    line-height: 1.15em;
}
table
{
    margin: 0;
    border-style: none;
    padding: 0px;
    margin: 0px;
}
td
{
    margin: 0;
    border-style: none;
    padding: 0px;
    margin: 0px;
}

img
{
    border-style: none;
}

.Indent 
{
   padding-left:5px;
}

/*-- 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.00em;
    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;
}

a.EditButton
{
    background: url(/Images/edit_pen.gif) no-repeat bottom left;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px; /* hides the link text */

}

a.DeleteButton
{
    background: url(/Images/action_delete.gif) no-repeat bottom left;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px; /* hides the link text */
}


/*========================================================*/
/*  Corp User Elements                                   */
/*========================================================*/

.CorpUserDD
{
 clear: both;
 float: right;
 padding-top: 10px;   
    
}



/*========================================================*/
/*  Navigation Box Elements                                   */
/*========================================================*/
/*-- Navigation Menu --*/
#NavBar
{
    margin: 4px 0px 4px 0px;
    position: relative;
    display: block;
    height: 32px;
    font-size: 1.00em;
    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: 8px 20px 4px 20px;
    height: 20px;
}
#NavBar ul li a:hover
{
    color: #FFFFFF;
    background: #fff url(/images/nav2-active.gif) repeat-x top left;
    padding: 8px 20px 4px 20px;
}

#NavBarRight
{
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 32px;
    background: #FFFFFF;
}
.TwitterText
{
    font-size: 0.805em;
    font-weight: bold;
    color: #FFF;
}
#NavBar ul li.TwitterNavBar a
{
    font-size: 0.9em;
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 8px 0px 4px 0px;
    font-weight: bold;
    color: #FFF;

}
#NavBar ul li.TwitterNavBar a:hover
{
    font-size: 0.9em;    
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    background: transparent url(/images/nav2-bg.gif) repeat-x top left;    
}

#fbdiv
{
    padding: 6px 0px 6px 6px;
    width: 65px;
}
/*========================================================*/
/*  Content Box Elements                                   */
/*========================================================*/
/*-- Title Text --*/


.TitleTextBig
{
    font-size: 1.80em;
    font-weight: bold;
    color: #3d4f78;
    margin: 15px 0px 15px 0px;
}

.TitleTextLarge
{
    font-size: 1.40em;
    font-weight: bold;
    color: #3d4f78;
    margin: 15px 0px 15px 0px;
}

.TitleTextMedium
{
    font-size: 1.10em;
    font-weight: bold;
    color: #3d4f78;
}

.TitleTextSmall
{
    font-size: 1.00em;
    font-weight: normal;
    color: #3d4f78;
}

.TextSmall
{
    font-size: 0.7em;
    font-style: italic;
}


.ErrorText
{
    color: Red;
}

.PurpleText
{
    color: #3d4f78;
}

.OrangeText
{
    color: #c35817;
    font-weight: bold;
}

.OrangeTextBig
{
    font-size: 1.80em;
    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: 1.00em;
    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;
}

#UploadColLeft
{
    padding: 5px;
    border-style: none solid none none;
    width: 30%;
    float: left;
    margin: 10px 0px 8px 0;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}

#UploadColMid
{
    padding: 5px;
    border-style: none solid none none;
    width: 30%;
    float: left;
    margin: 10px 0px 8px 0;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}

#UploadColRight
{
    padding: 5px;
    float: left;
    width: 30%;
    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: 1.00em;
    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: 1.00em;
    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.921em;
}
.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;
    padding: 2px;
}

.FormRight
{
    text-align: left;
    padding: 2px;
}

.SmallFormLeft
{
    line-height: 1.5em;
    vertical-align: text-top;
    text-align: right;
    width: 145px;
    padding: 1px;    
}

.SmallFormRight
{
    line-height: 1.5em;
    vertical-align: text-top;    
    text-align: left;
    padding: 1px 1px 1px 0px;

}


.sTextbox
{
    width: 175px;
    border: 1px solid #AAAAAA;
    background-color: White;
    color :Black;
}

.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;
    color :Black;    
}

.sTextareaError
{
    border: 1px solid #FF0000;
    width: 99%;
    background-color: #FFE8E8;
    overflow: auto;
}


.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #FFFFFF; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom-color: rgb(0,0,0);	
	border-bottom-color: rgba(0,0,0,0.25);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-top:0px;
	position: relative;
	cursor: pointer;
	margin:0px;
}
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px;}
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.gray.awesome, .gray.awesome:visited		{ background-color: #808080; }
	.gray.awesome:hover							{ background-color: #808080; }

.StandardButton
{
    background-color: #F7931E;
    padding: 3px 6px 3px 6px;
    border: 2px outset #FCCF8B;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.921em;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    height: 33px;
}

.DisabledButton
{
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    font-size: 0.921em;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 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: 3px;
    border-style: solid dotted solid dotted;
    border-width: 1px;
    border-collapse: collapse;
    background-color: #F7931E;
    color: Black;
    text-align: left;
	font-weight:Bold;
}

.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;
}

.PricingTableLeft
{
    padding: 5px;
    text-align: left;
    width: 175px;
    font-weight: bold;
    font-size: 1.25em;
}

.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 0px 3px 0px;
    text-align: center;
    border: 1px solid #F7931E;    
    background-color: #FDE2C1;
    margin: 5px 3px 5px 3px;
}


/*========================================================*/
/*  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;
}


.ReturnAddressDiv
{
    padding: 3px;
    text-align: left;
    background-color: #FFFFCC;
    border: 1px solid #CC9900;
    width: 200px;
}

.TemplateEnvelopeUpload
{
    display: inline-block;
}

.ruBrowse, .ruBrowse:visited 
{
    background: #222 url(/images/alert-overlay.png) repeat-x !important; 
	display: inline-block !important; 
	padding: 5px 10px 6px !important; 
	color: #fff !important; 
	text-decoration: none !important;
	-moz-border-radius: 5px !important; 
	-webkit-border-radius: 5px !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
	border-bottom-color: rgb(0,0,0) !important;	
	border-bottom-color: rgba(0,0,0,0.25) !important;
	border-bottom-width: 0px !important;
	border-bottom-style: solid !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-top:0px !important;	
	position: relative !important;
	cursor: pointer !important;
	margin:0px !important;
	background-color: #ff5c00 !important;
    
}

.ruBrowse:hover {
     color: #fff !important;
     background-color: #d45500 !important;
}

.uploadLeftPane 
{
    float:left; 
    height:100%;
    width: 40%;
    border-right: 2px solid #CCCCCC;
    padding-right: 10px;
    padding-bottom: 10px;
}

.uploadRightPane 
{
    float:left; 
    height:100%;
    width: 55%;
    padding-left: 10px;
    padding-bottom: 10px;
}
.noUploadedFiles 
{
    height: 200px;
    text-align: center;
    
}