/*
#199981 - dark green
#88CCB2 - mid green
#D1ECDE - light green
#EE1787 - dark pink
#F34EA5 - mid pink
#F9B0D7 - light pink
#2E4547 - dark grey - (main nav links)
#666666 - mid grey
#199DBF - blue - (links)
#EDF7F2 - lighter green
#FDDFEF - lighter pink
#FFFAD1 - info yellow
#FFFBFA - lighter yellow
*/


/* base*/
html {
    background: #999;
}
body { 
    color: #666;
    line-height: 1.5; 
    text-align: center;
    background: #999;
}
p, td, th, dd, li { font-size: 108%; /* 14px */ }
h1, h4 { font-size: 138.5%; /*18px*/ }
h2, h3, dt { font-size: 123.1%; /*16px*/ }
h1, h2, h3, h4 { margin: 1em 0 0 0; }
p { margin: 0.2em 0 0.8em 0; }
h1, h2, h3, h4, strong { font-weight:bold; }
h1, h2 { color: #EE1787; }
h3 { color: #199981; }
h4 { color: #666666; }
h1, h2, h3 {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
a:link, a:visited, a {
	color: #199DBF;
	text-decoration: none;
    cursor: pointer;
}
a:hover { text-decoration: underline; }
a.grey:link, a.grey:visited {
	color: #666666;
	text-decoration: none;
}
a.grey:hover { text-decoration: none; }
a { outline: none; /* hided dotted line from FF */ }
dl { padding: 0px 40px 12px 24px; }
dt {
	color: #199981;
	line-height: 1.125em;
	margin-top: 1.5em;
	margin-bottom: 0em;
	list-style-image: url('/img/bullet_gn.gif');
}
dd {
	line-height: 1.5em;
	margin-top: 0.25em; /* 4px */
	margin-bottom: 1em;
}
ul {
	margin: 1em 0;
}
ul li {
	list-style-image: url('/img/bullet_gn.gif');
    margin: 0 0 1em 30px;
}
ol li {
    list-style-type: decimal;
    margin: 0.3em 0 0.3em 30px;
    font-weight: bold;
}
.box_content ul li {
    margin: 0 0 0.6em 20px;
}
.quote {
	margin-top: 0em;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 28px;
	background: url('/img/l_quote.gif') no-repeat top left;
	font-style: italic;
}
.quote_rightbox {
	margin-top: 0em;
	padding-bottom: 1em;
	padding-top: 1em;
	background: url('/img/l_quote.gif') no-repeat top left;
	font-style: italic;
	text-indent: 28px;
}
.quote_from {
	display: block;
	clear: left;
	text-align: right;
	color: #2E4547;
}
em {
    font-style: italic;
}



/* main page layout */

	#container {
		width: 920px;
		margin: 0px auto;
		text-align: left;
		background: url('/img/bg_tile.png') repeat-y top center;
	}
	#inner_container {
		background: url('/img/head_bg.png') no-repeat top center;
		background-repeat: no-repeat;
	}
	.page_padding {
		/* padding: 24px 47px 10px 47px; */
		padding: 24px 28px 10px 38px;
	}

	/* header */

	    /* feedback form */

        #site_feedback_container {
            margin-left: 500px;
            position: absolute;
            top: 45px;
            width: 400px;
            z-index: 500;
        }
        #site_feedback_body {
            background: #88CCB2;
            padding: 5px;
            text-align: center;
            border-left: 1px solid #989898;
            border-right: 1px solid #989898;
        }
        #site_feedback form {
            margin: 0;
            padding: 0;
        }
        #site_feedback_foot {
            height: 6px;
            font-size: 1px;
            line-height: 1px;
            background: transparent url(/img/feedback_foot.png);
        }
        #site_feedback textarea {
            width: 350px;
            height: 250px;
        }
        #feed_but {
            float: right;
        }



		#nav_links {
			font-size: 123%;
            font-weight: bold;
			line-height: 1;
		}
        #fd_logo {
            height: 45px;
            float: left;
            border-right: 1px solid #199981; 
            border-left: 0 !important;
            margin-left: 16px;
            padding: 0 !important;
            width: 155px; 
        }
        #nav_links span.navlink {
            display: block;
            height: 45px;
            width: 100px;
            float: left;
            border-right: 1px solid #199981; 
            border-left: 1px solid white; 
            text-align: center;
            color: #199981;
        }
		#nav_links span.navlink:hover {
            color: #666666;
        }
		#nav_links span.navlink span {
            display: block;
            padding-top: 15px;
        }
		span.nav_link a, span.nav_link a:link, span.nav_link a:visited {
			text-decoration: none;
		}
		span.nav_link a:hover {
			color: #666666;
		}

	    /* login */

        div#login {
            width: 300px;
            text-align: right;
            float: right;
            padding-top: 12px;
            margin-right: 20px;
            font-weight: normal;
        }
        .ie6 div#login {
            width: 250px;
            padding-bottom: 4px;
        }
        div#login a {
            float: none !important;
            border: 0 !important;
        }
        span#usr_nm a {
            color: #666666;
        }
		/* client nav */


			#clientnav {
                background: #DDDDDD;
		        background: url('/img/client_nav_bg.png') repeat-x top left;
				height: 21px;
				margin: 0 10px;
                padding-left: 12px;
			}

			#clientnav a:link, #clientnav a:visited {
				padding-left: 13px;
				margin-right: 10px;
				color: #2E4547;
				text-decoration: none;
			}

			#clientnav a:hover {
				color: #199981;
				text-decoration: none;
			}


	/* footer */

		#footer {
			height: 130px;
			text-align: center;
			color: #999;
            margin: 50px 10px 20px 10px;
			background: url('/img/foot_trans.png') repeat-x top left;
		}
        #foot_base {
            height: 49px;
			background: url('/img/foot.png') no-repeat top center;
        }
		#footer_padding {
			padding: 28px 34px;
		}

		#footlinks {
			margin-bottom: 9px;
			margin-left: auto;
			margin-right: auto;
			font-size: 85%;
		}

		#footlinks a:link, #footlinks a:visited {
			background: url('/img/navbut.gif') no-repeat center left;
			padding-left: 15px;
		}

		#footer a:link, #footer a:visited {
			color: #88CCB2;
			margin-right: 10px;
		}

		#footer a:hover {
			color: #2E4547;
			text-decoration: none;
		}

		#footerlogo {
			margin-top: -15px;
			margin-left: 5px;
		}

		#copyright img{
			display: inline;
		}

