form {
	display: inline;
}

p  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 12px;
}

h1  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 25px;
}

h2  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 20px;
}

h3  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 15px;
}

a  {
	text-decoration : none;
	color : Navy;
}

a:visited  {
	text-decoration : none;
	color : Navy;
}

a:active  {
	text-decoration : none;
	color : Navy;
}

a:hover  {
	text-decoration : underline;
	color : Blue;
}

body  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 11px;
}

.center  {
	text-align : center;
}

.small  {
	font-size : 10px;
}

td  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 11px;
}

table.admin_editor_table td {
	border-top:1px solid #BBBBBB;
}

table.admin_editor_table td td{
	border:none;
}

.bold  {
	font-weight : bold;
}

.h3  {
	font-family : Tahoma,Arial,Helvetica;
	font-size : 15px;
	font-weight : bold;
}

.percent {
	width : 20px;
	clip : auto;
	position : relative;
	top : -5px;
	left : 5px;
	background : white;
}

.admin_list {
	color: #3F3E3C;
	font-size:11px;
}

.kek {
	color : Navy;
}

.button {
	border: 1px solid navy;
	background-color: #D0D0D0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	font-family : Tahoma,Verdana,Arial,Helvetica;
	cursor: pointer;
	cursor: hand;
}

.static {
	border: 1px solid #A0A0A0;
	background-color: #F0F0F0;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 100px;
}

.button2 {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10px;
	font-family : Tahoma,Verdana;
	cursor: pointer;
	cursor: hand;

}

.buttonblue, .buttongreen, .buttongrey {
	display:block;
	float:left;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family : Tahoma,Verdana,Arial,Helvetica;
	color: #F5F7EC;
	padding: 3px 10px 3px 10px;
	margin:3px 5px 3px 0px ;
	/*background-repeat: repeat-x;*/
}

.buttonblue {
	border: 1px solid #657D98;
	background-image: url("/admin/images/button_bg_blue.png");
}

.buttongreen {
	border: 1px solid #839C2E;
	background-image: url("/admin/images/button_bg_green.png");
}

.buttongrey {
	cursor: default;
	border: 1px solid #949089;
	background-image: url("/admin/images/button_bg_grey.png");
}

.adminThumb {
	position: absolute;
	font: bold 12px Arial;
	padding: 3px;
	width: 100px;
	left: 510px;
	float: left;
}

.adminThumb .preview {
	padding: 3px;
	background: #ddd;
	max-height: 70px;
}

.adminThumb .popup {
	display: none;
	position:absolute;
	padding: 5px;
	background: #ddd;
	bottom:0px;
}

.adminThumb:hover .popup {
	display: block;
}