a
{
	color:#003B7E;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}



body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding:0px;
	background-color: #EDEDED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	cursor:default;
	color:#434343;
}

form
{
    margin:0px;
    padding:0px;
}

img
{
	border:0px;
}

small
{
	font-size:11px;
}

.Explanation td
{
	font-size:12px !important;
	padding:0px;
}

.PanelLeft td
{
	padding:6px 6px 6px 12px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

.PanelLeft td div.Small
{
    padding-left:6px;
}

h1
{
	margin:0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:30px;
	font-weight:normal;
	color:#003B7E;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #99999;
}

.AltRow h2
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border:0px;
}	

.PanelLeft h2
{
	border-bottom-width:0px;
	padding:0px 0px 10px 15px;
	margin:0px;
	border-bottom:0px;
}

h2
{
	padding:0px 0px 4px 0px;
	margin:10px 0px 10px 0px;
	font-size:24px;
	color:#003B7E;
	font-weight:normal;
	text-transform:lowercase;
	border-bottom:2px solid #EEEEEE;
	font-family:"Trebuchet MS", Verdana;
}

h3
{
    font-size:14px;
    padding:0px 0px 6px 0px;
    margin:10px 0px 5px 0px;
    line-height:normal;
    border-bottom:1px solid #eeeeee;
}

.PanelLeft h3
{
	padding-left:15px;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px 6px 15px;
	padding:0px;
	color:#4c77a8;
	text-transform:lowercase;
	font-family:"Trebuchet MS", Verdana;
	border-bottom:0px;
}

.PanelLeft h4
{
	padding-left:15px;
	text-transform:lowercase;
}

input[type=button], input[type=submit]
{
    overflow:visible;
}

input[type=text][disabled], input[type=submit][disabled]
{
	color:#777777 !important;
	cursor:default;
}


input[type=checkbox]
{
	cursor:pointer;
	margin:0px 8px;
}

input[type=text], input[type=password]
{
	border:1px solid #999999;
	padding:3px;
	margin:3px 0px 3px 0px;
	font-size:12px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}

input[type=text][disabled]
{
	color:#777777;
	border-color:#cccccc;
}

p
{
    margin:0px 0px 10px 0px;
    padding:0px;
}

select
{
	font-size:12px;
	cursor:pointer;
	margin:3px 0px 3px 0px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	text-transform:none;
}

select[disabled]
{
	color:#777777;
	background-color:#eeeeee;
	border-color:#cccccc;
}

select.Large
{
    font-size:15px;
    font-weight:bold;
}

.Disabled
{
    color:#BBBBBB !important;
}

.Disabled a:hover
{
    color:#003B7E;
}

textarea
{
	width:400px;
	height:100px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	border:1px solid #999999;
}

th
{
	color:#929cb4;
	font-size:10px;
}


/* COLORS */

.Black
{
	color:#000000;
}

.Blue
{
	color:#0071AA;
}

.Green
{
	/*color:#006600;*/
	color:#008C00;
}

.Gray, .Gray a
{
	color:#999999;
}

.Orange
{
	color:#FF6600;
}

.Red
{
	color:#990000 !important;
}

/* CLASSES */

.AltRow
{
	background-color:#eff5fc;
	/*background:#eef1f8 url(../dash/images/row_alt_background.jpg) top left repeat-y;*/
}

.Bigger
{
	font-size:15px;
}

.Bold
{
	font-weight:bold;
}

.BreadCrumbs
{
	font-size:11px;
	margin-bottom:15px;
}

.ButtonSet
{
	text-align:right;
	border-top:2px solid #EEEEEE;
	margin-top:10px;
	padding:6px 0px;
}

.ButtonSet input[type=button], .ButtonSet input[type=submit]
{
	font-family:Trebuchet MS;
	font-size:19px;
	text-transform:lowercase;
	cursor:pointer;
	color:#666666;
	padding:4px 8px 4px 8px;
	border:0px;
	font-weight:bold;
	background-color:Transparent;
}

.ButtonSet input:hover, .Button:hover, .ButtonSetSmall input:hover, .ButtonSmall:hover
{
    background-color:#eeeeee;
}

.ButtonSet input.Red, .Button.Red, .ButtonSmall.Red
{
	background-color:Transparent;
	color:#8C0000;
	
}

.ButtonSet input.Red:hover, .Button.Red:hover, .ButtonSetSmall input.Red:hover, .ButtonSmall.Red:hover
{
	background-color:#f98686;
	
}