/* columns */


	div.rightcol, div.leftcol, 
    div.rightcol2, div.leftcol2 {
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0; /* peekaboo bug fix for IE7 */
    }
	div.rightcol {
		float: right;
		width: 225px;
	}
	div.leftcol{
		margin-right: 250px; 
		padding-top: 2px;
	}
    /* just homepage atm */
	div.rightcol2 {
		float: right;
		width: 140px;
	}
	div.leftcol2 {
        width: 690px;
		padding-top: 18px;
		background: white url('/img/home_gradient.png') repeat-x top left;
	}




/* forms*/

	input, textarea, select {
		background: white;
		color: #2E4547;
		border: 1px solid #199981;
		padding: 4px;
	}
    /* bah, why does IE ignore the inheritance from reset-fonts? */
    .ie input, .ie textarea, .ie select {
        font-family: arial,helvetica,clean,sans-serif;
    }
	/* override for textarea, selects and radios */
	textarea {
		padding: 2px;
        width: 400px;
        height: 50px;
	}
	select {
		padding: 0 0 0 2px;
	}
    option {
        margin 5px;
    }
	input.text {
		width: 300px;
	}
	input.narrowtext {
		width: 120px;
	}
	input.image,
	input.radio {
		border: 0;
	}

    input.checkbox {
        border: 1px inset #666666;
        *border: 0;
        padding: 1px;
        *background: transparent;
    }
    input.image {
        padding: 0;
        border: 0;
    }
	input[type=hidden] {
		display: none;
	}

	input.highlight, textarea.highlight, select.highlight {
		border: 1px solid #EE1787;
	}

	input.disabled, textarea.disabled, select.disabled {
		border: 1px solid #ccc;
        background: #eee;
        color: #ccc;
	}

	select[disabled] {
		background-color: #D1ECDE;
		color: #88CCB2;
	}

	/* a bit of breathing space */
	input, textarea, select {
		line-height: 1em;
		margin: 4px 0;
	}
	
	label {
		display: block;
	}

    label.strong {
        font-weight: bold;
        color: #199981;
    }

