
body, textarea, blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

div#author-panel {

	width:260px;
	height:160px;
	position:absolute;
	margin-top:-160px;
	margin-left:-130px;
	top:50%;
	left:50%;
	background-color: #F7F7F7;
	border-width: 1px 1px 1px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}
#author-row-panel{
	margin: 0 auto;
	width: 220px;
	height: 60px;
	padding: 20px;
}


div#row-panel{
	width: 220px;
	height: 100%;
	float: left;
}
.row-input-header {
	display: block;
	margin: 0 0 5px 9px;
	/*color: #959595;
	color: #313131;*/
	color: #3D51B9;
	font-family: 'InloveLight';
	font-size: 15px;
}

.editor-input {
	display: block;
	margin: 0px 0px 18px 0px;
	background: #FFF;
}
.editor-input {
	border-radius: 2px;
	width: 210px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
	padding: 7px 0px 8px 7px;
	border: 1px solid #C3CBD4;
}


.clear{clear:both;}

.editor-input:focus {
	border: 1px solid #29B0D9;
	box-shadow: 0 0 15px rgba(103, 195, 223, 0.35);
}
.submit-btn:hover{
	background-color: #42a6a0;
	border-color: #42a6a0;
}
.submit-btn{
	background-color: #339CA0;
	color: white;
	cursor: pointer;
	font-size: 10px;
	padding: 8px 19px 7px;
	text-transform: uppercase;
	position: relative;
	display: table;
    margin: 0 auto;
	width: 110px;
	border: 1px solid #339CA0;
}
#submit-button-panel {
	width: 220px;
	height: 30px;
	margin: 0 auto;
	padding: 15px;
}

input[type="submit"]:hover {
	border: 1px solid #29B0D9;
	box-shadow: 0 0 15px rgba(103, 195, 223, 0.35);
}


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.pnone-book-list-item
{
	padding-left:5px;
	padding-top:2px;
}

.my-button
{
padding: 10px 20px 11px !important;
font-size: 21px !important;
background-color: #ffffff;
font-weight: bold;
text-shadow: 1px 1px #ffffff;
color: #7FCEEA;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #7FCEEA;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  outline: none;
}


.my-span
{
	color:#3285A3;
	cursor: pointer;
}

.group-hidden:after
{
	content: '+';
}

.group-expand:after
{
	content: '-';
}

#mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 10000;
}

#record-edit-popup
{
    width: 250px;
    height: 280px;
    margin: 100px auto; 
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 10001;
    display: none;
}

#record-add-popup
{
    width: 250px;
    height: 280px;
    margin: 100px auto; 
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 10001;
    display: none;
}

#group-add-popup
{
    width: 250px;
    height: 130px;
    margin: 100px auto; 
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 10001;
    display: none;
}

#group-delete-popup
{
    width: 250px;
    height: 130px;
    margin: 100px auto; 
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 10001;
    display: none;
}

#device-edit-popup
{
    width: 250px;
    height: 280px;
    margin: 100px auto; 
    border: 1px solid #333;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 10001;
   display: none;
}




.centered-row
{
	vertical-align: middle;
	text-align: center;
}
