* {
	margin:0;
	padding:0;
}
div.hide {
	visibility: hidden;
	display:none;
}


/* General Style Info */
body {
	background: #fff;
	color: #333;
	font-family:'helvetica', 'lucida grande',verdana,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
background:none;
	margin:0 auto;
	width:960px;
	min-height: 550px;
}

#header{
	margin:0 auto;
	height:127px;
	width:960px;
	position: relative;
}
#header_menu{
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	background:#444444 none repeat scroll 0 0;
	border-bottom:7px solid #333333;
	border-left:7px solid #333333;
	border-right:7px solid #333333;
	height:32px;
	position:absolute;
	right:0;
	top:0;
}
#body{
	background: url(/img/bg.jpg) no-repeat scroll 50% 0;
}
#header_menu .input, .submit {
	display: inline;
}
#home_page {
	clear:both;
	background: #333;
	width: 960px;
	overflow:auto;
}
.publishers_login {
	width: 50%;
}
#content{
	color: #333;
	border: 7px solid #333;
	background: #fff;
	clear: both;
	/*min-height: 400px;
	padding: 10px 20px 40px 20px;*/
	overflow: hidden;
	width: 940px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-radius: 7px;
}
#footer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius: 7px;
	margin-top: 10px;
	/*border: 7px solid #333;*/
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header_logo {
	float:left;

}
#logo-link {
	display:block;
	height:80px;
	top:24px;
	left:45px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:absolute;
	text-indent:-9999px;
	width:300px;
}

/* Tables */
table {
	background: #fef;
	border: 0;
	border-right:0;
	clear: both;
	/*color: #fff;*/
	margin-bottom: 10px;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	/*background: #fff;*/
	border: 0;
	/*border-right: 1px solid #ccc;*/
	padding: 5px;
	text-align: left;
	vertical-align: top;

}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: none;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin: auto;
	padding: 0;
}
div.form {
	margin: auto;
	margin-bottom: 20px;
}
div.select_campaign {
	width: 60%;
}
div.box form {
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #777;
	font-size: 160%;
	font-weight: bold;
}
.select_campaign fieldset {
	width: 450px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 16px 10px;
	border: 0px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.box form div {
	padding-bottom: 3px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	height: 30px;
	margin-top: 10px;
	/*margin-left: 140px;*/
}
div.box form div.submit {
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
div.box input {
	font-size: 100%;
	padding: 0px;
	margin-top:7px;
}
div.box form {
	margin-top:7px;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
img#captcha {
	margin-top: 3px;
	margin-left: 1px;
	width: 100px;
	height: 30px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 7px;
	width: auto;
	vertical-align: bottom;
	border: 1px solid #777;
	background: #eeffee;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #aaffaa;
}

div.box input[type=submit] {
	margin-top: 3px;
	padding: 2px 7px;
}
/*
*/

/* Notices and Errors */
div.message {
	background: #EEFFEE none repeat scroll 0 0;
	border: 1px solid #ddd;
	clear: both;
	color: #666688;
	font-size: 140%;
	font-weight: bold;
	margin: 1em auto;
	padding: 10px;
	text-align: center;
}
div#footerInfo {
	float:left;
	text-align: left;
	font-size: 12px
}
div#footerMenu {
	float: right;
}

div#authMessage {
}
div.error-message {
	width: 80%;
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
#left_column {
	float:left;
	width: 620px;
}
#right_column {
	padding-left: 13px;
	float: left;
	width: 301px;
}
div.box {
	width: 303px;
	height: 183px;
	margin-bottom: 13px;
	float:left;
	/*background: #fff url(http://localhost/~fruribe/loudwords/trunk/img/boxgradient.jpg) repeat-x scroll 0px 0px;*/
	background: #eee;
	overflow: hidden;
}
div.margin_top {
	margin-bottom: 13px;
}
div.margin_left {
	margin-left: 13px;
}

