html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	min-height: 100%;
}

html {overflow-y: scroll;} 


blockquote {margin:0; padding:10px 0 0 20px; background: url(images/common/quote.jpg) no-repeat top left; font-style:italic; font-family:serif; font-size:1.1em;}

a
{
	color: #00f;
	text-decoration: none;
	outline:none;
}

a:hover
{
	text-decoration:underline;
}


/* TOOLTIP */
#tt {position:absolute; display:block;}
#ttleft {display:block; background:url(images/tooltip/tt_left.png) top left no-repeat;}
#tttop {display:block; margin-left:5px; background:url(images/tooltip/tt_top.png) top right no-repeat; overflow:hidden;padding-right:10px;}
#ttcont {display:block; padding:12px 15px 7px 7px; margin-left:0px; margin-bottom:0px; color:#FFF}
#ttbot {display:block; margin-left:0px; height:15px; background:url(images/tooltip/tt_bottom.png) top right no-repeat; overflow:hidden}

#ttcont ul{padding:0; margin:0;}
#ttcont li{list-style-type: none; padding:0px; margin-left:0px; border-top:1px solid #3d4044; margin-top:5px;padding-top:5px;}
#ttcont li.first{border-top:none;}
#ttcont h1 {color:#ffffff;font-size:1.1em;margin: 0 0 5px 0;}
#ttcont h2 {color:#f7941d;font-size:1.1em;margin: 0 0 5px 0;}
#ttcont h3 {color:#b3d569;font-size:1.1em;margin: 0 0 5px 0;}
#ttcont h4 {color:#f3f37f;font-size:1.1em;margin: 0 0 5px 0;}
/* END TOOLTIP */


/* HELPERS */

div.clear{clear:both;height:1px;overflow:hidden;font-size:1px;margin:0;padding:0;}

.floatright{float:right;}
.floatleft{float:left;}
.centered{margin: 0 auto;}
.shrinktofit{display:table;}
.nobg{background:transparent; background-image:none;}


/* END HELPERS */






/* BUTTONS */

.bigbuttoncontainer
{
	width:770px;
	margin:0 auto;
}

.bigbutton
{
	text-align:center;
	width:118px;
	padding:16px;
	cursor:pointer;
	margin:20px;
	height:210px;
	overflow:hidden;
}

.bigbuttonbackground
{
	width:71px;
	height:71px;
	padding:23px;
	background:url(images/buttons/buttonbackground.png) no-repeat;
	margin-bottom:10px;
}

.bigbuttonimage
{
	width:70px;
	height:70px;
}

.bigbuttonicon
{
	position:absolute;
	margin-left:-40px;
	margin-top:-40px;
}

.bigbuttonerroricon
{
	position:absolute;
	margin-left:-40px;
	margin-top:70px;
}

.bigbuttonsubtext
{
	color:#777;
	font-size:0.8em;
	margin-top:5px;
	text-transform:capitalize;
}


/* END BUTTONS */


/* ALERTS */

div.alert
{
	height: 48px;
	margin: 5px 10px 5px 10px;	
	padding: 8px;
	padding-top: 1px;
	font-size: 0.95em;
}

div.alert img
{
	margin-top: 7px;
}

div.alert .content
{
}

div.critical
{
	background: #ffaaaa;
}

div.warning
{
	background: #ffffaa;
}

div.info
{
	background: url(images/alert/background.png) repeat-x;
}

div.infoleft
{
	background: url(images/alert/background_left.png) no-repeat;
}

div.inforight
{
	background: url(images/alert/background_right.png) no-repeat right;
}


/* END ALERTS */

/* PAGE CONTENT */


div#pagecontent
{
	width: 950px;
	margin: 0px auto 0 auto;
	min-height:300px;
}


div#pagecontentnarrow
{
	width: 800px;
	margin: 40px auto 0 auto;
}

div#pagecontent h1
{
	margin-top:0px;
	font-size: 1.5em;
	color: #336699;
}


div#pagecontent h2
{
	font-weight: normal;
	margin-top:0px;
	font-size: 0.9em;
	color: #666;
}

div#pagecontent .floatbox
{
	border:1px solid #ccc;
	padding: 9px 14px;
	margin: 0px 10px 30px 10px;
	background: url(images/welcome/boxbackground.gif) repeat-x top;
}

div#pagecontent .floatboxdetail3
{
	color:#555;
	font-size:0.9em;
	width:260px;
	padding: 10px 15px;
	margin: 0px 10px 30px 10px;
	background: url(images/floatbox/detail_background_3.png) no-repeat top;
}

