
/* ----------------------------------------------------------------------*/
/* ---------->>> COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.black { background-color:#000; }
.white { background-color:#FFF; }
.orange { background-color:#e28923; }
.teal { background-color:#309e9a; }
.blue { background-color:#0000FF; }
/* ----------------------------------------------------------------------*/
/* ---------->>> TEXT COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.txt_black1 { color:#000; }
.txt_white { color:#FFF; }
.txt_orange { color:#C07C07; }
.txt_teal { color:#309e9a; }
.txt_black { color:#333333; }
.txt_red {color: #FF0000;}
.txt_violetred {color: #C71585;}
.dimgray { color:#696969; }
.ltgray { color: #666666; }


/* ----------------------------------------------------------------------*/
/* ---------->>> FONT SIZES <<<-----------*/
/* ----------------------------------------------------------------------*/
.font9 { font-size:9px; }
.font10 { font-size:10px; }
.font11 { font-size:11px; }
.font12 { font-size:12px; }
.font13 { font-size:13px; }
.font14 { font-size:14px; }
.font16 { font-size:16px; }
.font18 { font-size:18px; }

/* ----------------------------------------------------------------------*/
/* ---------->>> COMMON CLASSES <<<-----------*/
/* ----------------------------------------------------------------------*/

.txt_underline {text-decoration: underline;}

.fwidth550 { width: 550px; }
.fwidth500 { width: 500px; }
.fwidth400 { width: 400px; }
.fwidth350 { width: 350px; }
.fwidth300 { width: 300px; }
.fwidth250 { width: 250px; }
.fwidth200 { width: 200px; }
.fwidth150 { width: 150px; }
.fwidth125 { width: 125px; }
.fwidth100 { width: 100px; }
.fwidth75 { width: 75px; }
.fwidth50 { width: 50px; }
.fwidth25 { width: 25px; }
.width100 { width: 100%; }
.width90 { width: 90%; }
.width80 { width: 80%; }
.width75 { width: 75%; }
.width70 { width: 70%; }
.width50 { width: 50%; }
.width40 { width: 40%; }
.width25 { width: 25%; }

.fheight40 { height: 40px; }