/* buttons */

    
	.button,
    .button_big,
    .button_grey,
    .button_grey_big,
    .button_simple,
    .button_simple_big,
    .button_simple_huge {
		height: 30px;
		border: 0;
		color: #199981;
        font-size: 123.1%;
        font-weight: bold;
    }
    .button_grey,
    .button_grey_big {
		color: #666666;
    }
	.button,
    .button_grey,
    .button_simple,
	.button_slim,
    .button_grey_slim,
    .button_simple_slim {
		width: 110px;
    }
    .button_big,
    .button_grey_big,
    .button_simple_big,
    .button_big_slim,
    .button_grey_big_slim,
    .button_simple_big_slim {
        width: 165px;
    }
    .button_simple_huge {
        width: 190px;
        font-size: 100%;
        font-weight: normal;
    }
	.button {
		background: url('/img/buttons/button.png') no-repeat center left;
	}
    .button_big {
		background: url('/img/buttons/button_big.png') no-repeat center left;
    }
    .button_grey {
		background: url('/img/buttons/button_grey.png') no-repeat center left;
    }
    .button_grey_big {
		background: url('/img/buttons/button_grey_big.png') no-repeat center left;
    }
    .button_simple {
		background: url('/img/buttons/button_simple.png') no-repeat center left;
    }
    .button_simple_big {
		background: url('/img/buttons/button_simple_big.png') no-repeat center left;
    }
    .button_simple_huge {
		background: url('/img/buttons/button_simple_huge.png') no-repeat center left;
    }

	.button_slim,
    .button_big_slim,
    .button_grey_slim,
    .button_grey_big_slim,
    .button_simple_slim,
    .button_simple_small_slim,
    .button_simple_big_slim {
		height: 20px;
		border: 0;
		color: #199981;
        padding: 2px;
    }
    .button_grey_slim,
    .button_grey_big_slim {
		color: #666666;
    }

	.button_slim {
		background: url('/img/buttons/button_slim.png') no-repeat center left;
	}
    .button_big_slim {
		background: url('/img/buttons/button_big_slim.png') no-repeat center left;
    }
    .button_grey_slim {
		background: url('/img/buttons/button_grey_slim.png') no-repeat center left;
    }
    .button_grey_big_slim {
		background: url('/img/buttons/button_grey_big_slim.png') no-repeat center left;
    }
    .button_simple_slim {
		background: url('/img/buttons/button_simple_slim.png') no-repeat center left;
    }
    .button_simple_small_slim {
		background: url('/img/buttons/button_simple_small_slim.png') no-repeat center left;
        width: 60px;
    }
    .button_simple_big_slim {
		background: url('/img/buttons/button_simple_big_slim.png') no-repeat center left;
    }
    /* custom 1-off buttons */
    .button_cancel {
		background: url('/img/buttons/button_cancel.png') no-repeat center left;
        width: 59px;
        height: 30px;
		border: 0;
		color: #2E4547;
        padding: 2px;
    }
    .button_save {
		background: url('/img/buttons/button_save.png') no-repeat center left;
        width: 47px;
        height: 30px;
		border: 0;
		color: #2E4547;
        padding: 2px;
    }
    .button_create {
		background: url('/img/buttons/button_create.png') no-repeat center left;
        width: 60px;
        height: 20px;
		border: 0;
		color: #2E4547;
        padding: 2px;
    }

    /* who ARE you? */
	.icon_but {
		margin-top: 4px;
		margin-bottom: -3px;
	}








