﻿
body, input, button, textarea, select {
	font: 12px tahoma;
}

body {
	padding-top: 30px;
}

a {
	text-decoration: none;
}

div {
	direction: rtl;
}

input, select, textarea {
	margin-bottom: 5px;
	padding: 3px;
}

fieldset {
	-moz-border-radius: 5px;
	_height: 30px;
	min-height: 30px;
}

legend {
	padding: 5px;
	font-weight: bold;
}

label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

#loading {
	display: block;
	background: url('../img/loading.gif') no-repeat center top;
	height: 24px;
	width: 100%;
	margin-bottom: 5px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.settings, .settings_button {
	position: absolute;
	left: 5px;
	top: 5px;
}

.settings {
	background: #929292;
	border: 1px solid #575757;
	padding: 5px;
	width: 300px;
}

.hidden {
	display: none;
}

.template {
	
}

.template .header {
	height: 150px;
	margin-bottom: 0.65%;
	position: relative;
	background: #e0e0e0;
	text-align: center;
}

.template .header .container {
	padding: 30px 20px 10px 20px;
}

.template .right {
	float: right;
	width: 20%;
	position: relative;
}

.template .left {
	float: left;
	width: 20%;
	position: relative;
}

.template .center {
	float: right;
	width: 58%;
	_width: 57%;
	margin-right: 0.65%;
	position: relative;
}

.template .footer {
	height: 42px;
	margin-top: 0.65%;
	background: #e0e0e0;
}

.template .footer p {
	margin: 0;
	padding: 5px;
	direction: rtl;
	text-align: center;
}

.block {
	background: #e0e0e0;
	padding: 5px;
	margin-bottom: 7px;
	text-align: right;
	_display : block;
}

.block_title {
	/*
	background: #b2b2b2;
	padding: 5px;
	font-weight: bold;
	height: 14px;
	text-align: right;
	border: 1px solid;
	position:relative;
	*/
	padding: 5px;
	text-align: right;
	border: 1px solid;
	background: #b2b2b2;
	font-weight: bold;
}

.block_content {
	padding-top: 5px;
	text-align: right;
}

.post {
	background: #e0e0e0;
	padding: 5px;
	margin-bottom: 7px;
}

.post_title {
	background: #b2b2b2;
	padding: 5px;
	font-weight: bold;
	height: 14px;
}

.post_content {
	padding-top: 5px;
}

.post_bottom {
	background: #ccc;
	padding: 5px;
	margin-top: 10px;
	text-align: left;
}

a.sh {
	color: #FF7200;
}

.menu {
	padding-bottom: 30px;
}

#navMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navMenu li {
	float: right;
}
#navMenu li a {
	font: 11px tahoma;
	direction: rtl;
	padding: 5px;
	margin-left: 3px;
	display: block;
	color: #777;
	background: #e0e0e0;
	text-decoration: none;
}
#navMenu li a:hover {
	color: #333;
	background: #ccc;
}
#navMenu li span {
	cursor: pointer;
}

.generator_top {
	background: #e0e0e0;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	font-size: 12px !important;
}

.generator_top ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.generator_top ul li {
	float: right;
	line-height: 20px;
	margin-left: 15px;
}

.generator_top ul li a {
	color: #333;
}

.generator_top ul li a:hover {
	color: #777;
}

#col_container {
	z-index: 99999;
}

#gradient_preview, #gradient_url {
	margin-right: 10px;
}

.CloseBTN {
	color: #ff0000;
}

.column {
	width: 90%;
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 5px 0 5px 0;
	border: 1px solid #ccc;
	min-height: 25px;
	_height: 25px;
	text-align: right;
	direction: rtl;
}

.column li {
	cursor: move;
	margin-bottom: 4px;
	position: relative;
	text-align: center;
	/*padding: 7px;*/
	/*border: 1px solid #ccc;
	background-color: #eee;*/
}

.iefix {
	_height: 10px;
	_width: 98%;
}

.listTable {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.listTable th {
	background: #ccc;
}

.listTable th a {
	font-weight: bold;
}

.listTable th, .listTable td {
	padding: 5px;
	text-align: center;
}

#uploads, #icons {
	display: none;
	position: absolute;
	width: 500px;
	height: 300px;
	background: #e0e0e0;
	z-index: 99999999;
	padding: 5px;
	border: 1px solid #ccc;
}

#uploads #title, #icons #title {
	background: #ccc;
	padding: 5px;
	margin-bottom: 5px
}

#uploads h2, #icons h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

img.tooltip {
	padding:1px 5px;
	vertical-align:top;
	width:25px;
}

ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 8px solid #3F3F3F;
	border-right: 5px solid #CCCCCC;
	height: 30px;
}

ul.tabs li{
	float: right;
}

ul.tabs li a{
	padding: 8px 20px;
	background-color: #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 0 4px;
	display: inline-block;
	color: #AA0000;
	font-weight: 900;
}

ul.tabs li a:hover, ul.tabs li a.current{
	color: #000;
	background-color: #e0e0e0;
}

.clear{
	clear: both;
}
