/* General Style Info */
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 17pt;
	font-weight: bold;
    color: #575044;
    margin: 0.1em 0;
    margin-bottom: 1em;
}

form {
    clear: both;
    padding: 0;
}

form .form-error {
    border: 1px solid red;
}

fieldset {
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border: none;
}

fieldset legend {
    font-size: 13pt;
    font-weight: normal;
    color: #555;
    padding-left: 0 !important; /* neutralises forms.css */
    margin-bottom: 1em;
}

form div.input {
    color: #444444;
}



div.error-message {
    color: red;
}

fieldset label {
    color: #777;
}

fieldset input, fieldset textarea {
    margin-bottom: 10px;
}

.submit input, .button input, .bgbox, .links a, #chart .button,
.next {
    border: 1px solid #9f9a94 !important;
    background: url(../img/button_bg.png) repeat-x;
	padding: 0.25em 0.5em 0.25em 0.5em !important;
    
}

.submit input, .button input, .bgbox, .links a, #chart .button
{

    display: inline;
    margin-left: 0px;

    vertical-align: bottom;
    font-weight: bold;
    color: #674722;
    border-color: #9F9A94 #9F9A94 #9F9A94 #9F9A94;
}

.submit input, .button input, .bgbox, #chart .button
{
    width: 130px;
}

input.grey, #chart .grey {
    background: url(../img/button_bg_grey.png) repeat-x;
}

.button input.next {
    width: 90px;
    cursor: pointer;
}

h2 {
    color: #555;
}

h3 {
    color: #888;
    margin-bottom: 10px;
}

h4 {
    color: #888;
    margin-bottom: 6px;
    font-weight: bold;
}

a {
    color: #927048;
    text-decoration: none;
}

a.active, a:hover {
    color: #bf3b36;
}

a.inactive {
    color: #555;
}

#logo {
    height: 60px;
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 20px;
    padding-top: 30px;
    float: left;
    width: 400px;
}

#logo_right {
    padding-top: 50px;
    float: right;
    width: 300px;
    text-align: right;
    padding-right: 20px;
    color: #777;
}

#header {
    clear: both;
    background-image: url(../img/bg_menu.png);
    background-repeat: repeat-x;
    height: 49px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

#header a {
    text-decoration: none;
}

#header span {
    margin-right: 15px;
}

#header_left {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 6px;
    font-weight: bold;
}

#header_right {
    float: right;
    width: 160px;
    text-align: right;
    padding: 0px;
    margin: 0px;
    margin-right: 6px;
    font-weight: bold;
}

#submenue {
    margin: 0px;
    padding: 2px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#submenue a {
    margin-right: 15px;
    font-weight: bold;
    padding: 0.4em 0.75em 0.35em 0.75em;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#submenue a:hover {
    background-color: #F6EEDB;
}

#content {
    background-color: #FFFFFF;
    clear: both;
    color: #333333;
    overflow: auto;
    padding: 10px 20px 40px;
}

input, textarea {
    display: block;
    font-size: 110%;
    font-weight: normal;
    width: 90%;
    border: 1px solid #DDD;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    float: left;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

#ab_linkclass {
    width: auto;
}

input:focus, textarea:focus {
    background-color: #f7f5f0;
    border: 1px solid #c1bfb9;
}

input#ab_reset {
    background-color: #ddd;
    color: #555;
    border: 1px solid #bbb;
    margin-right: 10px;
}

label {
    display: block;
    font-size: 110%;
    padding: 2px;
    padding-left: 0px;
    padding-right: 20px;
}

