/* @override 
	http://tsp.mac1.m.xa/css/main.css
	http://tsp.mac1.m.xa:8888/css/main.css
	http://localhost:8888/css/main.css
*/

/* Common */
body,table,input,select,textarea,ol,ul,li,table,th { 
  font-family:  'Helvetica', Arial, sans-serif; 
  font-size: 1em;
  font-weight: normal;
  line-height: 1.125em;
  font-weight: 400;
}

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #F7F7F9;
}



.awesome, .awesome:visited {
  border-top: none;
  border-left: none;
  border-right: none;
	background: #222 url(../images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 8px 12px 8px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.awesome, .awesome:visited 	{ 
	font-size: 17px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	background-color: #ff5c00; 
}

.awesome:hover { 
	background-color: #111; 
	color: #fff; 
	cursor: pointer; 
	background-color: #d45500; 
}

a {
	color: #08C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1,
h1 a {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 0 0 0.5em 0;
  font-weight: 300;
  line-height: 1.1em;
  color: #444;
  text-shadow: 0 -1px 1px rgba(100,100,100,0.25);
  text-decoration: none;
  font-size: 25px;
}
h1 a:hover {
    text-decoration: none;
}

h1.sitename,
h1.sitename a {
    margin-left: 15px;
    margin-bottom: 5px;
    font-weight: 15px;
    font-weight: 100;
    letter-spacing: -1px;
}


h2 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 1em 0 0.2em 0;
  font-size: 1.2em;
  font-weight: 300;
  color: rgb(68, 68, 68);
  text-shadow: #E5F1F1 2px 2px 0px;
}
h3 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 0 0 1em 0;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 1.5em 0 0.2em 0;
  font-size: 1.0em;
  font-weight: 300;
  text-shadow: #E5F1F1 2px 2px 0px;
}

p, .p { 
  margin: 1em 0;
  font-weight: 200;
	font-size: 0.85em;
	color: rgb(63, 73, 83);
	line-height: 1.5em;
}
#content p,
#content .p {
  text-shadow: #FFF 1px 1px 0px;
}


dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

ol.how-it-works {
  font-family: 'Helvetica Neue';
  font-weight: 200;
  font-size: 0.9em;
	margin: 14px 0px 0px 28px;
	color: #222;
	font-weight: 200;
}
ol.how-it-works li {	
	padding-top: 4px;
	line-height: 1.5em;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

#wrapper {
  margin: 20px auto 3em auto;
  width: 800px;
}

#nav {
  list-style-type: none;
  margin-bottom: 20px;
}

#nav li {
  display: inline;
  margin-right: 1em;
}
#nav li span.bull {
  color: #5CCEDD;
  padding-right: 4px;
  text-shadow: #FFF 1px 1px 1px;
}

#nav li a{
	background-color: #F5F5F5;
  color: #454545;
  padding: 6px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#nav li a:hover{
	background-color: #F1F1F1;
	color: #5CCEDD;
}

#content .notice { 
  -webkit-transform: rotate(-0.85deg);
  -moz-transform: rotate(-0.85deg);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -webkit-box-shadow: #DDD 0 1px 6px;
  -moz-box-shadow: #DDD 0 1px 6px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdf8b8), to(#fbed74));
  background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#fdf8b8), to(#fbed74));
  border: 1px solid #C7C7C9;  
  margin: 10px 0px 30px -35px;
  position: relative;  
  padding: 1em;
  width: 465px;
}
#content .notice h2 {
  text-shadow: none;
} 
#content .notice p {
  font-size: 0.8em;
  text-shadow: none;
} 

