@import url('loopfx/legacy.css');

/*========================================================================================================
Colors for reference
----------------------------------------------------------------------------------------------------------

Hovering Yellow:            #fff3d1

========================================================================================================*/






/* HTML Elements 
========================================================================================================*/

	
body {
	background-color:#c1c1c1;
	background-image:url("../../Images/_site/main_background.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	}
	
a {
	color: #0c3d8d; /* skin */
	}
	
a:hover {
	/* color: #00225b;*/
	}
	
h5 a
{
    color: #000;
    text-decoration: none;
}

h5 a:hover
{
    text-decoration: underline;
}

	
/* Repeatable Elements 
========================================================================================================*/
.nobold { font-weight:normal !important; }
.nomargin { margin:0 !important;}
.nopadding { padding:0 !important; }
.noborder { border:0 !important; }
.nobackground { background-image:none !important; }
.nounderline { text-decoration:none; }
a.nolink, a.nolink:hover { text-decoration:none !important; cursor:text; }
ul.nobullets {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    }
ul.nobullets li{
    margin:0;
    }
    

.darkText { color:#222222; }
.grayText { color:#666666; }
.header {
	font-size:24px;
	font-weight:bold;
	}
a.tabLink { outline:0; }

.center, .text_center /*Need to phase out .center as selector name*/
{
    text-align: center;
}

.text_left
{
    text-align: left;
}

.text_right, .right
{
    text-align: right;
}

.text_justify
{
    text-align: justify;
}

.float_right
{
    float: right;
}

.float_left
{
    float: left;
}

.float_center
{
    margin-right: auto;
    margin-left: auto;
}

.clear_left
{
    clear: left;
}

.clear_right
{
    clear: right;
}

.clear_both 
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.large
{
    font-size: 125%;
}

.larger
{
    font-size: 150%;
}

.largest
{
    font-size: 200%;
}

.small
{
    font-size: 90%;
}

.tiny, .smallest
{
    font-size: 70%;
}

.small_caps
{
    font-variant: small-caps; 
    text-transform: lowercase;
}

.uppercase
{
    text-transform: uppercase;
}

div.positive, td.positive, .GridRowAlt td.positive
{
    background-color: #f2fff2;
    color: inherit;
}

div.negative, td.negative, .GridRowAlt td.negative
{
    background-color: #fcc;
    color: inherit;
}

input.negative
{
    color: #993333;
    font-weight: bold;
}


div.neutral, td.neutral, .GridRowAlt td.neutral
{
    background-color: #fffff2;
    color: inherit;
}

.greySlashBG
{
    background-image: url("../../Images/greySlash.png");
    background-repeat: no-repeat; 
}


/*  Following for use on elements that contain dynamic data which may break a layout.
    Intended to be reusable - extend using same naming; i.e. .max300, .max500 etc.
*/
.max150
{
    display: inline;
    float: left;
    max-width:150px;
    overflow: hidden;
}

.max200
{
    display: inline;
    float: left;
    max-width:200px;
    overflow: hidden;
}

.timeStamp
{
    font-family:Georgia,Serif;
    font-size:0.9em;
    font-style:italic;
}

.label_right
{
    font-weight: bold;
    text-align: right;
}

td.label_right
{
    padding-right: 10px;
}

div.loop_container {
	width:970px;
	margin:0 auto;
	}
	
div.GroupingBox {
	background-color:#dfe2e5;
	border:1px solid #b1b6bb;
	margin-bottom:1em;
	padding:10px;
	text-align:left;
	}
	
div.element_border, div.element_border_light {
	border:1px solid #ddd;
	padding:9px;
	margin-bottom:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	
div.element_border_light {
	background-color:#fafafa;
	}
	
.dataOutputTable {
	background-color:#fff;
	}
	
.dataOutputTable tr td {
/*	background-image:url("../../Images/_site/dataOutputTableRow.gif");
	background-repeat:repeat-x;
	background-position:bottom; */
	}
	
.dataOutputTable tr td span {
	padding:5px;
	line-height:2em;
	}


	
.content_separator_small{
	background-image:url("../../Images/_site/content_separator_small.png");
	background-repeat:no-repeat;
	background-position:left center;
	}
	
.go_back  {
    width:100px;
    height:32px;
    background-image:url("../../Images/_site/go_back.gif");
    }
.go_back a  {
    display:block;
    width:100%;
    height:100%;
    }
    
/* Pagination
----------------------------------*/
.pagination {
    height:24px;
    width:300px;
    margin:0 auto;
    }
.pagination div {
    float:left;
    color:#cccccc;
    }
.pagination strong {
    color:#fff;
    }
.pagination a {
    display:block;
    width;100%;
    height:100%;
    }
    
.paginationFirst a, .paginationPrev a, .paginationStatus, .paginationNext a, .paginationLast a {
	background-image:url("../../Images/_site/paginationSprite.png");
	height:24px;
    }
    
.paginationFirst a {
    background-position:0 -24px;
    width:32px;
    }
    /* hover state */
    .paginationFirst a:hover {
    background-position:0 -48px;
    }

.paginationPrev a {
    background-position:-32px -24px;
    width:28px;
    }
    /* hover state */
    .paginationPrev a:hover {
    background-position:-32px -48px;
    }

.paginationStatus {
    height:18px;
    padding:3px 0px;
    width:180px;
    }

.paginationNext a {
    background-position:-60px -24px;
    width:28px;
    }
    /* hover state */
    .paginationNext a:hover {
    background-position:-60px -48px;
    }

.paginationLast a {
    background-position:-88px -24px;
    width:32px;
    }
    /* hover state */
    .paginationLast a:hover {
    background-position:-88px -48px;
    }

/* Status Messages
----------------------------------*/
.errorMessage, .successMessage {
	margin-bottom:20px;
	padding:16px;
	border:1px solid;
	color:#000;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
.errorMessage a, .successMessage a {
	font-weight:bold;
	text-decoration:underline;
	}
	
.errorMessage a:hover, .successMessage a:hover {
	text-decoration:none;
	}
	
.errorMessage {
	border-color:#ff7f7f;
	background-color:#ffd3d3;
	}
	
.errorMessage h1,
.errorMessage h2,
.errorMessage h3,
.errorMessage h4,
.errorMessage h5,
.errorMessage h6,
.errorMessage a
	{
	color:#ba161c;
	}
	
.successMessage {
	border-color:#74cb80;
	background-color:#d9ecbf;
	}
	
.successMessage h1,
.successMessage h2,
.successMessage h3,
.successMessage h4,
.successMessage h5,
.successMessage h6,
.successMessage a
	{
	color:#29983d;
	}
	

/* Dashboard Styles */
.pieChartLegend, .pieChartLegend *
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pieChartLabel
{
    float: left;
}

.pieChartLegend label
{
    float: left;
    margin-right: 5px;
    width: 65px;
}

.keySquare
{
    border: 1px solid #000;
    float: left;
    height: 7px;
    line-height: 100%;
    margin: 4px;
    width: 7px;
}

.keyGreen .keySquare
{
    background-color: Green;
}

.keyBlue .keySquare
{
    background-color: Blue;
}

.keyYellow .keySquare
{
    background-color: Yellow;
}

.keyOrange .keySquare
{
    background-color: Orange;
}

.keyTotal
{
    border-top: 1px solid #999;
    font-size: 115%;
    font-weight: bold;
    margin-top: 3px;
    padding-top: 3px;
}

.keyTotal label
{
    margin-right: 25px;
    width: 50px;
}
#campaignResultsIncrementLinks
{
     position: absolute;
     right: 0;
     text-align: right;
     top: 5px;
     width: 150px;
}
#campaignResults
{
    float: left;
    margin: 0px auto 10px;
}

/* End Dashboard Styles */
	
	
/* Buttons in Unordered List (Home Page - Reports)
----------------------------------*/
ul.ul_buttons {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-top:6px;
	}
	
ul.ul_buttons li {
	margin:0 0 6px;
	padding:0;
	background-color:#ced0d1;
	background-image:url("../../Images/_site/button_ul_list.gif");
	background-repeat:repeat-x;
	text-align:center;
	border:1px solid #c9c9c9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:#f5f5f5 0 1px 0px;
	}
	
ul.ul_buttons li a {
	display:block;
	width:100%;
	height:100%;
	padding:6px 0;
	text-decoration:none;
	}
	
.ul_buttons_title {
	font-weight:bold;
	font-size:1.1em;
	color:#444;
	}
	
.ul_buttons_description {
	color:#666;
	}
	
.ul_buttons_title, .ul_buttons_description {
	line-height:1.2em;
	}
	
/* Grid Tables
----------------------------------*/
.GridMast
{
    background-color:#333;
	border:1px solid #a7aaad;
	color:#fff;
	text-shadow: #000 1px 1px 0px;
	font-size:14px;
	font-weight: bold;
	padding:3px;
	text-align:center;
}

.GridMast a, .GridMast a:hover
{
    color:#fff;
    text-decoration: none;
}


.GridHeader th, .GridHeader td, div.GridHeader, h3.sectionHeader, li.sectionHeader {
	background-color:#a5aab0;
	border:1px solid #a7aaad;
	border-bottom:1px solid #8c8c8c;
	background-image:url("../../Images/_site/table_header_bg.gif") !important;
	background-repeat:repeat-x;
	color:#000000;
	
	text-shadow: #ddd 1px 1px 0px;
	font-size:12px;
	padding:3px;
	text-align:center;
}


/* -- Refered to TD alignment (text-align:left,) explicitly, but applied it to the class-level so I can control alignments with less specificity */

.GridRow, .GridRowAlt
{
    text-align: left;
}

.GridRow td, .GridRowAlt td {
	border:1px solid #c2c2c2;
	color:#181818;
	font-size:11px;
	padding:3px;
}

.GridRowAlt td {
	background-color:#ededed;
}
	

.GridRowEmpty td, .GridRowEmpty
{
    color: #000066;
    font-size: 12px;
    border: solid 1px #AEBDC3;
    border-top: none;
    background-color: #E8E8E8;
    padding: 3px 3px 3px 3px;
    text-align: left;
}

.GridFooter td, .GridFooter th
{
    font-size: 10px;
    vertical-align: top;
    text-align: left;
    
    background-color:#a5aab0;
	border:1px solid #a7aaad;
	border-bottom:1px solid #8c8c8c;
	background-image:url("../../Images/_site/table_header_bg.gif");
	background-repeat:repeat-x;
	color:#000000;
	
	text-shadow: #ddd 1px 1px 0px;
	font-size:12px;
	padding:3px;
	text-align:center;
}

.GridFooter a
{
    color:#000000;
}

.GridFooter a:hover
{
    text-decoration: none;
}

/* .GridSummary 
   - Alternate to GridFooter BMH 7/13/2010 */
.GridSummary td {
    vertical-align: top;

    border:1px solid #a7aaad;
    border-bottom:1px solid #8c8c8c;
    background-color:#c2c2c2;
    background-image:url("../../Images/_site/GridFooter.gif");
    background-repeat:repeat-x;
    color:#000000;

    font-size:12px;
    padding:6px 3px;
    text-align:center;
    }

.GridSummary a {
    }

.GridSummary a:hover {
    }

.GridToolBar
{
    border: solid 1px #AEBDC3;
    background-color: #E1E1E1;
    text-align: left;
}

.GridPager td
{
    padding: 0;
}

.GridRowGroup>tr:last-of-type td
{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
	
.GridPager span, .GridPager a
{
    font-size: 9pt;
    padding: 4px;
}

.GridPager a:hover
{
    text-decoration: none;
}

/* Structural Elements 
========================================================================================================*/
	
/* Header
----------------------------------*/
#header
{
	background-repeat:repeat-x;
	height:70px;
	}
	
#header .loop_container
{
	position:relative;
	height:100%;
	}
	
/* Header - User Info
----------------------------------*/
#header_user_info{
	position:absolute;
	top:38px;
	right:4px;
	}
	
.logged_in_as {
	font-weight:normal;
	}
	
.logged_in_user {
	font-weight:bold;
	}
	

	
/* Header - Top Right
----------------------------------*/

#header_top_right{
	position:absolute;
	top:6px;
	right:0px;
	}

#header_top_right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	}
	
#header_top_right ul li{
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	}
	
#header_top_right ul li#app_version{
	padding-right:6px;
	padding-top:4px;
	font-size:0.8em;
	}
	
#header_top_right ul li.firstlink{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	}
	
#header_top_right ul li.lastlink{
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	}
	
#header_top_right ul li.dark{
	padding-bottom:5px;
	}
	
#header_top_right ul li.dark a{
	padding:12px;
	padding-top:0;
	padding-bottom:0;
	}
	