.float_left { float: left; }
.float_right { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.align_top { vertical-align: top; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	clear: both;
	display: block;
}
.pad { padding: 10px; }
.pad0 { padding: 0px; }
.pad20 { padding: 20px; }
.pad_left5 { padding-left: 5px; }
.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_btm { padding-bottom: 10px; }
.pad_top20 { padding-top: 20px; }
.pad_btm20 { padding-bottom: 20px; }
.pad_top30 { padding-top: 30px; }
.margin0 { margin: 0px; }
.margin5 { margin: 5px; }
.margin_top5 { margin-top: 5px; }
.margin_btm5 { margin-bottom: 5px; }
.margin_left5 { margin-left: 5px; }
.margin_left15 { margin-left: 15px; }
.margin { margin: 10px; }
.margin_left { margin-left: 10px; }
.margin_right { margin-right: 10px; }
.margin_top { margin-top: 10px; }
.margin_btm { margin-bottom: 10px; }
.margin_left20 { margin-left: 20px; }
.margin_right20 { margin-right: 20px; }
.margin_top20 { margin-top: 20px; }
.margin_btm20 { margin-bottom: 20px; }
.margin_top30 { margin-top: 30px; }
.margin_left30 { margin-left: 30px; }
.margin_right40 { margin-right: 40px; }
.margin_left40 { margin-left: 40px; }

.border { border:solid 1px #dad8d8; }
.border_left { border-left:solid 1px #dad8d8; }
.border_right { border-right:solid 1px #dad8d8; }
.border_top { border-top:solid 1px #dad8d8; }
.border_btm { border-bottom:solid 1px #dad8d8; }
table.twocol td { width: 50%; }
table.threecol td { width: 33.333%; }
table.fourcol td { width: 25%; }
div.twocol { width: 50%; }
div.threecol { width: 33.333%; }
div.fourcol { width: 25%; }
table.pad_cel td { padding: 3px; }
.center { margin:0px auto }
.hide {
	display:none;
}
.font_normal { font-weight:normal; }
.font_bold { font-weight:bold; }

.error, .attention { 
	color: #FF0000; 
}
/* ----------------------------------------------------------------------*/
/* ---------->>> BASIC HTML TAGS <<<-----------*/
/* ----------------------------------------------------------------------*/

body {
	background: #aec3c6 url(/images/bg_main.jpg) top repeat-x;
	padding:0px;
	margin:0px;
	color: #333333;
	font-size: 72.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1.2em;
	text-align: left; /* important for IE! */
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 {
	color: #6b6b6a;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #333;
	margin-bottom:15px;
}

h2 {
	color: #C07C07;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

h1 small, h2 small {
	display:block;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}

h3 {
	border-bottom: solid 1px #dad8d8;
	color: #c07c07;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom:15px;
	padding-top:8px;
	padding-left:12px;
}

h4 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom:5px;
	padding-left:20px;
	/*text-indent:-8px;*/
}
h4.announce {
	padding: 0px 3px 5px 20px;
	/*text-indent:-8px;*/
}


h5 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}


h6 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}


p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

hr {
	background: #dad8d8;
	color: #dad8d8;
	height: 1px;
	border: 0px;
	margin: 0 0 10px 0;
}

td { vertical-align: top; }

th {
	font-weight: bold;
	color: #FFF;
	background: #333;
	vertical-align:middle;
	border-left: 1px solid #FFF;
}

input[type=text], input[type=password] {
	border:1px solid #ccc;
}
input[type=text], input[type=password] {
	height:17px;
	display:block;
	padding:4px 4px 0;
}
textarea {
	text-align:left;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> LINKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Sets the style for unvisited links. */
a, a:link, a:visited {
	color: #309e9a;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #309e9a;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus { color: #309E9A; }
/* Sets the style for a link that is being activated/clicked. */
a:active { color: #309E9A; }

h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:focus { color:#E28923; }

h3 a.header, h3 a.header:link, h3 a.header:visited, h3 a.header:active, h3 a.header:focus {
	color: #c07c07;
	font-size: 16px;
	font-weight: bold;
}
h3 a.subheader, h3 a.subheader:link, h3 a.subheader:visited, h3 a.subheader:active, h3 a.subheader:focus {
	color: #c07c07;
	font-size: 14px;
	font-weight: normal;
}

h5 a.header, h5 a.header:link, h5 a.header:visited, h5 a.header:active, h5 a.header:focus {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}



.contact small a, .contact small a:link, .contact small a:hover {color: #309e9a!important;}

/* Sets the style for Title links. */
a.title, a.title:link, a.title:active, a.title:visited {
	color: #309e9a;
	font-weight: bold;
	text-decoration: none;
}
a.title:hover {
	color: #309e9a;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
input, select, label { vertical-align: middle; }

input.btn_submit, input.btn_reset {
	background: url(../images/btn_submit.gif) no-repeat left top;
	display:block;
	float:left;
	height:30px;
	margin-right:1em;
	position:relative;
	width:75px;
	text-indent:-1000em;
	border:none;
	font-size: 0;
}


.content {
	margin: 0px 8px 0px 12px;
}
.content h6 {
	margin: 0px 0px 12px 0px;
	font-size:105%;
}

#affiliates {
	width:100%;
}
#affiliates td {
	vertical-align:top;
	padding-bottom:8px;
}
#affiliates td.title {
	width:35%;
}
#affiliates td.tos {
	padding-left:20px;
}

#affiliates td input[type=text], 
#affiliates td input[type=password],
#affiliates td input[type=select] {
	width:300px;
}

.topsites {
	width:100%;
	table-layout:fixed;
}

.topsites td.col1 {
	width:5%;
	border-bottom: solid 1px #fff;
	padding: 3px;
}
.topsites td.col2 {
	width:65%;
	border-bottom: solid 1px #fff;
	padding: 3px;
}
.topsites td.col3 {
	width:15%;
	border-bottom: solid 1px #fff;
	padding: 3px;
}
.topsites td.col4 {
	width:15%;
	border-bottom: solid 1px #fff;
	padding: 3px;
}


.loggedin {
 line-height: 1.4em;
 margin: 0px 0px 8px 0px;
}
.loggedin p {
 margin: 3px 0px 5px 0px;
}

.daterange {
	float:right;
	color:#696969;
	font-size:11px;
	font-weight:bold;
	margin-right:8px;
}

.referral {
 line-height: 1.4em;
 margin: 0px 12px 0px 18px;
}
.referral div {
 margin: 0px 0px 8px 0px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* ----------------------------------------------------------------------*/

#container {
	text-align:left;
}
.home, .tall {
	background: #FFF url(../images/background.jpg) repeat-x left top;
	text-align:left;
}
.short {
	background: #FFF url(../images/bg_container_short.gif) repeat-x left top;
}

#promo_bg {
 }

/* Make sure you subtract the width of promo_bg from the page width of 982px and add negative left and right margins to compensate */
#content {
	background-color: #FFF;
	min-height: 550px;
	font-size: 1.1em;
	display:block;	
}

#nav_container, #content, #footer_content {
	margin:0px auto;
	width:982px;
}
#right_col { 
	float:right; 
	overflow:auto;
	background: #FFF;
	display:block;	
	 }
#left_col { 
	float:left;
	padding-bottom:10px; 
	background: #FFF;
	display:block;	
	}


#nav_subcontent {
	font-size: 1.1em;
	margin: 0px auto;
	width: 982px;
}
#nav_subcontainer {
	margin: 0px auto;
	width: 982px;
}