div#pagecontent .floatboxdetail3 h1
{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}

div#pagecontent .floatboxdetail2
{
	color:#555;
	font-size:0.9em;
	width:390px;
	padding: 20px 25px;
	margin: 0px 10px 30px 10px;
	background: url(images/floatbox/detail_background_2.png) no-repeat top left;
}

div#pagecontent .floatboxdetail2 h1
{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}


div#pagecontent .floatboxdetail1
{
	color:#555;
	font-size:0.9em;
	width:890px;
	padding: 20px 25px;
	margin: 0px 20px 30px 5px;
	background: url(images/floatbox/detail_background_1.png) no-repeat top;
}

div#pagecontent .floatboxdetail1 h1
{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}


div#pagecontent .floatboxmargin
{
	color:#555;
	font-size:0.9em;
	width:220px;
	padding: 10px 15px;
	margin: 0px 20px 0 0;
	background: url(images/floatbox/margin_background.png) no-repeat top;
}

div#pagecontent .floatboxmargin h1
{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}



div#pagecontent .floatbox h1
{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #336699;
	font-weight: normal;
}

div#pagecontent h1.maintitle, floatbox h1.maintitle
{
	padding:10px;
	margin: -20px 0 0 -10px;
	font-size:1.7em;
	
	color:#fff;
	text-align:left;
	width:950px;
    background:#3f82ae;
	font-weight:bold;
    text-transform:lowercase;
}

div#pagecontent h1.subtitle, .floatbox h1.subtitle
{
	padding:0 0 0 20px;
	font-size:1.1em;
	letter-spacing:.1em;
	font-weight:normal;
	text-transform:lowercase;
	color:#fff;
	margin:-2px auto 0px auto;
	text-align:left;
    visibility:collapse;
	visibility: hidden;
}

div#pagecontent .floatbox h2
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}

div#pagecontent .floatbox h3
{
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	text-transform: capitalize;
}

div#pagecontent .floatbox p
{
	line-height:140%;
	font-size: 0.85em;
	color: #666666;
}

div#pagecontent .floatboxcallout
{
	margin-bottom: 20px;
	padding: 15px;
	background: #f7941d url(images/common/calloutbackground.png) repeat-x;
	border: 1px solid #d1780a;
}

div#pagecontent .floatboxcallout p
{
	line-height:140%;
	font-size: 0.8em;
}

div#pagecontent .floatboxcallout a
{
	line-height:140%;
	font-size: 0.8em;
	color: black;
	font-size: 1.2em;
}

div#pagecontent .floatboxcallout h1
{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
}

div#pagecontent .floatboxcallout h2
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}

.packageoption
{
	background: #fff;
	float: left;
	width: 250px;
	padding: 5px;
	margin: 20px 20px 5px 20px;
	text-align: center;
	border: 1px solid black;
}

.radiobutton
{
	text-decoration: underline;
	color: #00f;
	padding:1px 5px 1px 5px;
    cursor: default;
}

/* END PAGE CONTENT */



/* FORM ELEMENTS */

form
{
	padding:0;
	margin:0;
}

.formerror
{
	margin:2px;
	color: #f00;
    font-size:0.9em;
}

.formerrormajor
{
	color: #000;
	padding:20px;
	border:2px solid #f00;
	background: #ffdddd;
	font-size:1.5em;
	margin-bottom:20px;
	text-align:center;
}

.forminfomajor
{
	color: #000;
	padding:20px;
	border:2px solid #00dd00;
	background: #ddffdd;
	font-size:1.5em;
	margin-bottom:20px;
	text-align:center;
}

.inputtext
{
	border: 1px solid #336699;
	background: #fff;
	font-size: 1.0em;
	width: 400px;
	margin:0;
}


.formbutton {
    font-size:1em;

  outline: none;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */

  color: #000;
  background-color: #ff5;
  padding: 2px 7px;

  margin-right:20px;
}
.formbutton:hover {
  background-color: #ff5;
  text-decoration:none;
}



/* END FORM ELEMENTS */


/* HEADER */

div#header_container
{
	width:100%;
}

div#header
{
	width: 800px;
	margin: 0 auto;
	height: 100px;
}

div#header_logo
{
	padding:10px 0 10px 0;
}


div#header_callout_content a
{
	color: #00f;
	font-style:italic;
	font-size:1.1em;
}


/* END HEADER */



/* MAINMENU */