div.box_header {
}
h1.box_header {
	margin: 0;
	padding: 7px 5px;
	color: white;
	/*background:transparent url(http://images.apple.com/startpage/images/titlebg_485_top20080805.gif) no-repeat scroll 0 0;*/
}
input.default_value {
	color: #aaa;
}
#publishers_menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 5px;
}
#header_menu a, #publishers_menu a{
	color: #aba;
}
#header_menu a:hover, #publishers_menu a:hover {
	color: #cdc;
}
div.box ul, #header_menu ul, div.trades_index ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:12px 0 0;
}
div.photo_left {
	margin: 10px;
	float: left;
	font-size: 12px;
}
div.photo_right {
	margin: 10px;
	float: right;
	font-size: 12px;
}
div.box ul {
	margin-top: 20px;
}

div.quote {
	margin: 10px;
	font-style: italic;
}
span.highlight {
	font-weight: bold;
}

img.choice {
	border: 2px dotted black;
	padding: 5px;
}
img.company_logo {
	border: 2px solid #abc;
	padding: 5px;
	background: white;
	float: left;
	margin-right: 7px;
}

#flashMessage {
	width:80%;
}
#publishers_menu{
	background:#444444 none repeat scroll 0 0;
	border-bottom:2px solid #CCCCCC;
	color:#FFFFFF;
	padding:2px 7px;
	width:100%;
}
#advertisers_menu{
	background:#444444 none repeat scroll 0 0;
	border-bottom:2px solid #CCCCCC;
	color:#FFFFFF;
	padding:5px 7px;
	width:100%;
}
#advertisers_menu a{
 color:#999999;
}
div#header_menu li, #publishers_menu li {
	display: inline;
	margin: 8px;
}
div.box_bottom {
	text-align: center;
	height: 150px;
	margin-bottom: 0px;
}
div.left {
	display: block;
	float:left;
	clear: none;
	margin: 0px;
}
div.float_right {
	float: right;
}
div.right {
	display: block;
	clear: none;
	margin: 0px;
}
div.box li {
	display: inline;
	margin: 5px;
}
.color1 {
	background: #2169b9;
}
.color2 {
	background: #e5063f;
}
.color3 {
	background: #ddac01;
}
.color4 {
	background: #4abd27;
}
.color5 {
	background: #49a8a8;
}
div#news {
	margin-left: 10px;
	padding: 7px;
}
div#news h2 {
	background: none;
	padding: 0px;
	font-size: 130%;
}
div.pick_avatar label {
	display: inline;
}
div.trades_add {
	width: 70%;
}
div.publishers_add {
	width: 60%;
}
div.publishers_recover_password {
 width: 40%;
}
div.publishers_change_password {
 width: 40%;
}
div.publishers_edit {
	width: 50%;
}
div.pendingPublishers_add {
	width: 40%;
}
div.trades_add label {
	border: 1px dashed #ccc;
	background: #fef;
	font-weight: normal;
	height: 65px;
	padding: 5px;
	margin-bottom: 5px;
}
div.select_campaign label {
	display:inline
	clear: right;
}
div.select_campaign input[type=radio] {
	float: left;
	clear: none;
}
div.trades_add input[type=radio] {
	float: left;
	clear: none;
}
div.pick_avatar input[type=radio] {
	float: none;
	clear: none;
}
div.trades_index {
	width: 50%;
	clear: both;
	margin: auto;
}
div.report div.info {
	min-height: 0;
}
div.info {
	background: #eef;
	border: 2px dashed #ccc;
	width: 95%;
	clear: both;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 7px;
	min-height: 80px;
}
div.trades_add div.info {
	min-height: 0px;
}
div.notification {
	background: #eef;
	border: 2px dashed #ccc;
	width: 500px;
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	padding: 7px;
}
div.page_text {
	margin: auto;
	width: 80%;
	margin-bottom: 70px;
	text-align: justify;
}
div.page_text h1 {
	margin-bottom: 25px;
	color:#030;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size:200%;
	padding-top:1.5em;
	border-bottom: 2px solid black;
}
div.page_text h2 {
	margin-bottom: 20px;
	color:#040;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size:130%;
	padding-top:1.5em;
	border-bottom: 1px solid black;
}
div.page_text p {
	margin-bottom: 10px;
}
div#footer p {
	margin-top: 10px;
	font-size: 12px;
}
div.report {
	width: 80%;
	margin:auto;
}
div.report embed {
	margin-top: 20px;

}
div.report_users {
	width: 400px;
	margin: auto;
}
div.report_users div.info {
	min-height: 0;
}
div.campaigns_add {
	margin:auto;
	width: 500px;
}