#header, #main-header, #nav_container, #footer, #three_col, #nav_subcontainer { clear:both; }

#contentwrapper{
	float: left;
	width: 100%;
	background:#fff;
	padding-bottom:10px;
	border-top:1px #d3d3d3 solid;
}

#contentcolumn_full{
	margin-right: 85px; /*Set right margin to RightColumnWidth*/
	min-height: 600px;
	background:#fff;
}
#contentcolumn{
	margin-right: 395px; /*Set right margin to RightColumnWidth*/
	min-height: 550px;
}

#rightcolumn{
	float: left;
	width: 390px; /*Width of right column*/
	margin-left: -390px; /*Set left margin to -(RightColumnWidth) */
}


/* ----------------------------------------------------------------------*/
/* ---------->>> LISTS <<<-----------*/
/* ----------------------------------------------------------------------*/

ul, ol, dl { margin: 20px 10px 10px -20px; }
#content li {
	line-height: 1.5em;
	margin: 0px 0px 0px 34px;
	padding-left: 20px;
}
#content .col_2 li, #content .col_1 li, #content .col_3 li { margin:0 0 5px 12px; }
#content .col_2 ul, #content .col_1 ul, #content .col_3 li { margin:0px; }
blockquote, cite { margin: 0 0 1em 1.5em; }

ul.resources { margin: 20px 10px 10px -20px; }
ul.resources li .title {
	font-weight:bold;
	}

.list01 {
	margin: 0px 0px 0px 0px;
	list-style-image:url('/images/bullets_balls_red.gif');
	padding: 0px 5px 0px 0px;
}
.list01 li {
	font-size: 110%;
	font-weight:bold;
}

.list02 {
	margin: 8px 0px 8px 30px;
	list-style-image:url('/images/bullets_balls_red.gif');
	padding: 10px 20px 0px 50px;
}

.list02 li {
	font-size: 90%;
	font-weight:bold;
}

.list03 {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.list03 li {
	font-size: 110%;
	line-height: 1.1em;
	}
.list03 li:before {
	content: "\00BB \0020";
	}





/* ----------------------------------------------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/

#header_top {
	background: url(../images/bg_header-top.gif) repeat-x left top;
	height:43px;
/*	border-bottom:1px #d3d3d3 solid; */
}

#header_btm {
	background: url(../images/bg_header-top.gif) repeat-x left top;
	height:25px;
	border-top:1px #d3d3d3 solid;
}

#header_nav { background: #FFF; }
#header_subnav { 
	background: #eaebec;
	}

.logo {
	background: url(../images/PC_logo.jpg) no-repeat left top;
	display:block;
	float:left;
	font-size:0px;
	line-height:0px;
	height:74px;
	text-indent:-6000px;
	width:222px;
}

#nav_container { height:74px;}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ----------------------------------------------------------------------*/

#nav-one { 
	margin-left:570px; 
	text-align:center;
	}

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 2;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;

}

.nav li a, .nav li a:link, #nav-one li a, #nav-one li a:link {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #7f7e7e;
	display: block;
	padding: 28px 0px 8px;
	text-decoration: none;
	width:135px;
}

.nav li a:hover, .nav li:hover a, #nav-one li a:hover, #nav-one li:hover a {
	color: #000;
}

.nav ul {
	background: #e2e4e4;
	list-style: none;
	margin: 0px;
	width: 938px;
	position: absolute;
	top: -999em;
	left: -1px;
}

.nav li:hover ul, .nav li.sfHover ul, .nav > li.selected ul { top: 50px; z-index: 50; }

.nav > li.selected ul { z-index: 1; }


.nav li ul li a, .nav li ul li a:link, #nav-one li ul li a, #nav-one li ul li a:link, #nav-one li ul li a:visited {
	color: #7f7e7e;
	display: block;
	font-size:12px;
	padding: 4px 8px;
	text-decoration: none;
	width:auto;
}

