@charset "utf-8";
/* CSS Document */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Body, fonts and basic elements
-------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

body a {
	color:#046eac;
	text-decoration:none;	
}

h1, h2, h3 {
	color:#777;
}

/* Header, Logo & Menu
-------------------------------------------------------------- */
#mainheader {
	width:100%;
	border-top:5px solid #999;
}

#mainheader #mainheader-inner {
	width:980px;
	margin: 25px auto 0 auto;
}

#mainheader #logo {
	width:200px;
	float:left;
	margin: 0 0 0 0;
}

#mainheader #mainmenu {
	width: 730px;
	float:right;
	margin: 8px 0 0 30px;
}

#mainmenu ul#menu, #mainmenu ul#menu ul.submenu {
    padding:0;
    margin: 0;
}

#mainmenu ul#menu li {
	margin: 0 25px 0 0;
	/*background:#33FFCC;*/
	padding: 0 0 10px 0;
}

#mainmenu ul#menu li, #mainmenu ul#menu ul.submenu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
#mainmenu ul#menu li a, #mainmenu ul#menu li ul.submenu li a {
    display:inline-block;
	padding: 5px 0 5px 0;
}
/*Make the parent of sub-menu relative*/
#mainmenu ul#menu li {
    position: relative;
}
/*sub menu*/
#mainmenu ul#menu li ul.submenu {
    display:none;
    position: absolute;
    top: 27px;
    left: 0;
    width: 100px;
	border-top:2px solid #CCC;
	background:#F5F5F5;
	padding:0 0 0 0;
	width:160px;
}
#mainmenu ul#menu li ul li {
	padding: 3px;
}

#mainmenu ul#menu li ul.submenu li a {
	padding:5px;
}
#mainmenu ul#menu li:hover ul.submenu {
    display:block;
}

#mainmenu a.active {
	color:#999;
}

/* Content
-------------------------------------------------------------- */
#content {
	width:980px;
	margin: 25px auto 0 auto;
}

#content h1 {
	font-size:24px;
	line-height:30px;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size:20px;
	line-height:26px;
	margin: 0 0 17px 0;
}

#content h3 {
	line-height:22px;
	margin: 0 0 13px 0;
}

h1, h2, h3 {
	/* text-transform:uppercase; */
}

#content p {
	margin:0 0 15px 0;
}

#content p:last-child {
	margin: 0;
}

#content #content-left  {
	float:left;
	width:60%;
}

#content #content-right {
	float:right;
	width:35%;
}

#content ul {
	margin-bottom:25px;
}

#content ul:last-child {
	margin-bottom:0;
}

#content ul li {
	margin:0 0 10px 0;
}

#content ul li:last-child {
	margin:0;
}

/* =========== Styled Tables =======*/
/*.styled-table tr.table-headings, .styled-table tr.table-headings td {
	background:#999;
	color:#FFF;
	font-family: 'colaborate-thinregular';
	font-size:24px;
	line-height:30px;
}*/

.styled-table {
	border:none;
	border-collapse: collapse;
	width:500px;
	font-size:12px;
	margin: 0 0 20px 0;
}

.styled-table td {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	vertical-align: middle;
	padding:9px 0 9px 0;
	line-height:18px;
	border-right:none;
	border-left:none;
}

.styled-table td.table-headings, .styled-table td.table-headings {
	background:none;
	color:#777;
	/* font-family: 'colaborate-thinregular';*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:30px;
	border:none;
	border-bottom:1px #E5E5E5 solid;
	border-collapse:collapse;
}

.styled-table td:first-child {
border-left: none;
}

.styled-table td:last-child {
border-right: none;
}


/* Forms
-------------------------------------------------------------- */
#content .form {
	
}

#content .form-section {
	margin-bottom:20px;
	float:left;
	margin-right:10px;
	width:300px;
}

#content .form-section:last-child {
	margin-bottom:0;
}

#content .form-section .form-margin {
	margin-top:10px;
	margin-bottom:10px;
}

#content .form div.criteria-option {
	clear:both;
	line-height:18px;
}

#content .form div.select-all {
	display:inline-block;
	margin: 0 0 5px 0;
	background:#f1f1f1;
	padding: 3px 7px 3px 0;
	border:1px solid #D6D6D6;
	border-radius:3px;
}

#content .form div.criteria-option input[type=checkbox] {
	float:left;
}

#content .form div.criteria-option .criteria-select {
	border:1px solid #CCC;
	padding:10px;
}

#content .form input.button {
	border:1px solid #CCC;
	padding:10px;
	border-radius:3px;
}

p.button {
	padding:5px;
	margin: 10px 0 0 0;
}

/* Forms
-------------------------------------------------------------- */
/*
#content .ccform {
	margin: 0 0 20px 0;
}

#content .ccform input[type=text], #content .ccform textarea {
	width:250px;
	border:1px solid #CCC;
	height:40px;
	line-height:40px;
	margin:0 5px 0 0;
	padding: 0 10px 0 10px;
}

#content .ccform textarea {
	margin:0 0 10px 0;
	width:500px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content .ccform input[type=submit] {
	border:1px solid #CCC;
	height:40px;
	line-height:40px;
	padding: 0 10px 0 10px;
	color:#333;
}


#content .ccform input.button {
	height:42px;
	width:auto;
}

#content #form-output,
#content #form-output2 {
	width:100%;
	clear: both;
	display:none;
	background:#F5F5F5;
	margin: 15px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#content #form-output .form-output-inner, #content #form-output2 .form-output-inner {
	padding:10px;
}

#content #form-output .error-heading {
	padding: 0 0 15px 0;
}
*/

