* { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #363636;
	background-color: #f0f0f0;
	text-align: center;
	font: normal 12px verdana, arial, helvetica, sans-serif;
}

/* ----- LOGIN ----- */
#logincontainer {
	width: 500px;
	margin: 0 auto;
	min-width: inherit;
	padding: 0px 20px 10px 20px;
	text-align: left;
}
#loginbox {
	padding: 25px 15px 0 22px;
	margin-right: 9px;
	background-color: #fff;
	height: auto;
	line-height: 14px;
	padding-bottom: 50px;
	border: 1px solid #ccc;
}
#loginadditional {
	width: 440px;
	margin: 100px auto 0 auto;
}
#loginadditional h1 {	
	margin: 0 75px 15px 75px;
}

/* ----- PAGE STRUCTURE ----- */

#container {
	margin: 0 auto;
	text-align: center;
	width: 98%;
	min-width: 730px;
	max-width: 1250px;
	border: 1px solid #ccc;
}
#primaryContent {
	padding: 20px 0 40px 0;
	width: 100%;
	text-align: left;
	float: left;
	background-color: #fff;
}
#footer {
	padding: 5px 0 0 15px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}

/* ----- Tabs ----- */
#Tabs {
	margin: 0 0 0 20px;
	height: 22px;
	padding: 0;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
	background-color: #eee;
}

#Tabs ul#MainTabs {
margin: 0 1px;
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #333;
}
#Tabs a:link, #Tabs a:visited {
    background-color: #ddd;
    color: #666;
    border: 0px solid #666;
    border-bottom: 1px solid #eee;
  }
#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0 2px 0 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	/* background: #e5e5e5 url(/images/tab-bg.gif) top repeat-x;
	*/
	border-bottom: 1px solid #fff;  
	background-color: #fff;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px 0 0;
}


#utilityNavs {
	float: right;
	font-size: 11px;
	padding: 10px 20px;
	color: #6588bb;
}
#utilityNavs a {
	color: #FFFE82
}
#utilityNavs .navPipe {
	color: #FFF;
	padding: 0 7px;
}

#switchClient {
	float: right;
	font-size: 11px;
	padding: 10px 20px;
	color: #fff;
}
#switchClient a {
	color: #fff;
}
#sampleColor {
	float: left;
	width: 27px;
	height: 27px;
	background: #144282;
	margin: 3px 10px 10px 0;
}

/* ----- General ----- */

a:link, a:visited, a:hover, a:active {
	color: #ed2f21;
}
tr.skinAltRow,div.skinAltRow,li.skinAltRow {
	background-color: #f5fbff;
}
.smallicon {
	padding: 0px 10px;
}
#formBG h3 {
	color: #0065a3;
}

