/* SHORTHAND PROPERTIES 
    -- margin: top right bottom left;
    -- border: width style color;
    -- background: color image repeat attachment position;
    -- font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
*/


/* MAIN TEMPLATE */
#HTML_AJAX_LOADING {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #ff0000;
	border: 1px solid #ff9999;
	font: normal normal 10px/1.3em Verdana, Arial, Helvetica;
	color: #ffffff;
	padding: 4px;
	display: none;
}
a, img {
	border: none;
	border-width: 0px;
}
:focus {
	outline: 0px none;
}
#navigation ol, #navigation ul {
	list-style: none;
}
form label {
	cursor: pointer;
}
fieldset {
	border: 0px none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
#appwidth {
} /* used to adjust overall width for app if required */
/* --------------------------------------------*/
/* ---------->>> APPS NAVIGATION <<<-----------*/
/* --------------------------------------------*/

#navigation {
	width: 100%;
	overflow: hidden;
}
#navigation-fixed {
}
#navigation #audience {
	background: transparent url(/images/app_nav/master_navbg.png) 0px -15px repeat-x;
}
#navigation #campaign {
	background: transparent url(/images/app_nav/master_navbg.png) 0px -97px repeat-x;
}
#navigation #response {
	background: transparent url(/images/app_nav/master_navbg.png) 0px -179px repeat-x;
}
#navigation #agency {
	background: transparent url(/images/app_nav/master_navbg.png) 0px -261px repeat-x;
}
#navigation #admin {
	background: transparent url(/images/app_nav/master_navbg.png) 0px -261px repeat-x;
}
ul#navi {
	list-style-type: none;
	padding: 15px 0 0 216px;
	margin: 0 auto;
}
.cobranding ul#navi {
	list-style-type: none;
	padding: 0 0 0 216px;
	margin: 0 auto;
}
ul#navi li {
	float: left;
	padding: 0;
	margin: 0;
}
ul#navi a {
	text-indent:-9999px;
	outline:none;
}
#agcclientlogout {
	margin-bottom: -25px;
	padding: 3px;
	float: right;	
	position: relative;
	z-index: 100;
}
#agcclientlogout .lutton {
	background-color: #fff !important;
}
#prologout {
	padding: 3px;
	text-align: right;
}
#testdrivemsg {
	border:1px solid #ffffff
}
/* -------------------------------------------------------*/
/* ---------->>> APPS NAVIGATION - AUDIENCE <<<-----------*/
/* -------------------------------------------------------*/

#audience .branding {
	height: 67px;
	background: url(/images/app_nav/master_logos.png) 0px -15px no-repeat;
}
#audience .cobranding {
	height: 32px;
}
#audience ul#navi {
	width: 380px;
}
#audience ul#navi a.audience {
	background:url(/images/app_nav/master_nav.png) 0px 0px no-repeat;
	display: block;
	width: 142px;
	height: 42px;
}
#audience ul#navi a.campaign {
	background:url(/images/app_nav/master_nav.png) -154px 0px no-repeat;
	display: block;
	width: 126px;
	height: 42px;
}
#audience ul#navi a.response {
	background:url(/images/app_nav/master_nav.png) -304px 0px no-repeat;
	display: block;
	width: 112px;
	height: 42px;
}
/* --------------------------------------------------------*/
/* ---------->>> APPS NAVIGATION - CAMPAIGNS <<<-----------*/
/* --------------------------------------------------------*/

#campaign .branding {
	height: 67px;
	background: url(/images/app_nav/master_logos.png) 0px -97px no-repeat;
}
#campaign .cobranding {
	height: 32px;
}
#campaign ul#navi {
	width: 390px;
}
#campaign ul#navi a.audience {
	background:url(/images/app_nav/master_nav.png) 0px -42px no-repeat;
	display: block;
	width: 122px;
	height: 42px;
}
#campaign ul#navi a.campaign {
	background:url(/images/app_nav/master_nav.png) -144px -42px no-repeat;
	display: block;
	width: 156px;
	height: 42px;
}
#campaign ul#navi a.response {
	background:url(/images/app_nav/master_nav.png) -304px -42px no-repeat;
	display: block;
	width: 112px;
	height: 42px;
}
/* -------------------------------------------------------*/
/* ---------->>> APPS NAVIGATION - RESPONSE <<<-----------*/
/* -------------------------------------------------------*/

#response .branding {
	height: 67px;
	background: url(/images/app_nav/master_logos.png) 0px -179px no-repeat;
}
#response .cobranding {
	height: 32px;
}
#response ul#navi {
	width: 384px;
}
#response ul#navi a.audience {
	background:url(/images/app_nav/master_nav.png) 0px -84px no-repeat;
	display: block;
	width: 122px;
	height: 42px;
}
#response ul#navi a.campaign {
	background:url(/images/app_nav/master_nav.png) -154px -84px no-repeat;
	display: block;
	width: 126px;
	height: 42px;
}
#response ul#navi a.response {
	background:url(/images/app_nav/master_nav.png) -294px -84px no-repeat;
	display: block;
	width: 136px;
	height: 42px;
}
/* ------------------------------------------------------------*/
/* ---------->>> APPS NAVIGATION - ACCOUNT ADMIN <<<-----------*/
/* ------------------------------------------------------------*/