/* tables */

    table.fd_table {
        border: 1px solid #199981;
        border-left-width: 0;
    }

	table.fd_table, table.fd_rep_table {
		width: 100%;
		*width: 95%;
		border-collapse: collapse;
	}

	table.fd_table tr, table.fd_rep_table tr {
		height: 26px;
	}

	table.fd_table td {
		padding: 3px 8px;
		border-top: 1px solid #199981;
	}

	table.fd_table td, table.fd_table th {
		border-left: 1px solid #199981;
	}

    table.fd_table th {
        height: 26px;
		background: url('/img/table_head.png') no-repeat top left;
		padding: 0px 8px 3px 8px;
		font-weight: bold;
		font-size: 108%;
		line-height: 1em;
		background-color: #88CCB2;
	}

    table.fd_rep_table th {
        height: 26px;
		padding: 0 8px 3px 0;
		font-weight: bold;
		font-size: 108%;
		line-height: 1em;
        text-align: left;
	}
    table.fd_table th a {
        color: #199981; 
    }

	table.fd_rep_table td {
		padding: 0 8px 3px 0;
		border-top: 1px solid #666666;
	}

	table.fd_rep_table, table.fd_table {
        margin: 24px 0;
    }

    th.narrow {
        width: 30px;
    }
    th.less_narrow,
    td.less_narrow {
        width: 50px;
    }
    th.even_less_narrow,
    td.even_less_narrow {
        width: 90px;
    }
    th.kinda_wide {
        width: 120px;
    }
    th.wide {
        width: 150px;
    }
    th.wider {
        width: 200px;
    }
    /* row stylez */

        tr.altrow td {
            background-color: #F8FCFB;
        }
        tr.highlight td {
            background-color: #EDF7F2 !important;
        }
        tr.highlight_sel td {
            background-color: #FDDFEF;
        }

        td.center, th.center {
            text-align: center;
        }
    
    table.mini {
        margin: 10px 0;
        background: white;
        border: 1px solid #199981
    }
    table.mini th {
        background: #EDF7F2;
        border-bottom: 1px solid #88CCB2;
        color: #199981;
    }
    table.mini .subrow td {
        background: #EDF7F2;
        color: #199981;
    }
    table.mini th, 
    table.mini td {
        padding: 1px 8px;
    }

/* handy classes*/

	.sm_padding {
		padding: 10px;
	}

	.med_padding {
		padding: 20px;
	}

	.big_padding {
		padding: 30px;
	}

	.hor_padding {
		padding: 4px 40px;
	}

	.right {
		float: right;
	}

	.left {
		clear: right;
		float: left;
	}

	.chunk {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}

	.inline {
		display: inline;
	}

	.centering {
		text-align: center;
	}
    .lefting {
        text-align: left;
    }
	.righting {
		text-align: right;
	}

	.sm_text {
		font-size: 77%;
	}
    .kill_peekaboo {
        min-width: 1px;
        position: relative;
    }

	input.nobo {
		border: 0;
	}
	
	.clear {
		clear:both;
		height:1px;
		overflow:hidden;
	}

	span.light {
		font-weight: normal;
	}

	.pink {
		color: #EE1787;
	}
	.green {
		color: #199981;
	}
    .grey {
        color: #666666;
    }

    .pointer {
        cursor: pointer; 
    }
    .back_link {
        position: relative;
        line-height: 1px;
    }

    /* pretty css3 radiuses */
    .corners {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px; 
        border-radius: 3px; /* future */
    }
    .shadow {
        -moz-box-shadow: 5px 5px 3px #999;
        -webkit-box-shadow: 5px 5px 3px #999;
        box-shadow: 5px 5px 3px #999; 
    }

    .nowrap {
        white-space: nowrap;
    }

/* tabs */

ul.tabs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.66em;
    padding-left: 10px;
    list-style-type: none;
    clear: both;
    margin: 0;
}

.ie ul.tabs {
    padding-bottom: 1.74em; 
}

ul.tabs li {
    display: inline;
    background: #EDF7F2;
    border: 1px solid #ccc;
    float: left;
    margin: 0 14px 0 0;
    padding: 0 10px;
    cursor: pointer;
    -moz-border-radius-topleft: 3px; /* ff */
    -moz-border-radius-topright: 3px; /* ff */
    -webkit-border-top-left-radius: 3px; /* webkit */
    -webkit-border-top-right-radius: 3px; /* webkit */
    border-top-left-radius: 3px; /* future */
    border-top-right-radius: 3px; /* future */
}

ul.tabs li.current {
    background: #fff;
    border-bottom: 1px solid #fff;
}

ul.tabs li.nontab {
    background: transparent;
    border-width: 0px;
    color: #199DBF;
    padding: 0px 4px;
    margin-right: 2px;
}

div.tabpage {
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    clear: both;
    margin: 0px;
}

div.lefttabs ul.tabs,
div.lefttabs div.tabpage {
    clear: none;
}


/* tabnav - horiz navigation for some pages */

table.tabnav {
    border: 1px solid #EEEEEE; 
    background: white;
    margin: 10px 0 20px 20px;
    width: 800px;
}
table.tabnav td {
    text-align: center;
    padding: 5px 0;
}
table.tabnav td.current {
    font-weight: bold;
}