/* Client Search */
#client-search tr#client-search-headings,
#campaign-search tr#campaign-search-headings {
	background:#999;
	color:#FFF;
}

#client-search td,
#campaign-search td {
	padding:7px;
}

#client-search,
#campaign-search {
border:1px solid #E5E5E5;
border-collapse: collapse;
}

#client-search td,
#campaign-search td {
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
vertical-align: middle;
}

#client-search td:first-child,
#campaign-search td:first-child {
border-left: none;
}

#client-search td:last-child,
#campaign-search td:last-child {
border-right: none;
}

#client-search td a,
#campaign-search td a {
	color:#333;
}


/* Add Client
-------------------------------------------------------------- */
#content .ccform.add-client-form input[type=text] {
	width:500px;
	margin:0 5px 15px 0;
}

/* Footer
-------------------------------------------------------------- */
#mainfooter {
	width:100%;
	background:#F5F5F5;
}

#mainfooter #mainfooter-inner {
	width:980px;
	margin: 30px auto 0 auto;
	padding:20px 0 20px 0;
}

/* =Syslog
-------------------------------------------------------------- */
#syslog #syslog-headings {
	background:#999;
	color:#FFF;
}

#syslog {
	border:1px solid #E5E5E5;
	border-collapse: collapse;
	background:#F5F5F5;
	font-size:12px;
}

#syslog td {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	vertical-align: middle;
	padding:7px;
	line-height:18px;
}

#syslog td#syslog-user-id {
	width:50px;
}

#syslog td#syslog-log-level {
	width:70px;
}

#syslog td:first-child {
border-left: none;
}

#syslog td:last-child {
border-right: none;
}

#syslog .info .syslog-entry-log-level {
	color:#4D8E1C;
}

#syslog .warn .syslog-entry-log-level {
	color:#C5AA12;
}

#syslog .critical .syslog-entry-log-level {
	color:#C91D21;
}


/* Misc
-------------------------------------------------------------- */
.clear {
	width:100%;
	clear:both;
}

.float-left {
	float:left;
}

#form-output.no-padding,
#form-output2.no-padding {
	padding:0;
}

.padding-10 {
	padding:10px;
}

.grey-bg {
	background:#999;
}

.white {
	color:#FFF;
}

p.info {
	width:506px;
	padding:7px;
	border:#DFDFDF 1px solid;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.link-display-url {
	/* color:#999; */
	font-style:italic;
	line-height:18px;
}

/* .margin-bottom-25 {
	margin-bottom:25px;
} */

/* Login
-------------------------------------------------------------- */
#login-container {
	width:500px;
	margin:20px auto 0 auto;
	border: 3px solid #CCC;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:50px;
	
}

#login-header {
	width:100%;
}

#login-header #logo {
	width:200px;
	margin: 0 auto 30px auto;
}

#login-form {
	text-align:center;
}

#login-form input, #login-status {
	width:250px;
	border:1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 10px 0;
	color:#777;
	height:50px;
	line-height:50px;
	padding:0 10px 0 10px;
}

#login-form #login-button {
	text-transform:uppercase;
	font-size:16px;
	background:#F5F5F5;
	width:270px;
}

#login-container #login-status {
	margin: 30px auto 0 auto;
	text-align:center;
	width:480px;
}

/* Login
-------------------------------------------------------------- */
#registration-container {
	width:500px;
	margin:20px auto 0 auto;
	border: 3px solid #CCC;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:50px;
}

#registration-container h1 {
	margin: 0 0 20px 0;
}

#registration-container h3 {
	margin: 0 0 30px 0;
}

#registration-header {
	width:100%;
}

#registration-header #logo {
	width:200px;
	margin: 0 auto 30px auto;
}

#registration-form {
	/*text-align:center;*/
}

#registration-form div.reg-field {
	margin: 0 30px 10px 0;
	float:left;
}

#registration-form div.reg-field p {
	margin-bottom:10px;
}

#registration-form p span {
	color:#F00;
}

#registration-form input {
	width:190px;
	border:1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 10px 0;
	color:#777;
	height:30px;
	line-height:30px;
	padding:0 10px 0 10px;
}

#registration-form #register-button {
	text-transform:uppercase;
	font-size:16px;
	background:#F5F5F5;
	width:210px;
	height:34px;
	line-height:34px;
	padding:0;
}

#registration-form div#reg-submit {
	
}

#registration-form .form-output-inner {
	padding:10px;
	background: #F5F5F5;
	border:1px solid #F1F1F1;
}

#registration-form .form-output-inner .error-heading {
	margin: 0 0 15px 0;
	font-size:14px;
}

#registration-form .form-output-inner ul li {
	margin: 0 0 3px 0;
}

/* Contact Form */

#contact-form input[type=text] {
	width:250px;
	padding:3px;
	border:1px solid #CCC;
	margin: 0 0 15px 0;
}

#contact-form textarea {
	width:700px;
	height:250px;
	padding:3px;
	border:1px solid #CCC;
	margin: 0 0 15px 0;
}

#contact-form #contact-submit {
	border: 1px solid #CCC;
	padding:7px;
	margin: 0 0 15px 0;
}

#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form .form-output-inner {
	padding:10px;
	margin: 15px 0 0 0;
	border: 1px solid #CCC;
}