.col {
	padding: 0 20px;
	text-align: left;
}
.left {
	text-align: left;
	float: left;
	width: 73%;
}
* html .left {
	width: 73%;
	w\idth: 73%;
}
.leftReport {
	text-align: left;
	width: 55%;
	float: left;
}
.left .col, .leftReport col {
	padding: 0 20px 0 20px;
}
.right {
	text-align: left;
	float: left;
	width: 23%;
}
.rightReport {
	text-align: left;
	float: left;
	width: 43%;
}
.right .col {
	width: 100%;
	padding: 0 10px;
}
.right .dividerCol {
	min-width: 200px;
	padding: 0 10px 0 20px;
	border-left: 1px dotted #ccc;
}
.right .col-highlight {
	padding: 10px 15px 15px 15px;
	margin-right: 9px;
	background-color: #f3f3f3;
	height: auto;
	line-height: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.right .col-highlight .formContainer {
	background: none;
	padding: 6px 8px;
}
.right .dividerCol .formContainer {
	background: #fff;
}
.right .col-highlight .formContainer label {
	width: 90px;
}
.right .col-highlight ul {
	/* list-style: url(../images/icon_check.gif) */
	list-style-type: square;
}
.leftFixed {
	width: 265px;
	float: left;
}
* html .leftFixed {
	width: 200px;
	w\idth: 265px;
}
.leftFixed .col {
	padding: 0;
}
.rightFluid {
	margin-left: 268px;
}
.left50 {
	width: 53%;
	float: left;
}
.left50 .col {
	padding: 0 15px 0 20px;
}
.left50 .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.left50 .colDivider {
	min-width: 180px;
	margin-right: 20px;
	padding-left: 20px;
	border-right: 1px dotted #ccc;
}
.right50 {
	text-align: left;
	float: left;
	width: 47%;
}
.right50 .col {
	padding: 0 20px 0 10px;
}
.right50 .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
	min-width: 200px;
}
.right50 .colLine p {
	color: #666;
	font-size: 11px;
}
.leftSubs {
	width: 55%;
	float: left;
}
* html .leftSubs {
	width: 30%;
	w\idth: 55%;
}
.leftSubs .col {
	padding: 0 20px;
}
.leftSubs .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.leftSubs .colLine p {
	font-size: 11px;
}
.rightSubs {
	text-align: left;
	float: left;
	width: 43%;
}
* html .rightSubs {
	width: 30%;
	w\idth: 43%;
}
.rightSubs .col {
	padding: 0 10px;
}
.rightSubs .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
}
.rightSubs .colLine p {
	color: #666;
	font-size: 11px;
}
.leftExplanation {
	width: 55%;
	float: left;
}
.leftExplanation .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.rightExplanation {
	text-align: left;
	float: left;
	width: 43%;
}
.rightExplanation .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
	min-width: 200px;
}
.clearIt {
    clear:both;
    height:1px;
	overflow:hidden;
}
.clearMyHead {
    clear:both;
    height:1px;
	overflow:hidden;
	background: #fff;
	width: 100%;
}
.gallery {
	float: left;
	margin: 6px;
	width: 40px;
	text-align: center;
}
.gallery input {
	clear: both;
}
.gallery img {
	padding-bottom: 2px;
	clear: both;
}
span.light {
	font-size: 11px;
	color: #959595;
}
.smallGraph {
	padding-top: 8px;
}
.smallGraph p {
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
}
table#myChart td, table#chart td {
	border: 0;
	margin: 0;
	padding: 0;
}
#addOn, #addOff {
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}
#removeOn, #removeOff {
	padding-top: 5px;
}
#subscriberDisplay {
	float: left;
	margin: 0 20px 10px 0;
}
#subscriberSearch {
	float: left;
	margin: 0 0 10px 0;
}
#pageCount {
	margin: 20px 0 10px 0;
	float: left;
	font-size: 10px;
	color: #666;
}
#pagingNavs {
	margin: 20px 0 10px 0;
	float: right;
	font-size: 10px;
}
.rightContent {
	float: right;
	text-align: right;
	padding-top: 15px;
}
#campaignProgress {
	width: 408px;
	height: 15px;
	float: right;
}
#largeGraph {
	text-align: center;
	padding: 0 0 5px 0;
}
#largeGraph table {
	text-align: center;
}
#graph {
	margin: 0 0 15px 0;
}
#graphLegend {
	text-align: center;
	padding: 0 0 15px 0;
}
.quickStats {
	margin: 0 0 30px 0;
}
.quickStatLeft {
	background: url("images/bg_left_bottom.gif") no-repeat bottom left;
	border: none;
	padding: 0;
	text-align: center;
}
.quickStatRight {
	background: url("images/bg_right_bottom.gif") no-repeat bottom right;
	border: none;
	padding: 0;
}
.statIcon {
	vertical-align: middle;
	padding: 0 0 5px 0;
}
#credits {
	background: url("images/credits.gif") repeat-x;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	padding: 10px 16px;
	margin: 10px 0;
}
#editMode {
	background: #DFF7FF url(../images/icon_alert-vlarge.gif) no-repeat 6px 8px;
	padding: 10px 10px 0px 50px;
	border-top: 1px solid #ffe2af;
	border-bottom: 1px solid #ffe2af;
	margin-bottom: 15px;
}
#editMode p { font: normal 20px arial, verdana, sans-serif; }
#editMode p span{ font: normal 11px verdana, sans-serif; }
#bigAlert,#bigSuccess,#bigCaution {
	background: #dff5ff url(../images/icon_mapleleaf.gif) no-repeat 12px 20px;
	padding: 0 10px 0 60px;
	border-top: 1px solid #ed2f21;
	border-bottom: 1px solid #ed2f21;
	margin-bottom: 15px;
}
#bigSuccess {
	background: #F3F4E0 url(../images/icon_success_large.gif) no-repeat 12px 10px;
}
#bigCaution {
	background: #F9F8C8 url(../images/icon_alert_large.gif) no-repeat 12px 10px;
}
.pagingDivider {
	margin: 30px 0 0 0;
	border-top: 1px solid #ececec;
}
#header {
	background: #61cdfe repeat-x;
	font-size:12px;
	line-height:normal;
	text-align: left;
}
#header h1 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	font-family: tahoma,arial;
	padding: 20px 0 25px 20px;	
	text-shadow: #004375 0px 0px 4px;
	line-height: 16px;
}
#header h1 span {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 0 15px;
}
#header h1 a {
	color: #a8f269;
	text-decoration: none;
	float:none;
	background:none;
}