/* start of page specific stylez */


/* homepage */
    #tour_header {
        margin-top: 50px;
    }
    img#homepage_img {
        float: right;
        margin: -5px 6px 6px 16px;
    }
    div#intro {
        width: 400px;
        margin: -10px 0 0 20px;
        *position: relative;
    }
    h3#headline {
        font-size: 200%;
        width: 400px;
    }
    div.homebox {
        width: 230px;
        float: left;
        background: url('/img/homebox_arrow_bg.png') no-repeat top left;
        height: 400px;
    }
    div.homebox.last {
        width: 205px;
        background: url('/img/homebox_bg.png') no-repeat top left;
    }
    div.homebox div h3, div.homebox div p {
        display: inline;
    }
    div.homebox div {
        padding: 14px 35px 20px 14px;
    }
    div.homebox.last div {
        padding: 14px 20px 20px 14px;
    }
    .ie div.homebox div {
        padding: 10px 37px 20px 10px;
    }
    .ie div.homebox.last div {
        padding: 10px 20px 20px 10px;
    }
    #strapline {
        font-size: 150%;
        text-align: center;
        margin: 50px 0 24px;
    }

/* site messages */


    div#new_msg_holder {
        margin-top: -10px;
    }
    div#new_msg {
        background: #88CCB2;
        border: 1px solid #199981;
        padding: 5px 10px;
    }
    div#new_msg label {
        color: white;
        font-weight: bold;
    }
    div#new_msg textarea {
        width: 570px;
    }
    div#new_msg textarea.admin_msg {
        height: 300px;
    }
    div#new_msg textarea.admin_reply_msg {
        height: 200px;
    }
    div#status_selector {
        padding: 5px;
        border: 1px solid #199981;
    }

    tr.msg_info {
        height: 16px !important;
    }
    td.msg_info {
        background: #e5e5e5;
		font-size: 77%;
        border-width: 0 0 0px 1px;
        border-color: #199981;
        border-style: solid;
        line-height: 1;
        color: #199981;
    }
    td.admin_msg {
        background: #D1ECDE;
    }
    td.msg_body {
        border-top: 0 !important;
    }
    td.msg_info div {
        float: right;
        width: 100px;
        text-align: right;
    }
    div#reply_prop {
        height: 150px;
    }
    tr.closed td {
        background: #EEEEEE;
    }
    
/* template list */
    .template_info {
        display: block;
        padding-left: 4px;
    }

/* mp3pool and id3 */
    
    input.id3_text,
    textarea.id3_comment {
        width: 280px;
    }
    .ie input.id3_text,
    .ie textarea.id3_comment {
        width: 270px;
    }
    div#id3_form_right_col {
        width: 240px;
        float: right;
        margin-right: 8px;
        padding-top: 44px;
        text-align: center;
        /* position: relative; */
    }
    .ie div#id3_form_right_col {
        margin-right: 50px;
    }
    div#id3_form {
        padding: 20px 0 20px 16px;
        width: 320px;
    }
    .ie div#id3_form {
        width: 310px;
    }
    div.id3_right {
        width: 160px;
        float: right;
    }
   
	form.audio_options {
		float: right;
		margin: 0 5px;
	}
	form.audio_options select, form.audio_options input {
		margin: 0 2px;
	}

	form.audio_options span {
		font-size: 77%;
		color: #88CCB2;
	}
    
    .fileinfo {
        background-color: #D1ECDE;
        padding: 2px 6px 0;
    }

/* testimonials */

    img.casestudy_logo {
        float: left;
        margin: 10px 16px 6px 4px;
    }

/* contact page */

    div.contact_form {
        padding: 10px 0 0 80px;
    }
    div.contact_form h1 {
        margin-bottom: 15px;
    }
    div.contact_form label {
        font-weight: bold;
        color: #199981;
    }
    div.contact_form input.text {
        width: 370px;
    }
	#contact_text {
		width: 380px;
		height: 180px;
		margin-top: 3px;
		margin-bottom: 6px;
	}

/* signup page */

    div#signup_form {
        padding: 5px 16px 30px;
    }
    div#signup_form label {
        color: #199981;
        font-weight: bold;
    }
    div#signup_form h1 {
        margin-bottom: 6px;
    }
    p#signup_info {
        width: 200px;
        float: right;
        padding: 6px;
        background: #D1ECDE;
    }


