.form .form-table { 
		width: 500px;
		}


.big{
	font-size: 18px;
	color: #257EA8;
	font-weight:bold;
}
#tagsChart{
	float: right;
	width: 500px;
}

.articleGridcontainer{
	background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;
	padding: 10px;
	margin-right:50px;
	font-size: 1.6em;
	
}

.sofamsggreen{
	background: linear-gradient(to top, #183918, #005200) repeat scroll 0 0 #183918;
	padding: 15px;
	margin:20px auto;
	width:550px;
	border:1px solid #005200;
	font-size:1.3em;
	color: #fff;
	line-height: 1.4em;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	
}
.sofamsggreen h3{
font-size: 1em;
margin: 5px;	
}
.sofamsggreen p{
margin: 2px;	
font-size: 0.9em;
}
.sofamsgred{
	background: linear-gradient(to top, #C40703, #EA0804) repeat scroll 0 0 #C40703;
	padding: 15px;
	margin:20px auto;
	width:550px;
	border:1px solid #3F0100;
	font-size:1.3em;
	color: #fff;
	line-height: 1.4em;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	
}
.articleGridcontainer input {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	width: 50%;
}
#articleGrid{
	
	margin-right:50px;
	height: 600px;
	overflow: auto;
	border: 1px solid #ECECEC;
	
}
.articleSofa {
	height: 100px;
	border-bottom:1px solid #ECECEC;
	padding: 10px;
	overflow: hidden;
	
}
.darker{
background-color: #F9F9F9;	
}
.articleSofa:hover {
	background: #464646;
	color: white;
}
.wp-core-ui .button-green {
    background-color: #11AD00;
    background-image: linear-gradient(to bottom, #0F9600, #11AD00);
    border-color: #095400;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
   }
   .img-loader {
   	margin: 140px auto;
   	display: block;
   }
   .article-details-window{
   	z-index: 99998;
   	margin: 50px auto;
   	width: 800px;
   	height: 100%;
   	
   
   }
   .article-details-window-fixed h4{
   	margin-bottom: 2px !important;
   }
   .article-details-window-fixed{
   	border:1px solid #CECECE;
   	background: #F7F7F7;
   	z-index: 99999;
    width: 800px;
   	position: fixed;
   	padding: 0px;
   
   }
   .article-details{
   	position: absolute;
   	top:0px;
   	height: 100%;
   	width:100%;
   	z-index: 99997;
   	
   }
   #article-details-schema{
   	display: none;
   }
	.articleBody{
		
		background-color: white;
		border: 1px  solid #CECECE;
		width: 100%;
		resize: vertical;
	}
	.articleBody-min{
		height: 100px;
		float: left;
	}
.top-bar img {
	width: 35px;
	height: 35px;
	padding: 2px;
	cursor: pointer;
	display: block;
	float: right;
}
.top-bar h2 {
	padding: 10px;
	margin: 0px;
}
.top-bar {
	border-bottom:1px solid #CECECE;
	
	background: #E2E2E2;
}
.button-area {
	margin: 30px;
	
}
.button-area button{
	margin-right: 20px !important;
}
.clear {
	clear: both;
}