#main_wrapper {
  	 margin: 10px;
    background-color: #F8F8F8;
    /* huge performance problems with webkit on older macs with long pages */
    /* background: -webkit-gradient(linear, left top, left 800, from(#E8E8E8), to(#FFFFFF), color-stop(0.2,#FFFFFF)) #194b7e; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: #DFDFDF 0px 3px 10px;
    -moz-box-shadow: #DFDFDF 0px 3px 10px;
    -o-box-shadow: #DFDFDF 0px 3px 10px;
    border: 1px solid #DFDFDF;
    border-left-color: #E5E5E5;
    border-right-color: #E5E5E5;
}

#content {
  padding: 30px;
}

#footer {
  margin: 2em 1em 1em 0em;
}
#footer p a{
  color: #5CCEDD;
  text-decoration: none;
}
#footer p a:hover{
  text-decoration: underline;
}

#footer-nav {
  margin: 10px 0px 0px 20px;
  list-style-type: none;
  font-size: 0.85em;
}
#footer-nav li{
  font-family: 'Helvetica Neue','Helvetica',sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #999;
  padding-left: 8px;
  display: inline;
}
#footer-nav li a{
  font-family: 'Helvetica',sans-serif;
  color: #666;
  text-decoration: none;
}
#footer-nav.developer-sites li a{
  color: #999;
}
#footer-nav li a:hover{
  text-decoration: underline;
}
body p.author {
  margin: 40px 0px;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica',sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #999;
}

a.save-button {
	background-color: #CCC;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	-webkit-box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	-moz-box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	border: 1px solid #AAA;
	border-bottom-color: rgb(193, 193, 193);
	height: 19px;
	line-height: 1.7em;
	margin: 7px 24px 0px 10px;
	padding: 8px 15px 8px 12px;
	text-shadow: #FFF 1px 1px 1px;
	text-decoration: none;
	width: 200px;
	color: #111;
	font-weight: 900;
	background: -webkit-gradient(radial, 15 165, 10, 52 50, 630, from(#E5E5E5), to(#AAA), color-stop(60%, #CCC));
}



select {
  border: 1px solid;
}

.form-row {
  padding: 6px;
}
.form-row label{
  width: 100px;
  display: inline-block;
}
.form-row input.medium {
  border: 1px solid #999;
  padding: 3px;
}
.form-row input.submit {
  border: 1px solid #CCF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  background-color: #E8E8F8;
}

#app_nav {
	list-style: none;
	margin: 0px 5px;
}

#app_nav li {
	float: right;
	margin-right: 10px;
}

#app_nav img {
	margin: 0 3px;
	vertical-align: middle;
}

.tablelist .progress {
	width: 105px;
}

.tablelist .icon {
	width: 18px;
}

#content .tablelist .string_flag td {
	background-color: #e68f86;
	font-weight: bold;
}

#content .tablelist .string_blacklist td {
	background-color: #323232;
	color: #f6f6f6;
}

#content .tablelist .string_blacklist.even td  {
	background-color: #797979;
	color: #f6f6f6;
}

#content .tablelist .string_blacklist p {
	color: #d6d6d6;
	text-shadow: #1f1f1f 1px 1px 0px;
}


#content .tablelist .string_blacklist td a {
	color: #f6f6f6;
}

.progress_base {
	background-color: #d65927;
}

.progress_real {
	background-color: #83e059;
	text-align: right;
	padding: 3px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #FFF;
}

.language {
	width: 320px;
}

#lang_view a, #string_view a, #proposal_view a {
	color: black;
}

#string_view .proposal {
	text-align: center;
	font-size: 1.6em;
	color: #535353;
	padding: 5px;
}

.code {
	font-size: 0.9em;
	text-shadow: #FFF 1px 1px 0px;
	background-color: #F1F5F9; 
	font-size: 12px; 
	line-height: 1.3em; 
	font-family: Menlo, Consolas, monospace;
}

p.code {
	border: 1px solid #C9D1D7; 
	padding: 10px 15px;
	margin: 15px 0 5px 0;
	
}

.proposal_user {
	font-size: 0.9em;
}

.proposal_comment {
	font-style: italic;
	background-color: #fbffcb;
	font-size: 0.9em;
}

.syntax_total {
	background-color: #e7e7e7;
}

.syntax_variable {
	color: #535ad6;
	background-color: #dde1fe;
}

.syntax_vorder {
	color: #522c55;
}

.syntax_vtype {
	color: #c13843;
}

.syntax_break {
	color: #6bbb62;
}

textarea {
	display: block;
	width: 100%;
	margin: 10px 5px;
	min-height: 50px;
	background: #FFF;
	border: 1px solid;
	border-color: #bebebe #e5e5e5 #e5e5e5 #bebebe;
	padding: 3px;
}

ul.crumbs_outer {
	list-style: none;
/*  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
*/
	border-bottom: 1px solid #D8D8D8;
	background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#E5E5E5)) #F0F0F0;
}

li.crumbs_item {
	display: inline-block;
	border-right: 1px solid #CCC;
/*  -webkit-border-radius: 12px;*/
	margin: 8px 8px;
	margin-left: 10px;
	margin-right: 8px;
	padding-right: 10px;
	background: none;
}

li.crumbs_item img {
	margin-right: 3px;
	vertical-align: bottom;
}

li.crumbs_item a {
	color: #111;
	font-size: 12px;
}

li.crumbs_item a:after {
/*  content: " ▸";*/
}

li.crumbs_item.crumbs_last a:after {
	content: "";
}

#proposal_nav {
	margin-bottom: 1.5em;
}