/* legals */

    div#legals {
        overflow: auto;
        height: 100px;
        border: 1px solid #666666;
        height: 200px;
        padding: 0 10px;
    }
    div#legals h1, 
    div#legals h2, 
    div#legals h3, 
    div#legals p {
        font-size: 85%; 
        position: static;
    } 

/* control panel */

	#clientNews {
		float: right;
		height: 275px;
		width: 280px;
		overflow: scroll;
		border: 1px solid #199981;
		margin-bottom: 30px;
	}

/* faq */

.faqPad {
	padding: 10px 30px;
}

.faqPad p.question {
	color: #199981;
    margin-bottom: 0;
}
.faqPad p.answer {
}
span#jsinfo {
    color: #EE1787;
}

/* account page */

.ac_label {
    display: block;
    width: 160px;
    float: left;
    clear: left;
}

.ac_result {
    font-weight: bold;
    position: relative; /* peekaboo bug fix for IE6 */
    min-width: 0; /* peekaboo bug fix for IE7 */
}

/* mlists */

	input.copy_but, input.del_but {
		display: block;
		float: left;
		height: 21px;
		margin: 3px 6px 0 0;
		border: 0;
        padding-top: 1px;
	}

	input.copy_but {
		width: 60px;
		background: url('/img/move_copy_but_bg.jpg') no-repeat center left;
		padding-right: 5px;
	}

	input.del_but {
		width: 62px;
		background: url('/img/delete_but_bg.jpg') no-repeat center left;
		padding-left: 14px;
	}


	div.mlist_options select {
		width: 170px;
	}
	
	th.mlist_status {
		width: 60px;
	}
	th.mlist_sentrec {
		width: 80px;
	}
    
    div#mailinglist_menu h2,
    div#status_menu h2 {
        width: 109px;
    }

    a#status_switch {
        margin: 4px 18px 0 0;
    }

    div.name_fields .label_name {
        font-size: 109%;
    }

    div.name_fields .recipient_name {
        color: #999;
    }
    th.check_head {
        width: 15px;
    }
    textarea.mlist_new_addys {
        width: 500px;
        height: 250px;
    }
    form#page_items {
        width: 170px;
        float: right;
        text-align: right;
    }
    form#page_items label {
        display: inline;
        color: #199981;
        margin-top: 6px;
    }
    form#page_items input.text {
        width: 30px;
        padding: 1px;
        text-align: center;
    }
    form#page_items input {
        vertical-align: middle;
    }


    /* files (audio, packshots, miscfiles) */

    div.file_padding {
        padding: 20px 30px 20px;
    }
    div.file_leftcol {
        width: 530px;
        float: right;
    }
    div.file_padding h1 {
        margin: 0 0 10px 0;
    }

    /* campaigns */

        /* index */
        
        tr.campaign_row {
            vertical-align: top;
        }

        tr.campaign_row td {
            padding: 10px;
        }
        tr.campaign_row td div.packshot {
            border: 1px solid #88CCB2;
            width: 50px;
            height: 50px;
            float: left;
            margin: 0 10px 4px 0;
        }
        div.campaign_options div, div.report_options div {
            float: right;
            text-align: right;
        }
        div.campaign_options div {
            width: 190px;
        }
        div.campaign_options div a {
            margin-left: 10px;
            width: 20px;
        }
        tr.activated td {
            background: #EDF7F2;
        }
        tr.deactivated td {
            background: #CCCCCC;
        }
        
/* send page */

	#selection_links a {
		cursor: pointer;
		color: #199DBF;
	}

    textarea.email_text {
        width: 450px;
        height: 220px;
    }