.nav li ul li a:hover, #nav-one li ul li a:hover {
	color: #e28923;
}

.nav li.selected > a {
    font-weight: bold !important;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV SUB MENU <<<-----------*/
/* ----------------------------------------------------------------------*/
.nav2 {
	background: #eaebec;
	margin: 0px;
}
.nav2 ul {
	background: #eaebec;
	margin: 0px;
}
.nav2 li {
	padding: 0px;
	float: left;
	margin: 5px 30px 5px 10px;
	position: relative;
}
.nav2 li a, .nav2 li a:link {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.nav2 li a:hover {
	COLOR: #000;
}
.nav2 li:hover a {
	COLOR: #000;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> PAGE NAV SUB MENU <<<-----------*/
/* ----------------------------------------------------------------------*/
.nav3 {
	background: #F0F0F0;
	margin: -18px 0px 20px 0px;
	border:1px solid #eee;
	padding:5px;
	height:12px;
}
.nav3 ul {
	background: #F0F0F0;
	margin: 0px;
}
.nav3 li {
	padding: 0px;
	float: left;
	margin: 0px 30px 5px 10px;
	position: relative;
}
.nav3 li a, .nav3 li a:link {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #703FAF;
	text-decoration: none;
}
.nav3 li a:hover {
	COLOR: #BF008C;
}
.nav3 li:hover a {
	COLOR: #BF008C;
}

.nav4 {
	margin: -18px 0px 30px 0px;
	padding:5px;
	height:12px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#4169E1;
}
.nav4 ul {
	margin: 0px 0px 0px 0px;
}
.nav4 li {
	padding: 0px;
	float: left;
	margin: 0px 30px 5px 0px;
	position: relative;
	text-decoration: underline;

}
.nav4 li a, .nav4 li a:link {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4169E1;
	text-decoration: none;
}
.nav4 li a:hover {
	COLOR: #703FAF;
}
.nav4 li:hover a {
	COLOR: #703FAF;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV BROWSER HACKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {

ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}

/* ----------------------------------------------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* ----------------------------------------------------------------------*/

.full_image { margin-bottom:25px; }
.newsroom .full_image,
.blog .full_image
{ margin-bottom:10px; }

.pad {
	clear:both;
	background-color: #FFF;
		display:block;
	 padding:0 10px 10px 0;
	  }

.home #left_col, .one_col #left_col, .showcase #left_col, .apps #left_col { width:557px; }

.contact #left_col p, .contact #left_col img, .events #left_col p, .events #left_col img,.services #left_col p, .services #left_col img, .showcase #left_col p, .showcase #left_col img, .team #left_col p, .team #left_col img, .contact #left_col iframe, .contact #left_col small { margin-left:10px; }

.newsroom #left_col { width:567px; }
.blog #left_col { width:730px; }

.one_col #right_col { width: 395px; margin-bottom:10px; }

.newsroom #right_col { width:404px; }
.blog #right_col { width:243px; }

.txt_get-started {
	background: url(../images/txt_make-an-app.gif) no-repeat left top;
	height: 56px;
	width: 149px;	
}

.txt_learn-more {
	background: url(../images/txt_click-for-more.gif) no-repeat left top;
	height: 56px;
	width: 149px;	
}
.btn_unit { 
	margin: 0px 5px 20px 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}

#right_col .txt_get-started,
#right_col .txt_learn-more
{ float:left;}
#right_col .btn_get-started-short,
#right_col .btn_learn-more-short
{ float:right;}

.one_col .col_1 {float:left;width:305px;}
.one_col .col_2 {float:right;width:240px;}

.quote_name { 
	margin:15px 0px 20px 0px;
	text-align:right;
}
.one_col .col_2 table { margin:0px 0px 20px 20px; width:222px; }
.one_col .col_1 h4, .one_col .col_1 p {padding-right:5px;}
.one_col #left_col { overflow:visible; }

.team_text img, .team_text p { margin-bottom:20px; }

#three_col .col_1, #three_col .col_2 {float:left;}
#three_col .col_3 {float:right;}

#three_col .col_2 {width:270px;margin-left:40px;}
#three_col .col_3 {width:310px;}

#content #three_col li {
	font-size:18px;
	line-height:24px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> HOME PAGE <<<-----------*/
/* ----------------------------------------------------------------------*/

.rpt_summary th {
	font-weight: bold;
	color: #333;
	background: #fff;
	vertical-align:middle;
	border-bottom: 1px solid #333;
	padding: 0px 8px 0px 0px;
}
.rpt_summary td {
	padding: 5px 0px 0px 8px;
	color: #333;
}

h4.lounge {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	text-indent:-8px;
}

.loungebox {
	float:left;
	width: 250px;
	margin: 0px 0px 0px 8px;
}

.loungebox2 {
	width: 98%;
	margin: 35px 0px 0px 8px;
}

.loungebox h6, .loungebox2 h6{
	border-bottom: 1px solid #333;
	font-size: 12px;
	margin: 0px;
}
.loungebox div, .loungebox2 div {
	margin: 3px 0px 5px 8px;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> NEWSROOM <<<-----------*/
/* ----------------------------------------------------------------------*/
.news_item_date {
	font-style: italic;
	margin: 3px 0px 3px 0px;
}
.news_item {
	line-height: 1.5em;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
}
.news_item h4 {
	margin: 0px;
	padding:0px;
}
.news_item h5 {
	margin: 0px;
	padding:0px;
}
.news_item h6 {
	margin: 0px;
	padding:0px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> TWO COLUMN PAGES <<<-----------*/
/* ----------------------------------------------------------------------*/

.two_col td { width:50%; padding:10px 0px; }
.two_col td img { margin:0px 10px; float:left; }
.two_col td h2, .two_col td p { margin-left:219px; }
.two_col .full_image { margin-bottom:11px; }

/* ----------------------------------------------------------------------*/
/* ---------->>> TEXT REPLACEMENT <<<-----------*/
/* ----------------------------------------------------------------------*/

.txt_get-started, .txt_learn-more {
	display: block;
	font-size:0px;
	line-height:0px;
	text-indent: -6000px;	
}

/* ----------------------------------------------------------------------*/
/* ---------->>> JQUERY STRIPING <<<-----------*/
/* ----------------------------------------------------------------------*/

table.striped tr.row_gray, table.striped tr.row_gray td { background: #EAEBEC; }


/* ----------------------------------------------------------------------*/
/* ---------->>> Promo Sites Page <<<-----------*/
/* ----------------------------------------------------------------------*/
.sites_col {
	margin:8px;
}

h5.sitestitle {
	font-size: 18px;
	margin:0px 0px 0px 20px;
}
.sites_col .toppromobox {
width:540px;
height:350px;
text-align:center;
float:left;
padding-top:5px;
}
.sites_col .promobox {
width:178px;
height:250px;
text-align:center;
float:left;
}
.sites_col .toppromobox a:link,.sites_col .promobox a:link, 
.sites_col .toppromobox a:active,.sites_col .promobox a:active, 
.sites_col .toppromobox a:visited,.sites_col .promobox a:visited {
	display: block;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

.sites_col .toppromobox a:hover,.sites_col .promobox a:hover {
	color: #000;
}

.sites_col .promobox1 {
width:178px;
height:205px;
float:left;
}

.sites_col .promobox2 {
width:356px;
height:205px;
float:left;
font-size: 14px;
margin:0px 10px 0px 10px;
line-height: 1.2em;
}
.sites_col .promobox2 a:link, 
.sites_col .promobox2 a:active, 
.sites_col .promobox2 a:visited {
	display: block;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}



/* ----------------------------------------------------------------------*/
/* ---------->>> Linking Codes <<<-----------*/
/* ----------------------------------------------------------------------*/

.linking_codes h5 {
	font-size:110%;
	margin: 8px 0px 3px 0px;
	color: #333;
}
.linking_codes div.codebox {
	background-color:#eee;
	padding: 8px;
	margin: 0px 5px 12px 5px;
	border: 1px solid #333;
}
.linking_codes div.codebox div.line1, 
.linking_codes div.codebox div.line1a {
	margin: 0px 0px 10px 0px;
}
.linking_codes div.codebox div.line2 {
	clear:both;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}
.linking_codes div.codebox div.line2a {
	clear:both;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 15px 0px;
}

.linking_codes div.codebox div.line1 div, 
.linking_codes div.codebox div.line2 div {
	float:left;
	line-height: 1.2em;
	overflow: auto;
}
.linking_codes div.codebox div.line1a div.tgp, 
.linking_codes div.codebox div.line2a div.tgp {
	clear:both;
	margin: 0px 0px 0px 8px;
	line-height: 1.2em;
}
.linking_codes div.codebox div.line1 div.title, 
.linking_codes div.codebox div.line2 div.title, 
.linking_codes div.codebox div.line1a div.title, 
.linking_codes div.codebox div.line2a div.title {
	width:120px;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> MODEL CONTENT <<<-----------*/
/* ----------------------------------------------------------------------*/

.model td {
 padding: 0px 0px 8px 2px;
}
.model img {
	width:180px;
	height:72px;
}

.model_content {
	margin: 0px 0px 10px 8px;
}
.model_content div.header {
	margin: 0px 10px 10px 10px;
}
.model_content div.header div.modelname {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.model_content div.header div.modeladded {
	float: right;
	font-size: .8em;
}

.model_content div.model_images div {
	margin: 0px 0px 10px 0px;
}



/* ----------------------------------------------------------------------*/
/* ---------->>> Banners <<<-----------*/
/* ----------------------------------------------------------------------*/
#banners h4 {
	clear:both;
	margin: 4px 0px 4px 0px;
}

#banners h4 a, #banners h4 a:link  {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #7f7e7e;
	text-decoration: none;
}

#banners h4 a:hover {
	color: #000;
}

.banner_section {
	margin: 0px 0px 8px 8px;
}
.banner_section img {
	margin: 0px 0px 4px 4px;
}

.fcbannerList {
	margin: 8px 0px 0px 0px;
}
.fcbannerList td {
	padding: 0px 3px 8px 3px;
}
.fcbannerList td  a, .fcbannerList td  a:link, 
.fcbannerList td  a:visited, .fcbannerList td  a:active, 
.fcbannerList td  a:focus {
	text-transform: uppercase;
 }

.fcdropdown {
	margin: 0px 0px 8px 20px;
}
.fcdropdown select.list {
	 width: 75%;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> TGP GALLERY CONTENT  <<<-----------*/
/* ----------------------------------------------------------------------*/

#list01 {
	margin: 3px 0px 0px 5px;
	border-collapse: collapse
}
#list01 td.item {
	padding-top:5px;
	padding-right:10px;
	border-bottom:1px #d3d3d3 solid;
	vertical-align:top;
}
#list01 td.list {
	padding-top:5px;
	border-bottom:1px #d3d3d3 solid;
}
#list01 td.item2 {
	padding-top:5px;
	padding-right:10px;
	vertical-align:top;
}
#list01 td.list2 {
	padding-top:5px;
}

#list01 td.item3a, #list01 td.item3b {
	padding-top:5px;
	padding-right:10px;
	border-top:1px #d3d3d3 solid;
	vertical-align:middle;
}
#list01 td.item3a {
	width:75px;
}

