/* Form layout
----------------------------------*/

#vsContentWrapper{
padding-right:15px;
}

#voiceShareContentWrapper {
padding:10px 0;
}

#vsInfoWrapper {
}

#vsRecorderWrapper {
margin:0 auto;
text-align:center;
width:340px;
}

#vsRecorder {
background:none;
padding:5px 0;
}

.vs-form h4 {
font-size:1.3em;
}

.vs-form ul {
list-style-type:none;
}
.vs-form ul li {
margin-top:1em;
}

.vs-form .error {
color:#f00;
padding:0 10px;
}

.vs-form .vs-col {
float:left;
margin-right:20px;
}

.vs-form .vs-row {
float:none;
clear:both;
padding:5px;
}

.vs-form .vs-row-sect {
margin-bottom:15px;
}

.vs-form .vs-row-float-left {
clear:none;
float:left;
}
.vs-form .vs-row-half {
width:350px;
}

.vs-form .vs-hidden {
display:none;
}

.vs-form .ui-datepicker-trigger {
margin-left:5px;
}

.debug-text {
border:1px #aaa solid;
padding:5px;
margin:10px 0;
}
.debug-text pre{
margin-left:10px;
}
.debug-text h4{
color:#a00;
font-size:1.3em;
font-style:italic;
padding-bottom:0.5em;
}

.clearer {
clear:both;
height:0;
line-height:0;
}

.clearfix:after, .vs-row:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

#vsRecipTable {

}
#vsRecipTable tr {
border-top:1px #CCCCCC solid;
padding:5px;
}
#vsRecipTable tr:first-child {
border-top:none;
}

#vsRecipTable th, #vsRecipTable td {
padding: 5px 10px;
}

#popWhatToSay li {
padding-bottom:1em;
}
        
#vsRecipTable input[readonly] {
background:none;
border:none;
}
        
#vsContent a:hover {
cursor:pointer;
}

#vsNotice h4 {
text-align:center;
padding-bottom:1em;
font-size:14px;
}

.vs-form input[disabled] {
background:none!important;
}

#preview_text {
height:400px;
margin-top:1em;
width:97%;
}

#custom_text {
height:100px;
margin-top:1em;
width:97%;
}

#vsCol1 {
width:400px;
}

#vsCol2 {
width:466px;
margin-right:0;
}

.vs-form ul.vs-profile-list {
padding:0 5px;
}

.vs-form ul.vs-profile-list li {
padding-left:5px;
border:1px solid #aaaaaa;
max-height:24px;
overflow:hidden;
}
.vs-form ul.vs-profile-list li span {
padding:0 4px;
line-height:24px;
float:left;
}

.vs-form ul.vs-profile-list li span.rt-sep {
border-right:1px solid #AAAAAA;
padding-right:8px;
margin-right:4px;
}

.vs-form ul.vs-profile-list li span.lt-sep {
border-left:1px solid #AAAAAA;
padding-left:8px;
margin-left:4px;
}

.vs-form ul.vs-profile-list li span.vs-title {
width:200px;
}
.vs-form ul.vs-profile-list li span.vs-recip {
width:70px;
max-width:70px;
}

.vs-form ul.vs-profile-list li span.vs-share, 
.vs-form ul.vs-profile-list li span.vs-length,
.vs-form ul.vs-profile-list li span.vs-recip,
.vs-form ul.vs-profile-list li span.vs-invite-date,
.vs-form ul.vs-profile-list li span.vs-for-baby,
.vs-form ul.vs-profile-list li span.vs-rec-date {
float:right;
}

.vs-profile-list span.vs-play a {
display:block;
height:24px;
width:24px;
background: transparent url(/wp-content/plugins/voiceshare/images/icon_play_24x24.png) no-repeat scroll 0 0;
background2: transparent url(../images/icon_play_24x24.png) scroll 0 0;
padding-left:36px;
}

.vs-profile-list tr {
padding:5px 0;
}
.vs-profile-list th,td {
padding-right:5px;
}

/* NEW Profile */

.itemlist {
padding:1px 0;
margin:0 10px;
}
.itemlist .itemrow {
background:white none repeat scroll 0 0;
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-style:none solid solid;
border-width:medium 1px 1px;
padding:10px;
}
.itemlist table {
background:white none repeat scroll 0 0;
border-bottom:medium none;
font-size:11px;
}
.itemlist table.editor {
background:#F7F7F7 none repeat scroll 0 0;
border-bottom:medium none;
font-size:11px;
}
.itemlist .image {
text-align:left;
vertical-align:top;
width:60px;
}
.itemlist .info {
vertical-align:top;
width:385px;
}
.itemlist .actions {
vertical-align:top;
width:100px;
}
.itemlist .actions a {
border-bottom:1px solid #D8DFEA;
display:block;
margin:0;
padding:2px 4px;
}
.itemlist .actions a:hover {
background:#3B5998 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}
.itemlist .eventtitle {
padding:0 5px 10px 0;
}
.itemlist .eventtitle h3 {
font-size:12px;
}
.itemlist .eventtitle p {
color:#808080;
font-size:9px;
margin:2px 0 0;
}
.itemlist .infotable .label {
color:#808080;
padding-bottom:2px;
vertical-align:top;
width:80px;
}
.itemlist .infotable hr {
border-color:#D8DFEA -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px 0 0;
height:1px;
width:100%;
}
.itemlist .itemtitle {
background:#F0F0F0 none repeat scroll 0 0;
border-color:#BBBBBB #CCCCCC -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
color:#333333;
font-size:11px;
font-weight:bold;
margin:10px 0 0;
padding:3px 10px;
text-align:left;
}

#cboxOverlay {
opacity:0.5;
filter: alpha(opacity = 50);
z-index:100;
}

.load_maski1 {
background-color:#000000;
display:block;
height:auto;
left:0;
margin:0;
opacity:0.25;
position:absolute;
top:0;
width:100%;
z-index:100;
}

#load_mask2,
#cboxOverlay2 {
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:100;
display:block;
}

#load_mask2,
#cboxOverlay2 {
background-color:#000000;
opacity:0.75;
filter: alpha(opacity = 75);
}
