﻿.news { font-size: 12px; font-family: tahoma; text-align: right; }
.news img { border: none; }
.news .head { font-weight: bold; }
.news input[type="text"], INPUT[type="file"], TEXTAREA {margin-bottom: 10px;  padding: 4px; border: 1px solid #b9b9b9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: tahoma; font-size: 12px; min-width: 200px; }
.news input[type="text"]:hover, INPUT[type="file"]:hover, TEXTAREA:hover { border: 1px solid #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.news input[type="text"]:focus, INPUT[type="file"]:focus, TEXTAREA:focus { border: 1px solid #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: whitesmoke; }

.news SELECT {margin-bottom: 10px; padding: 4px; border: 1px solid #b9b9b9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: tahoma; font-size: 12px; text-align: right; min-width: 200px; }
.news SELECT:hover { padding: 4px; border: 1px solid #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.T-button { background: #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #c2c0ea; margin: 5px; color: #000; font-family: tahoma; font-size: 12px; padding: 3px; }
.T-button:hover { background: #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #c2c0ea; margin: 5px; color: #000; font-family: tahoma; font-size: 12px; padding: 3px; -webkit-box-shadow: inset 1px 1px 1px 0px #ffffff; -moz-box-shadow: inset 1px 1px 1px 0px #ffffff; box-shadow: inset 1px 1px 1px 0px #ffffff; cursor: pointer; }
.E-button { background: #c0c0c0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #666; margin: 5px; color: #000; font-family: tahoma; font-size: 12px; padding: 3px; }
.E-button:hover { background: #c0c0c0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #666; margin: 5px; color: #000; font-family: tahoma; font-size: 12px; padding: 3px; -webkit-box-shadow: inset 1px 1px 1px 0px #ffffff; -moz-box-shadow: inset 1px 1px 1px 0px #ffffff; box-shadow: inset 1px 1px 1px 0px #ffffff; cursor: pointer; }

.textbox { padding: 4px; border: 1px solid #b9b9b9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: tahoma; font-size: 12px; min-width: 200px; }
.textbox:hover { padding: 4px; border: 1px solid #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.textbox:focus { padding: 4px; border: 1px solid #c2c0ea; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: whitesmoke; }

.table { background: #c3c3c3; font-family: Tahoma, Geneva, sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 100%; }
.table .title { text-align: center; background: #CCC; height: 30px; font-weight: bold; font-size: 11px; }
.table .row { background: #f1f1f1; height: 30px; }
.table .altrow { background: #e7e7e7; height: 30px; }
.table td { padding: 3px; }