#header_top_right ul li.lastlink a{
	border-right:0 !important;
	}
	
#header_top_right ul li a:hover{
	color:#fff;
	}
	
/* Navigation
----------------------------------*/
#navigation {
	background-repeat:repeat-x;
	background-position:0 -70px;
	height:24px;
	}
	
#navigation .loop_container {
	height:24px;
	}
	
#nav_bread_crumbs {
	padding:3px 0 0 12px;
	font-size:0.8em;
	width:750px;
	float:left;
	}
	
#nav_bread_crumbs .current {
	font-weight:bold;
	}
	
#nav_bread_crumbs a {
	font-weight:normal;
	}
	
/* Help & Support
----------------------------------*/
#nav_get_help_support {
	width:190px;
	float:right;
	padding-top:4px;
	padding-right:10px;
	text-align:right;
	}
	
/* Tabbed Navigation (Secondary)
----------------------------------*/
#navigation_tabs, .navigation_tabs {
	background-image:url("../../Images/_site/tabBackground.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	width:960px;
	padding-left:10px;
	height:32px;
	display:inline;
	float:left;
	position:relative;
	}
	
#navigation_tabs ul, .navigation_tabs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-top:3px;

	}
	
#navigation_tabs ul li, .navigation_tabs ul li {
	float:left;
	margin:0 2px 0 0;
	height:28px;
	border:1px transparent;
	border-top:0;
	border-bottom:0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	background-color:#bbb;
	background-image:url("../../Images/_site/navigationTabGradient.gif");
	border:1px solid #c5c8cb;
	border-color:#b7babd;
	border-bottom:0;	
	position: relative;
	}
		
