@import url('master.css');
body {
	text-align:center;
	background-color: #fff;
	background-image:url('/images/bg.png');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:arial,"frutiger linotype","lucida grande",helvetica,sans-serif;
	background-color: #e5e5e5;
}
.welcome {
	margin: auto;
	width: 85%;
	background-color: #F3F3FF;
	border: solid 1px #D6D6FF;
	padding: 0.5em;
	z-index: 10;
	font-size: 11pt;
	margin-top: 15px;
}
.welcome h2 {
	line-height: 8px;
}
#header {
	background-image: url('/images/bg.png');
	background-repeat:repeat-x;
	width: 796px;
	height: 94px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #e5e5e5;
}
#header h1 {
	float: left;
	background-image: url('/images/header-logo.png');
	background-repeat:no-repeat;
	width: 100%;
	height: 95px;
	font-size:0.1px;
	line-height: 0px;
	margin: 0px;
	padding: 0;
	color: white;
}
#header .language {
	font-size: 10pt;
	position: absolute;
	right: 0px;
	/*height: 25px;*/
	padding-top: 5px;
	line-height: 20px;	
	vertical-align: middle;
	z-index: 100;
	/*overflow: auto;*/
	/*border: 1px solid #FF0000;*/
}
#header .language a {
	color: #900;
	font-weight:bold;
}
#header .language a:hover {
	color: #900;
	font-weight:bold;
}
#header .language .lang_select {
	margin-top: 10px;
	text-align: right;
}
#header .language .lang_select select {
	vertical-align: middle;
}

#header .actions {
	font-size: 10pt;
	position: absolute;
	right: 0px;
	height: 50px;
	padding-top:69px;
	line-height: 20px;
}

#container {
	margin: auto;
	text-align:left;
	width: 796px;

}
#contentcontainer {
	padding-left: 15px;
	padding-right: 15px;
}
#content {
	font-face: ariel;
	background-color:white;
	-moz-border-radius: 10px;
	padding: 15px;
}
#content-launch {
	background-image: url('/images/main-launch.jpg');
	background-repeat:no-repeat;
	width: 796px;
	height: 560px;
	font-size:0.1px;
	line-height: 0px;
	margin: 0px;
	padding: 0;
	color: white;
}
#content-launch #signup {
	font-size: 14px;
	color:black;
	position: relative;
	line-height: 16px;
	top: 64px;
	left: 556px;
	width: 208px;
	height: 400px;
}
#content-launch #iphone-link{
	display: none;
	font-size: 14px;
	color:black;
	position: relative;
	line-height: 16px;
	top: 50px;
	left: 0px;
	overflow: hidden;
}
#content-launch #custom-link{
	display: none;
	font-size: 14px;
	color:black;
	position: relative;
	line-height: 16px;
	top: -56px;
	left: 285px;
	overflow: hidden;
}
/* CAKE DEFAULT */


#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
/*div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}*/
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
.txtlist {
padding-top: 0px;
margin-top: 0px;
font-size: 10pt;
border-bottom: dotted 1px black;
}
.txtlist .txttime {
width: 60px;
text-align: left;
color: #8c8c8c;
}
.txtlist td {
border-top: dotted 1px black;
text-align: left;
border-right: 0;
padding-right: 0;
}
.txtlist tr:hover {
background-color: #dfdfff;
}
.txtlist td .transcription {
cursor:pointer;
text-underline: none;
color:black;
}
.vmlist {
padding-top: 0px;
margin-top: 0px;
font-size: 10pt;
border-bottom: dotted 1px black;
width: 540px;
}
.vmlist .vmlist-voicemail {
border-top: dotted 1px black;
text-align: left;
border-right: 0;
padding-right: 0;
padding-top: 2px;
clear:both;
height: 21px;
}
.vmlist .vmlist-voicemail-container {
/*width: 480px;*/
}
.vmlist .vmlist-action {
width: 100px;
text-align: right;
float: right;
line-height: 0px;
position: relative;
top: -5px;
right: 7px;
}

.vmlist .vmlist-date {
width: 60px;
text-align: left;
color: #8c8c8c;
display: block;
float: left;
padding-left: 4px;

}
.vmlist .vmlist-subject {
width: 50px;
font-weight: bold;
text-align: left;
color: #000;
display: inline;
}
.vmlist .vmlist-text {
height: 11pt;
text-align: left;
color: #8c8c8c;
display: block;
overflow: hidden;
white-space: nowrap;
cursor:pointer;
}
.vmlist-voicemaildetail-text {
padding-left: 5px;
padding-top: 8px;
width: 400px;
height: 80px;
overflow:auto;
float:left;
}
.vmlist-voicemaildetail-action {
padding-top: 8px;
width: 90px;
float:right;
line-height: 20px;
}
.vmlist-voicemaildetail-container {
background-image: url('/images/vm-text-bg.gif');
background-repeat:repeat-x;
}
.vmlist-voicemaildetail-container #othercalls {
clear:both;
display:none;
}
.vmlist-voicemaildetail-action a {
display: block;
}
.accountsummary {
background-image: url('/images/account-summary.png');
background-repeat: no-repeat;
width: 558px;
height: 146px;
left: -15px;
position: relative;
padding-left: 172px;
padding-top: 45px;
margin-bottom: 0px;
padding-bottom:0px;
}
.accountsummary-phone {
padding-bottom: 20px;
}
.accountsummary-instructions {
position: absolute;
right: 190px;
bottom: 55px;
}
#leftbar {
/*width: 560px;
overflow: auto;
float: left;
height: 1000px;
*/}
#rightbar {
/*position: relative;
left: 565px;
width: 200px;
height: 1000px;
*/}

.warning, .error, .success, .note {
	padding: 1em;
	margin:  1em;
}

.warning {
	background-color:  #ffacb5;
	border:            1px solid #c8312c;
}

/* Audio CSS */
#submit-transcription,
#skip-transcription {
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 3px 3px 4px;
    border-radius: 7px;
    color: #111;
    cursor: pointer;
}

#submit-transcription {
    background-color: #E0FFE0;
    border: 1px solid #007C00;
    float: left;
}

#submit-transcription:hover {
    background-color: #beddbe;
}

#skip-transcription {
    background-color: #FDFDD2;
    border: 1px solid #B8B800;
    float: right;
    margin-right: 140px;
    clear: right;
}

#skip-transcription:hover {
    background-color: #dcdcb6;
}

.finalInstructions {
    clear: left;
    padding-top: 1em;
}
div.password label{
    width: 100%;
}