/* Общее */
*						{margin:0;
						padding:0}
						
body					{background:#fff;
						color:#333;
						font-family:Tahoma,Verdana,sans-serif;
						font-size:100%}

a						{color:#09f}

a:hover					{text-decoration:none}

table					{border-collapse:collapse}
/* /Общее */

/* Заголовки */
h1						{font-size:32px;
						font-weight:normal}
						
h2						{font-size:24px;
						font-weight:normal}
/* /Заголовки */		
/* Обвертка */
#wrap					{margin:0 auto;
						max-width:900px;
						min-width:200px;
						padding:15px 5%;
						width:90%;}
/* /Обвертка */
/* Шапка */
#header					{margin-bottom:45px}

#header ul				{font-size:18px;
						list-style:none}

#header li				{display:inline;
						margin-right:15px}
/* /Шапка */

/* Заголовок раздела */
#sub_header ul			{font-size:12px;
						list-style:none;
						margin-top:10px}

#sub_header li			{display:inline;
						margin-right:15px}
/* /Заголовок раздела */

.index_waiting			{margin-top:15px}

/* Новости */
#news					{font-size:12px;
						line-height:125%;
						margin:15px 0 45px 0}
						
#news dt				{font-weight:bold;
						margin-bottom:5px}

#news dd				{margin-bottom:30px}
/* /Новости */

/* Команды */
#teams					{font-size:12px;
						}
						
#teams dt				{font-weight:bold;
						margin-bottom:5px}

#teams dd				{margin-bottom:30px}
/* /teams */


/* Форум */
#forum					{font-size:12px;
						line-height:125%;
						list-style:circle;
						margin:15px 0 45px 0}
						
#forum li				{margin-bottom:15px}
/* /Форум */

/* Регистрация/Вход */
#auth					{line-height:125%;
						margin-bottom:45px}
						
#auth dt				{font-size:12px}

#auth dd				{margin-bottom:5px}

#re_password			{margin-bottom:20px}

#auth dt input			{cursor:pointer;
						margin-top:10px;
						padding:0 10px}

#auth dd input			{width:200px}
/* /Регистрация/Вход */

/* Архив игр */
#archive				{margin-bottom:15px;
						width:100%}

#archive th,
#archive td				{border:1px solid #eee;
						padding:10px}

#archive th				{font-size:18px;
						font-weight:normal}

#archive th.left		{text-align:left}

#archive td				{font-size:12px;
						line-height:125%}
						
#archive .number		{text-align:center;
						width:5%}

#archive .name			{width:50%}

#archive .date			{text-align:center;
						width:30%}

#archive .status		{text-align:center;
						width:15%}
						
#archive .waiting		{background:#fc9}
						
#archive .going,
#archive .going a		{background:#f63;
						color:#fff;
						font-weight:bold}
/* /Архив игр */

/* Задания */
.task					{border:1px solid #eee;
						line-height:125%;
						margin:15px 0;
						padding:15px}
			
.task dt				{font-size:18px}

.task dd				{font-size:12px;
						margin-top:10px;
						padding:5px}

/* Бордюры слева */
.task .text				{border-left:10px solid #ebebeb}

.task .prompt1			{border-left:10px solid #fc9}

.task .prompt2			{border-left:10px solid #f63}

.task .logic			{border-left:10px solid #ebebeb}
/* /Бордюры слева */

/* Показ/скрытие */
.task .prompt1 a,
.task .prompt2 a,
.task .logic a			{border-bottom:1px dashed #09f;
						text-decoration:none}

.task .prompt1 a:hover,
.task .prompt2 a:hover,
.task .logic a:hover	{border-bottom:1px dashed #fff;
						text-decoration:none}
/* /Показ/скрытие */
/* /Задания */

/* Подвал */
#footer					{color:#666;
						font-size:12px}
/* /Подвал */