div#mainmenu
{
	width: 970px;
	margin: 40px auto 0 auto;
	color: #000;
	padding:0;
	border:10px solid #00395c;
	border-bottom:0px;
}

div#mainmenu_content
{
	width: 95%;	
	margin: 0;
	padding: 0px 20px;
	font-size: 1em;
}

div#mainmenu_content ul
{
	margin: 0;
	padding: 0;
}

div#mainmenu_content li
{
	display:block;
	height:20px;
	display: block;
	float: left;
	padding: 7px 15px 0 15px;
	text-align:center;
}

div#mainmenu_content li.selected
{
	border-bottom:1px solid #9ae;
	height:29px;
	background:#5aa8cf;
}


div#mainmenu_content img
{
	height:40px;
	width:40px;
	border:0;
}

div#mainmenu_content a
{
	color: #000;
	text-decoration: none;
}

div#mainmenu_content a:hover
{
	text-decoration:underline;
}

div#mainmenu_callout
{
	padding-top:5px;
	margin-right: 0px;
	float: right;
	color: #fff;
}

div#mainmenu_callout a
{
	color: #fff;
}


/* END MAINMENU */




/* SUBMENU */

div#submenu_container
{
	width:950px;
	margin: 0 auto;
}


div#submenu
{
	height: 37px;
	margin: 0 auto;
	margin-right:10px;
	background: #3f4145 url(images/menu/submenu_background.png);
	color: #fff;
	padding:0;
}


div#submenu_left
{
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url(images/menu/submenu_leftborder.png) no-repeat left;
}

div#submenu_right
{	
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url(images/menu/submenu_rightborder.png) no-repeat right;
}

div#submenu_content
{	
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 7px 0px 0px 20px;
	font-size: 1em;
}

div#submenu_content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#submenu_content li
{
	display: block;
	float: left;
	margin-right: 30px;
	text-align:center;
}

div#submenu_content img
{
	height:40px;
	width:40px;
	border:0;
}

div#submenu_content a
{
	color: #fff;
	text-decoration: none;
}

div#submenu_content a:hover
{
	text-decoration:underline;
}

div#submenu_callout
{
	margin-right: 0px;
	float: right;
	color: #fff;
}

div#submenu_callout a
{
	color: #fff;
}


/* END SUBMENU */


/* usermainmenu */


div#usermainmenucontainer
{
	width: 990px;
	height: 77px;
	margin: 0 auto 0 auto;
	background: #3f4145 url(images/menu/topmenu.png) no-repeat;
	padding:15px 0 0 0;
}

div#usermainmenu
{
	width: 950px;
	margin: 0px auto 0 auto;
	background: transparent; /*#3f4145 url(images/menu/bigmenu_background.png);*/
	color: #fff;
	padding:0;
}


div#usermainmenu_left
{
	width: 950px;
	margin: 0;
	padding: 0;
	background: transparent; /*url(images/menu/bigmenu_leftborder.png) no-repeat left;*/
}

div#usermainmenu_right
{	
	width: 950px;
	margin: 0;
	padding: 0;
	background: transparent; /*url(images/menu/bigmenu_rightborder.png) no-repeat right;*/
}

div#usermainmenu_content
{	
	width: 910px;
	margin: 0;
	padding: 8px 0px 0px 20px;
	font-size: 1.0em;
}

div#usermainmenu_content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#usermainmenu_content li
{
	display: block;
	float: left;
	margin-right: 30px;
	text-align:center;
}

div#usermainmenu_content img
{
	height:40px;
	width:40px;
	border:0;
}

div#usermainmenu_content a
{
	color: #fff;
	text-decoration: none;
}

div#usermainmenu_content a:hover
{
	color: #ffcc00;
}

div#usermainmenu_callout
{
	margin-right: 0px;
	float: right;
	color: #ffcc00;
}

div#usermainmenu_callout a
{
	color: #ffcc00;
}


/* END usermainmenu */


/* USERSUBMENU */



div#usersubmenu
{
	width: 930px;
	height: 20px;
	padding: 10px;
	margin: 0 auto;
	background: #3f4145;
	color: #fff;
}




/* end USERSUBMENU */


/* FOOTER */

div#footer
{
	width:100%;
	margin: 30px auto 0 auto;
	height:130px;
}


div#footer_content
{	
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	color: #4083ae;
	text-align:left;
	font-size:0.8em;
	border-top:2px solid #d7e1ec;
	padding-top:10px;
	margin-top:40px;
}

div#footer_content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#footer_content li
{
	display: block;
	float: right;
	margin-left: 24px;
}

