@CHARSET "UTF-8";

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;

	width: 901px;
	margin: 0 auto;
}

img {
	border: none;
}

h3 {
	
	color: rgb(143, 0, 0);
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	
	margin: 0;
	padding: 5px 0 8px 0;
	
	border-bottom: rgb(236, 240, 239) 1px solid;
}

p {
	
	font-size: 11px;
	padding: 0 6px;
}

/* textile */

span.caps {

	margin: 0;
	padding: 0;
	font-weight: normal;	
}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

#headerwrap {
	padding: 0px 0 0 0;
}

/* content */

#contentwrap {
	
	margin: 10px 0 0 0;
}

#content {
	
	float: left;
	width: 598px;
}


#content-c {
	
	float: left;
	width: 350px;
	margin: 0 24px;
}

span {
	
	font-size: 12px;
	font-weight: bold;
}

/* content form */

form div {

	margin: 4px 0;
}

p.error {

	padding: 10px 0;	
	background: red;
	font-weight: bold;
	color: white;
}

span.error {

	padding: 4px 2px;
	background: red;
	font-weight: bold;
	color: white;
    width: 100%;
    display: block;
    margin : 0;
}

strong.error {

	padding: 4px 2px;
	background: red;
	font-weight: bold;
	color: white;
    width: 100%;
    display: block;
}


th.error {

	background: red;
	font-weight: bold;
	color: white;

}

form p.error {

	padding: 10px 0;	
	background: red;
	font-weight: bold;
	color: white;
}

form table,
form table tbody {

	width: 100%;
	margin: 0;
	padding: 0;	
	/*table-layout: fixed; */
	border: none;
	border-spacing: 0;
}

form table tr,
form table th,
form table td {
	
	margin: 0;
	padding: 0;
}

form table th {
	
	text-align: left;
	font-size: 12px;
}

form table td {
	
	text-align: left;
}

form span {
	
	padding: 0 0 0 12px;
}

form p {
	
	padding: 0;
	margin: 4px 0;
}

form #title {
	width: 128px;
}

form #city,
form #country,
form #firstname,
form #surname {

	width: 200px;
}

form #zip-code,
form #county {
	
	width: 98px;
}

form #adress1,
form #adress2 {
	
	width: 360px;
}

div.inputcorner {
	
	background: url( ../images/input-l.jpg ) top left no-repeat;
	padding: 0 10px;
	height: 26px;
}


div.inputcorner strong {
	
	background: url( ../images/input-r.jpg ) top right no-repeat ;
	
	padding: 4px 11px 5px 0;
	margin: 0;
	height: 26px;
}

input[type="text"] {
	
	font-weight: normal;
	background: #cfcfcf;
	border: none;
	width: 152px;
	max-height: 26px;
	padding: 5px 0 5px 0;
}

input[type="password"] {
	
	font-weight: normal;
	background: #cfcfcf;
	border: none;
	width: 152px;
	max-height: 26px;
	padding: 5px 0 5px 0;
}


select {
	
/*	font-weight: bold; */
	background: #cfcfcf;
	border: none;
	width: 152px;
	max-height: 26px;
	padding: 4px 0 ;
}

input[type="submit"]  {
	
	width: auto;
}

input[type="checkbox"] {
	
	margin: 10px 0 8px 100px;
	padding: 0;
	width: auto;
}

/* user poll date*/

#content-c form #day,
#content-c form #month,
#content-c form #year {

}

/* login */

table.login {
	
	width: 450px;
	border: none;
	margin: 10px 0 0 80px;
	padding: 0;
	border-spacing: 0;
}

table.login th {
	
	margin: 0;
	padding: 0 0 0 8px;
}

/* poll questions */

.questions form #adress1,
.questions form #adress2 {
	
	width: 300px;
}

.question {
	
	font-size: 12px;
	font-weight: normal;
	margin: 14px 0;	
}

.question strong {

	font-size: 12px;
	font-weight: bold;	
}