#header h1 img {
	vertical-align: middle;
}


/* ----- REGISTRATION FORM BUILDER ----- */

.rfb { 
	width: 98%;
	padding: 5px;
	background-color: 	#eee;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	min-height: 260px;
}
.rfb-list { 
	list-style: none; 
	margin-left: 0px;
	padding-left: 0px;
}
div.rfb-leftbox {
	float: left;
	width: 220px;
	padding: 5px;
	margin: 10px 0 6px 0;
	border: 0px dashed green;
	
}

.rfb textarea {
	width: 200px;
	height: 35px;
	padding: 3px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: 	#fff;
}
div.rfb-rightbox {
	width: 350px;
	margin: 10px 0 6px 240px;
	padding: 10px 5px 5px 10px;
	border-left: 1px dashed #ccc;

}

.rfb input { 
	width: 200px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	/* border: 1px dashed #999; */
}
.rfb input.inputreadonly { 
	width: 80px;
	margin: 0px 0px 2px 0px;
	background-color: 	#ddd;
	
}

.rfb2 { 
	width: 98%;
	padding: 5px;
	background-color: 	#eee;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	min-height: 350px;
}
.rfb2-list { 
	list-style: none; 
	margin-left: 0px;
	padding-left: 0px;
}
div.rfb2-leftbox {
	float: left;
	width: 220px;
	padding: 5px;
	margin: 10px 0 6px 0;
	border: 0px dashed green;
	
}

.rfb2 textarea {
	width: 200px;
	height: 35px;
	padding: 3px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: 	#fff;
}
div.rfb2-rightbox {
	width: 450px;
	margin: 10px 0 6px 240px;
	padding: 10px 5px 5px 10px;
	border-left: 1px dashed #ccc;

}

.rfb2 input { 
	width: 200px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	/* border: 1px dashed #999; */
}
.rfb2 input.inputreadonly { 
	width: 80px;
	margin: 0px 0px 2px 0px;
	background-color: 	#ddd;
	
}


/*
input.short { 
	width: 120px;
}
input.button { 
	border: 1px solid #ef2f24;
	font: bold 12px verdana;
	color: #666;
	background-color: 	#efefef;
}
select { 
	font: normal 11px arial, helvetica, sans-serif;
	background-color: 	#fff;
	vertical-align: middle;

}
select option {
	padding: 2px 4px 0px 2px;
}
textarea {
	width: 90%;
	height: 120px;
	padding: 5px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: 	#fff;
}

form dt {
	clear: both;
  	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	border: 0px solid green;
}
form dt.required {font-weight: bold;}



form dd {
  	margin: 8px 0 8px 153px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	border: 0px solid red;
}
div.surveyquestion {
	margin-bottom: 15px;

}
div.surveyquestion textarea{
	height: 50px;

}
dd span {
	font-size: 11px;
	color: #999;
}
*/