#navigation_tabs ul .float_right, .navigation_tabs ul .float_right
{
	float: right;
	margin-right: 10px;
}
	
#navigation_tabs ul li a, .navigation_tabs ul li a {
	padding:4px 12px;
	display:block;
	text-decoration:none;
	color:#000;
	text-shadow:#eee 0 1px 0;
	font-weight: bold;
	float: left;
	}
	
#navigation_tabs ul li:hover, .navigation_tabs ul li:hover {
	background-position:0 -29px;
	color:#222;
	}
	
#navigation_tabs ul li:hover a, .navigation_tabs ul li:hover a {
	color:#000;
	text-shadow:#eee 0 1px 0;
	}
	
#navigation_tabs ul li.selected, .navigation_tabs ul li.selected {
	background-image:none;
	background-color:#fff;
	border:1px solid #b7babd;
	border-bottom:0;
	font-weight:bold;
	cursor: default;
	}
	
#navigation_tabs ul li.selected a, .navigation_tabs ul li.selected a {
	color:#000000;
	text-decoration:none;
	}
	
#navigation_tabs ul li.selected a:hover, .navigation_tabs ul li.selected a:hover {
	background-color:transparent;
	}
	
	
	/* Drop downs
----------------------------*/


#navigation_tabs li ul.dropdown 
{
	background: #333;
	background: rgba(51, 51, 51, .95);
	border: none; 
	display: none;
	float: left;
	left: -1px;
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 5px 0;
	top: 28px;
	width: 420px;
	z-index: 9999;
}