.ButtonSet input.Green, .Button.Green, .ButtonSmall.Green
{
	background-color:Transparent;
	color:#008C00;
}

.ButtonSet input.Green:hover, .Button.Green:hover, .ButtonSetSmall input.Green:hover, .ButtonSmall.Green:hover
{
    background-color:#a2e377;
}

.ButtonSet input:active
{
	/*margin:1px -1px -1px 1px;*/
}

.ButtonSetSmall
{
	text-align:right;
	padding:8px 0px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #EEEEEE;
}

.ButtonSetSmall input, .ButtonSmall
{
	font-family:Trebuchet MS;
	font-size:13px;
	cursor:pointer;
	background:transparent url(../images/pixel.gif) center center no-repeat;
	border:0px;
	padding:4px;
	font-weight:bold;
	text-transform:lowercase;
}

.ButtonSetSmall input:active
{
	/*margin:1px -1px -1px 1px;*/
}

.DataRowDescription
{
    padding:2px 8px 0px 8px;
    font-size:11px;
    font-weight:normal;
}

.Disabled, .Disabled a
{
	color:#BBBBBB;
}

.EmptyData
{
	color:#999999;
	font-weight:bold;
	text-transform:lowercase;
}

.Error
{
	font-weight:bold;
	font-size:10px;
}

.Explanation
{
	padding:6px 0px 16px 0px;
	color:#485875;
	line-height:16px;
}

.PanelLeft .Explanation
{
	padding-left:15px;
	padding-right:15px;
}

.FatalBar
{
	background-color:#990000;
	color:white;
	font-weight:bold;
	padding:10px;
	margin:20px 0px 20px 0px;
	font-size:13px;
}

.FieldLabel
{
	font-weight:bold;
	font-size:11px;
	text-align:right !important;
	padding-right:10px;
	color:#8895ad;
}

.FormField
{
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	padding:2px;
}

textarea.Full
{
	width:100%;
	height:150px;
}

.GiantButton
{
	font-size:21px;
	font-weight:bold;
	text-align:right;
	text-transform:lowercase;
	padding-top:25px;
}

.GiantButton div
{
	padding-bottom:4px;
}

.GiantButton a
{
	color:#1F8A33;
}

.GiantButton a.Red
{
	color:#990000;
}

.GiantButton a:hover
{
	color:#5ebd70;
}

.Hidden
{
    display:none;
}

.HoveredRow
{
    background-color:#d9e5f2 !important;
}

input.Huge
{
	font-size:18px;
	padding:8px;
	width:500px;
}

.ImportColumns ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.ImportColumns li
{
	padding:5px;
	height:16px;
	margin:2px 0px 2px 0px;
}

.ImportColumns .Arrows li
{
	width:22px;
	height:16px;
	padding:5px;
	text-align:center;
}

.ImportColumns .Available li
{
	border:1px dotted #999999;
	cursor:n-resize;
	width:230px;
	text-align:left;
	vertical-align:bottom;
}

.ImportColumns .Allowed li
{
	border:1px solid #ffffff;
	cursor:default;
	width:230px;
	text-align:right;
}

.Italic
{
	font-style:italic;
}

.Label
{
	float:left;
	padding:7px 10px 0px 0px;
	font-weight:bold;
	font-size:11px;
	width:90px;
	text-align:right;
	color:#8895ad;
}

.PanelLeft .Label
{
    width:60px;
}

input.Large
{
	font-size:17px !important;
	font-weight:bold;
	padding:5px;
	width:380px;
}

.PanelLeft input.Large
{
	width:180px;
}

.LinkList div
{
	padding:3px 0px 3px 10px;
	font-weight:bold;
	font-size:18px;
	background:transparent url(../images/icon_edit.png) right no-repeat;
}

.LinkList div
{
    text-transform:lowercase;
}

.LinkList a
{
	color:#1F8A33;
	padding-left:0px;
	padding-right:3px;
}

.LinkList a:hover
{
	color:#000000;
	padding-right:0px;
}

.Loading
{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	width:160px; 
	padding-left:4px; 
	color:white; 
	background-color:#CC6600; 
	text-align:left;
	left:0px;
	position:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	bottom:0px;
	
}

.Loading a
{
	color:black;
}

.LoggedUser
{
	padding-top:5px;
	font-size:11px;
	color:#0071AA;
}

.LoggedUser a
{
	color:#0071AA;
}