/* ----- GENERAL TEXT TREATMENT ----- */

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
p.topPad {
	padding-top: 5px;
}
p.extraTopPad {
	padding-top: 20px;
}
p.bottomPad {
	padding-bottom: 8px;
}
p.medium {
	font-size: 12px;
}
p.listid {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
	margin: 0;
}
.highlight {
	color: #869518;
	font-weight: bold;
}
.col-highlight p {
	font-size: 11px;
	color: #565656;
	line-height: 15px;
}
.right .dividerCol p {
	font-size: 11px;
}
.colLine p {
	line-height: 16px;
}
.left50 p, .left50 label, .right50 p {
	font-size: 11px;
}
h1 {
	padding: 10px 0 14px 0;
	border-bottom: 0;
	margin: 0;
	color: #0E2D7D;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
h1 span, h2 span, h3 span {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #737E9A;
	padding-left: 6px;
}
#navigation h1 {
	padding: 5px 0 15px 15px;
	font-size: 18px;
}
h1.confirmation {
	background:url("images/icon_tick.gif") no-repeat top left;
	padding: 7px 0 10px 40px;
	margin: 10px 0;
}
h1.tableHead {
	padding: 16px 0 6px 0;
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
}
h1.tableHeadNoBorder {
	padding: 16px 0 6px 0;
	border-bottom: 0px solid #ccc;
	margin-bottom: 0px;
}
h1.extraPad {
	padding: 30px 0 14px 0;
}
h2 {
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 16px;
	padding: 0;
}
h2.withLine {
	color: #666;
	font-size: 14px;
	margin-bottom: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
h2.tick {
	margin-top: 5px;
	padding: 2px 0px 10px 0;
	color: #009754;
}
h2.cross {
	margin-top: 5px;
	padding: 2px 0px 10px 0;
	color: #d51717;
}
h3 {
	font: bold 11px arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0 10px 0;
}
h3.afterList {
	margin: 15px 0 8px 0;
}
h3.snapshot {
	margin: 25px 0 10px 0;
}
h3.dateRange {
	margin: 15px 0 5px 0;
}
h3.dateRangeCenter {
	margin: 15px 0 5px 0;
	text-align: center;
}
#help h3 {	
	font: bold 15px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
#help h4 {
	margin: 15px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
#help p {
	margin-bottom: 12px;
}
#help li {
	font-size: 12px;
}
#help ol, #help ul {
	margin-bottom: 15px;
}
code {
	font-family: "Courier New", courier, monospace;
}
#help pre {
	background: #ededed;
	padding: 5px;
	margin-bottom: 10px;
	color: #c61010;
}
#help pre span {
	color: #000;
}
.left50 h3 {
	margin-bottom: 3px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.right .dividerCol h3 {
	padding-top: 10px;
}
p.bread {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
span.breadArrow {
	margin: 0 6px;
	background:url("images/icon_breadArrow.gif") no-repeat left top;
}
span.breadArrowBack {
	margin: 0 6px;
	background:url("images/icon_breadArrowBack.gif") no-repeat left top;
}
span.listID {
	float: right;
}
span.updating {
	background:url("images/icon_loading.gif") no-repeat 10px top;
	padding: 2px 0 2px 30px;
	font-size: 11px;
	color: #999;
}

/* p.dashboardbox{min-height:94px;} */

p.dashboardbox,p.dashboardboxsmall {
	font-size: 12px; 
	line-height: 24px;
	background-color: #efefef; 
	border: #999 1px dashed; 
	padding: 10px;
	text-align: center;
	margin-right: 10px;
}
p.dashboardbox span {
	font-size: 24px; 
}
p.dashboardboxsmall span {
	font-size: 16px; 
}
p.emphasis {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
p.notPretty, span.notPretty  {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 1px;
}
p.shrink, a.shrink  {
	font-size: 11px;
	font-weight: normal;
}
p.helpImage {
	text-align: center;
	padding: 0;
	margin: 15px 0 0 0;
}
p.caption {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
p.light  {
	font-size: 11px;
	line-height: 14px;
}
p.rightSide {
	margin: 0;
	padding: 0;
	float: right
}
p.category {
	font-size: 11px;
	padding: 0 0 10px 0;
	margin-top: -5px;
}
.quickStatLeft h1 {
	font-size: 26px;
	color: 000;
	padding: 3px 0 5px 12px;
}
.quickStatLeft h1 a, .quickStatLeft h1 a:link, .quickStatLeft h1 a:hover, .quickStatLeft h1 a:visited {
	color: 000;
	text-decoration: none;
}
.quickStatLeft h2 {
	font-size: 16px;
	padding: 0 0 0 15px;
	color: #c0c0c0;
	font-weight: normal;
}
.quickStatLeft p {
	font-size: 11px;
	padding: 0 10px 15px 22px;
	line-height: 14px;
}
#graphLegend p {
	font-size: 11px;
}
#graphLegend p span {
	padding: 0 4px 2px 10px;
}
#graphLegend p img {
	vertical-align: middle;
}
#credits h1 {
	float: left;
	font-size: 26px;
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	line-height: 16px;
}
#credits p {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding-top: 4px;
}
#bigAlert h1 {
	font-size: 14px;
	padding: 12px 0 0 0;
	margin-bottom: 0;
	line-height: 17px;	
}
#bigWelcome h1 {
	font-size: 16px;
	padding: 15px 0 3px 0;
	margin-bottom: 0;
	line-height: 17px;	
}
#bigAlert p {
	font-size: 11px;
	padding: 2px 0 15px 0;
	margin: 0;
	line-height: 14px;
}
#bigWelcome p {
	font-size: 11px;
	padding: 5px 0 15px 0;
	margin: 0;
	line-height: 14px;
}
.redText {
	color: #ce1a1a;
}

