/* SVN FILE: $Id: cake.generic.css 7085 2008-06-02 03:32:50Z mark_story $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7085 $
 * @modifiedby		$LastChangedBy: mark_story $
 * @lastmodified	$Date: 2008-06-02 06:32:50 +0300 (Mon, 02 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin: 0 auto;
	padding:0;
}

/* General Style Info */
body {
	/*background: #003d4c;*/
	/*background: #fff;*/
	/*background: #BED9EB url(../img/envelope_bg.gif) repeat-x scroll left top;*/
	background: #fff;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 1em;
}
a {
	/*background:#fff;*/
	color: #1D7BBF;
  text-decoration:none;	
	/*font-weight: bold;*/
}
a:hover {
	/*background:#fff;*/
	color: #003d4c;
	text-decoration: underline;
}
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;*/
	color: #1D7BBF;
	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 {
	text-align: left;
	width: 960px;
}

#header{
	background: #fff; /* added */
	/*margin: 10px 20px 0 20px;*/
}

/* #header h1 {
	//background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	//color: #fff;
	color: #000;
	//padding: 0px 30px;
}
#header h1 a {
	//color: #fff;
	color: #000;
	//background: #003d4c;
	background: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	//color: #fff;
	color: #000;
	//background: #003d4c;
	background: #fff;
	text-decoration: underline; 
} */

#content{
	/*background: #fff;*/
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;
	margin: 0px 20px 10px 20px; 
	overflow: auto;*/
	margin: 10px auto;
}
#footer {
	clear: both;
	/*padding: 6px 10px;*/
	padding: 6px 0px;
	text-align: right;
	/*background: #fff; */
	color: #000; /* added */
	/*margin: 0 20px 0 20px;*/
	margin: 10px auto;
}

div#copyright_notice{ /* added */
float: left;
padding: 0px;
margin: 0;
}

p#copyright{ /* added */
font-size: small;
margin: 0px;
} 

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
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-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	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: inline;
}
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: 12em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	/*width: 80%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #1D7BBF;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	/*clear: both;*/
	display: block;
	/*font-size: 140%;*/
	font-size: 120%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/*width: 100%;*/
	width: auto;
	float: left;
}
select {
	clear: none;
	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=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	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: normal;
}
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;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/**
 * more added bits
 */
 
.ddcolortabsline{
clear: both;
padding: 0;
margin: 0;
width: auto;
height: 2px;
line-height: 2px;
background: #1D7BBF;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.ddcolortabsline2{
clear: both;
padding: 0;
margin: 0;
width: auto;
height: 8px;
line-height: 8px;
background: #1D7BBF;
/*border-top: 1px solid #fff; */
}
 
/********************************************************************************************
 * Header menutabs formatting
 */
	.ddcolortabs{
	padding: 0;
	width: auto;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

	.ddcolortabs ul{
	font: normal 16px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	}

	.ddcolortabs li{
	display:inline;
	margin:0 10px 0 0;
	padding:0;
	/*text-transform:uppercase;*/
	}


	.ddcolortabs a{
	float:left;
	color: #1D7BBF;
	/*background: CornflowerBlue url(../img/color_tabs_left.gif) no-repeat left top;*/
	margin:0 2px 0 0;
	padding:0 0 0 5px;
  padding:6px 0;
	text-decoration:none;
	letter-spacing: -1px;
	}

	.ddcolortabs a span{
	float:left;
	display:block;
	/*background: transparent url(../img/color_tabs_right.gif) no-repeat right top;*/
	/*padding: 4px 8px 2px 7px;*/
	padding: 2px 8px 2px 8px;
	}

	.ddcolortabs a span{
	float:none;
	}

	.ddcolortabs a:hover{
	/*background-color: #1D7BBF;*/
	text-decoration:underline;
}

	.ddcolortabs a:hover span{
	/*background-color: #1D7BBF;*/

	}

	.ddcolortabs .selected a, #ddcolortabs .selected a { /*currently selected tab*/
	/*background:  url(../img/color_tabs_left.gif) no-repeat left top;*/
	background-color: #edf2f6;
	/*background: #1D7BBF url(../img/color_tabs_left.gif) no-repeat left top;*/
	color: #1D7BBF;
	}
	
	
/********************************************************************************************
 * Header menutabs dropdown menu formatting
 */
	.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid #1B5790; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	}


	.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	}

	* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
	}

	.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #1B5790;
	color: white;
	}
	
