
/************************************************************  
	CCS Reset
************************************************************/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}
html, body {
	height: 100%;
}
/** End CSS Reset */


/* ===@ LOGIN @=== */
   #header #login {width:270px;margin:19px 0 0 0;padding:0;float:right;}
   		   #login input {width:113px;height:19px;margin:0 2px 0 0;padding:2px 5px;border:none;background:url(../img/login-area_input_bg.jpg) no-repeat;float:left;}
		   #login input.button {width:7px;height:12px;margin:5px 0 0 8px;padding:0;border:none;background:none;float:left;}
		   #login label {width:130px;margin:5px 20px 0 0;padding:0;text-align:right;clear:both;float:right;}
		   #login label a {font-family:Arial, Helvetica, sans-serif;font-size:10px;text-align:right;font-weight:normal;color:#3d6b9d;text-decoration:none;}
		   #login label a:hover {color:#3d6b9d}
		   
/* ===@ SPONSORS BAR @=== */
div#sponsors-bar {width:100%;margin:30px 0 0 0;padding:10px 0 0 0;border-top:1px solid #e5e5e5;text-align:center;margin:auto;position:relative;width:950px;top:10px;}
#logos{width:950px;height:31px;list-style:none;text-align:center;overflow:hidden;margin:0;padding:0;}
#logos li{float:left;height:31px;margin:0;}


/** Clear Floats (http://www.positioniseverything.net/easyclearing.html) */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
/** End Clear Floats */
.hidden { 	display: none; }
body {
	background: #fff url(../img/body_bg.gif) 0 90px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#browserwarning, a#skipNav { display: none; }
div.clear { clear: both; height: 0; overflow: hidden; }

h1 {
	font: normal 24px/26px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 25px 0 20px 0;
}
h1 span {
	color: #777;
}

h1 .smallLink {
	font-size: 60%;
	font-weight:normal;
}

h2 {
	font: bold 18px/21px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 10px 0;
}
h2 span {
	color: #333;
}
h3 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}
h4 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
}
p {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0; 
}
a {
	color: #0E6CC6;
	cursor: pointer; 
}

a:hover {
	color: #02C0F0;
}
.clear {
	clear: both;
}
#active_link {
	color: #00ccfd;
}

#continue1,
#continue2,
a.continue {
	float: right; 
	width: 150px;
	height: 43px;
	margin: 0 2px 5px 0;
}
.alignRight {
	float: right;
	margin: 0 0 15px 15px;
}

/**********************************
Form Elements
***********************************/
fieldset {
	background-color: #FBFBFB;
	border: solid 1px #A5A5A5;
	padding: 10px;
	margin: 0 0 20px 0;
}
fieldset.register {
	background-color: #fff;
	border: none;
}
fieldset fieldset {
	border: none;
}
fieldset legend {
	padding: 0 4px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #3A6E9B;
}
fieldset fieldset legend {
	color: #444;
	text-transform: capitalize;
	letter-spacing: normal;
}
fieldset dl dt {
	float: left;
	width: 100px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #333;
}
fieldset dl dd {
	float: left;
	width: 250px;
	margin: 0 0 15px 0;
}
fieldset#form_details dt {
	float: none;
	width: 100%;
	margin: 0;
}
fieldset#form_details dd {
	float: none;
	width: 100%;
}
label {
	font-weight: bold;
	margin-bottom: 3px;
}
fieldset input.check,
fieldset input.radio,
input.check,
input.radio {
	width: 15px;
	display: inline;
}
fieldset dd label {
	display: inline;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.form_title {
	float: left;
	width: 85px;
	margin: 6px 6px 6px 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}
fieldset#form_details textarea,
fieldset#form_details input#tagline {
	width: 400px;
}
.form_input {
	float: left;
	width: 180px;
	margin: 6px 6px 6px 0;
	padding: 0;
	text-align: left;
}
dl#businessInfo_form dt {
	width: 100%;
}
fieldset.toggle {
	border: none;
	background-color: #fff;
	padding: 0;
	width: 100%;
}
fieldset.toggle legend {
	margin: 0;
	padding: 0;
}
fieldset.toggle legend a {
	display: block;
	width: 565px;
	font-size: 13px;
	padding: 3px 0 3px 15px;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
fieldset.toggle legend a.closed { 	background: transparent url(/img/gfx_toggle_arrows.gif) 0 -9px no-repeat; }
fieldset.toggle legend a.open { 	background: transparent url(/img/gfx_toggle_arrows.gif) 0 6px no-repeat; border-bottom: none; }
div.toggleContainer {
	display: none;  
	width: 565px;
	margin: 0 0 10px 0;
	padding: 10px; 
	/*background-color: #EEEEEE; */
	border-bottom: 1px dotted #ccc; 
}
.example,
.error {
	display: block;
	margin: 3px 0 5px 0;
	color: #666;
	font-style: italic;
	line-height: 1.2em;
}
.error {
	color: red;
	font-style: normal;
}
p.success {
	margin: 3px 0 5px 0;
	color: green;
	font-style: normal;
	line-height: 1.2em;
}
/** Add Promo */
input#promo_text {
	width: 400px;
	margin-bottom: 3px;
}
input#addPromoSubmit {
	clear: left;
}

