body {
max-width:764px;
margin:0 auto;
background:#59c4ed url('images/canvas-blue.png');
font-family: "Times New Roman", Times, serif;
overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #474747;
}


#doc {
	margin: auto; /* center in viewport */
	width: 1064px;
}
#nav {
        width: 300px;
    }

#main {
    width: 764px;
}

.box {
background:transparent;
width:718px;
padding:10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
color:#fff;
letter-spacing: 1px;
}

.box label {
cursor: default;
margin-right: -5px;
}

.box textarea{
width:100%
}

.box a{
color:#fff;
font-size:17px;
}

#notepad{
	width: 764px;
}
#notepad #top{
	 width: 764px;
	 height: 139px;
	 position: relative;
	 background: url("images/note-top.png") no-repeat -1px 0;
}
#notepad #top .maximize{

	 position: relative;
   right:35px;
   top:25px;
   float:right;
   
}
.ui-icon-extlinkthick { background-position:-32px -80px; }
#notepad #top #title{
	position: absolute;
	top: 75px;
	left: 40px;
	height: 22px;
	padding: 5px 2px 1px 5px;
	background: none;
	border: none;
	width: 350px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #373737;
	font-family: 'Myriad Pro',Arial, Verdana;
	text-shadow: #d7ca6d 1px 1px 2px;
	background-color: #e7d973;
	background: url("images/title-bg.png") repeat-x 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#notepad #top #saveStatus{
	position: absolute;
	top: 75px;
	left: 430px;
	height: 22px;
	padding: 5px 2px 1px 5px;
	background: none;
	border: none;
	width: 100px;
	font-family: Arial;
	font-size: 16px;
	color: #373737;
	font-family: 'Myriad Pro',Arial, Verdana;
	text-shadow: #d7ca6d 1px 1px 2px;
	display: none;
}
#notepad #bottom{
	 margin-top: -5px;
	 width: 764px;
	 height: 31px;
	 background: url("images/note-bottom.png") no-repeat -1px -42px;
}
#notepad #body{
	border: none;
	width: 690px;
	height: 100%;
	z-index: 99;
	border-color: Transparent;
	padding-top: 4px;
	padding-left: 42px;
	padding-right: 30px;
	font-size: 13px;
	font-family: Arial;
	line-height: 22px;
	background: url("images/note-bg.png") repeat-y -1px 0;
	outline: none;
	color: #222222;
    letter-spacing: 1px;
    font-family: 'Andika',Arial;
    font-size: 16px;
}

#body_wrapper {
	overflow: auto;
	border: none;
}

#body_container {
	overflow: hidden;
	border: none;
}

#notes-cont{
	margin: 10px 5px 0 5px;
	height: 85%;
	overflow: auto;
}
#notes-cont ul{
	width: 201px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}
#notes-cont ul li{
	display: block;
	width: 191px;
	/*height: 30px;*/
	padding-top: 13px;
	padding-left:10px;
	padding-bottom:13px;
	margin: 0 auto 0px auto;
}
#notes-cont ul li a{
	/*background: url("../design/notes-cont-li-a-bg.png") right center no-repeat;*/
	padding-right: 7px;
	color: #333333;
	font-family: 'Myriad Pro',Arial, Verdana;
	font-size: 15px;
}
#notes input,#notes textarea{
	display: none;
}

#actions{
	margin: 0;
	margin-bottom: 10px;
	height: 21px;
	position: relative;
}
#actions a{
	display: block;
	position:absolute;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 1px;
}
#actions a:HOVER{
	background-position: 0 -16px;
}
#actions a#preff{
	left: 0px;
}
#actions a#new-note{
	right: 18px;
	}

#note-buttons {
	right: 30px;
	top: 80px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	/*width: 29px;
	height: 28px;*/
	background-position: 0 0;
	background-repeat: no-repeat;
}
#note-link-area {
	right: 41px;
	top: 110px;
	display: block;
	position: absolute;
}

#note-link-area a, a:link, a:visited, a:hover, a:active {
	font-size: 14px;
	color: #fff; 
	text-decoration: none;
}

.control-buttons:HOVER{
	background-position: 0 -28px;
}

.status {
position: relative;
float: right;
margin-top: -47PX;
right: 45PX;
font-size: 14px;
}

th {
color:#ccc;
}

td {
color:#fff;
}

td a{
color:#000;
}

textarea[disabled],textarea[readonly]
{
cursor:auto
}