/* reports pages */

    div.reports_padding {
        padding: 16px 30px;
    }
	td.email_cell {
		vertical-align: top;
        width: 280px;
	}
	td.email_cell img {
		margin: 0px;
	}
    tr.dl_row, tr.dl_row_last, tr.zip_contents_row {
        background-color: #EDF7F2;        
    }
    tr.dl_row td.first {
        background-image: url('/img/thread.gif');
    }
    tr.dl_row_last td.first {
        background-image: url('/img/thread_end.gif');
    }
    tr.dl_row td, tr.dl_row_last td, tr.dl_bod td, tr.zip_contents_row td {
        border: 0;
    }
    tr.dl_row td.first,
    tr.dl_row_last td.first {
        background-position: 16px 4px;
        background-repeat: no-repeat;
        padding-left: 40px;
    }
    tr.dl_bod td.first,
    tr.dl_row td.first,
    tr.zip_contents_row td.fcont,
    tr.dl_row_last td.first {
        border-left: 1px solid #199981;
    }
    tr.dl_row_last td {
        border-bottom: 1px solid #199981;
    }
    tr.dl_bod {
        font-weight: bold;
    }

    tr.zip_contents_row td.fcont {
        background-image: url('/img/thread_end.gif');
        background-position: 36px 4px;
        background-repeat: no-repeat;
        padding-left: 60px;
    }

    div.dl_bar_holder {
        border: 1px solid #88CCB2;
        width: 100px;
        height: 10px;
        margin: 0px auto;
        font-size: 1px;
        line-height: 1px;
        text-align: left;
    }

    div.dl_bar {
        height: 10px;
        background-color: #199981;
        font-size: 1px;
        line-height: 1px;
    }
    div.dl_bar_holder.incomplete {
        border: 1px solid #88CCB2;
    }

    div.dl_bar_holder.incomplete .dl_bar {
        background-color: #88CCB2;
    }

    th.percent_col {
        width: 120px;
    }

    /* compile page */
    
    div.compile_fields {
        width: 300px;
        float: left;
        margin-bottom: 30px;
    }
    div.compile_fields h3 {
        margin-top: 0px;
    }
    div.compile_fields #cover_options {
        padding-left: 10px;
    }
    #cover_options textarea,
    #cover_options input {
        width: 180px;
    }
    div.compile_options {
        margin-left: 310px;
    }
    div.compile_options .generate {
        padding-top: 20px;
    }

    /* console log box lolz */
    
    div#log_console {
        height: 300px;
        overflow: scroll;
        margin: 30px;
        padding: 10px;
        background-color: black;
        color: #0E0;
        font-family: monospace;
        border: 2px inset #666;
    }


/* upload form */

	#fcbody, #uploaderpage, #uploadcompletepage, #filelistpage, #defaultpage {
		text-align: center;
	}

	#uploaderpage { 
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

/* wizard */

    h2#campaign_wizard_title {
        margin: 0 0 2px 0;
    }

    div.email_padding {
        padding: 0 0 0 140px;
    }
    
    div.wiz_promo {
        padding: 0 0 0 100px;
    }
    textarea#promo_body {
        margin-right: 50px;
    }

    div.campaign_form label {
        display: block;
        color: #199981;
        font-weight: bold;
    }

    div.campaign_form textarea {
        height: 300px;
        width: 300px;
    }

    textarea#email_body {
        width: 500px;
        height: 200px;
    }

    div.wiz_play {
        padding: 0 280px 0 80px;
    }
    table.req_fields td {
        width: 80px;
        text-align: center;
    }

/* tour */
    /* extra div to avoid no zindex float */
    div#exit_links {
        display: block;
        width: 93px;
        height: 38px;
        float: right;
    }
    a.signup_but {
        display: block;
        position: absolute;
        margin-left: 16px;
    }
    a#showme_link {
        margin-top: 180px;
        z-index: 50;
    }
    a#signup_link {
        margin-top: 226px;
        z-index: 51;
    }
    a.tour_but {
        display: block;
        width: 38px;
        height: 38px;
        margin-top: 200px;
    }
    a#prev_link {
        float: left;
    }
    a#next_link {
        float: right;
    }
    div#tour_holder {
        text-align: center;
        background: white;
        margin: 0 40px;
    }
    div#tour_nav {
        width: 759px;
        height: 32px;
        background: url('/img/tour_nav_bg.gif') top left no-repeat;
        overflow: hidden;
        margin: 0 auto 20px auto;
    }
    div#tour_nav_inner {
        height: 32px;
        width: 800px; /* to stop the links wrapping */
        background: transparent url('/img/tour_nav_active.gif') 0px 1px no-repeat;
    }
    /* for the non-js plebs */
    div#tour_nav_inner.the_promo {
        background-position: 0px 1px;
    }
    div#tour_nav_inner.the_templates {
        background-position: 125px 1px;
    }
    div#tour_nav_inner.extra_options {
        background-position: 250px 1px;
    }
    div#tour_nav_inner.mailing_lists {
        background-position: 375px 1px;
    }
    div#tour_nav_inner.tracking {
        background-position: 500px 1px;
    }
    div#tour_nav_inner.reports {
        background-position: 625px 1px;
    }
    div.tour_nav_jump {
        font-size: 123%;
        font-weight: bold;
        text-align: center;
        width: 125px;
        float: left;
        padding-top: 4px;
    }
    div#tour_nav_inner a.activepage div.tour_nav_jump {
        color: #EE1787;
    }

    div#tour_window {
        width: 700px;
        height: 500px;
        margin: 0px auto;
        text-align: left;
        position: relative; /* for ie7 gheyness */
        overflow: hidden;
    }
    div#tour {
        position: relative;
    }
    div.tour_page {
        width: 700px;
        float: left;
    }
    div.tour_item {
        width: 350px;
        float: left;
    }
    div.tour_item img {
        margin: 6px 0;
    }
    div.tour_item p {
        margin: 10px 20px;
    }