/* ----- LINKS ----- */

a {
	text-decoration: underline;
	padding: 1px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
#utilityNavs a.on {
	font-weight: bold;
}
#footer a {
	color: #a6a6a6;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
#footer a:hover {
	border-bottom: 0;
}
td.actionCell a.delete, .templateWrapper p a.delete, p.light a.delete {
	color: #c93232;
}
table.basicData a.delete {
	color: #c93232;
}
a.snapshotLink, a.snapshotLink:link, a.snapshotLink:active, a.snapshotLink:hover, a.snapshotLink:visited {
	color: #000;
}


/* ----- FORMS ----- */
fieldset {
	padding: 			10px;
	margin: 			0px 0px 6px 0px;
	background-color: 	#f1f1f1;
	border: 			1px solid #ccc;
}
fieldset legend {
	font-weight: 		bold;
	margin: 			0px 0 0 0;
	padding: 			10px 5px 10px 5px;
	color: 				#333;
	border: 		1px solid #999;
	background-color: 	#ddd;
	/*
	*/
}

label {
	font: 				11px arial, sans-serif; 
	line-height: 		12px;
	width: 				150px; 
	float: 				left;
	font-weight: 		bold;
	margin: 			3px 5px 0px 0px;
	clear: 				both;
	border: 			0px solid orange;
}
form label.wide {width: 300px;}
form label.nomargin {margin-top: 0px;}


input { 
	padding: 2px;
	border: 1px solid #ccc;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: 	#fff;
}
input.stretch { 
	width: 95%;
}
input.short { 
	width: 120px;
}
input.checkbox { 
	width: 20px;
	border: 0px solid #fff;
	background-color: transparent;
}
input.button { 
	border: 1px solid #ef2f24;
	font: bold 12px verdana;
	color: #666;
	background-color: 	#efefef;
}
select { 
	font: normal 11px arial, helvetica, sans-serif;
	background-color: 	#fff;
	vertical-align: middle;

}
select option {
	padding: 2px 4px 0px 2px;
}
textarea {
	width: 90%;
	height: 120px;
	padding: 5px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: 	#fff;
}