.question strong p {
	
	display: inline;
	font-size: 12px;
}

.question div.inputcorner strong {
	
	background: url( ../images/input-r.jpg ) top right no-repeat ;
	
	padding: 6px 11px 5px 0;
	margin: 0;
	height: 26px;
}

.questions .separator {
	
	min-height: 1px;
	border-top: 1px solid #dbdbdb;
}

.question ul {

	display: block;	
	list-style: none;
	margin: 0;
	padding: 0;
}

.question ul li {

	display: block;	
	margin: 8px 0;
	padding: 0;
}

.question ul li p {

	display: inline;
	font-size: 12px;	
}

.question input {
	
	margin: 0 8px 0 2px;
	padding: 0;
	width: auto;
}

.questions input[type="submit"] {
	
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/button-up.jpg) center;
	border: none;
	color: white;
	overflow: hidden;
	width: 143px;
	height: 25px;
	
	float: right;
}

.questions input[type="submit"]:active {
	
	border: none;
	background: url(../images/button-down.jpg) center;
}

.right {
	
	float: right;
}

/* 350x40 */
#content-c .list table {

	width: 350px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

#content-c .list table tr {

	height: 40px;
}

#content-c .list table th {
	
	width: 40%;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

#content-c .list table th,
#content-c .list table td {
	
	text-align: left;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	vertical-align: middle;
}

#content-c .list a {

	text-decoration: none;
}

#content-c .list .filled {
	
	color: green;
	font-weight: bold;	
}

#content-c .list .fill {
	
	color: red;
	font-weight: bold;	
}

#content-c .list table td img {

	float: right;
	padding: 0 15px 0 0;	
}


#content-c .list table tr.element_0 td,
#content-c .list table tr.element_1 td {
	
	border-top: 1px solid #d9d9d9;
}

#content-c .list table tr.element_0 th {
	
	background: #d9d9d9;
	border-top: 1px solid #b8b8b8;
}

#content-c .list table tr.element_1 th {
	
	background: #ececec;
	border-top: 1px solid #b8b8b8;
}

/* colleft */

#colleft {
	
	float: left;
	background: none;
	display: block;
	width: auto;
}

#colleft .menu {
	
	width: 200px;
	background: url(../images/menu-left-top.jpg) top left no-repeat #ecf1f0;
	min-height: 16px;
	padding: 16px 0 0 0;
}

#colleft .menu div {
	
	width: 200px;
	background: url(../images/menu-left-bottom.jpg) bottom left no-repeat;
	min-height: 16px;
	padding: 0 0 15px 0;
}

#colleft .menu ul {

	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#colleft .menu ul li {

	padding: 8px 0 0 0;
	background: none;
	height: 27px;
	border-top: solid black 1px;
}

#colleft .menu ul li.item1 {

	border: none;
}

#colleft .menu li.active,
#colleft .menu ul li:hover {

	background: url(../images/menu-left-hover.jpg) left top no-repeat;
}

#colleft .menu ul a {

	margin: 4px 0 0 26px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#colleft .menu li.active a,
#colleft .menu li:hover a,
#colleft .menu li a:hover {
	
	color: white;
}

/* colright */

#colright {
	
	float: right;
	background: none;
	display: block;
	width: 275px;
}

#colright img {

	border: none;
	margin: 0;
	padding: 0;	
}



/* footer */

#footerwrap {

	padding: 0;
	clear: both;
	background: #FFFFFF;
}

#footer {
	padding: 0;
	position: relative;
}

#footer .copyright {
	clear: both;
	display: block;
	margin: 18px 0 0 32px;
	color: #000000;
	font-style: normal;
	font-size: 11px;
}

#footnavwrap {

	background: url(../images/left.jpg) left top no-repeat;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 0 0 17px;
}

#footnavwrap .footnav {
	
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #ecf2f0;
	width: 100%;
	height: 60px;
}

#footnavwrap .footnav div{
	
	height: 38px;
	padding: 20px 20px 0 20px;
}