#list01 td.item3b  a.modelname, #list01 td.item3b a.modelname:link, 
#list01 td.item3b a.modelname:visited, #list01 td.item3b a.modelname:active, 
#list01 td.item3b a.modelname:focus {
	text-transform: uppercase;
	color:#003366;
 	}


#list02 {
	border-collapse: collapse;
	vertical-align: bottom;
	margin: 0px 0px 10px 0px;
}
#list02 td {
	width:50px;
}

#list02 td.box-left {
	border-top:1px #d3d3d3 solid;
	border-left:1px #d3d3d3 solid;
	border-bottom:1px #d3d3d3 solid;
	border-right:1px #fff solid;
}
#list02 td.boxit-right {
	padding: 5px 8px 5px 0px;
	border-top:1px #d3d3d3 solid;
	border-right:1px #d3d3d3 solid;
	border-bottom:1px #d3d3d3 solid;
}

#list02 td input[type=radio] {
	margin: 3px;
}

#gcontent {
	color: #0051BA; 
	margin-top: 10px;
}

#codehighlight {
	background-color: #fff;
	font-size: 13px;
	width: 95%;
	border: gray 1px solid; 
	padding: 5px;
	color: #0C1975;
	margin-left: 20px;
	}
#codehighlight li {
	font-size: 13px;
	color: #0038A8;
	padding-bottom: 4px; 
	margin-bottom: 10px; 
	border-style: solid; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: gray; 
}