#navigation_tabs li ul.dropdown li
{
	background: url(none);
	border: none;
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 200px;
}

#navigation_tabs li ul.dropdown li a 
{
	background: url(none) inherit;
	color: #fff;
	float: left;
	padding: 5px 0px 5px 10px;
	text-shadow: #000 0 1px 0;
	width: 185px;
}

#navigation_tabs li ul.dropdown li a:hover {
	background: url(none) #ccc;
	color: #000;
	text-shadow: #fff 0 1px 0;
}

/* Sub-Navigation
----------------------------------*/
#sub_navigation {
	height:80px;
	margin-bottom:10px;
	background-color:#ededed;
	background-image:url("../../Images/_site/sub_navigation_border.gif");
	background-repeat:repeat-x;
	}
	
.sub_navigation_small {
	height:80px;
	margin-bottom:10px;
	background-color:#ededed;
	background-image:url("../../Images/_site/sub_navigation_small.gif");
	background-repeat:repeat-x;
	}	
	
/* Sub Nav Snapshot List */
ul.sub_nav_snapshot {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	/*height:64px;
	width:620px;*/
	float:left;
	}
	
ul.sub_nav_snapshot li {
	float:left;
	margin:0;
	width:164px;
	/*background-image:url("../../Images/_site/sub_nav_container_large.png");*/
	background-repeat:no-repeat;
	/*background-color:#e5e5e5;*/
	/*margin-right:10px;*/
	text-align:center;
	padding-top:3px;
	/*height:64px;*/
	text-shadow: #ffffff 1px 1px 0px;
	border-right:1px solid #d5d5d5;
	}
	