/**********************************
Tables
***********************************/
table { 
	/*width: 100%;*/
	border-bottom: solid 3px #3b71a0;
	font-size: 11px;
	margin: 0 0 20px 0;
	clear: left;
}
table.maxWidth { width: 100%; }
table .left { text-align: left; }
table .right { text-align: right; }
table .center { text-align: center; }

th,
td { 
	padding: 8px 8px; 
	vertical-align: top;
}
thead {
	background-color: #7097ba;
}
thead th {
	border-bottom: solid 3px #0bb5e8;
	border-right: solid 1px #7097ba;
	border-right: none;
	background-color: #3b71a0;
	color: #fff;
	font-weight: bold;
	padding-right: 4px;
	margin-right: 1px;
}
thead th a {
	display: block;
	color: #fff;
	text-decoration: none;
}
thead th a:hover {
	color: #fff;
}
tr.hidden {
	display: none;
}
tbody td,
tbody th {
	border-top: solid 1px #cdcdcd;
	font-weight: normal;
	line-height: 14px;
	border-right: solid 1px #fff;
}
tbody th a {
	display: block;
	padding-left: 15px;
}
tbody th a.closed { background: transparent url(/img/gfx_table_arrow_right.gif) 3px 1px no-repeat; }
tbody th a.open { 	background: transparent url(/img/gfx_table_arrow_down.gif) 1px 1px no-repeat; }

tbody .alt, tbody .odd { background-color: #f6f6f6; }
tbody .alt td,
tbody .alt th,
tbody .odd td,
tbody .odd th { 
	border-right: solid 1px #f6f6f6; 
}
tbody tr.all { background-color: #ddecf1; }
tbody tr.all td,
tbody tr.all th { 
	border-right: solid 1px #ddecf1; 
}
tbody tr.all td,
tbody tr.all th {
	font-weight: bold;
}
tbody th.sub  { border-top: none; }
tbody th.sub span {
	display: block;
	width: 80%;
	padding-left: 0;
	margin-left: 20px;
}

/** Table Headers */
th#size { width: 55px; }
th#zone { width: 75px; }


td.fieldCol1 {
	width:250px;
}

td.fieldCol2 {
}

span.expired {
	color: #A00;
}

div.tableTopLinks {
	padding: 10px 0 8px 0;
}

div.tableTopLinks img {vertical-align:middle;margin: 0 6px 0 0;}

/* Summary Table Styles */
table.summary thead th {
	border-bottom: solid 3px #3b71a0;
	border-right: none;
	background-color: #fff;
	color: #3b71a0;
	font-weight: bold;
	padding-left: 0;
}

/* sorting styles */
thead th.headerSortDown,
thead th.headerSortUp { 
	background-color: #21517b; 
}
thead .header a {
	padding-right: 12px;
}
thead .headerSortUp a { 
	background-image: url(/img/gfx_sort_arrows.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
thead .headerSortDown a { 
	background-image: url(/img/gfx_sort_arrows.gif);
	background-position: right -6px;
	background-repeat: no-repeat;
}
/**********************************
Content Sections
***********************************/
#main_container {
	width: 100%;
	text-align: center;
	position: relative;
}
#header,
#footer,
#content_wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#content_index {
	background-color: #FFFFFF;
	height: 314px;
	position: relative;
}
div#content_wrapper {
	position: relative; 
}
div.content, div#content {
	float: left; 
	width: 590px;
	margin: 20px 45px 0 0;
}
div#content {
	width: 700px;
	margin-top: 0;
}
div.contentZones {
	float: left;
	width: 580px;
	margin: 0 0 20px 0;
}
div#sidebar {
	float: left;
	display: inline; 
	width: 200px;
}
div.content.wide {
	float: none;
	display: block;
	width: 930px;
	position: relative;
}
/***************************
header
***************************/
#logo {
	float: left;
	height: 65px;

}
#logo img {
	max-width: 450px;
	max-height: 65px;
}
#login {
	float: right;
	width: 300px;
	text-align: right;
	margin: 20px 0 0 0;
	position: relative;
}
#login input,
a#login_submit {
	float: left;
}
#login input {
    margin: 0 2px 5px 0;
	background-color: 	#EEEEEE;
	border-top:  		1px solid #dddddd;
	border-left: 		1px solid #dddddd;
	width: 111px;
	height: 21px;
	color: #444444;
	font-size: 11px;
	line-height: 21px;
	padding: 0 5px;
}
#login span#error_login {
	clear: left;
}
#login ul,
#login p {
	text-align: right;
}
#login ul li {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: right;
}
#login ul li#nav_logout {
	border-right: solid 1px #666;
	padding-right: 7px;
}
#login a#login_submit {
	margin-top: 4px;
}
a#forgot {
	color: #3b6d9e;
	font-size: 11px;
	text-decoration: none;
	margin: 5px 55px 0 0;
	display: block;
	clear: left;
	text-align: right;
}
span#error_login {
	position: absolute;
	top: -18px;
	left: 0;
}
/***************************
Top Navigation
***************************/
ul#navigation {
	float: left;
	width: 950px;
	clear: both;
	margin-top: 10px;
}
ul#navigation li {
	float: left;
	display: inline;
	width: 88px;
	margin: 2px 10px 0 0; 
}
ul#navigation li a {
	display: block;
	height: 33px;
	padding: 1px 1px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: transparent url(../img/nav_bg.gif) 0 0 no-repeat;
	font-weight: bold;
}
ul#navigation li a span {
	display: block;
	width: 82px;
	margin: 1px auto;
	text-align: center;
	line-height: 31px;
}
ul#navigation li#nav_contact {
	float: right;
	margin-right: 0;
}
ul#navigation li a:hover { 
	background-position: 0 -34px;
}

