/*--------Общие стили-----------------------------------------------*/
*			{margin:0px; padding:0px;}
html			{height:100%; width:100%;}
body 		{color:#fff; font-family:Tahoma, Trebuchet MS; font-size:9pt; width:1000px; margin:0 auto; background:#000; color:#fff;}
a			{text-decoration:none; color:#aaa;}
a:hover		{color:#ff942c;}
img 			{border:0px;}
table		{border-collapse:collapse;}
fieldset		{padding:15px; border:1px solid #f18a00;}
legend		{font-weight:bold; color:#fff;}
p			{padding:3px 0;}

/*---------Master----------------------------------------------------------*/
.pagehead			{}
.pagehead .header	{height:140px; width:1000px;}
.pagehead .logo		{float:left; height:140px; width:290px; background:url('img/logo.gif') no-repeat;}
.pagehead .info		{float:right; padding:40px 20px 0 0; font-weight:bold; text-align:right;}

.pagehead .menu				{padding:0 15px;}
.pagehead .menu a			{font-weight:bold; text-decoration:none; color:#fff; margin-right:20px;}
.pagehead .menu a:hover		{color:#ff942c;}

.pagecontent				{padding:15px;}
.pagecontent .albums			{float:left; padding-right:30px;}
.pagecontent .list			{vertical-align:top; padding-top:20px; width:140px; font-size:14pt;}

.pagecontent .thumb			{float:left; margin:0 20px 20px 0; text-align:center; font-size:16pt;}
.pagecontent .thumb img		{border:1px solid #ccc; cursor:pointer;}

.pagecontent .imgedit		{width:240px;}
.pagecontent .imgedit td		{padding-bottom:10px; vertical-align:top;}
.pagecontent .imgedit img	{border:1px solid #fff;}

.pagecontent .info				{margin:15px 0 0 0;}
.pagecontent .info td				{padding:3px; vertical-align:middle;}
.pagecontent .info .textinput	{border:1px solid #f18a00;}
.pagecontent .info .text			{width:400px; border:1px solid #f18a00;}
.pagecontent .info .area			{width:400px; height:180px; border:1px solid #f18a00;}
.pagecontent .info .button		{width:150px; height:30px; background:#f18a00; border:0; font-weight:bold; color:#fff;}

.copyright				{text-align:center; padding:10px;}

.adminmenu				{height:40px; background:url('img/adminmenu_bg.png'); line-height:40px; padding:0 20px; vertical-align:center; color:#000;}
.adminmenu a				{font-weight:bold; color:#000;}
.adminmenu a:hover		{color:#fff2d9;}
.adminmenu .delimiter	{float:left; height:40px; width:2px; background:url('img/delimiter.png') no-repeat; margin:0 10px;}
.adminmenu .top_but_container	{float:left;}