select {
    clear: both;
    font-size: 10pt;
    vertical-align: text-bottom;
    border: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

select
[ multiple = multiple ] {
    width: 100%;
}

option {
    font-size: 120%;
    padding: 0 3px;
}

.checkbox input {
    /* clear: left;*/
    float: left;
    /* margin: 0px 6px 7px 2px;	 */
    width: auto;
    border: 0px;
    margin-bottom: 0;
}

.checkbox {
    margin-bottom: 10px;
}

input
[ type = "hidden" ] {
    border: none;
}

form div.input {
    clear: both;
    vertical-align: text-top;
}

form div.submit, form div.button {
    border: 0;
    margin-left: 0px;
    padding: 0px;
    margin-top: 0;
}

#div_linkcolor {
    height: 5px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

a img {
    border: medium none;
}

table {
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    border: 0;
    border-collapse: collapse;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
}

table.list {
    width: 100%;
}

table.list th {
    background: #e0d9ce;
    border: 0;
}

table.list th a {
    display: block;
    text-decoration: none;
}

table.list td a {
    padding-right: 0.5em;
}

tr.summary td { 
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #ddd;
}


table.list tr td, table.list tr th {
    padding: 0.5em;
    vertical-align: top;
    white-space: nowrap;
}

table.list tr td {
    background: #efefef;
}

table.list tr th, table.list tr:hover td, table.list tr.altrow:hover td {
    background: #f0edeb;
}

table.list tr:hover td, table.list tr.altrow:hover td {
    background: #f3efd9;
}

table.list tr.altrow td {
    background: #fff;
}

table.list tr.deleted td, table.list tr.deleted td a {
    color: #999;
}

table.list td.actions {
    text-align: center;
    white-space: nowrap;
}

table.list td.actions a {
    display: inline;
    margin: 0px 6px;
}

table.list tr th {
    border-bottom: 3px solid #e0dcd5;
}

table.list .id {
    text-align: center;
}

table.list .string {
    text-align: left;
}

table.list .num {
    text-align: right;
}

table.list th, table.list td {
    border-bottom: 1px solid white;
}

td.headline {
    width: 150px;
    font-weight: bold;
    text-align: left;
}

table tr.alternate td {
    background-color: #efefef;
}

.cake-sql-log table {
    background: #f4f4f4;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}

td.content {
    text-align: left;
}

.filter {
    float: right;
}



.filter tr td {
    padding-left: 10px;
}

#custom div label, .filter div.input, .filter div.submit {
    float: left;
    padding-right: 0.5em;
}

.filter div.input, .filter div.submit {
    clear: none;
    padding-top: 0;
}

.filter .date {
    width: 7em;
}

.filter .submitbutton {
    width: 2.5em;
}

.pagination {
    color: #ccc;
    clear: both;
    margin-top: 1em;
}

.current {
    font-weight: bold;
    color: #444;
    background-color: #F6EEDB;
    padding: 3px 5px 3px 5px;
}

.active_sort, .active_sort a {
    background-color: #e5dfda !important;
    color: #55493b !important;
}

.asc, .desc {
    background-repeat: no-repeat;
    background-position: right 7px;
    padding: 0px;
    padding-right: 15px;
}

.asc {
    background-image: url(../img/asc.gif);
}

.desc {
    background-image: url(../img/desc.gif);
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.inline {
    display: inline;
}

#editbanner, #editproduct {
    float: left;
    margin-right: 20px;
    width: 400px;
}

#editbanner {
    width: 400px;
}

#editproduct{
    width: 600px;
}

#banner2 {
    float: left;
    display: block;
    position: relative;
}

div.message {
    background-color: #f9eeb4;
    clear: both;
    color: #555;
    font-weight: bold;
    margin: 1em 0 1.5em 0;
    padding: 0.75em;
}

#chart {
    width: 650px;
    float: left;
}

#chart h1 span {
    font-weight: normal;
}

#chart_div {
    height: 240px;
	
}

#analytics {

	width:840px;
}

#click_fraud {
    width: 170px;
    float:right;
    margin-left: 20px;
	display:block;
}

#click_fraud h2 {
    float: left;
    margin-top: 0;
}
#click_fraud #fraud {

}

h2#datefields, #datepicker {
    padding: 0.25em;
    border: 1px solid #ddd;
    font-weight: normal;
}

#chart #datepicker {
    height: 2.15em;
}

#chart #datepicker input {
    width: 7em;
    display: inline;
    margin-right: 10px;
}

#loading {
    position: absolute;
    margin-left: 245px;
    margin-top: 70px;
}

#summary strong {
    padding-right: 20px;
}