#proposal_nav .button {
  border: 1px solid #CCF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  background-color: #E8E8F8;
  display: inline-block;
}

#proposal_nav #right {
	float: right;
}

#proposal_nav .button a {
	color: #000;
	text-shadow: 1px 1px #fff;
}
#feature-wrapper {
  padding: 15px;
  background-color: #F0F4F7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.homepage-item {
  width: 320px;
  padding: 10px;
  float: left;
}

#content .msg {
	width: 100%;
}

#content .messages ul {
	-webkit-border-radius: 5px;
}

#content .msg li {
	background: none;
}

p.not-authorised {
  border: 1px solid #999;
  display: inline-block;
  padding: 10px;
}

.tablelist { 
  width: 100%; 
  margin-top: 10px; 
  border: 1px solid #CDCDCD; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
}

.tablelist.languages { 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-box-shadow: inset #CCF 0px 0px 5px;
}

.tablelist th, .tablelist td { 
  font-family: 'Helvetica'; 
  font-size: 13px; 
  padding: 6px 10px; 
}

.tablelist th a, .tablelist td a { 
  color: #08C; 
}

.tablelist td { 
  background-color: white; 
}

.tablelist .odd td { 
  background-color: rgb(245, 245, 245); 
}

.tablelist thead th { 
  text-align: left; 
  background: -webkit-gradient(linear, left top, left bottom, from(#CFD2D7), to(#F4F4F4)); 
  background: -moz-linear-gradient(top, #CFD2D7, #F4F4F4);
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
}

@-webkit-keyframes buttonPulse {
  from { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.04); }
  50% { -webkit-box-shadow: 0 0 15px rgba(0,136,204,1); }
  to { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.04); }
}

.awesome.view_all_languages {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: buttonPulse;
}
.awesome.view_all_languages:hover {
  text-decoration: none;
}

.badge_old, .badge_new {
	font-size: 1.2em;
	font-weight: bold;
	background: #929292;
	padding: 2px 12px;
	-webkit-border-radius: 25px;
	color: white;
}

.badge_new {
	background-color: #d63b32;
}

th#prop_text {
	width: 100%;
}

#blacklist_form {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #606066;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: inset 0 0 4px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#606066), to(#323232));

}

#bl_text, #bl_form {
	display: table-cell;
	vertical-align: middle;
}

#bl_form {
	width: 130px;
}

#bl_text {
	padding: 7px;
	color: #f7f7f7;
	text-shadow: 0 1px 1px #000;
}

#bl_state_bl {
	font-weight: bold;
	color: #dd3c29;
}

#blacklist_form #bl_state_nbl {
	font-style: italic;
}

.blb_left, .blb_middle, .blb_right {
	border: 1px solid #3D3D3D;
	margin: 0;
	height: 25px;
	width: 43px;
	padding: 0 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#858585));
	margin-left: -5px;
	-webkit-box-shadow:  inset 0 -1px 1px #737373;
}

.blb_left :hover, .blb_middle :hover, .blb_right :hover {
	cursor: hand;
}

.blb_left {
	-webkit-border-radius: 6px 0 0 6px;
}

.blb_right {
	-webkit-border-radius: 0 6px 6px 0;
}

.blb_active {
	background: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#DBDBDB));
	-webkit-box-shadow: inset 1px 1px 1px #737373;
}

.action button {
	border: 1px solid #3D3D3D;
	width: 22px;
	height: 22px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#858585));
	-webkit-box-shadow:  inset 0 -1px 1px #cfcfcf;
	-webkit-border-radius: 6px
}

.action button.root {
	background: -webkit-gradient(linear, left top, left bottom, from(#D63649), to(#360E13));
	-webkit-box-shadow:  inset 0 -1px 1px #D68992;
}

#frm_sync #in_submit {
	  border-top: none;
  border-left: none;
  border-right: none;
	background: #222 url(../images/button-overlay.png) repeat-x; 
	padding: 8px 12px 8px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 10px;
}

#sync_log {
	border: 1px solid #9b9b9b;
	background-color: #e2e2e2;
	padding: 10px;
	overflow: auto;
	font-family: "Bitstream Vera Sans", Monaco, "Lucida Console", "Droid Sans Mono", Menlo, mono;
	font-size: 0.6em;
}

#sync_log .log_error {
	color: #fff;
	background-color: #de4d3b;
}

#sync_log .log_success {
	color: #fff;
	background-color: #90c047;
}

#sync_log .log_debug {
	color: #616161;
}

#sync_log .log_hi_insert {
	color: #90c047;
}

#sync_log .log_hi_delete {
	color: #de4d3b;
}