/** Tab styles for active nav links */
ul#navigation li a#active_link {
	background-position: 0 -68px;
	color: #21517b;
}
ul#navigation li a#active_link:hover {
	background-position: 0 -68px;
}
ul#navigation li #active_link span {
	border-top: solid 2px #21517b;
	line-height: 29px;
}
div.subnav {
	margin: 10px 0 0 0;
}
div.subnav a {
	color: #00B0F0;
	text-decoration: none;
}
div.subnav a#sub_active {
	font-weight: bold;
}

/**********************************
Flyers
***********************************/
.flyer {
	width:130px;
	height:164px;
	float:left;
	margin:2px;
	cursor:pointer;
}

#PG_tt {
	position:absolute;
	display:block;  
	z-index:100000; 
	background:url(http://www.paperg.com/jsfb/images-fb/grid/tooltip-fb.png) 100% 0; 
	padding:8px; 
	border-bottom:2px inset #666;
	width:150px;
}
#PG_tttop {
	display:block;
	background:url(http://www.paperg.com/jsfb/images-fb/grid/clip_red.png) 0 0 no-repeat;
	height:11px;
	left:4px;
}
#PG_ttcont {
	display:block;
	font-size:14px;
	font-weight:700;
	letter-spacing:-0.06em;
	font-family: Verdana, Tahoma, sans-serif;
	padding-left:10px;
	padding-bottom:5px;
	color:#000044;
	text-align:left;
}
#PG_ttbot {
	display:block;
	height:20px;
	width:100%;
	margin 0 auto;
	background:url(http://www.paperg.com/jsfb/images-fb/grid/lnk_click_to_expand.gif) 23px 0 no-repeat;
}


/* ********* flyerviewer div */
#fv-div #close-btn{
	width:12px;
	height:13px;
	position: absolute;
	right:21px;
	top:8px;
	z-index: 1000000;
	cursor: pointer;
	background: url('http://www.paperg.com/jsfb/images-fv/grid/close.gif') 0 0 no-repeat;

}
#close-btn:hover{
	background: url('http://www.paperg.com/jsfb/images-fv/grid/close.gif') 0 -113px no-repeat;
}

#fv-div{
	position: absolute; 
	width: 810px; 
	height: 600px;
	z-index: 1000000; 
}

#fv-iframe{
	position: relative;
	width: 810px;
	height: 600px;
}


/* Steps below the board */
div#steps_info {
	width:950px;
	margin:30px auto 0;
	height:150px;
	clear:both;
	position:relative;
	top:0px;
}
div#steps_info div {
	background-color: #fef3dc;
	border: 1px solid #c5a596; 
	width:300px;
	height:140px;
	float:left;
	margin:0px 10px 10px 0;
}
div#steps_info div h2 {
	text-align:center;	
}

div#steps_info div p {
	font-size:10pt;
	margin:10px;
	line-height:20px;
}


/**********************************
Footer
***********************************/
#footer {
	width: 950px;
	clear: both;
	text-align: right;
	border-top: #E5E5E5 solid 1px;
	margin: 20px auto 0;
	padding-bottom: 30px;
}
#footer p {
	font-size: 10px;
	color: #777;
	margin: 5px 0;
}
#footer p#copyright {
	width: 400px;
	float: left;
}
#footer p#footer_nav {
	width: 400px;
	float: right;
	text-align: right;
}
#footer a {
	color: #3d6b9d;
	font-size: 10px;
	text-decoration: none;
	margin: 0 2px;
}