#summary ul {
    border: 1px solid #eee;
    background-color: #EDF7FF;
    padding: 0.5em;
    margin-left: 0;
    text-align: left;
    display: block;
}

#summary li {
    list-style: none;
    display: inline;
    font-size: 14pt;
}

.act, .inact {
    background-image: url(../img/active.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin: auto;
}

.inact {
    background-position: 0 -16px;
}


.frame, #framecontainer, #tabs {
    height: 475px;
    overflow: hidden;
    position: relative;
}

#framecontainer ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#tabs {
    width: 652px;
}

.frame {
    float: left;
    padding: 15px;
    width: 620px;
    margin-right: 30px;
	border:1px solid #ddd;
	background: url(../img/front_bg.gif) repeat-x;
}

#frame1 img {
 padding-left:1em;
}


.frame h1 {
    margin-bottom: 0.5em;
}

.frame p {
    line-height: 1.5em;
}

.frame .links {
    margin: 1.5em 0 1.5em 0;
}

.frame ul li {
    list-style-type: none;
    margin-bottom: 0.25em;
}

#framecontainer {
    width: 5200px;
}

#tabsnav li a:focus,
#tabsnav li a{
	border-top:1px solid #ddd;
}
#tabsnav li a 				{	
	background: url(../img/tab.gif);
	background-repeat: no-repeat;
	width:75px;
	height:62px;
	padding-right:10px;
	outline:none;
}
#tabsnav li a			{	background-position:0px -160px;	}
#tabsnav li a.acttab,
#tabsnav li a:hover			{	background-position:0px -240px;	}

#tabsnav li.first a 			{	background-position:0px 0px;}

#tabsnav li.first a.acttab,
#tabsnav li.first a:hover 	{	background-position:0px -80px;}

#tabsnav li.last a			{	background-position:0px -320px;}

#tabsnav li.last a.acttab,
#tabsnav li.last a:hover  	{	background-position:0px -400px;}




#tabsnav ul {
	border-top:1px solid #ddd;
    padding-bottom: 20px;
	
}

#tabs, #tabsnav a {
   overflow: hidden;
    display: block;
}

ul#tabsnav, #tabsnav li {
    margin: 0;
    padding: 0;
}

ul#tabsnav {
    height: 81px;
	padding-left:8px;
}

#tabsnav li {
    list-style: none;
    float: left;
    height: 80px;
    border-bottom: 0;
    border-right: 0;
		margin-left:-8px;
	width:100px;
}

#tabsnav li.last {
    border-right: 1px solid #ddd;
    width: 97px;
}

#tabsnav a {
    padding: 18px 2px 0 15px;
    width: 77%;
    height: 100%;
	font-weight: bold;
}


#tabsnav a:focus {
    border: 0;
}

#partners {
	margin-top:25px;
	border:1px solid #DDDDDD
}

.frame #submenue {
	margin-bottom:0px;
	border-bottom:0px;
	padding-top:8px;
}
.frame label {
	float:left;
	width:4em;
	padding:0;
}
.tab {	
	 border: 1px solid #ddd;
	margin:0;
	padding:0.2em;	
	margin-right:80px;
	background:white;
}

.tablink {
	border:1px solid;
}

.links ul li  {
    margin-bottom: 2em;

}

#frame7 .links a{
	width:6em;
	display:block;
	float:left;
	
}

.frame  .links a {
	margin-right:1.2em;
}



.next {
	bottom:46px;
	position:absolute;
	right:5px;
}

.acttab {
    background-color: #F9EEB4;
}

#footer {
    margin-top: 3em;
    border-top: 1px solid #ddd;
    padding-top: 0.5em;
    color: #888;
}

#footer a {
    margin-left: 1.5em;
    color: #666;
}

.formline {
    display: block;
    width: 100%;
}

.formfield {
    width: 46%;
    float: left;
}

.formfield.last {
    float: right;
}

.found {
    background-color: #fff887;
}

input[type="hidden"] {
	display:none;
	border:0;
}
/**
 * Helpers
 **/
.clear_both {
    clear: both;
}

#preview h1 {
clear:both;	
}

#ul1 .priority {
	display:none;
}

#resetvalues {
	float:none;
}