.footer {
   bottom:0;
   height:100%; 
}	
	
.note-links{
	margin: 0;
	margin-bottom: 10px;
	height: 21px;
	position: relative;
}
.note-links a{
	display: block;
    position: absolute;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 1px;
}
.note-links a:HOVER{
	background-position: 0 -16px;
}
.note-properties-link{
    left: 0px;
}

#notes-cont ul li.current{
	background-color: #e6e8e6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.defaultText { width: 300px; }
.defaultTextActive { color: #a1a1a1; font-style: italic; }

.footer {
    padding-left:0px !important;
}
.footer .copyright{
    color:#535353;
    font-size: 14px;
    margin-top:15px;  
}
.header{
  margin:15px 0; 
   height: 45px;   
}
.form-inline{
 margin-top: -10px;
 float:right;
 padding: 5px 10px;
 background-color: #FFF;  
 color:#245F96; 
 font-size: 14px;
 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow:  0 0 10px 2px #3D8DAC;
-webkit-box-shadow:  0 0 10px 2px #3D8DAC;
box-shadow:  0 0 10px 2px #3D8DAC;
}
.form-inline span{
    line-height:25px;
    color:#535353;
}
.url-wrapper{
    color:#535353;   
    background-color:#FDFDFD;
    padding:25px 10px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 8px 11px 3px; 
}
.url-wrapper span{
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}
.url-content{
   padding:15px 20px; 
   text-align: left; 
   font-size: 16px; 
}
.url-content span{
    border-left:4px solid #539ADB;
    background-color:#F3F3F3;
    padding:10px;
    font-size: 14px;
    letter-spacing: 1px;
}
.url-title{
    float:left;
    width:110px;
}
::selection {
background-color: #F7EA88;
color: #777676;
}

@media all and (max-width:795px) and (min-width:0px){
body {
    max-width: 100%;
}
.form-inline{
    float:none;
    clear:both; 
    margin-top: 50px;
    width: 430px;  
    margin:0 auto; 
}
.box {
    width:95%;
}  
.header{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.logo{
    float: none !important;
    margin-bottom: 5px;
}
#before_public_url,#after_public_url{
    margin: 0px 5px;
    clear:both; 
    width:94%;  
}
#notepad{
	width: 99%;
}
#notepad #top{
	 width: 100%;
}
#notepad #bottom{
     width: 100%;
}
#notepad #body {
    width: 99%;
}
.footer {
    padding:0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.url-content{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    height: 40px;
    clear:both;
}
.url-title {
    width: 90px;
    float: left;
    margin-bottom:5px;
    font-size: 14px;
    padding-top: 10px;
}
.url-content span {
    font-size: 12px;
    float: left;
    text-align: left;
}
}

@media all and (max-width:450px) and (min-width:0px){
.form-inline{
    width:100%;
    height:90px;
}
}


/* for maximize textarea */
#max_notepad{
	width: 100%;
  display:inline-block;
}
#max_notepad #max_notpad_top {
  width: 100%;
}

#max_notepad #max_notpad_top #top_middle{
	 width: 100%;
	 height: 78px;
   float:left;
	 background: url("images/note-top-middle.png") repeat;
}

#max_notepad #max_notpad_middle {
  width: 100%;
}

#max_notepad #max_notpad_middle #middle_middle{
	 width: 100%;
	 height: 118px;
   float:left;
}


#max_body{
	border: none;
	width: 99%;
	height: 93%;
	z-index: 99;
	border-color: Transparent;
	padding-top: 4px;
	font-size: 13px;
	font-family: Arial;
	line-height: 22px;
	 background: url("images/note-bg-middle.png") repeat -1px 0;
	outline: none;
	color: #222222;
    letter-spacing: 1px;
    font-family: 'Andika',Arial;
    font-size: 16px;
    -webkit-border-radius :0px;
    border-radius:0px;
    resize:none;
}



.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-dialog .ui-dialog-content {
  padding:0 !important;
}

.max_status {
  position: relative;
  float: right;
  margin-top: 47PX;
  right: 45PX;
  font-size: 14px;
}

#facebook span {
    margin-bottom: 4px;
}

.new-ad-style{
	width: 100%;
	margin-left: -13px;
}

@media (max-width: 500px){
	.new-ad-style{
		margin-left: 0px;
	}

	#notepad {
	    width: 100%;
	    margin-top: 90px;
	}

	#before_public_url, #after_public_url{
		margin: 0px;
		padding-bottom: 60px;
	}
}