#codehighlight a, #codehighlight a:active, #codehighlight a:visited { 
	color: #0038A8; 
	text-decoration: none; 
	font-family: arial, futura, helvetica, sans-serif; 
	font-size: 10pt
	}
#codehighlight a:hover { 
	color: #FF5416; 
	text-decoration: underline; 
	font-family: arial, futura, helvetica, sans-serif; 
	font-size: 10pt
	}
#codehighlight2 {
	background-color: #fff;
	font-size: 13px;
	width: 95%;
	border: gray 1px dashed; 
	padding: 5px;
	color: #0C1975;
	margin-left: 20px;
	overflow: auto;
} 

#codehighlight3 {
	background-color: #fff;
	font-size: 13px;
	width: 90%;
	border: gray 1px dashed; 
	padding: 5px;
	color: #0C1975;
	overflow: auto;
} 

#codehighlight4 {
	background-color: #F5F5F5;
	font-size: 13px;
	width: 450px;
	border: #d3d3d3 1px dashed; 
	padding: 5px;
	color: #0C1975;
	overflow: auto;
	margin: 2px 0px 5px 0px;
} 
#codehighlight5 {
	background-color: #F5F5F5;
	font-size: 13px;
	width: 700px;
	border: #d3d3d3 1px dashed; 
	padding: 5px;
	color: #0C1975;
	overflow: auto;
	margin: 2px 0px 5px 0px;
} 
#codehighlight4 p, #codehighlight5 p {
	margin-top:5px;
	margin-bottom:3px;
	color: #0C1975;
}
.selectall, .selectall:link, .selectall:active, .selectall:visited {
	font: normal 13px verdana; 
	color: navy; 
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: #d3d3d3; 
	padding-left: 6px; 
	padding-right: 6px; 
	padding-bottom: 2px; 
	background-color: #ffffaa; 
	text-decoration: none;
	margin-left:8px;
}
.selectall:hover {
	font: normal 13px verdana; 
	color: black; 
	background-color: #ffef97; 
	border-color: #d3d3d3; 
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	text-decoration: none;
}