#admin .branding {
	height: 67px;
	background: url(/images/app_nav/master_logos.png) 0px -261px no-repeat;
}
#admin .cobranding {
	height: 32px;
}
#admin ul#navi {
	width: 360px;
}
#admin ul#navi a.audience {
	background:url(/images/app_nav/master_nav.png) 0px -126px no-repeat;
	display: block;
	width: 122px;
	height: 42px;
}
#admin ul#navi a.campaign {
	background:url(/images/app_nav/master_nav.png) -154px -126px no-repeat;
	display: block;
	width: 126px;
	height: 42px;
}
#admin ul#navi a.response {
	background:url(/images/app_nav/master_nav.png) -304px -126px no-repeat;
	display: block;
	width: 112px;
	height: 42px;
}
/* -----------------------------------------------------*/
/* ---------->>> APPS NAVIGATION - AGENCY <<<-----------*/
/* -----------------------------------------------------*/

#agency .branding {
	height: 67px;
	background: url(/images/app_nav/master_logos.png) 0px -261px no-repeat;
}
#agency .cobranding {
	height: 32px;
}
/* ------------------------------------------------*/
/* ---------->>> APPS MAIN BODY WELL <<<-----------*/
/* ------------------------------------------------*/

#appbody {
	width: 100%;
}
#appbody-fixed {
	clear:both;
}
#appbody .main {
	padding: 0 15px;
}
/* ------------------------------------------------------------*/
/* ---------->>> APPS ERROR & ADD/IMPORT SECTION <<<-----------*/
/* ------------------------------------------------------------*/

#sub-nav {
	width: 100%;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Arial, Helvetica;
}
#sub-nav .main {
	padding: 0 10px;
}
#sub-nav fieldset {
	text-align: right;
}
#sub-nav .outerdiv {
	float: right;
	padding: 0;
}
#sub-nav .innerdiv { /* eliminates the use of box module hacks in IE */
	width: 380px;
	padding: 0;
}
#sub-nav a {
	color: #666;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #000;
}
#addmember {
	padding-left: 10px;
	background: url(/images/app_nav/master_icons.png) 0px 0px no-repeat;
        margin-right: 5px;
}
#import {
	padding-left: 15px;
	background: url(/images/app_nav/master_icons.png) 0px -19px no-repeat;
        margin-right: 5px;
}
label.saveas {
	padding-left: 20px;
	background: url(/images/app_nav/master_icons.png) 0px -41px no-repeat;
}
#sub-nav .txt {
	font-size: 10px;
	padding: 2px;
	text-align:left;
}
#sub-nav .txt-search {
	font-size: 10px;
	padding: 2px;
}
#sub-nav .input {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #aaa;
	width: 100px;
}
#sub-nav .submit {
	color: #666;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	background-color:#fff;
	border: 1px solid #ccc;
}
.error-box {
	font-size: 12px;
	padding: 4px;
	border: solid 1px #ff572f;
}
.error-icon {
	padding: 0 2px 0 2px;
	font-size: 10px;
	color: #f00;
	border: 1px solid #ccc;
}
.error-msg {
	color: #f00;
}
/* ------------------------------------------------*/
/* ---------->>> APPS FOOTER SECTION <<<-----------*/
/* ------------------------------------------------*/