#footnavwrap .footnav .item1,
#footnavwrap .footnav .item2,
#footnavwrap .footnav .item3 {
	
	border-right: solid 1px #ecf2f0;
	float:left;
}

#footnavwrap .footnav .item4 {
	
	padding: 20px 20px 20px 400px;
}

#footnavwrap a {

	color: #9c404f;
	font-size: 12px;
}

/* recommend */

.recommend {

	height: 250px;
	background: url(../images/polec-bg.jpg) bottom left no-repeat;	
}

.recommend .textbox {

	background: url(../images/box.jpg) left top no-repeat;
	padding:  3px 6px;
	width: 196px;
	height: 59px;
}

.recommend textarea {

	border: none;
	width: 174px;
	height: 48px;
	background: #d3d3d3; 
}

.recommend input[type="submit"] {

	background: url( ../images/send.jpg ) top right no-repeat ;
	border: none;
	text-align: middle;
	width: 68px;
	height: 26px;
	color: white;
}

.button input[type="submit"] {

	background: url( ../images/send.jpg ) top right no-repeat ;
	border: none;
	text-align: middle;
	width: 68px;
	height: 26px;
	color: white;
}

.recommend p {

	margin: 5px 0 0 0;
	font-weight:bold;	
}

.recommend .message-recommend {
	
	font-size: 14px;
	padding: 50px 0 0 0;
	text-align: center;	
}

/* admin */

#admin #content {
	
	width: 100%;
}

#admin .list {

	margin: 15px;
	padding: 0;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;	
	text-align: center;
	width: 650px;
}

#admin .name textarea {

	width: 300px;
	height: 50px;
}

#admin select {
	
	background: white;
	border: 1px solid #D1D7DC;
}

#admin input {

	border: 1px #D1D7DC solid;
	background: none;
}

#admin textarea {

	width: 300px;
	height: 100px;
}

#admin table {

	border: none;
	font-size: 12px;
}

#admin table th {
	
	font-weight: bold;
	
}

#admin table td {
	
	padding: 5px;
	border-bottom: 1px solid #D1D7DC;
	border-right: 1px solid #D1D7DC;

}

#admin .user_gorup,
#admin .status {

	text-align: center;	
}


#admin .question {
	
	font-size: 12px;
	font-weight: normal;
	margin: 14px 10px;	
}

#admin .question strong {

	font-size: 12px;
	font-weight: bold;	
}

#admin .question div.inputcorner {
	
	margin: 0;
	padding: 0;
	background: 0;
}

#admin .question div.inputcorner strong {
	
	margin: 0;
	padding: 0;
	background: 0;
}

#admin  .questions .separator {
	
	min-height: 1px;
	border-top: 1px solid #dbdbdb;
}

#admin  .question ul {

	display: block;	
	list-style: none;
	margin: 0;
	padding: 0;
}

#admin  .question ul li {

	display: block;	
	margin: 8px 0;
	padding: 0;
}

#admin .question input {
	
	margin: 0 8px 0 2px;
	padding: 0;
	width: auto;
}

#admin .questions input[type="submit"] {
	
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	border: 1px #D1D7DC solid;
	color: black;
	overflow: hidden;
	width: 143px;
	height: 25px;
	
	float: none;
}

#admin .questions input[type="submit"]:active {
	
	border: 1px #000000 solid;
}

#admin .right {
	
}

#admin .navmenu {
	
	border: 0;
	margin: 0;
	padding: 1px;
	background-color: #718FBD;
	
	color: #FFFFFF;
}

#admin .navmenu ul {
	
	margin: 0;
	padding: 0;
	display: block;
	
}

#admin .navmenu li {
	
	margin: 0;
	padding: 0 2px 0 4px;
	display: inline;
	
}

#admin .navmenu a:link,
#admin .navmenu a:active,
#admin .navmenu a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#admin .navmenu a:hover {
	
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #EEEEEE;
}