.selectall1, .selectall1:active, .selectall1:visited {
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: gray; 
	padding-left: 6px; 
	padding-right: 6px; 
	padding-bottom: 4px; 
	font: bold 13px verdana; 
	color: navy; 
	background-color: #ffffaa; 
	text-decoration: none;
}
.selectall1:hover {
	font: bold 13px verdana; 
	color: black; 
	background-color: #ffef97; 
	border-left-color: black; 
	border-top-color: black; 
	border-right-color: black;
	border-bottom-color: black; 
}


a.button, 
a.button:visited, 
a.button:active {
	display:block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	margin-top: 4px; 
	margin-right: 5px;
	padding-left: 4px; 
	padding-right: 5px;
	color: #000080;
	border: 1px solid #A9A9A9;
	background-color: #eaebec; 

	}
a.button:hover {
	color: #333;
	border: 1px solid #483D8B;
	}


/* ----------------------------------------------------------------------*/
/* ---------->>> FORM SETTINGS  <<<-----------*/
/* ----------------------------------------------------------------------*/

div.formSection {
margin: 0px 8px 0px 12px;
}

div.form_item_box {
margin: 0px 0px 10px 0px;
color: #333333;
}
div.form_item_label {
display: block;
margin: 0px 0px 3px 0px;
}
div.info {
font-size: 95%;
}
div.info div.text {
line-height: 22px;
}
div.field_label, div.field_label_error {
margin-right: 5px;
display: inline;
}
div.field_label_error {
	color: #FF0000;
}
div.field {
font-size: 95%;
vertical-align: middle;
}
input.inp1, select.inp1 {
width: 350px;
}