div#footer_content a
{
	color: #4083ae;
	text-decoration: none;
}

div#footer_content a:hover
{
	text-decoration:underline;
}


/* END FOOTER */


/* BANNER */

.banner
{
	/*height: 300px;*/
	width: 100%;
}


.bluebannertall
{
	background: #fff url(images/banner/bluebannertall.gif) repeat-x;
}

.bluebannershort
{
	background: #fff url(images/banner/bluebannershort.gif) repeat-x;
}

.bluebanner
{
	background: #fff url(images/banner/bluebanner.gif) repeat-x;
}

.purplebanner
{
	background: #fff url(images/banner/purplebanner.gif) repeat-x;
}


.redbanner
{
	background: #fff url(images/banner/redbanner.gif) repeat-x;
}

.orangebanner
{
	background: #fff url(images/banner/orangebanner.gif) repeat-x;
}

.bannertext
{
    font-family: Arial;
    margin:0 20px;
	color:#fff;
	line-height: 140%;
	font-size: 1.08em;
    text-align:justify;
}


.bannercontent
{
	width:800px;
	margin: 0 auto;
    margin-top:0px;
}


/* END BANNER */




/* MODAL OVERLAY STUFF */

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image: url("images/modal/maskBG.png") !important; 
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #424549;
	color: #ffffff;
	font-weight: bold;
	height: 1em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #424549;
	border-left: 1px solid #424549;
	border-right: 1px solid #424549;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
}

/* END MODAL OVERLAY */







/* LAVA LAMP */


  #lavaLampBasicImage {
  			padding-left:0px;
  			padding-top: 30px;
            position: relative;
            overflow: hidden;
			width:495px;
        }
                #lavaLampBasicImage li {
                    float: left;
                    list-style: none;
                }
                    #lavaLampBasicImage li.back {
                        background: url("images/lava2.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        #lavaLampBasicImage li.back .left {
                            background: url("images/lava2.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 9px is the width of the rounded shape */
                        }
                    #lavaLampBasicImage li a {
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
						padding-top: 7px;
						color:#005993;
						font-size: 0.80em;
                    }
                        #lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
                            border: none;
                            text-decoration: none;
                        }
						
/* END LAVA LAMP */






/* SLIDERS */

*.horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.horizontal_slider_track {
	color: #333;
	width: 220px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
}
*.vertical_slider_track {
	background-color: #bbb;
	color: #333;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.horizontal_slider_track *.slider_slit {
	background-color: #333;
	color: #ccc;
	width: 210px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.vertical_slider_track *.slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.horizontal_slider_track *.slider {
	width: 16px;
	background-color: #999;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.vertical_slider_track *.slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
.slider_display {
	color: #333;
	padding: 3px 1px 0 0;
	text-align: center;
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	width: 220px;
	border: 0;
	cursor: default;
	background:transparent;
}


/* END SLIDERS */


.campaignwizard_stepbar
{
	margin-top:0px; color:#fff; padding:10px 10px;background:#ad4500;border:0px;
}

.campaignwizard_stepbar strong
{
	color:#ce8f66;font-size:20px;
}

.campaignwizard_stepbar_content
{
	padding-top:10px;
}

.campaignwizard_stepbar .callout
{
	background:#e76908 url(images/wizard/stepcallout.png); width:141px; height:44px;color:#fff;text-align:center;padding-top:20px;font-size:22px;margin-right:14px;
}
.campaignwizard_stepbar .callouttwo
{
	background:#e76908 url(images/wizard/stepcallout.png); width:141px; height:59px;color:#fff;text-align:center;padding-top:5px;font-size:22px;margin-right:14px;
}




#pagecontent
{
    width: 950px;
    margin:0 0 0 0;
    padding:20px;
    background:url(images/pagecontent/background.png) ;
    border-bottom:10px solid #00395c;
}


#pagecontenttop
{
    width: 990px;
    background:url(images/pagecontent/backgroundtop.png) no-repeat top;
}

#pagecontentbottom
{
    width: 950px;
    padding:0 20px;
    background:url(images/pagecontent/backgroundbottom.png) no-repeat bottom;
}

div#pagecontent .floatbox
{
	border:3px solid #ccc;
	padding: 9px 14px;
	margin: 0px 10px 30px 10px;
	background: #fff;
}


.campaignwizard_navbar
{
    background:#00395c;
	padding:10px 20px 7px 10px;
}


.pagecontentnomenu
{
	margin-top: 340px;
    border-top: 10px solid #00395c;
}