.Logo
{
    width:275px;
    height:115px;
    text-align:center;   
    vertical-align:middle;
}

.MediumButton
{
    font-size:14px;
    font-weight:bold;
    text-align:right;
    padding-top:10px;
    text-transform:lowercase;
}

.MediumButton a
{
	color:#1F8A33;
}

.MediumButton a.Red
{
	color:#990000;
}

.Navigation
{
    float:right;
    margin:20px 20px 0px 0px;
}

.Navigation > div
{
    float:left;
    margin:0px 10px 0px 10px;
    text-align:center;
}

.Navigation > div a:hover
{
    font-weight:bold;
}

.New
{
	color:#CC0000;
	vertical-align:super;
	font-size:9px;
}

.NoBackgroundImage
{
	background-image:none !important;
}

table.NoPadding td
{
    padding:0px !important;
}


.Normal
{
    font-weight:normal !important;
}



.OptionLinks
{
	text-align:right;
	font-size:11px;
	text-transform:lowercase;
	padding-top:8px;
	font-weight:bold;
}

.Padding
{
	padding:15px;
}

.PaddingTop
{
    padding-top:8px;
}

.PageButtons
{
	font-size:11px !important;
	padding:9px 5px 0px 0px !important; 
	color:#999999;
}

.PanelLeft
{
	width:320px;
	/*background-color:#eaf0f6;*/
	background:transparent url(../images/panel_bg.gif) left top repeat-x;
	padding:15px 0px 20px 0px;
	margin-top:10px;
}

.PanelLeftNoPadding
{
    width:320px;
	/*background-color:#eaf0f6;*/
	background:transparent url(../images/panel_bg.gif) left top repeat-x;
	padding:15px 0px 20px 12px;
	margin-top:10px;
}

.PanelLeftNoPadding td
{
    font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}


.PanelRight
{
	float:right;
	width:560px;
}

.PercentBar
{
	background-color:#074C9B;
	height:11px;
	background:transparent url(../images/percentage_dark.gif) top left repeat-x;
}

.PercentBarShell
{
	border:1px solid #093b72;
	background:transparent url(../images/percentage_light.gif) top left repeat-x;
	text-align:left;
}

.PersonalizationOptions
{
	float:right;
}

.PortletHeaderAction
{
	float:right; 
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-top:14px;
	text-align:right;
	padding-right:3px;
	text-decoration:none;
	text-transform:lowercase;
}

.PortletHeaderAction a
{
	color:#074C9B;
}

.PortletHeaderAction select
{
	margin-top:-10px;
	width:100px;
}

.PortletHeaderAction a:hover
{
	color:black;
}

.PortletHeaderTitle
{
	padding-top:10px;
}

.PortletTabs
{
    float:right;   
    margin-top:8px;
}

.PortletTabs div
{
    float:left;
    padding:5px 12px 5px 12px;
    background-color:#074e9f;
    margin-left:3px;
    font-weight:bold;
    color:White;
    cursor:pointer;
}

.PortletTabs div.Green
{
    background-color:Green;
}

.PortletTabs div.Hover
{
    background-color:#043266;
}

.PortletTabs a
{
    color:White;
    text-decoration:none;
}

.ResellerName
{
	font-size:20px;
}

.Right
{
	text-align:right !important;
}

.Search
{
	font-size:15px;
	width:200px;
	font-weight:bold;
}

.SearchButtons
{
	float:right;
	width:160px; 
	border:1px solid red;
}

.SearchField
{
	float:right; 
	padding:2px;
}

.SearchPanel
{
	position:absolute;
	width:260px;
	z-index:20;
	border:2px solid #EEEEEE;
	background-color:white;
	float:right;
	padding:20px;
	opacity: .9;
	filter: alpha(opacity=90);
}

.SeeAlso
{
    text-align:right;
    margin-top:20px;
    padding-right:20px;
    padding-top:10px;
    border-top:2px solid #EEEEEE;
}

.SeeAlso h2
{
    font-size:22px;
    font-weight:bold;
    color:#008C00;
}

.SeeAlso div
{
    padding-bottom:3px;
}

.SeeAlso a
{
    font-weight:bold;   
    color:#003B7E;
    font-size:16px;
    text-transform:lowercase;
}

.SeeAlso a:hover
{
    color:#000000;
}

.SelectedRow
{
	color:white !important;
	background-color:#074ea0;
	/*background:#074ea0 url(../images/arrow_green.png) right no-repeat;*/
}