form dt {
	clear: both;
  	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	border: 0px solid green;
}
form dt.required {font-weight: bold;}



form dd {
  	margin: 8px 0 8px 153px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	border: 0px solid red;
}
div.surveyquestion {
	margin-bottom: 15px;

}
div.surveyquestion textarea{
	height: 50px;

}
dd span {
	font-size: 11px;
	color: #999;
}
#emptyformBG {
	margin: 5px 0 10px 0;
}
.emptyformContainer {
	margin: 5px 15px 15px 15px;
	background: #e4e4e4;
	padding: 3px;
}
.formContainer {
	margin: 5px 0 15px 0;
	background: #e4e4e4;
	padding: 3px;
	line-height: 1.2;
}
#stats {
	margin: 5px 0 5px 0;
}
.formContainer label {
	width: 100px;
	float: left;
	font-size: 11px;
	padding: 4px 0 0 0;
}
.formContainer label.wide, .lastFormContainer label.wide {
	width: 150px;
}
.formContainer label.thin, .lastFormContainer label.thin {
	width: 50px;
}
.formContainer div.clearfix {
	padding: 2px;
}
.formContainer div.buttonLine {
	margin-top: 10px;
	padding: 3px 0;
	border-top: 1px solid #ececec;
}
.formContainer .inlineFormHelp {
	float: right;
	font-size: 11px;
	padding: 5px;
	text-align: right;
}
.radioContainer {
	margin: 15px 0 10px 0;
	padding: 3px;
}
.radioContainer input {
	float: left;
	margin-right: 8px;
}
.radioContainer label {
	float: left;
	padding: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}
.radioContainerSmall {
	margin: 5px 0 10px 0;
	padding: 5px;
	background: #e4e4e4;
}
.radioContainerSmall input {
	margin-right: 8px;
	margin-top: 2px;
}
.radioContainerSmall label {
	padding: 0 0 4px 0;
	font-size: 11px;
}
.radioContainerSmall img {
	margin-top: -2px;
}
.radioContainer p {
	font-size: 11px;
	font-weight: normal;
	clear: left;
}
.quickAddSubscriber {
	margin: 0 0 3px 0;
	float: left;
	padding: 0 5px 0 0;
}
.quickAddSubscriber label {
	clear: right;
	font-size: 11px;
}
.quickAddSubscriber input {
	width: 175px;
	min-width: 110px;
}
.midRed {
	margin: 0 0 3px 0;
	float: left;
	padding: 0 5px 0 0;
}
.midRed label {
	color: #c00;
	clear: right;
	font-size: 11px;
}
.midRed input {
	border: 1px solid #c00;
	width: 170px;
	min-width: 110px;
	padding: 3px;
}
.rightButton {
	float: right;
	margin-top: 10px;
}
.rightButtonSnap {
	float: right;
	margin-top: -2px;
}
.leftButton {
	float: left;
	margin-top: 10px;
}
.leftButtonPad {
	float: left;
	padding-right: 8px;
	margin-top: 10px;
}
.rightPreview {
	float: right;
	padding-right: 10px;
}
.elementCol {
	vertical-align: middle;
}
.inlineButton {
	vertical-align: middle;
	padding-bottom: 4px;
}
.buttonOnWhite {
	margin: 10px 0 0 12px;
}
#formBGTab {
	margin-left: 10px;
}
.radioDescription {
	padding: 0 0 0 20px;
}
.radioDescription p {
	font-size: 11px;
}
.goButton {
	vertical-align: middle;
	padding: 0 10px 0 5px;
	margin-top: -3px;
}
.blankSlate {
	position: relative;
	z-index: 100;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
.blankSample {
	position: absolute;
	left: 20%;
	background: url("images/sample.gif") no-repeat;
	width: 330px;
	height: 130px;
	top: 50px;
}
.firstTime {
	border-top: 1px solid #ececec;
	margin-top: 15px;
	padding-top: 15px;
}
.textOnlyOutline { background: url(/images/textEntryGuide.gif) no-repeat; border: 1px solid #7F9DB9; }

/* ----- LISTS ----- */

ul {
	margin: 5px 0;
}
ol {
	margin: 5px 0 5px 0;
}
ol li {
	padding: 3px 0;
	font-size: 11px;
}
ol.templateErrors {
	margin-bottom: 15px;
}
ol.templateErrors li {
	font-size: 12px;
}
li {
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0 2px 2px;
	margin-left: 25px;
}
li img {
	padding-right: 3px;
}
ul.tick, ul.cross {
	margin-bottom: 15px;
}
ul.tickPad {
	margin: 10px 0 15px 15px;
}
ul.tick li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("images/icon_tick-small.gif") no-repeat left 2px;
}
ul.tickPad li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("images/icon_tick-small.gif") no-repeat left 2px;
	font-size: 12px;
	line-height: 15px;
}
ul.cross li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("images/icon_cross.gif") no-repeat 1px 3px;
}
ul.tick li.p {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("images/icon_tick-small.gif") no-repeat left 2px;
}
ul.cross li.p {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("images/icon_cross.gif") no-repeat 1px 3px;
}
dl.icon-menu  {
	margin-top: 15px;
}
dl.icon-menu dt {
	float: left;
	width: 25px;
	height: 40px;
}
dl.icon-menu dd {
	margin-left: 25px;
	font-size: 11px;
	padding-bottom: 3px;
	color: #565656;
}
dl.icon-menu dd a {
	font-size: 12px;
	font-weight: bold;
}
dl.icon-menu dd a.small {
	font-size: 11px;
	font-weight: normal;
}
dl.icon-menu dd.last {
	margin-bottom: 8px;
}