/**
  * Other formatting
  */

	#menu_empty_space{
	width: 150px;
	}
	
	.text_color_default{
	color: #000;
	}
	
	.text_align_right{
	text-align: right;
	}
	
	.login_div{
	float: right;
	margin-top: 8px;
	}

	.login_links{
	color: #1D7BBF;
	}
	
	.login_links:hover {
	color: #1B5790;
	}
	
 	.container_body{
	margin: 10px 40% 10px 10px;
	} 

	.container_body_headers{
	color: #1D7BBF;
	}

	.container_text{
	color: black;
	}
	
	#iphone_img{
	width: 128px;
	height: 128px;
	float: left;
	margin: 20px 0 0 0;
	}
	
	#viestex_logo{
	border: 0;
	width: 210px;
	height: 53px;
	}
	
	img.news_img{
	border: 0;
	margin: 4px;
	}

	#news_img1{
	width: 298px;
	height: 222px;
	float: right;
	}

	#news_img2{
	width: 298px;
	height: 222px;
	float: right;
	}
	
	hr.container_hr{
	color: #1D7BBF;
	background: #1D7BBF;
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	/*border-top: 1px solid #fff; */
	}
	
	p.banner_text{
	margin-top: 0em;
	margin-bottom: 3em;
	font-size: small;
	}

	div.banner_space{
	margin-top: 4em;
	float: right;
	background: white;
	width: 200px;
	border: 2px;
	}

	.banner_space a:visited {
	text-decoration: underline;
	color: blue;
	}
	
	.banner_space a {
	text-decoration: underline;
	color: blue;
	}

	#right_footer {
	text-align: right;
	font-size: x-small;
	}

	
/**
Testing second layer of menus in demo menu
*/

	.ddcolortabs2{
	padding: 0;
	width: auto;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

	.ddcolortabs2 ul{
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	}

	.ddcolortabs2 li{
	display:inline;
	margin:0 10px 0 0;
	padding:0;
	text-transform:uppercase;
	}


	.ddcolortabs2 a{
	float:left;
	color: #1D7BBF;
	/*background: CornflowerBlue url(../img/color_tabs_left_bottom.gif) no-repeat left bottom;*/
	margin:0 2px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
	letter-spacing: -1px;
	
	}

	.ddcolortabs2 a span{
	float:left;
	display:block;
	/*background: transparent url(../img/color_tabs_right_bottom.gif) no-repeat right bottom;*/
	/*padding: 4px 8px 2px 7px;*/
	padding: 8px 16px 4px 14px;
	}

	.ddcolortabs2 a span{
	float:none;
	}

	.ddcolortabs2 a:hover{
	/*background-color: #1B5790;*/
  text-decoration:underline;
	background-color: #1D7BBF;
	color: #FFF;  
	}

	.ddcolortabs2 a:hover span{
	/*background-color: #1B5790 ;*/
	background-color: #1D7BBF;
	color: #FFF;	
	}

	.ddcolortabs2 .selected a, #ddcolortabs2 .selected a span{ /*currently selected tab*/
	/*background-color: #1B5790;*/
	background-color: #1D7BBF;
	color: #FFF;	
	}

/**
* BI Helper and related
*/

	.bi_all {
	padding-left:2em;
	font-size: 80%;
	}
	
	.bi_name {
	margin-bottom: 0;
	}
	
	.bi_mobile {
	margin-bottom: 0;
	}
	
	.bi_postal {
	margin-bottom: 0;
	}
	
	.bi_email {
	margin-bottom: 0;
	}

	.bi_custom_note {
	clear: none;
	}

	.bi_custom_note p{
	float: left;
	margin-right: 1em;
	}	
	
	.bi_custom_note_field {
	font-size: 80%;
	/*float: left;*/
	}
	
	#bi_footer {
	margin: 0;
	padding: 0;
	background-color: rgb(229, 235, 237)
	}
	
	#bi_footer p {
	float: left;
	margin-right: 2em;
	}
	
	.bi_horizontal_line {
	clear: both;
	padding: 0;
	margin: 0;
	width: auto;
	height: 1px;
	line-height: 8px;
	background: #000;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/	
	}
	
	.bi_form {
	width: auto;
	margin: 0;
	}

	.bi_dialog_legend{
    margin: 1em 0 0 1em;
	padding:0em;
	}
    
    .bi_dialog_dest_label{
    display:inline;
    font-size: 100%;
    }
    
	.bi_destination {
	font-size: 100%;
	float: none;
	display:inline;
	}

    #bi_footer .submit{
    	margin-left: 18em;
    }
    
    form div  #bi_footer {
    	margin-bottom: 0px;
    }