.SelectedRow a
{
	color:#ffffff !important;
}

.SelectedRow div.Small
{
    color:#ffffff !important;
}

.SiteErrorBody
{
    width:100%;
    padding:100px;
    text-align:center;
    font-size:16px;
}

.Small
{
	font-size:11px;
	/*color:#3266a0;*/
}

.SmallThumbnail
{
	height:120px;
	float:right;
	padding:4px;
	border:2px solid #cccccc !important;
}

.StepBox
{
	border:1px solid #dddddd;
	height:200px;
	overflow:auto;
}

.StepTrack
{
	width:100%;
	background-color:#0e53a3;
}

.StepTrack td
{
	font-weight:normal;
	padding:5px 8px;
	/*text-transform:lowercase;*/
	text-align:center;
	color:#b2cae5;
}

.StepTrack .Selected
{
	background-color:#3c9a0e;
	color:white;
	font-weight:bold;
}

.Tabs
{
	padding:6px;
	margin-bottom:10px;
	background-color:#eef1f8;
	font-size:10px;
}

.Thumbnail
{
    padding:3px;
    border:1px solid #cccccc;
}

.ValidateError
{
	color:#990000 !important;
}

.Warning
{
    font-size:11px;
    color:Orange;
    font-weight:bold;
}

.WarningBar
{
	background-color:#CC6600;
	color:white;
	font-weight:normal;
	padding:10px;
	margin:20px 0px 20px 0px;
	font-size:13px;
}

.WelcomeDate
{
	padding:8px;
	width:500px;
}

/***** END: ADDED BY RYAN *****/

.divmain
{
	width:1004px;
	height:auto;
	clear:both;
	margin:0px auto;
}
.innerdiv
{
	width:1000px;
	height:auto;
	clear:both;
	margin:0px auto;
}

.headerbg
{
	width:980px;
	height:138px;
	float:left;
	background-image:url(../Images/header_Bg.gif);
	background-repeat:repeat-x;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.clearboth
{
	clear:both;
}
.searchtopspacing
{
	clear:both;
	line-height:33px;
}
.searchreasults
{
	clear:both; 
	text-align:right;
	padding-right:25px;
}


.seperaterwidth
{
	width:10px;
	text-align:center;
	padding-top:28px;
	padding-left:10px;
	float:left;
}

.saperaterwidthnew
{
	width:10px;
	text-align:center;
	padding-top:28px;
	float:left;
}
a.menugraylinks
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#575757;
	text-decoration:none;
	text-align:center;
	background-color:Transparent;
}
a.menugraylinks:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#575757;
	text-decoration:underline;
	text-align:center;
	background-color:Transparent;
}
.topnormaltext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#074D9C;
	text-decoration:none;
	text-align:center;
}
.textaligncenter
{
	text-align:center
}
.contentbgimg
{
	width:1000px;
	height:auto;
	clear:both;
	background-image:url(../Images/body-middleimage.gif);
	background-repeat:repeat-y;
}
.logorightspacer
{
	width:80px;
	height:116px;
	float:left;
}

.bluetextcolor
{
	color:#003B7E;
}
.blueboldanchor
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#007CC3;
	text-decoration:none;
}
.blueboldanchor:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#007CC3;
	text-decoration:underline;
}
.gobuttongap
{
	padding-left:6px;
}
.searchfield
{
	width:100px;
	line-height:21px;
	float:left;
	text-align:right;
}
.searchtextfield
{
	width:190px;
	border:1px solid #DCDCDC;
}
.contentseperator
{
	border-bottom:1px solid #D9D9D9;
}
.footersmallspacer
{
	line-height:5px;
	clear:both;
}
.leftcontainerdiv
{
	width:430px;
	height:auto;
	float:left;
	border-right:1px solid #F5F5F5;
}
.rightcontainerdiv
{
	width:430px;
	height:auto;
	float:left;
	padding-left:20px;
}
.blackbgimage 
{
	width:auto;
	line-height:21px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#959595;	
	padding-left:12px;
	padding-right:12px;
}

#divNewTab .blackbgimage
{
    background-color:#008C00;
}

.blackbgimage a
{
	color:white;
}