ul.sub_nav_snapshot li span {
	color:#666;
	}
	
ul.sub_nav_snapshot li h2 {
	text-shadow: #ffffff 0 1px 0;
	}
	
ul.sub_nav_snapshot li .element_border {
	margin:0;
	}
	
/* Date/Time Clock */
ul.sub_nav_datetime {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*padding:14px 0 0 20px;*/
	margin:0;
	height:50px;
	}
	
ul.sub_nav_datetime li {
	float:left;
	margin:0;
	}
	
ul.sub_nav_datetime li.sub_nav_time {
	margin-right:20px;
	}
	
ul.sub_nav_datetime li.sub_nav_date {
	}
	
	
/* Main
----------------------------------*/
#main .loop_container
{
	width:980px;
	background-image:url("../../Images/_site/main_bg_gradient.png");
	background-repeat:repeat-y;
	background-position:top;
	}
	
#main .loop_container .container_12, #main .loop_container .container_16, #main .loop_container .container_24
{
	min-height:460px;
	}
	
/* Footer
----------------------------------*/
#footer .loop_container {
	width:980px;
	height:30px;
	background-image:url("../../Images/_site/footer_bg.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding:15px 0 0;
	color:#3a3a3a;
	}

#footer a {
	color:#272727;
	font-weight:bold;
	}
	
#footer a:hover {
	color:#000;
	}
	
/* Specifics 
========================================================================================================*/
	
/* Logo
----------------------------------*/
#logo {
	position:absolute;
	display:block;
	margin:0;
	}
	
#logo a 
{
	display:block;
	width:100%;
	height:100%;
	}
	
#logo a strong 
{
	display:none;
	}




/* Link matrix (ie. MyAutoPoints, Sales, Service)
----------------------------------*/


.link_matrix h2 
{
	clear: both;
	margin-bottom: 5px;
}

.link_matrix h3 
{
	margin-top: 5px;
	margin-bottom: 0;
}

.link_matrix .item_description, .link_matrix .item_description_hovered
{
	font-size:11px;
	padding-left:25px;
	margin-bottom:20px;
	color:#666666;
}

.link_matrix .item_description_hovered 
{
	color:#000000;
}


.link_matrix .grid_6  a /*.link_matrix .item_links, */
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 5px 4px 5px;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
}

.link_matrix .hovering
{
    background-color: #fff3d1;
}

.link_matrix .grid_6
{
	margin-bottom: 15px;
}


.link_matrix .grid_6 span
{
    display: inline-block;
    height: 36px;
    white-space: normal;
    width: 90%;
}

/*
.link_matrix .item_links:hover
{
    padding: 3px 4px 3px 4px;
    background-color: #FFDE6B;
    border: solid 1px #ffcc00;
    text-decoration: none;
}
*/

