
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
	background: url("img/bg.jpg") no-repeat;
	background-color: #032318;
	background-size: 100%;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

a {
	color: #CCCCCC;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	text-shadow:1px 1px #111111;
}

h1 {
	color: #ddd;
	background-color: transparent;
	//border-bottom: 1px solid #D0D0D0;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 5px;
}
h2 {
	color: #ddd;
	background-color: transparent;
	font-size: 18px;
	font-weight: bolder;
	padding: 14px 15px 10px 5px;
}
h3 {
	color: #ddd;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px;
	padding: 5px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	//background-color: #f9f9f9;
 	border-radius: 10px 10px 10px 10px;
 	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body{
	margin: 0 15px 0 15px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container{
}
.side_menu_left{
 	border: 1px solid #999999;
    float: left;
    padding: 10px;
    width: 150px;
}
.container{
	margin: 0 10px 10px;
	//border: 1px solid #D0D0D0;
    padding: 0 10px 10px;
    margin: auto;
    display: table;
    width: 980px;
    max-width: 980px;
	//-webkit-box-shadow: 0 0 8px #D0D0D0;
}
.content{
	//background-color: #F9F9F9;
    //border: 1px solid #D0D0D0;
    display: block;
    margin: 0;
    padding: 12px 10px;
    color: #fff;
    text-shadow:0.1em 0.1em 0.2em black; 
}
.clear{
	clear: both;
}
.table-miqcms {
	margin:0px;padding:0px;
	width:100%;	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.table-miqcms table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.table-miqcms tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.table-miqcms table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.table-miqcms table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.table-miqcms tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.table-miqcms tr:hover td{

}
.table-miqcms tr:nth-child(odd){ background-color:#e5e5e5; }
.table-miqcms tr:nth-child(even)    { background-color:#ffffff; }
.table-miqcms td{
	vertical-align:middle;


	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	color:#000000;
}
.table-miqcms tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.table-miqcms tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.table-miqcms tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table-miqcms tr:first-child td{
	background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);
	background-color:#4c4c4c;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	color:#ffffff;
}
.table-miqcms tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);
	background-color:#4c4c4c;
}
.table-miqcms tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.table-miqcms tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.notification_sucessfull{
	background-color: #CBF9CB;
    border: 1px solid #DDDDDD;
    padding: 15px;
}
.post_info_datetime{
	float:right;font-size:12px;
}
.body-content{
	float: left;
	width: 700px;
}
.body-side-right{
 	float: left;
    margin: 10px;
    width: 230px;
}
p img{
	border: 10px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #110E0E;
}