/* ----- TABLES ----- */

td {
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
	border-bottom: 1px solid #ececec;
}
th {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	color: #055FB5;
}
table.noLine th, td.noLine {
	border: none;
}
table.fullWidth {
	width:100%;
}
table.partialWidth {
	width:100%;
}

th.sortableBG {
	background:#979797 url("images/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 8px 5px;
	color: #fff;
}
th.sortableBGSmall {
	background:#979797 url("images/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}
th.sortableBGCenter {
	background:#979797 url("images/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
}
th.sortableBG a, th.sortableBG a:link, th.sortableBG a:hover, th.sortableBG a:visited, th.sortableBGCenter a:link, th.sortableBGCenter a:hover, th.sortableBGCenter a:visited {
	color: #fff;
}
th.highlightBG {
	background:#e4e4e4 url("images/lightCellHeader.gif") repeat-x;
	border-bottom: 1px solid #bfbfbf;
	padding: 6px;
}
th.highlightBG span {
	font-size: 11px;
	font-weight: normal;
}
th.highlightBGRight {
	background:#e4e4e4 url("images/lightCellHeader.gif") repeat-x;
	text-align: right;
	font-size: 11px;
}
th.highlightBGCenter {
	background:#e4e4e4 url("images/lightCellHeader.gif") repeat-x;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
td.highlightBG {
	color: red;
}
tr.clickRow:hover {
	background-color: #ffd;
}
tr.clickRowOn {
	background-color: #ffd;
}
tr.clickRow {
	background-color: #fff;
}
tr.altRow {
	background-color: #f7f7f7;
}
tr.altRow:hover {
	background-color: #ffd;;
}
tr.skinAltRow:hover,div.skinAltRow:hover,li.skinAltRow:hover {
	background-color: #ffd;;
}
td.actionCell {
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}
td span {
	font-size: 11px;
}
td.centerCell {
	text-align: center;
}
td.rightCell {
	text-align: right;
	border: none;
}
td.rightCellBorder {
	text-align: right;
}
td.checkbox {
	width: 50px;
	text-align: center;
}
th.labelWidth {
	width: 100px;
}
.formContainer td, .formContainer th {
	border-bottom: 1px solid #d9d9d9;
}
.formContainer td.last, .formContainer th.last, .formContainer th#last1, .formContainer td#last2 {
	border: none;
}
table.noLine th.bigText {
	border-top: 1px solid #c5c5c5;
	font-size: 12px;
	text-align: right;
	padding: 6px;
}
table.noLine th.bigTextNoLine {
	font-size: 18px;
	text-align: right;
	padding: 6px;
}
table.noLine td.bigTextNoLine {
	border: none;
}
table.noLine td {
	border-top: 1px solid #c5c5c5;
	border-bottom: none;
}
table.endTable {
	margin: 0 0 20px 0;
}
table.searchForm td {
	padding: 3px;
	border: none;
}
table.searchForm td input {
	padding-top: 4px;
}
table.searchForm th {
	padding: 2px;
	border-bottom: 2px solid #dedede;
}
table.basicData {
	width: 100%;
}
table.basicData th {
	font-weight: bold;
	font-size: 11px;
	width: 200px;
}
table.basicData th.noLine, table.basicData td.noLine, table.basicData td.rightCell {
	border: none;
}

/* ----- ERRORS ----- */

div.errorMessage {
	border: 1px solid #dc5858;
	margin-bottom: 15px;
	padding: 8px 15px;
}
div.errorMessage p {
	margin: 10px 0 5px 0;
	font-size: 11px;
}
div.errorMessage li {
	margin-left: 12px;
	padding: 2px 0px 2px 10px;
	display: block;
	list-style-type: none;
	background:url("images/icon_breadArrow.gif") no-repeat 0 2px;
}
.clearfixError input, .clearfixError textarea {
	padding: 2px;
	border: 1px solid #c00;
	margin: 2px 0;
}
.clearfixError textarea.full {
	width: 90%;
}
.clearfixError img {
	border: none;
}
.clearfixError label {
	color: #c00;
	padding: 4px 0 0 2px;
}
h3.error {
	color: #fff;
	background: #c12f2f;
	margin: 0;
	padding: 5px 10px;
	font: bold 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
h3.alert {
	background:url("images/icon_alert-large.gif") no-repeat 0 2px;
	padding: 5px 0 5px 30px;
	line-height: 15px;
}

/* ----- FADING ALERTS ----- */

p#success {
	color: #156225;
	background:#e8faec url("images/fade-png.png") no-repeat top right;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
* html body p#success {
	background: #e8faec;
}
p#success span {
	background:url("images/icon_success-small.gif") no-repeat top left;
	line-height: 27px;
	padding: 7px 0 8px 32px;
}
*+html p#success span, * html p#success span {
	line-height: 28px;
	padding: 8px 0 8px 32px;
}
p#alert {
	background:#fff9d7 url("images/fade-png.png") no-repeat top right;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
* html body p#alert {
	background: #fff9d7;
}
p#alert span {
	background:url("images/icon_alert-fade.gif") no-repeat top left;
	line-height: 27px;
	padding: 7px 0 8px 32px;
}
*+html p#alert span, * html p#alert span {
	line-height: 28px;
	padding: 8px 0 8px 32px;
}
p#subalert {
	background:#fff9d7 url("images/icon_alert.gif") no-repeat 7px 3px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}
p#subsuccess {
	background:#e6ffeb url("images/icon_success-tick.gif") no-repeat 7px 4px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}
p#suberror {
	background:#fbe5e5 url("images/icon_cross.gif") no-repeat 8px 4px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}

.chkEvents td label
{
		display:inline;
		font-weight:normal;
		font-size: 12px;
		line-height: 24px;
		color: #666;		
		width:400px;	
		padding: 0px 0px 0px 5px;		
		float:none;
}

.chkEvents table td, .chkEvents table
{
	
		border: solid 1px black;
		
		
}


/*
font: 				11px arial, sans-serif; 
	line-height: 		12px;
	width: 				150px; 
	float: 				left;
	font-weight: 		bold;
	margin: 			3px 5px 0px 0px;
	clear: 				both;
	border: 			0px solid orange;

*/
