
* {margin: 0; padding: 0;}

body {
	background: #fff;
	text-align: left;
	font: 1.0em "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	line-height: 1em;
	color: #383838;
}

#content p {
  line-height: 1.3em;
  font-size: 1.0em;
}
#content h3 {
  font-size: 0.8em;
  margin-bottom: 1.6em;
}
#identinfo, #identinfo a {
  color: black;
}
#side_col {
  float: right;
  width: 150px;
  background: #cacaca;
  font-size: 0.8em;
  padding: 0.5em;
}
#my_information h2 {
  font-size: 1.2em;
}
#my_information table tr td, #devices table tr td, #last_notifications table tr td , #feeds table tr td {
  font-size: 0.7em;
}
img.icon {
  float: left;
  margin: 1em;
  vertical-align: top;
  margin-top: -4px;
}
h1 {
  font-size: 1.8em;
  line-height: 1em;
}
h2 {
  color: rgb(120, 124, 128);
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
  font-weight: normal;
}
div.main {
	width: 700px;
	/* height: 475px;*/
	/* margin-top: -287px; */
	/* margin-left: -400px; */
	/* position: absolute; */
	/* margin: auto; */
	margin: auto;
	padding: 5px;
	top: 50%;
	left: 50%;

	/*border: 8px solid #AAAAAA;*/
	background-color: #FFFFFF;
}

/*
#contentpage ul {
  font-size: 0.9em;
  padding-left: 10em;
  padding-top: 1em;
}
#contentpage ul li {
	list-style: square;
	padding-bottom: 0.3em;
}
  */
#side_col ul {
}
#side_col ul li {
  list-style: square;
}
#contentpage p.notaswide {
  margin-right: 180px;
  margin-bottom: 1em;
}
#new_email input {
  margin-left: 4em;
  margin-top: 1em;
}
#new_email img {
  vertical-align: middle;
}
.notification_form {
  text-align: center;
}
.notification_form {
  line-height: 0.8em;
}
.notification_form textarea {
  margin-top: 2em;
  padding-bottom: 1em;
}
p.notice {
  color: rgb(120, 124, 128);
  font-size: 0.8em;
  margin-left: 4.5em;
}
#update {
  color: rgb(120, 124, 128);
  font-size: 0.8em;
}
.twitter {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(/images/signin_twitter.png) no-repeat scroll left top;
  border:medium none;
  height:22px;
  text-indent:-3000px;
  width:150px;
}
.twitter:hover {
  background-position:0 -24px;
}
.twitter:active {
  background-position:0 -48px;
}
#about_app ul, #api_rest ul, #twitter_accounts ul, .edit_iphone_app ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 550px;
}
#twitter_accounts ul li a {
  text-decoration: none;
}
#about_app ul li label, #api_rest ul li label,  #twitter_accounts ul li label {
  font-weight: bold;
}
#about_app ul li, #api_rest ul li,  #twitter_accounts ul li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-bottom:1.1em;
}
#twitter_accounts ul li ul.nothing {
  border-top: none;
}
#twitter_accounts ul li p {
  margin-left: 200px;
  font-size: 0.7em;
  font-weight: none;
}
#about_app ul li code, #api_rest ul li code, #twitter_accounts ul li ul {
  border-top:1px solid #AAAAAA;
  display:block;
  padding: 8px 0px 0px 0px;
}
#api_rest ul li pre {
  line-height: 1.1em;
  background-color: #eee;
  padding: 10px;
  overflow: auto;
}
#connect_new_users pre {
  line-height: 1.1em;
  background-color: #eee;
  padding: 10px;
  font-size: 0.8em;
}
#connect_new_users {
  margin-bottom: 4em;
}
#my_information table tr td, #last_notifications table tr td, #devices table tr td, #last_app_user_connections table tr td {
  background: #cacaca;
  padding: 1px;
  margin: 2px;
}
#last_notifications table tr td.tdnotification {
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#last_notifications table , #devices table, #last_app_user_connections table {
  width: 650px;
}
.tdnotification {
  padding: 5px;
}
#feeds table {
  width: 680px;
}
#feeds table tr td {
  background: #cacaca;
  padding: 1px;
  margin: 2px;
}