/* admin backend */

.scrollbox {
    width: 400px;
    height: 150px;
    overflow: auto;
    border: 1px solid #199981;
    margin-bottom: 18px;
}

div#all_labels_list {
    height: 400px;
    overflow: auto;
    background: #EDF7F2;
    padding: 4px 8px;
}

/* CRM */


/* billing */
	#billing_input_form_hhh {
		padding: 20px 0 20px 120px;
	}
	#billing_input_form label {
		float: right;
		margin-right: 3px;
	}
	#billing_input_form select {
		padding-right: 0;
	}
    textarea.invoice {
        width: 30em;
        height: 23em;
    }
    table.invoice_form td {
        padding: 10px;
    }
    table#payment_options {
        float: right;
    }
    table#payment_options td {
        border: 0;
    }
    table#payment_options td h1 {
        margin: 0 20px;
    }
    div#we_accept {
        text-align: center;
        margin-top: 110px;
        color: #199981;
        font-weight: bold;
    }
    div#we_accept img {
        vertical-align: middle;
        margin-top: -2px;
    }

/* template page */

    h2.template_header {
        margin: 0 0 10px 0;
    }
    h2.template_header a {
        color: #EE1787;
    }

    div.colorpicker {
        width: 230px;
        height: 100px;
        float: right;
    }
    div.taboptions {
        height: 100px;
        padding: 10px 0 0 10px;
    }
    table.mytemplates_table {
        width: 500px;
        *width: 490px;
        height: 100px;
    }
    table.mytemplates_table td {
        padding: 0 5px;
        vertical-align:middle;
    }

    table.mytemplates_table td img {
        cursor: pointer;
    }

    table.template_form {
        width: 100%;
    }
    table.template_form td {
        padding: 0 3px;
        text-align: center;
    }

    div.taboptions input.text {
        width: 230px;
    }
    div.taboptions select {
        padding: 1px;
    }
    div.taboptions label {
        line-height: 1;
        margin: 0;
    }
    div.taboptions div.color_picker {
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        margin: 2px auto;
        clear: none;
    }
    iframe#preview {
        border: 1px solid #999;
        height: 600px;
        *width: 49em;
    }
    div.template_form_footer {
        padding: 3px;
        background: #EDF7F2;
    }
    div.template_form_footer input.button_create {
        margin-top: 1px;
        float: right;
    }
    div.img_preview {
        width: 100px;
        float: right;
    }
    div.img_preview label {
        display: inline;
        line-height: 6px;
    }
    div.img_preview input {
        border: 0;
        margin: 0;
    }
    div.help_pane {
        color: #199981;
        width: 440px;
    }
    img.bg_img_preview {
        width: 40px;
        height: 40px;
        border: 1px solid;
        background-color: white;
        display: block;
        float: left;
    }


/* autocomplete */


.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 9999;
    border: 1px solid #dddddd;
    background: white;
}
.ui-autocomplete-loading {
    background: white url('/img/miniloader.gif') right center no-repeat;
}
.ui-autocomplete, .ui-autocomplete li {
    list-style: none;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
    background: #D1ECDE;
}
.template {
    display: none;
}

.hide {
    display: none;
}