.bluebgimage
{
	width:auto;
	line-height:21px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#fffffe;
	background-image:url(../Images/bluebut_middle.gif);
	padding-left:12px;
	padding-right:12px;
}
.findbgimage
{
	clear:both;
	background-image:url(../Images/find_bgimage.gif);
	background-repeat:repeat-x;
}
.findbytyping
{
	padding-left:20px;
	clear:both;
}
.campaignspaddingleft
{
	padding-left:20px;
	float:left;
}
.campaignspacer
{
	line-height:10px;
	clear:both;
}
.campaignssmallspacer
{
	clear:left;  
	border-top:2px solid #F6F6F6;
	margin-left:5px;
	margin-right:13px; 
	line-height:2px;
}
.campaignpostedpadding
{
	float:left; 
	padding-left:10px;
}
.accountpaddingleft
{
	float:left;
}
.accountpaddingtop
{
	float:left;
	padding-top:10px;
}
.campaignpaddingtop
{
	float:left;
	padding-top:10px;
	width:50px;
	padding-left:15px;
	padding-right:6px;
	text-align:right;
	
}
.taskspaddings
{
	padding-top:10px;
}
.taskspaddingtop
{
	padding-top:3px;
	float:left;
}
.divtaskform
{
	float:left; 
	text-align:right; 
	line-height:20px;
	width:120px;
}
.divtaskformspacer
{
	clear:both; 
	line-height:6px;
}
.namegridwidthight
{
	line-height: 20px;
	width: 125px;
	float:left;
}
.companygridwidthight
{
	line-height: 20px;
	width: 105px;
	float:left;
}
.emailgridwidthight
{
	line-height: 20px;
	width: 160px;
	float:left;
}
.viewgridwidthight
{
	line-height: 20px;
	width: 35px;
	float:left;
}
.gridborderspacer
{
	clear:both; 
	border-top:1px solid #D9D9D9; 
	margin-left:10px;
	margin-right:10px;
}
.dashbordbottomspacer
{
	clear:both; 
	line-height:30px;
}
.dashbordleftspacer
{
	float:left; 
	width:300px;
}
.bodypaddings
{
	clear:both; 
	padding:0px 35px 25px 35px;
}

.campaigpaddingtop
{
	float:right;
	padding-top:20px;
}
.mylastcamppaddingleft
{
	padding-left:20px;
	clear:both;
}
.mylastcambgcolorbox
{
	padding-left:10px;
	float:left;
}
.mylastcamboxwidth
{
	float:left; 
	width:180px;
}
.mylastcamboxwidth
{
	float:left; 
	width:180px;
}
.mylastcampinnerpadding
{
	padding:11px;
}
.mylastcampinsmallspacer
{
	line-height:1px;
	clear:both;
}
.findtextfield
{
	width:280px;
	border:1px solid #DCDCDC;
	height:22px;
}
.textfieldinpop
{
	width:220px;
	border:1px solid #DCDCDC;
}

.textfielddate
{
	width:160px;
	border:1px solid #DCDCDC;
}

.marginauto
{
	margin: auto 0px;
}

.textfieldform
{
	width:280px;
	border:1px solid #DCDCDC;
}
.campaginesbgimage
{
	width:323px;
	height:102px;
	clear:both;
	margin-left:5px;
	border-bottom:2px solid #F0F0F0;
}
.campaignspl
{
	padding-left:10px;
}
.mylastcampaignpt
{
	padding-left:10px;
	float:left;
}

.textalignright
{
	text-align:right;
}
.normalbiganchor
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.graysmalllink
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#6A6A6A;
	text-decoration:underline;
}
a.graysmalllink:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#6A6A6A;
	text-decoration:underline;
}
a.bluesmalllink
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#074E9F;
	background-color:#ffffff;
	text-decoration:underline;
}
a.bluesmalllink:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#074E9F;
	background-color:#ffffff;
	text-decoration:underline;
}
.campagbgimage2
{
	width:auto;
	height:auto;
	clear:both;
	margin-left:5px;
	
}
a.bluelinks
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#074C9B;
	text-decoration:underline;
}
a.bluelinks:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#074C9B;
	text-decoration:none;
}

.gridetext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#434343;
	line-height:20px;
}
.redsmallboldtext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#A80003;
}
.bluesmallboldtext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0071AA;
}
.rednormaltext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#A80003;
}
.garynormaltext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#434343;
}
.taskmessagewidth
{
	float:left; 
	width:235px;
}