.item_group 
{
	border-bottom: 1px solid #bbb;
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.item_group .grid_6
{
	/*margin-right: 0px;
	margin-left: 0px;*/
}



/*  -----------------------------------------------------
    Updated linkMatrix stuff - replaced cobbled-together
    coding with new Control and dedicated CSS. The above
    will be slowly phased out. (CMC: 06/07/10)
    ---------------------------------------------------*/


.linkMatrix
{
    color: #333;    
    float: left;
    height: 75px;
    margin: 5px;
    padding-left: 15%;
    position: relative;
    text-decoration: none;
    width: 85%;
}

.linkMatrix:hover
{
    background: #FFF3D1;
}

.linkMatrix .icon
{
    float: left;
    left: 5px;
    position: absolute;
    top: 5px;
}

.linkMatrix .title
{
    float: left;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
}

.linkMatrix .description
{
    clear: left;
    color: #666;
    float: left;
    font-size: 11px;
    margin: 0;
    text-align: left;
    width: 80%;
}


	
/* Powered By
----------------------------------*/
#powered_by {
	background-repeat:no-repeat;
	float:right;
	}
	
#powered_by a {
	display:block;
	width:100%;
	height:100%;
	}
	
#powered_by a strong {
	display:none;
	}
	
/* Login Screen
----------------------------------*/
.secure_login {
	width:119px;
	height:30px;
	}
	
.secure_login a {
	display:block;
	height:100%;
	width:100%;
	background-image:url("../../Images/_site/secure_login.gif");
	}
	
.secure_login a:hover {
	background-position:0 -30px;
	}
	
.secure_login a strong {
	display:none;
	}
	
/*
	Group Dashboard
*/
ul.group_dashboard_buttons li {
	width:202px;
	margin:0 3px !important;
	float:left;
	}
	
/* Campaign Gallery
========================================================================================================*/
	
.gray_element_border, .galleryThumbWrapper {
	border:1px solid #dddddd;
	background-color:#f0f0f0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:7px;
	color:#666;
	margin-bottom:20px;
	}
	
.gray_element_border .gray_element_border {
	background-color:#e5e5e5;
	border-color:#ccc;
	}
	
.gray_element_border strong {
	color:#000;
	}
	
.galleryThumbWrapper .galleryThumbNail {
	width:210px;
	height:180px;
	}

.galleryThumbWrapper .galleryThumbNail a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	}
	
.galleryThumbWrapper .galleryThumbNail a img {
	border:2px solid #f0f0f0 !important;
	width:100%;
	height:100%;
	}
	
.galleryThumbWrapper:hover .galleryThumbNail a img {
	border-color:#febe04 !important;
	}
	
.galleryThumbPreview {
	position:absolute;
	bottom:-2px;
	left:2px;
	width:100%;
	height:37px;
	background-position:bottom right;
	}
	
.galleryThumbWrapper .galleryThumbNail:hover .galleryThumbPreview {
	background-image:url("../../Images/CampaignGallery/galleryPreview.png");
	}
	
.galleryThumbPreview strong {
	display:none;
	}
	
.galleryThumbWrapper .galleryRequestButton {
	background-image:url("../../Images/CampaignGallery/requestButton.gif");
	background-repeat:no-repeat;
    color: #000;
    font-weight: bold;
	text-shadow: #ddd 1px 1px 0px;
	width:101px;
	height:38px;
	}
	
.galleryThumbWrapper table {
	width:100%;
	margin:4px 0;
	}
	
.galleryThumbWrapper p {
    line-height: 1.25em;
	margin:10px 0 6px;
	}
	
.galleryInformation {
	color:#333;
    cursor: default;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 210px;
	}
	
.galleryInformationLabel {
	color:#c1c1c1;
	}
	
.galleryDescription {
	height:38px;
	}
	
.galleryThumbWrapper .galleryMoreInfo {
	background-image:url("../../Images/CampaignGallery/requestMoreInfo.gif");
	background-repeat:no-repeat;
	width:66px;
	height:20px;
	}

	
.galleryMoreInfo a {
	display:block;
	height:100%;
	width:100%;
	outline:0;
	}
	
.galleryMoreInfo strong {
	display:none;
	}
	
	
.galleryRequestButton a {
	display:block;
	padding:10px 0 0 36px;
	height:28px;
	color:#444;
	text-decoration:none;
	outline:0;
	}
	
