
.dottedBorder {
	border: thin dotted;
	border-color: #000000;
}

.dashedBorder {
	border: thin dashed;
	border-color: #000000;
}
 
/*
	Main styles for admin tool
*/

A {
	text-decoration: none;
	color: #000000;
}

PRE {
	margin: 0;
	font-family:arial;
}

.genericTable {
	padding: 0;
	margin: 0;
	border: 0;
}

.sliderBorder {
	background-color: #666666;
}

.slider {
	background-color: #CCCCCC;
}

.title {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.lightTitle {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.title B {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.pagesText {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;	
}

.pagesText STRONG {
	font-size: 12px;
}

.header {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.darkHeader, .darkHeader A {
	background-color: #333333;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	color: #FFFFFF;
}

.darkHeader TD {
	padding-left: 4px;
	padding-right: 4px;
	text-transform: capitalize;
}

.label {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.info {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.info .label {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

.info TD {
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

.info A {
	text-decoration: underline;
}

.link {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}


.columnHeader {
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;	
	color: #000000;
}

.columnHeaderSelected {
	background-color: #666666;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;	
	color: #FFFFFF;
}

.columnHeader TD {
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	text-transform: capitalize;
}

.columnHeaderNarrow {
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;	
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	text-transform: capitalize;
}

.cell {
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.dataCell {
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	text-align: left;	
	color: #000000;
}

.dataTableRowSelected .dataCell {
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
}

.dataTableRowSelected .dataCell A {
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
}

.dataCellAlt {
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	text-align: left;	
	color: #888888;
}

.dataCellAlt A {
	text-decoration: none;
}

.dataTableRow {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
	cursor: pointer;
}

.dataTableRowAlt {
	background-color: #EEEEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
	cursor: pointer;
}

.dataTableRowNopointer {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.dataTableRowAltNopointer {
	background-color: #EEEEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.tableRow {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.tableRowAlt {
	background-color: #EEEEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.dataTableRowSelected {
	background-color: #666666;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.dataCell .alert {
	padding-left: 4px;
	padding-right: 4px;
	font-style: italic;
	font-size: 12px;
	color: #333333;
}

.field {
	border: 1px solid #666666;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.disabled {
	background-color: #eeeeee;
}

.alert {
	font-style: italic;
	font-size: 12px;
	color: #333333;
}

.footer {
	font-family: arial;
	font-size: 10px;
}


.lightBackgroundRow {
	background-color: #EEEEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.rightgreyborder {
	border-right: 1px solid #666666;
}

/*
	Action button styles for admin tool
*/

.actionText {
	padding: 3px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.actionField {
	border: 1px solid #666666;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

.actionUnselected {
	border: 1px solid #666666;
	padding: 3px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	cursor: pointer;
}

/*
	Tab styles for admin tool
*/

.tabText {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
}

.tabSmallText {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.tabUnselectedBegin {
	border-left: 1px solid #5F5F5F;
	border-top: 1px solid #5F5F5F;
	background-image: url('/images/admin/newadm_tab_unselected_back.gif');
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	cursor: pointer;	
}

.tabUnselectedToUnselected {
	background-image: url('/images/admin/newadm_tab_unselected_to_unselected_back.gif');
	background-repeat: repeat-y;
	background-position: left bottom;	
}

.tabUnselected {
	border-top: 1px solid #5F5F5F;
	background-image: url('/images/admin/newadm_tab_unselected_back.gif');
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	cursor: pointer;	
}

.tabUnselectedEnd {
	background-image: url('/images/admin/newadm_tab_unselected_back_end.gif');
	background-repeat: repeat-y;
	background-position: left bottom;	
}

/*
	Nav styles for admin tool
*/

.navDividerColor {
	background-color: #000000;
}

.navBackground {
	background-image: url('/images/admin/newadm_nav_back.gif');
	background-repeat: repeat;
	background-position: left top;	
}

.navBordered {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.navUnselected {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;
}

.navText {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
}

.subNavUnselected {
	border-right: 1px solid #B0B0B0;
	padding-right: 10px;
}

.subNavText {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
}

/*
	Folder list styles for admin tool
*/

.rightBorder {
	border-right: 1px solid #333333;
}

.leftBorder {
	border-left: 1px solid #333333;
}

.topBorder {
	border-top: 1px solid #333333;
}

.bottomBorder {
	border-bottom: 1px solid #333333;
}

.border {
	border: 1px solid #333333;
}

.rightLightBorder {
	border-right: 1px solid #B0B0B0;
}

.leftLightBorder {
	border-left: 1px solid #B0B0B0;
}

.topLightBorder {
	border-top: 1px solid #B0B0B0;
}

.bottomLightBorder {
	border-bottom: 1px solid #B0B0B0;
}

.lightBorder {
	border: 1px solid #B0B0B0;
}

.border {
	border: 1px solid #333333;
}

.folderListNav {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial;
	font-size: 11px;	
}

.emailPreview {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC; 
	padding: 5px;	
}

.folderListText {
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial;
	font-size: 10px;
}

/*
	Report styles for admin tool
*/

.reportTitle {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

.reportColumnHeader, .reportColumnHeader A {
	background-color: #333333;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;	
	color: #FFFFFF;
}

.reportColumnHeader TD {
	padding-left: 4px;
	padding-right: 4px;
	text-transform: capitalize;
}

.reportRow {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.reportRowAlt {
	background-color: #EEEEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	text-align: left;	
}

.reportCell {
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.reportCellAlt {
	background-color: #EEEEEC;
	padding-left: 4px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.plannerLegend {
	font-family: arial; 
	font-weight: bold; 
	font-size: 11px; 
	color: #666666;
}

.tabSelectedEnd {
	background-image: url('/images/admin/tab_sel_back_end.gif');
	background-repeat: repeat-y;
	background-position: left bottom;
	border-bottom: 1px solid #666666;
}

.tabToUnselected {
	background-image: url('/images/admin/tab_sel_to_unsel_back.gif');
	background-repeat: repeat-y;
	background-position: left bottom;
	border-bottom: 1px solid #666666;
}

.tabUnselectedTo {
	background-image: url('/images/admin/tab_unsel_to_sel_back.gif');
	background-repeat: repeat-y;
	background-position: left bottom;
	border-bottom: 1px solid #666666;
}

.treeCell {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

.treeCellDisabled {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

.treeCellSelected {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #000000;
}

.whiteBorder {
	border: 1px solid #FFFFFF;
}
.leftWhiteBorder {
	border-left: 1px solid #FFFFFF;
}
.rightWhiteBorder {
	border-right: 1px solid #FFFFFF;
}

.divColumnHeader {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}

.printableMainHeader {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
.printableSubHeader {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
.printableSectionHeader {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
.printableColumnHeader {
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
}
.printableCell {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.printableInfo {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
}
.printableLabel {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
}

.clickstreamTreeNameCell {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	background-color: #CCCCCC;
	font-family: arial; 
	font-size: 11px; 
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;	
}
.clickstreamTreeHitsCell {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	background-color: #CCCCCC;
	font-family: arial; 
	font-size: 10px; 
	color: #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;	
}
.clickstreamTreePercentCell {
	text-align: center; 
	vertical-align: middle; 
	background-color: #EEEEEC;
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.clickstreamTreeExitPercentCell {
	text-align: center; 
	vertical-align: middle; 
	background-color: #F5BBA9;
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.clickstreamTreeRefererPercentCell {
	text-align: center; 
	vertical-align: middle; 
	background-color: #FFE400;
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.clickstreamLegendDataCell {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;	
	text-align: left;
	background-color: #EEEEEC;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.clickstreamSessionStatBorderTable {
	//background-color: #FFE400;
	background-color: #666666;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	opacity: 0.1;
}