.gridbgcolorrow
{
	background-color:#FFF4BB;
}
.lastcampionfont
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#434343;
}
.contactsubtabspaddings
{
	float:right;
	padding-top:20px; 
}
.blacksmallboldtext
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#434343;
}
.bottombox
{
	width:175px;
	height:110px;
	float:left;
	border-top:1px solid #E2E2E2;
	border-left:1px solid #E2E2E2;
}
.bottombgimageleft
{
	background-image:url(../Images/latestcamp_left.jpg);
	width:4px;
	height:110px;
	background-repeat:repeat-y;
	float:left;
}
.bottombgimageright
{
	background-image:url(../Images/latestcamp_right.jpg);
	width:179px;
	height:4px;
	background-repeat:repeat-x;
	clear:both;
}
.blueboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#0084CA;
}
.unreadboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#AFFAFD;
}
.bouncedboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#FFEC85;
}
.unsubscboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#C2EB5F;
}
.forwardedboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#51E03D;
}
.replayboxcolor
{
	width:12px;
	line-height:13px;
	float:left;
	background-color:#FFA36B;
}
.bottomlinksbg
{
	width:980px;
	height:32px;
	clear:both;
	background-image:url(../Images/bottomlinksbg.jpg);
	margin-left:8px;
	margin-right:8px;
}
.footerlinksheight
{
	line-height:32px;
	text-align:center;
	clear:both;
}
.footerspacer
{
	line-height:2px;
	clear:both;
}
.footerheight
{
	line-height:32px;
	text-align:center;
	clear:both;
}

a.bluedark
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#074C9B;
	text-decoration:underline;
}
a.bluedark:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#074C9B;
	text-decoration:none;
}
.footerbgcolor
{
	width:980px;
	height:32px;
	clear:both;
	background-color:#999999;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.graybgcolor
{
	background-color:#F2F2F2;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px;
	margin-left:2px;
	width:403px;
}

.alignright
{
	text-align: right;
}

.aligncenter
{
	text-align: center;
}
.graybgimg
{
	background-color:#EBEBEB;
	width:942px;
	clear:both;
	margin-left:4px;
	padding:0px 24px 0px 24px;
}
.divborderaddcontacts
{
	width:462px;
	line-height:2px;
	background-image:url(../Images/border1.gif);
	margin-left:5px;
	
}
.divborderrecentcontacts
{
	width:462px;
	line-height:2px;
	background-image:url(../Images/border2.gif);
	margin-left:5px;
}
.divbordersearchcontacts
{
	line-height:2px;
	background-color:#074E9F;
}
.divbordernewcampaigns
{
	width:462px;
	line-height:2px;
	background-image:url(../Images/borderdown1.gif);
	margin-left:6px;
}
.divborderactivecampaigns
{
	width:462px;
	line-height:2px;
	background-image:url(../Images/borderdown2.gif);
	margin-left:6px;
}
.divbordersentcampaigns
{
	line-height:2px;
	background-color:#074E9F;

}
.toplinkspaddingtop
{
	padding-top:19px;
}

.toplinkspaddingtop img
{
    margin:0px 8px 0px 8px;
}

.toplinkspaddingtop div
{
    text-align:center;
}

.toplinkspaddingtop a:hover
{
    font-weight:bold;
}

.headderlinkswidth
{
	width:65px;
}

.headderstatslinkswidth
{
	width:80px;
}
.headdercontactlinkswidth
{
	width:80px;
}

.taskgridwidth
{
	width:100%
}

.quicksearchleftspacer
{
	float:left;
	width: 520px;
}

.contactsheaddngleftspacer
{
	width:55px;
}

.sideheaddingspaddingtop
{
	padding-top:10px;
}

.divresultspacer
{
	clear:both;
	line-height:3px;
}

.divresultleftspacer
{
	float:left;
	width: 10px;
}

.leftcontainbottomspacer
{
	line-height: 61px;
	clear:both;
}

.campaignsrightspacer
{
	width: 105px;
	float:left;
}

.activecampaignsleftspacer
{
	width: 415px;
	float:left;
}

.accountsummaryleftspacer
{
	width: 127px;
	float:left;
}

.accountsummaryspacer
{
	clear:both;
	line-height:12px;
}

.accountlefttextfield
{
	width: 170px;
	text-align:right;
	float:left;
}

.divtaskcontentpadding
{
	padding-left: 13px;
}

.divtaskcontentspacer
{
	line-height: 11px;
	clear:both;
}

.taskspacer
{
	line-height: 2px;
	clear:both;
}
.lastcamprightspacer
{
	width: 110px;
	float:left;
}
.divtab
{
	cursor: pointer;
}

.viewalltaskslineheight
{
	line-height:1px;
}