.buttons {
  text-align: center;
  margin-top: 1em;
  height: 5em;
}
/*input.red-small, input.red-small:hover {
 * */
.warning {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#CC0000;
  border-color:#CC9999;
  color:#FFFFFF;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.2em;
}
.warning a {
  color: white;
}
input[type='submit'] {
  margin-top: 0.4em;
  margin-bottom: 1em;
}
.buttons #reject {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  background-image:url(/images/btn_red_small.png) !important;
  padding:0 0 2px;
  text-align:center;
  width:114px !important;
  background-color:transparent;
  border:0 none;
  font-size:20px;
  height:41px;
  line-height: 41px;
}
.buttons #approve {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  background-image:url(/images/btn_green_arrow_small.png) !important;
  width:141px !important;
  background-color:transparent;
  border:0 none;
  font-size:20px;
  height:41px;
  line-height: 41px;
  padding:0 10px 2px 0;
}
#authorize_app h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.4em;
  text-align: center;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#appstorelogo {
  width: 100%;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

a {text-decoration: underline; color: #0088CC;}
a img {border: none;}
ul, ol {list-style: none;}

#container {
	position: relative;
	text-align: left;
	margin: auto;
	background: #fff ;
}

#header {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 950px;
	height: 70px;
	margin: 20px auto 0;
  font-size: 0.7em;
}
#logo {
	position: absolute;
	z-index: 5;
	left: 65px;
	top: -9px;
}

#menu {
	position: relative;
	text-align: left;
	width: 950px;
	height: 52px;
	background: #fff url(../images/menu_bg.png); no-repeat;
}
#menu .menu_l, #menu .menu_r {
	width: 11px;
	height: 52px;
	position: absolute;
	background: #fff no-repeat;
	top: 0;
}
#menu .menu_l {
	left: 0;
	background-image: url(../images/menu_l.png);
}
#menu .menu_r {
	right: 0;
	background-image: url(../images/menu_r.png);
}
#menu ul {
	position: relative;
	display: block;
	left: 0;
	margin-left: 275px;
	width: 540px;
	display: block;
	padding-top: 5px;
	height: 42px;
}
#menu li {
	float: left;
	display: block;
	background: transparent url(../images/sep_v.png) repeat-y top right;
	line-height: 41px;
	padding: 0 25px;
}
#menu li.last, #menu li#account {
	background: none;
}
#menu li a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	color: #383838;
	text-shadow:0 1px 1px #cdcdcd;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover {
	color: #111;
}
#menu li a.on {
	color: #fff;
	text-shadow:0 1px 1px #404040;
	background: transparent no-repeat 0 9px;
}
#menu li a.on:hover {
	color: #fff;
}
#menu li#home a {
	width: 83px;
}
#menu li#home a.on {
	background-image: url(../images/menu_home_on.png);
}
#menu li#faq a, #menu li#support a {
  width: 75px;
}
#menu li#faq a.on {
	background-image: url(../images/menu_faq_on.png);
}
#menu li#account a {
	width: 100px;
}
#menu li#account a.on {
	background-image: url(../images/menu_account_on.png);
}


#content {
	position: relative;
	text-align: center;
	width: 850px;
	margin: auto;
    overflow:hidden;
}
#content h1, #content h2 {
	position: relative;
	z-index: 2;
	line-height: 1.1em;
}
#content h1 {
	font-size: 1.5em;
	height: 33px;
}
#content h2 {
	font-size: 1.0em;
  color:#383838;
  font-weight: bold;
	height: 20px;
  margin-bottom: 0px;
}
#content #identinfo {
  text-align: right;
  margin-bottom: 10px;
}
#contentpage {
  text-align: left;
}
#contentpage h2 {
  margin-top: 1em;
  margin-right: 180px;
}
#side_col h2 {
  margin-right: 0px;
}
#image_home {
	position: relative;
	margin: -40px -110px -85px;
	z-index: 1;
}
#content p.headline {
	position: relative;
	z-index: 2;
	text-shadow: 0px 1px 0px #e5e5ee;
	color: #606265;
	font-size: 1.4em;
	line-height: 1.5em;
	width: 760px;
	margin: auto;
}
#legal {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 20px;
	padding-top: 25px;
	background: #fff url(../images/sep_h.png) repeat-x;
	width: 760px;
	margin: auto;
}
#legal img {
	margin: 0 auto 12px;
	display: block;
}