/**
* Dashboard
*/

	#dashboard {
		margin-top: 2em;
	}

	#top_left_dashboard {
	  clear: both;
	  border: 1px solid #000;
	  float: left;
	}
	
	#top_right_dashboard {
	  border: 1px solid #000;
	  float: left;
	}
	
	#bottom_left_dashboard {
	  border: 1px solid #000;
	  float: left;
	  clear: both;
	}
	
	#bottom_right_dashboard {
	  border: 1px solid #000;
	  float: left;
	}
	

a.more_info {
	font-size: 50%;
	background-color: transparent;
	margin-left: 1em;
}

/**
* Account
*/

.account_buttons {
	margin-left: 1em;	
}

.account_buttons > input {
	font-size: 80%;
}

.campaigns_account h2 {
	clear: both;
}

.campaign_selection {
  padding: 0;
  margin: 0;
}

.campaign_selection * {
  padding: 0;
  margin: 0;
}

#menu_select_all_rows {
	background:#F2F2F2 none repeat scroll 0 0;
	border-color:#FFFFFF #BBBBBB #BBBBBB #FFFFFF;
	border-style:solid;
	border-width:1px;
}

.bi_item_rows_value {
	display:block;clear:both;float:left;;
}

.bi_item_rows_item_type {
	vertical-align:top;float:left;
}

#container_frame {
  /*background: #1D7BBF url(../img/color_tabs_left.gif) no-repeat left top;*/
  


	/*background: transparent url(../img/color_tabs_right_bottom.gif) no-repeat right bottom;*/
	/*background: CornflowerBlue url(../img/color_tabs_left_bottom.gif) no-repeat left bottom;*/
	/*background: #1D7BBF url(../img/color_tabs_right.gif) no-repeat right top;*/
	background: url(../img/color_tabs_right.gif) 100% 0 no-repeat;
	padding:2px;
	/*border: 1px solid #1D7BBF;*/

	
}

.bl {background: #1D7BBF /*url(../img/color_tabs_left_bottom.gif)*/ 0 100% no-repeat;}
.br {background: /*url(../img/color_tabs_right_bottom.gif)*/ 100% 100% no-repeat;}
.tl {background: url(../img/color_tabs_left.gif) 0 0 no-repeat;}
.tr {background: url(../img/color_tabs_right.gif) 100% 0 no-repeat; padding:10px;}

.bl2 {background: white url(../img/color_tabs_left_bottom.gif) 0 100% no-repeat;}
.br2 {background: url(../img/color_tabs_right_bottom.gif) 100% 100% no-repeat;}

#footer ul {
  float: left;
}

#footer ul li {
  display: inline;
  font-size: small;
  border-color:transparent;
  border-width:0;
}


/**
* Dog Page
*/

div#dog_page {
  margin-bottom: 3em;
  float: left;
  width: 70%
}

div#dog_page div.add_url {
  margin-left: 70%;
  margin-bottom:3em;
}

div#dog_page div.customer_container {
  margin-left: 1.5em;
  clear: both;
  background-color: #edf2f6;
  margin-top: 2em;
  max-width: 90%;
  padding:0.5em  
}

div#dog_page div.customer_container div.customer {
  /*margin-top: 2em;*/
  margin-bottom: 0.5em;
}

div#dog_page div.customer_container div.bi {
  margin-left: 1.5em;
}
.bi_item {
  display:inline;
}


/**
 * Customer dashboard graph stuff
 */

.graph table {
  /* override cake's properties */
  border-style: none;
  width: auto;
}

.graph table tr td {
  /* override cake's table tr td property */
  border-right-width: 0px;
}


#top_description {
  /*height: 100px;*/
  width: 960px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
  /*background: #D3D3D3 url(../img/viestex/main/top-gradient2.jpg) repeat-x scroll left top;*/
}

#url_dialog input[type=button], #url_dialog input[type=submit] {
  cursor: pointer;
  padding:0.2em 0.6em 0.3em;
}