.galleryRequestButton a:hover
{
    color:#111;
}


.galleryMoreInfoPopoutWrapper
{
 margin-right: 25px;   
}

.galleryMoreInfoPopout h3 {
    clear: both;
    font-size: 12pt;
    margin: 0 10px; 
}
	
.galleryMoreInfoPopout p
{
    margin:0 10px 1.2em;
}

.lnkShowTextDiv
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 0;
}

.lnkHideTextDiv
{
    background: #efefef;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    bottom: -31px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
    width: 100px;
}

.imgMoreInfo
{
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 750px;
}

.textMoreInfo
{
    background: #efefef;
    border-bottom: 1px solid #666;
    left: 0;
    opacity: .95;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.gallerySuggestForm
{
    background: #efefef;
    color: #333;
    display: none;
    height: 333px;
    left: 1px;
    padding: 0 5px;
    position: absolute;
    opacity: 0.98;
    width: 218px;
}

.gallerySuggestForm p
{
    line-height: 1.25em;
}

.gallerySuggestForm label
{
    float: left;
    margin-top: 8px;
}

.gallerySuggestForm input[type="text"],
.gallerySuggestForm textarea
{
    margin-left: 15px;
}

.gallerySuggestForm p.inputButtons
{
    margin-top: 5px;
    text-align: center;
}

.divSuggestionSuccess
{
    position: relative;
}

.closeSuggestionSuccess
{
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}

/* task_group
----------------------------------*/

.task_group
{
	margin-bottom: 20px;
}
.task_group td
{
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.task_group input, .task_group textarea
{
	padding: 2px 4px;
}

.task_group table table td
{
	padding-left: 0px;
	padding-right: 0px;
}

/* Task-specific Navigation
----------------------------------*/

.task_nav
{
	clear: both;
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 100%;
}

.task_nav a
{
	background: url("../../Images/bgs-icons.png") 0 -160px repeat-x !important;
	border: 1px solid #999;
	color: #212a2f;
	float: right;
	font-size: .9em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	padding: 0px 10px 0px 5px;
	text-decoration: none;
	text-shadow: #ddd 1px 1px 0px;
	text-transform: uppercase;
}

.task_nav a:hover
{
	background-position: 0 -130px !important;
}

.task_nav a span
{
	background: url("../../Images/bgs-icons.png") -40px 0 no-repeat;
	display: inline-block;
	float: left;
	height: 20px;
	margin: 6px 3px 0 0;
	width: 20px;
}

.task_nav h3
{
	left: 10px;
	position: absolute;
}

.GridTable td td,
.GridRow td td,
.GridRowAlt td td
{
    border: none !important;
}


.GridTable tr.recurring td:first-child
{
	background-image: url("../../Images/bgs-icons.png") !important;
	background-position: 0 -1000px;
	background-repeat: no-repeat;
}

.GridTable tr.filter td
{
	background: url("../../Images/bgs-icons.png") 0 0 repeat-x #2a353b !important;
	color: #fff;
}

.GridTable tr.add td
{
	background: #b8e2b1;
	text-shadow: #fff 1px 1px 0px;
}

/* When a TR is selected */
.ui-state-highlight td {
	background-image: url(none) !important;
	background-color: #ffe8a4 !important;
}

.GridTable tr.edit, .GridHeader .edit
{
	background-image: url(none);
	background-color: #ffe8a4;
	text-shadow: #fff 1px 1px 0px;
}

/* Remove the extra bordering from nested tables and space things out a bit */
.GridTable tr.add table td, .GridTable tr.edit table td
{
	border: none;
	padding: 5px;
	vertical-align: top;
}

.GridTable .buttons a
{
	background: url("../../Images/bgs-icons.png") 0 -120px repeat-x !important;
	border: 1px solid #999 !important;
	color: #212a2f;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 3px 0px 3px 3px;
	outline: 0;
	padding: 3px 10px 0px 2px;
	text-decoration: none;
	text-shadow: #ddd 1px 1px 0px;
	text-transform: uppercase;
}

/* Same as above, but without !important */
 a.button
{
	background: url("../../Images/bgs-icons.png") 0 -120px repeat-x;
	border: 1px solid #999;
	color: #212a2f;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 3px 0px 3px 3px;
	outline: 0;
	padding: 3px 10px 0px 2px;
	text-decoration: none;
	text-shadow: #ddd 1px 1px 0px;
	text-transform: uppercase;
}

.GridTable .buttons a:hover, a.button:hover
{
	background-position: 0 -130px !important;
}

.GridTable a span,  a.button span
{
	background: url("../../Images/bgs-icons.png") -40px 0 no-repeat !important;
	display: inline-block;
	float: left;
	height: 20px;
	
	width: 20px;
}

.GridTable .buttons .icon_only_right, .GridTable .buttons .icon_only_left,
  a.icon_only_right, a.icon_only_left
{
	background: url(none) !important;
	border: none !important;
	text-indent: -999em;
}

/* To only use the icon for a given button, use .icon_only_[left|right] as a sibling class */

.GridTable .buttons .icon_only_left,
a.icon_only_left
{
	float: left;
}

.GridTable .buttons .icon_only_right,
a.icon_only_right
{
	float: right;
	margin-right: 5px;
}

/* Table Footer styles */

#GridPager, #GridPager *
{
	margin: 0;
	padding: 0;
}

#GridPager
{
	margin: 0 11px 0 0 !important;
	width: auto !important;
}


/* Iconographic link bg positioning
----------------------------------*/

a.accept span
{
	background-position: 0 -400px !important;
}

a.add span
{
	background-position: 0 -440px !important;
}

a.cancel span
{
	background-position: 0 -480px !important;
}



a.car span
{
	background-position: 0 -840px !important;
}

a.car_plus span
{
	background-position: 0 -880px !important;
}

a.delete span
{
	background-position: 0 -520px !important;
}

a.duplicate span
{
	background-position: 0 -720px !important;
}

a.duplicate_plus span
{
	background-position: 0 -920px !important;
}

a.edit span
{
	background-position: 0 -640px !important;
}

a.finished span
{
	background-position: 0 -560px !important;
}

a.more span
{
	background-position: 0 -760px !important;
}

a.print span
{
	background-position: 0 -960px !important;
}

a.refresh span
{
	background-position: 0 -600px !important;
}

a.wrench span
{
	background-position: 0 -680px !important;
}

a.download span
{
	background-position: -20px -400px !important;
}
a.upload span
{
	background-position: -20px -440px !important;
}
a.excel span
{
	background-position: -20px -480px !important;
}
a.search span
{
    background: url(../../Images/icons/png/magnifier.png) no-repeat !important;
}
a.move span
{
    background: url(../../Images/icons/png/move.png) no-repeat !important;
}

a.user span
{
    background: url(../../Images/icons/png/user.png) no-repeat !important;
}

a.email span
{
    background: url(../../Images/icons/png/email.png) no-repeat !important;
}


/*
    DMS Customer Details
*/
.dmsButtons /* DIV for contextual buttons for more inline information. */
{
    clear: both;
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.UserNameAvailable, .UserNameUnAvailable {
	padding:2px;
	font-size: 0.9em;
	}
	
.UserNameAvailable {
	background-image:url("../images/site/form_validate_okay.png");
	background-repeat:repeat-x;
	background-color:#0f0;
	border:1px solid #00b600;
	}
	
.UserNameUnAvailable {
	background-image:url("../images/site/form_validate_warning.png");
	background-repeat:repeat-x;
	background-color:#f00;
	border:1px solid #f00;
	color:#fff;
	text-shadow:#f00 -1px -1px 0px;
	}
	
.formRow 
{
	margin-top: 10px;
}

.hidden {
	display: none;
}

/* AutoBook */
#autobook_campaign_gallery_cta {
    width:270px;
    height:76px;
    margin:0 0 10px;
    }

#autobook_campaign_gallery_cta a {
    background-image:url("../../images/AutoBook/campaignGalleryCTA.gif");
    display:block;
    width:100%;
    height:100%;
    }

#autobook_campaign_gallery_cta a strong {
    display:none;
    }

#autobook_campaign_gallery_cta a:hover {
    background-position:0 -76px;
    }