div.myacct_Section {
	margin: 0px 0px 10px 20px;
}
div.myacct_Section table {
	width:100%;
}
div.myacct_Section table td {
	line-height: 1.2em;
}
div.myacct_Section div.myacct_item_box {
	clear: both;
	display: block;
	padding: 0px 0px 15px 10px;
}
div.myacct_Section div.myacct_item_box div.item_title {
	float: left;
 	width: 200px;
}
div.myacct_Section div.myacct_item_box div.item_field {
	float: left;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> REPORT FORMATTING <<<-----------*/
/* ----------------------------------------------------------------------*/
.stats table {
	margin: 0px 0px 20px 0px;
}
.stats th {
	background-color:#fff;
	color:#000;
	border-bottom: 1px solid #eee;
}
.stats th.transdate {
	background-color:#fff;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 12px 5px 5px 5px;
}

.stats th.acct_title {
	background-color:#fff;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 12px 5px 5px 5px;
	font-size: 1.4em;
}
.stats th.break {
	background-color:#fff;
	color:#000;
	border: 0px;
	padding: 12px 5px 5px 5px;
	font-size: 1.4em;
}
.stats td {
	padding: 8px 5px 5px 5px;
	border-bottom: 1px solid #eee;
}
.stats td.noborder {
	border: 0px;
}

.stats .extraline table {
	margin: 0px;
	padding:0px;
	border-collapse: collapse;
}
.stats .extraline table td {
	border: 0px;
}
.stats .extraline table td.credit {
	border: 0px;
	color: #FF0000;
}
.stats .extraline p {
	margin: 3px 0px 5px 5px;
}

.stats td.subtotal {
	border: 0px;
	font-weight: bold;
	color: #333333;
}
.stats td.subtotal_red {
	border: 0px;
	font-weight: bold;
	color: #FF0000;
}

.clicks {
	width:90%;
}
.clicks th {
	background-color:#fff;
	color:#000;
	font-size:110%;
}
.clicks th.transdate {
	background-color:#fff;
	color:#000;
	border-bottom: 1px solid #000;
	padding: 12px 5px 5px 5px;
}
.clicks td.count {
	padding: 8px 5px 5px 35px;
	border-bottom: 1px solid #eee;
	width:125px;
}
.clicks td.refurl {
	padding: 8px 5px 5px 5px;
	border-bottom: 1px solid #eee;
	width:550px;
}
.clicks td.subtotal {
	border: 0px;
	font-weight: bold;
	color: #333333;
}

.calendar {
	border:solid 1px #dad8d8;
	background-color: #808080;
	width:100%;
	margin: 8px 0px 8px 0px;
}

.calendar th {
	padding: 5px;
}
.calendar td {
	border:solid 1px #dad8d8;
	padding: 5px;
	vertical-align: top;
	background-color: #ffffc0;
}
.calendar td div {
	margin: 10px 0px 15px 0px;
}
.calendar td.empty {
	background-color: #C0C0C0;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> ROW HIGHLIGHT <<<-----------*/
/* ----------------------------------------------------------------------*/
td.click, th.click
{
	background-color: #bbb;
}
td.hover, tr.hover
{
	background-color: #AADDD6;
}
th.hover, tfoot td.hover
{
	background-color: #FFFFF0;
}
td.hovercell, th.hovercell
{
	background-color: #abc;
}
td.hoverrow, th.hoverrow
{
	background-color: #AADDD6;
}


/*-- Paging Control ----------*/
#paging {
	text-align:right;
	margin-bottom:5px;
	margin-right:10px;
	font-size:100%;
	color: #002B7F;
	}
#paging .current {
	font-size:13px;
	color: #FF0000;
	margin-left:3px;
	}
#paging a, #paging a:link, #paging a:visited, #paging a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #002B7F;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
}
#paging a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> Puppycash Id Reminder <<<-----------*/
/* ----------------------------------------------------------------------*/
.IdReminder {
	width:500px;
	border:solid 1px #dad8d8;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 15px;
	color: #C71585;
	font-size:11px;
	background-color:#F5DEB3;
 }
.IdReminder td {
	line-height: 1.4em;
}
.IdReminder td a {
	font-weight:bold;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> Promo Page <<<-----------*/
/* ----------------------------------------------------------------------*/

.promo {
	margin: 10px 0px 0px 20px;
	font-size: 110%;
	line-height: 1.4em;
}
.promo p {
	margin: 8px 0px 8px 0px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* ----------------------------------------------------------------------*/

#footer {
	background: #FFF url(../images/bg_footer.jpg) repeat-x left top;
	color:#999;
	font-size:.8em;
	margin-top:00px;
	min-height:150px;
}

#footer_content { 
	padding: 10px 0px 10px 50px;
}

#footer_content ul { 
	margin: 0px 0px 50px 0px;
}

#footer_content li {
	display:inline;
	font-size:1.1em;
	margin:0px 25px 0px 0px;
}


#footer_right_col { float:right; margin-right:37px; }
#footer_left_col { float:left; /*overflow:auto;*/ 
	padding-bottom:10px; 
	width:450px;
	}

/*#footer_content div { float:left; }*/

/* Sets the style for unvisited links. */
#footer a, #footer a:link {
	color: #7f7f7f;
	font-weight:normal;
}

/* Sets the style for visited links. */
#footer a:visited { color: #7f7f7f; }

/* Sets the style for links on mouseover. */
#footer a:hover { color: #666; }

/* Sets the style for a link that has focus. */
#footer a:focus { color: #666; }

/* Sets the style for a link that is being activated/clicked. */
#footer a:active { color: #666; }

/* ----------------------------------------------------------------------*/
/* ---------->>> IE BACKGROUND FIX <<<-----------*/
/* ----------------------------------------------------------------------*/

/* divs that do not have a width set whose backgrounds do not display in IE 6*/
/* make sure these divs do not have margin or padding applied*/
#header_top, #header_btm, #contentWrapper, #container { width:100%; }


label.error {
	display: block;
	color: red; 
	padding-left: .5em; 
	padding-bottom: .5em; 
	vertical-align: top; 
	}