#footer {
	position: relative;
	margin: auto;
	z-index: 2;
	width: 760px;
	padding: 15px 0;
	background: #fff url(../images/sep_h.png) repeat-x;
	color: #666;
        text-align: center;
        margin-top: 0.3em;
}

#new_notification {

  margin-bottom: 1em;
}
#last_notifications {
  margin-bottom: 3em;
}
#advanced_fields,  #bottom_edit_links {
  margin-top: 1em;
  margin-bottom: 1em;
}
#app_user_connection_submit {
  margin-top: 1em;
  margin-bottom: 1em;
}
#plugin_info {
  margin-bottom: 0.5em;
}
#information {
  padding:0;
  width: 550px;
  margin-bottom: 1em;
}
textarea#notification_message {
  width: 580px;
  height: 30px;
  border:1px solid #AAAAAA;
  padding:4px 2px;
  margin-left: 60px;

}
div.clearall {
  clear:both;
}
div#submit_btn {
  float: right;
  padding-right: 0.5em;
}
#currently {
  color:#666666;
  float:left;
  font-size:11px !important;
  margin:3px 8px 0 0;
  min-height:30px;
  overflow:hidden;
  padding:2px 4px 2px 0;
  text-align:left;
  width:365px;
}
div.firstdiv {
  height: 40px;
  margin-right: 200px;
  margin-left: 100px;
}
#submit_btn input[type="submit"] {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border:1px solid #DDDDDD;
  font-size:14px;
  padding:10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width:100px;
}
#side_col ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
#side_col li {
}
#side_col li label {
  /*
   * border: solid 1px black;
   * */
  float:left;
  width:52%;
}
.highlight {
  background-color: #ffff99;
}

ul.fields_form {
  margin:0;
  padding:0;
}
#twitter_accounts ul li ul li {
  color:#666666;
  display:block;
  font-size:18px;
  margin-bottom:5px;
  padding-left:1em;
}
ul.fields_form li {
  color:#666666;
  display:block;
  font-size:18px;
  margin-bottom:25px;
  padding-left:1em;
}
ul.fields_form li label, #twitter_accounts ul li ul li label {
  float:left;
  margin-top:6px;
  width:38%;
}

#twitter_accounts ul li ul li input {
  margin-left: 18%;
}

ul.fields_form li p {
  margin-left: 38%;
  margin-right: 250px;
  font-size: 0.8em;
}
ul.fields_form li input[type="text"], ul.fields_form li input[type="password"] {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border:1px solid #CCCCCC;
  font-size:14px;
  margin:0 0 0.2em;
  padding:8px;
  width:200px;
}
input[type="submit"].edit_user {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border:1px solid #DDDDDD;
  font-size:18px;
  padding:10px;
  width:200px;
}
#content p.tag_list {
  font-size: 0.9em;
  font-style: italic;
}
#contentpage ul.notifs_links {
  margin:0;
  padding:0;
  font-size: 0.9em;
  display: block;
  left:0;
  padding-top:5px;
  position:relative;
}
#contentpage ul.notifs_links li {
  display: block;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-bottom:0.3em;
}
#notice {
  background: url(http://www.tweetsell.it/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
  border: solid 1px #9c9;
  color: #060;
  padding: 10px;
  padding-left: 50px;
}
#warning {
  background: url(http://www.tweetsell.it/images/alertbad_icon.gif) #c00 left no-repeat;
  border: solid 1px #c99;
  color: #fff;
  padding: 10px;
  padding-left: 50px;
}