#footer {
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 10px;
}
#footer-fixed {
	text-align: center;
}
#footer a {
	text-decoration: underline;
}
/* Colors */
.colorblank {
	background-color: #ffffff;
}
.bordercolorgrey {
	border-color: #FFFFFF;
}
/* Edges and Boxes */
.pad {
	padding:5px;
}
.box {
	border: 1px solid #cccccc;
}
.boxpad {
	border: 1px solid #cccccc;
	padding: 5px
}
.cup {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.cuppad {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px
}
.tab {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.tabpad {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #cccccc;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #cccccc;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #cccccc;
}
.botline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #cccccc;
}
.hdotline {
	font-weight: normal;
	border-bottom: 1px dotted #ccc
}
.vdotline {
	font-weight: normal;
	border-right: 1px dotted #ccc
}
.dotbox {
	padding: 5px;
	border: dotted 1px #cccccc;
}
.listbuffer {
	margin-left: 8px;
}
.sublistbuffer {
	margin-left: 20px;
}
.errorIcon {
	color:#ff0000;
	border:1px solid #cccccc;
	;
	font-size:10px;
	padding-left:2px;
	padding-right:2px
}
.errorBox {
	font-size: 12px;
	font-family: Verdana;
	padding: 4px;
	border: solid 1px #ff572f
}
#secList {
	margin:0px;
	padding-left:0px;
	list-style:none;
}
#secList li {
	margin-top:5px;
}
.container {
	clear:left;
}
/* Typefaces */
BODY {
	padding: 0;
	margin: 0;
}
BODY .bodycopy, .bodycopypad, .errorBox {
	font-family: Verdana, Arial, Helvetica ;
}
.bodycopy {
	font-size:12px
}
.bodycopypad {
	font-size: 12px;
	padding: 5px
}
.bodycopy a, .bodycopypad a {
	text-decoration:none;
}
.navheader {
	font-weight: 800;
	font-size: 20px;
	text-decoration: none
}
.grouplistname {
	font-size: 15px;
	text-decoration: none
}
.sidebar {
	font-size: 10px;
	padding: 5px
}
.footer {
	font-size: 11px;
}
.sectionheader {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none
}
.smallheader {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none
}
.smallprint {
	font-size: 10px;
	font-family: Verdana;
}
.smallprintpad {
	font-size: 10px;
	font-family: Verdana;
	padding: 5px
}
.smallprint a, .smallprintpad a {
	text-decoration:none
}
.medprint {
	color: black;
	font-size: 11px;
}
.medprintpad {
	color: black;
	font-size: 11px;
	padding: 5px
}
.medprint a, .medprintpad a {
	text-decoration:none
}
.required {
	color: #518ab6;
	text-decoration: none
}
.subnavtextlayer {
	color: #666;
	font-size: 11px;
	font-family: Verdana;
	padding: 2px
}
a.subnavtextlayer {
	color: #666;
	text-decoration: none
}
a.subnavtextlayer:hover {
	color: #000
}
.subnavtextlayer2 {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	padding: 2px;
	margin-right: 60px
}
a.subnavtextlayer2 {
	color: #666;
	text-decoration: none;
}
a.subnavtextlayer2:hover {
	color: #000
}
/* Buttons and Tabs */
p.tabon, p.taboff, p.subtabon, p.subtaboff {
	margin:0;
}
.biglutton {
	font-size: 11px;
	font-family: Verdana;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	text-decoration: none;
	color: #000000;
	white-space:nowrap
}
a.biglutton:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
.lutton {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #dddddd;
	text-decoration: none;
	color: #000000;
	white-space:nowrap
}
.greylutton {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000000;
	white-space:nowrap
}
a.greylutton:hover {
	background-color:#CCCCCC;
}
.inactivelutton {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #dddddd;
	white-space:nowrap;
	background-color: #efefef;
}
.luttonform {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000000;
}
.tablutton {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
}
a.tablutton:hover {
	background-color: #EFEFEF;
}
.helplutton {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
}
a.helplutton:hover {
	background-color: #ffffff;
}
.tabon,.taboff {
	padding-bottom:5px;
}
.tabon {
	font-weight: bold;
	font-size: 14px;
	float: none;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	white-space: nowrap
}
.taboff {
	color: black;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	border: solid 1px #cccccc;
	white-space: nowrap;
	z-index: 1000;
}
.subtabon {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc
}
.subtaboff {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #cccccc;
	text-decoration:none
}
.subsubtabon {
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	/*border-right: 1px solid #cccccc;*/
	border-top: 1px solid #cccccc
}
.subsubtaboff {
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;/*border-right: 1px solid #cccccc;*/
}
a.subsubtaboff:hover {
	color: #999999;
}
a.noline {
	color: #000000;
	text-decoration: none
}
a.noline:hover {
	color: #696969;
}
.checkbox {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #000000;
	white-space:nowrap
}
.proofcheck {
	border-color: #b3d968;
	background-color:#d1e89f;
}
.errorcheck {
	border-color: #f5b85d;
	background-color: #fef6e7;
}
.rvbordercolor {
	border-color: #ffffff
}
.headsublutton {
	color: #666;
	font-size: 11px;
	font-family: Verdana;
	padding-left: .5px;
	padding-right: .5px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
}
.input {
	font-size: 10px;
	border: solid 1px #aaa
}
.clickerBar {
	text-align: center;
	padding:2px;
	border: 1px solid #CCC;
	background-color: #ddd;
}
.clickerLutton {
	background-color:#EFEFEF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	margin-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	cursor: pointer;
	color: #000000;
}
#add_icon {
	background:transparent url(/images/icons/addone.subnav.gif) 0px 4px no-repeat;
	padding-left:8px;
	width:6px;
	height:12px;
}
#save_icon {
	background:transparent url(/images/icons/copy.subnav.gif) 0px 0px no-repeat;
	padding-left:16px;
	width:14px;
	height:12px;
}
#imp_icon {
	background:transparent url(/images/icons/import.subnav.gif) 0px 4px no-repeat;
	padding-left:14px;
	width:12px;
	height:11px;
}
#rsp_publish {
	background-position: 2px 3px;
	background-repeat:no-repeat;
	background-image:url(/images/icons/pubcmp.icon.gif);
	padding-left:26px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:4px;
	display:block;
}
#rsp_compare {
	background-position: 2px 3px;
	background-repeat:no-repeat;
	background-image:url(/images/icons/cmpcompare.icon.gif);
	padding-left:26px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:4px;
	display:block;
}
.betabox {
	margin-top: 5px;
	text-align: left;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background-color: #efefef;
	padding: 5px;
}
#hentry {
	border-bottom: dashed 1px #CCC;
	margin-top: 5px;
}
.updated {
	display: none;
}
.author {
	display: none;
}
.entry-title {
	font-weight: bold;
}
.item_close {
	text-align: right;
}