/* MAIN CONTAINER */

:focus {
	outline:0;
}

html {
	padding:0;
	margin:0;
}

body {
	background:url("../img/header.gif") repeat-x center -10px;
	font-family:arial, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	color:#000;
}

body.start {
	background-image:url("../img/header-big.gif");
}

/* OVERALL SETTINGS */

a {
	text-decoration:underline;
	color:#ff7c00;
}

img {
	border:0;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

strong {
	font-weight:bold;
}

hr {
	background-color:transparent;
	border-top:1px solid #ccc;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin:15px 0;
	padding:0;
	height:1px;
}

h1 {
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:15px;
	color:#595854;
}

h2 {
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:12px;
	color:#ff8f2a;
}

h3 {
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:12px;
}

h2 span {
	font-weight:normal;
	padding-left:5px;
	font-size:12px;
	color:#595854;
}

ul {
	list-style-image:url("../img/li.gif");
	list-style-position:inside;
	padding:0 0 0 15px;
	margin-left:15px;
}

ul ul {
	list-style-image:url("../img/li2.gif");
}

li {
	padding:3px 0;
}

p {
	margin:0 0 10px 0;
	font-size:12px;
}

/* TABLES */

td {
	vertical-align:top;
}

#content table {
	border-collapse:collapse;
}

#content th {
	background-color:#dcdcdc;
	padding:4px 10px;
	text-align:left;
	color:#222;
}

#content td {
	border-bottom:1px solid #ccc;
	padding:7px 4px 10px 4px;
}


.submit input, input.btn, a.btn {
	font-family:tahoma, sans-serif;
	background-color:#f78719;
	text-decoration:none;
	font-weight:bold;
	padding:3px 6px;
	cursor:pointer;
	font-size:11px;
	color:#fff;
	border:0;
}

a.btn {
	position:relative;
	padding:5px 8px;
	top:10px;
}

.image {
	background:url("../img/project-photo.png") no-repeat center;
	margin:5px 5px 0 0;
	height:124px;
	width:124px;
	float:left;
}

.image img {
	margin:3px 0 0 7px;
	width:110px;
	height:110px;
}


/* FORMS */

form label {
	padding-top:4px;
	color:#595854;
	display:block;
	width:100px;
	float:left;
}

.text, .password {
	margin-bottom:5px;
}

.input {
	margin-bottom:5px;
}

.text input, .password input, textarea, .txt {
	border:1px solid #a7a6aa;
	padding:2px 5px 2px 5px;

}

.chk-agree {
	margin:10px 0;
}

.chk-agree input {
	vertical-align:middle;
	float:left;
}

.chk-agree label {
	display:block;
	float:none;
	width:auto;
}

.standart-checkbox {
	margin-top:10px;
}

.standart-checkbox input {
	vertical-align:middle;
	margin:0 5px 0 0;
	display:inline;
	float:none;
}

.standart-checkbox label {
	display:inline;
	float:none;
}

/* ERRORS */

.error-message {
	margin:5px 0 5px 0;
	font-size:11px;
	color:#FF3E3E;
}

.error .text input, .error .password input, .error textarea {
	border-color:#FF3E3E;
}


/* MAIN LAYOUT */

#container {
	position:relative;
	min-height:600px;
	margin:0 auto;
	width:765px;
}

#content {
	margin-left:197px;
	color:#595854;
	font-size:12px;
}

/* HEADER */

#header {
	padding-top:25px;
	height:80px;
}


#header #user-info {
	margin:0 0 0 410px;
	font-size:11px;
}

#header div.username {
	margin:0 0 10px 0;
	color:#8b8b8b;
}

#header div.username span {
	padding-right:20px;
	color:#000;
}

a#logout {
	background:url("../img/logout.gif") no-repeat right center;
	padding:2px 18px 2px 0;
	color:#ff9d9d;
}


#header a.my_projects {
	border-bottom:1px dotted #f78719;
	text-decoration:none;
}


/* LOGO */

#logo {
	background:url("../img/logo.gif") center no-repeat;
	text-indent:-5000px;
	display:block;
	float:left;
	width:251px;
	height:60px;
}


/* LANGUAGE SWITCH */

#language-switch {
	margin:20px 0 0 0;
	float:right;
	height:16px;
	padding:0;
}

#language-switch li {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	float:left;
}

#language-switch a {
	text-transform:uppercase;
	text-align:center;
	margin-right:3px;
	display:block;
	font-size:11px;
	padding:2px 2px 1px 3px;
}

#language-switch a.active {
	background-color:#93aa36;
	text-decoration:none;
	color:#fff;
}

/* LOGIN FORM */

#login {
	position:absolute;
	left:300px;
	top:25px;
}

#login label {
	text-align:right;
	padding-right:5px;
	float:left;
	width:60px;
}

#login .email label {
	background:url("../img/lock.gif") no-repeat left 5px;
}

#login .text input, #login .password input {
	width:120px;
}

#login .submit {
	text-align:right;
}

#login .submit input {
	background:url("../img/btn-login.gif") no-repeat right center;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
	color:#ff9205;
	width:45px;
	padding:0;
	border:0;
}

#login div.error-message {
	display:none;
}

#header .links {
	position:absolute;
	margin:0;
	left:530px;
	top:30px;
	padding:0;
}

#header .links li {
	list-style-image:none;
	list-style-type:none;
	margin-bottom:5px;
	padding:0;
}

#header .links a {
	color:#000;
}

/* MAINMENU */

#mainmenu {
	background-color:#f78719;
	border-collapse:collapse;
	margin-bottom:30px;
	line-height:26px;
	height:26px;
	width:100%;
}

body.start #mainmenu {
	margin-bottom:10px;
}

#mainmenu td {
	padding:0;
}

#mainmenu td.sep {
	background:url("../img/mainmenu-sep.gif") no-repeat center;
	font-size:1px;
	width:1px;
}

#mainmenu a {
	font-family:tahoma, sans-serif;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:26px;
	font-size:11px;
	padding:0 10px;
	display:block;
	height:26px;
	color:#fff;
}

#mainmenu a:hover, #mainmenu a:active, #mainmenu a.active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}


/* SEARCH */

#search {
	margin:0 0 18px 0;
	height:25px;
}

#search .input, #search input {
	float:left;
}

#search .text input {
	padding:3px 5px 0 5px;
	margin-right:5px;
	width:165px;
	height:19px;
	border:0;
}

/* FOOTER */

#footer-bg {
	background:url("../img/footer.gif") repeat-x bottom center;
}

#footer {
	margin:0 auto;
	height:220px;
	width:765px;
}

#footer img {
	vertical-align:top;
}

#footer div.partners {
	height:60px;
	color:#666;
}

#footer h2 {
	width:150px;
}

#footer div.partners img {
	vertical-align:middle;
	margin:5px 10px 0 0;
}

#footer a.more {
	background:url("../img/link-arrow.gif") no-repeat right center;
	padding-right:13px;
	position:relative;
	left:15px;
	top:7px;
}

#footer #follow-us {
	margin-bottom:15px;
}

#footer #follow-us img {
	margin-left:7px;
	vertical-align:middle;
}


/* FLASH MESSAGE */

#flash-message {
	background-position:-6px -6px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:35px;
	font-weight:bold;
	line-height:32px;
	/*height:32px;*/
}

div.flash-message-failure {
	background-image:url("../img/msg-bg-err.gif");
	border-bottom:2px solid #e50d2e;
	border-top:2px solid #e50d2e;
}

div.flash-message-success {
	background-image:url("../img/msg-bg-ok.gif");
	border-bottom:2px solid #51683b;
	border-top:2px solid #51683b;
}

div.flash-message-unknown {
	background-image:url("../img/msg-bg.gif");
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}


/* PAGINATOR */

#paginator {
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:30px;
	font-size:12px;
}

#paginator a, #paginator span.current {
	text-align:center;
	line-height:16px;
	display:block;
	margin:0 2px;
	height:16px;
	width:17px;
	color:#000;
	float:left;
}


#paginator a.prev, #paginator a.next {
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:12px;
	float:left;
	color:#fff;
	border:0;
}

#paginator a.prev {
	background:url("../img/paginator-prev.gif") #f78719 no-repeat center left;
	padding:3px 10px 3px 25px;
	text-align:right;
	width:40px;
}

#paginator a.next {
	background:url("../img/paginator-next.gif") #f78719 no-repeat center right;
	padding:3px 25px 3px 10px;
	text-align:left;
	width:25px;
}

#paginator span.current {
	background-color:#93aa36;
	color:#fff;
}

#paginator span.numbers {
	display:block;
	margin:4px;
	float:left;
}

/* SLIDER */

#slider-container {
	position:relative;
}

#slider-shadow {
	background:url("../img/slider-shadow.png");
	position:absolute;
	width:793px;
	height:272px;
	left:-14px;
	z-index:1;
}

#slider {
	border:6px solid #fff;
	margin:0 auto 35px 0;
	position:relative; /* IE */
	overflow:hidden;
	height:232px;
	z-index:99;
}

#slider #slider-items {
	position:relative;
}

#slider div.slider-item {
	position:relative;
	height:232px;


}

#slider div.slider-item a.link {
	position:absolute;
	height:232px;
	width:100%;
	z-index:1;


}

#slider .paginator {
	background-color:#FFFFFF;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	border-top:5px solid #FFFFFF;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	z-index:2;
}

#slider .paginator li {
	list-style-image:none;
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

#slider .paginator a {
	text-decoration:none;
	text-align:center;
	padding:1px 7px;
	font-size:12px;
	display:block;
	color:#000;
}

#slider .paginator a.active {
	background-color:#f78719;
	color:#fff;
}


#slider .text {
	font-size:12px;
	position:absolute;
	width:330px;
	left:415px;
	top:55px;
	height:170px;
	overflow:hidden;
}

/* FP: INFO BOXES */

.info-boxes {
	border-collapse:collapse;
	margin-bottom:40px;
	width:100%;
}

.info-boxes .box {
	vertical-align:top;
	font-size:11px;
	width:247px;
	padding:0;
}

.info-boxes .widebox {
	width:506px;
}

.info-boxes .delimiter {
	font-size:1px;
	width:12px;
	padding:0;
}

.info-boxes h2 {
	background-color:#93aa36;
	overflow:hidden;
	padding-left:10px;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:24px;
	font-size:14px;
	color:#fff;
	height:24px;
}

.info-boxes .main {
	margin:0 10px 0 10px;
	float:left;
}

.info-boxes p {
	margin:0 0 10px 125px;
	font-size:11px;
}

.info-boxes td.more {
	vertical-align:bottom;
	padding:0 0 10px 0;
}

.info-boxes td.more a {
	background:url("../img/btn-login.gif") no-repeat right center;
	padding-right:15px;
	position:relative;
	left:125px;
}

/* SIDEMENU */

#sidemenu {
	font-family:tahoma, sans-serif;
	width:177px;
	float:left;
}

#sidemenu ul {
	background-color:#bcac6f;
	padding:0;
	margin:0;

}

#sidemenu li {
	border-bottom:1px solid #d7cda9;
	list-style-image:none;
	list-style-type:none;
	padding:0;
}


#sidemenu a {
	padding:4px 4px 4px 13px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
	color:#fff;
}

#sidemenu li.last, #sidemenu li.last {
	border-color:#c9bd8c;
}


#sidemenu a:hover, #sidemenu a:active, #sidemenu a.active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}

/* level 2 */

#sidemenu li li {
	border-bottom:0;
}

#sidemenu li li:hover, #sidemenu li li:active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}

#sidemenu li li.active {
	background:url("../img/menu-active.png") #aec25b repeat-x bottom;
}

#sidemenu li li a, #sidemenu li li.active a, #sidemenu li li:hover a {
	background:url("../img/sidemenu-li.gif") transparent no-repeat 18px center;
	padding-left:30px;
	font-weight:normal;
	font-size:11px;
}

#sidemenu-tabs {
	border-bottom:10px solid #bcac6f;
	height:25px;
}

#sidemenu-tabs a {
	background-color:#ebe1bd;
	font-weight:normal;
	line-height:21px;
	display:block;
	height:21px;
	width:77px;
	float:left;
	color:#978d5a;
	padding:0 0 0 10px;
	border:1px solid #fff;
	border-right:none;
	margin-top:2px;

}

#sidemenu-tabs a:hover, #sidemenu-tabs a:active, #sidemenu-tabs a.active {
	background-image:none;
	color:#fff;
}

#sidemenu-tabs a.active {
	border:1px solid #bcac6f;
	background-color:#bcac6f;
	font-weight:bold;
	line-height:25px;
	height:25px;
	color:#fff;
	margin-top:0;
}

#sidemenu-tabs a.first.notactive {
	border-right:1px solid #fff;
	border-left:none;
}


/* CONTENT */

#content img.main {
	margin:0 10px 10px 0;
	float:left;
}

.important {
	font-weight:bold;
	color:#ff8f2a;
}

/* PROJECT LIST */

#main_donors img {
	margin:10px;
}

.year-group {
	border:1px solid #CCCCCC;
	margin:0 0 20px;
	padding:0 10px 10px;
}

.year-header {
	background:transparent url(../img/year-header.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:18px;
	line-height:18px;
	margin:0;
	text-indent:47px;
}

.project {
	margin-top:15px;
	color:#4e4e4e;
}

.year-group .project {
	min-height:120px;
}

.project .image {
	background:url("../img/project-photo.png") no-repeat center;
	margin-top:5px;
	height:124px;
	width:124px;
	float:right;
}

.project .image img {
	margin:3px 0 0 7px;
}

.project dl {
	margin:10px 130px 10px 0;
}

.project dt {
	margin:0 0 5px 0;
	font-size:11px;
	color:#8e8e8e;
	float:left;
	width:90px;
}

.project dd {
	margin:0 0 5px 85px;
	font-size:12px;
}

.project dd.sum {
	font-weight:bold;
	color:#000;
}

.project form label {
	font-weight:bold;
	line-height:23px;
	margin-left:5px;
	font-size:11px;
	height:23px;
	float:left;
	color:#000;
	width:85px;

}

.project form .txt {
	border:1px solid #f78719;
	position:relative;
	text-align:center;
	padding-top:3px;
	height:14px;
	width:60px;
	top:1px;
}

/* PROJECT VIEW */

.project-top {
	height:40px;
}

.project-top div.links {
	float:right;
	text-align:right;
	width:265px;
}

.project-top h1 {
	margin-right:190px;
}

.project-top div.links a {
	background:url("../img/link.gif") no-repeat right center;
	padding-right:15px;
	font-size:11px;
}

.project-top div.links a.draugiem-runa {
	vertical-align:top;
	margin-left:12px;
	background:none;
	position:relative;
	padding:0;
	top:4px;
}

.project-top div.links a.re-tweet {
	background:transparent none repeat scroll 0 0;
	margin-left:5px;
	padding:0;
	position:relative;
	top:4px;
	vertical-align:top;
}

.project-top a.back {
	background:url("../img/back.gif") no-repeat left center;
	padding:0 10px 0 16px;
	font-weight:normal;
	position:relative;
	font-size:11px;
	color:#a8bb53;
	top:-3px;
}

div.subproject {
	display:none;
}

.project-image {
	background:url("../img/project-photo-big.png") no-repeat center;
	text-align:center;
	margin:0 10px 5px 0;
	height:222px;
	width:247px;
	float:left;
}

.project-image div {
	background-repeat:no-repeat;
	background-position:center;
	margin:3px 0 0 4px;
	height:211px;
	width:239px;
}

/*
.project-image img {
	margin:3px 0 0 7px;
	height:auto;
	width:auto;
}
*/
div.my_project {
	margin-bottom:10px;
}

div.my_project input {
	vertical-align:middle;
	margin:0 5px 0 0;
}

div.my_project label {
	font-size:11px;
	color:#ff7c00;
}

#sponsors img {
	vertical-align:middle;
	margin-right:10px;
}

#grid-sponsors {
	border-collapse:collapse;
	width:100%;
}

#grid-sponsors td {
	vertical-align:middle;
	text-align:center;
	border:0;
	width:25%;
}

/* CATEGORIES-PROJECTS  */

.categories-projects table {
	border-collapse:collapse;
	width:100%;
}

#content .categories-projects td {
	padding:0 20px 10px 20px;
	width:33%;
}

.categories-projects h2 {
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:15px;
	color:#595854;
}

.categories-projects h3 {
	margin:15px 0 7px 0;
}

.categories-projects div.category {
	overflow:auto;
}

.categories-projects .hr {
	border-bottom:1px solid #bcac6f;
	margin:15px 0;
}

#content .categories-projects td {
	border:0;
}

.categories-projects div.n3 {
	margin-right:0;
}

.categories-projects .project div.image {
	margin:0 auto 5px auto;
	float:none;
}

.categories-projects .project label {
	padding-right:12px;
	display:inline;
	float:none;
	margin:0;
}

.categories-projects form {
	text-align:center;
}

#content .categories-projects .project-title {
	padding:0 0 10px 0;
}

#content .categories-projects h3 {
	margin:0 auto;
	width:130px;
}

.categories-projects .project .submit input {
	margin:7px auto 0 auto;
	width:130px;
}

.categories-projects div.all-projects {
	text-align:right;
	padding-top:15px;
}

.categories-projects div.all-projects a, a.add-advert {
	background:url("../img/link.gif") no-repeat right center;
	padding-right:20px;
	font-size:11px;
}


/* SEARCH RESULTS */

.search-results h1 span {
	font-weight:normal;
	padding-left:10px;
	font-size:12px;
	color:#a2a2a2;
}

.search-results h3 span {
	padding-right:8px;
	color:#8a8a8a;
	font-size:11px;
}

.search-results div.tagline {
	margin-bottom:15px;
	color:#a2a2a2;
}

.tabbed {
	border-bottom:1px solid #bbb496;
	margin:10px 0;
	height:26px;
}

.tabbed a {
	border-top:4px solid #fff;
	background-color:#eae1bc;
	text-decoration:none;
	margin-right:1px;
	padding:0 10px;
	line-height:22px;
	height:22px;
	font-size:11px;
	color:#988c59;
	display:block;
	float:left;
}

.tabbed a.active {
	background-color:#93aa36;
	border-top:0;
	line-height:26px;
	height:26px;
	color:#fff;
}

/* FULL DONATION FORM */

#donate {
	margin-top:00px;
	font-size:11px;
	width:100%;
}

#donate td {
	vertical-align:top;
	border:0;
	width:50%;
}

#donate form {
	padding:5px;
}

#donate form.info {
	background-color:#ededee;
	padding:10px;
}

#donate .submit {
	margin-top:10px;
}

#DonationDonateForm label {
	padding-top:3px;
	display:block;
	float:left;
	width:130px;
}

#DonationDonateForm .input {
	margin-bottom:4px;
}

#DonationDonateForm div.checkbox input {
	margin-left:0;
}

#DonationDonateForm .text input {
	border:1px solid #a7a6aa;
	font-size:11px;
	padding:2px 5px;
	width:120px;
}

#DonationDonateForm select {
	border:1px solid #a7a6aa;
	font-size:11px;
	width:132px;
	height:21px;
}

#DonationDonateForm input#DonationAmount {
	margin-right:5px;
	width:55px;
}

#cc-notice {
	background:url("../img/attention.gif") no-repeat left top;
	padding-left:15px;
	line-height:120%;
	margin:10px 0;
	color:#8f8f90;
	display:none;
}

/* FAQs */

body.faqs div.answer {
	margin:0 0 20px 40px;
}

/* ATTACHMENTS */

#attachments {
	padding-top:20px;
}

#attachments div {
	background-image:url("../img/filetypes/unknown.png");
	background-position:left center;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-left:40px;
	width:250px;
	min-height:32px;
}

#attachments .title {
	display:block;
}

#attachments .type_doc {
	background-image:url("../img/filetypes/doc.png");
}
#attachments .type_xls {
	background-image:url("../img/filetypes/xls.png");
}
#attachments .type_pdf {
	background-image:url("../img/filetypes/pdf.png");
}

/* ECARDS */

table.ecards {
	border-collapse:collapse;
	width:100%;
}

table.ecards td {
	width:33%;
}

#content table.ecards td {
	border:0;
}

table.ecards img {
	width:140px;
}

#ecard-donation form label {
	padding-right:5px;
	padding-top:3px;
	width:180px;
}

#ecard-donation form .input {
	margin-bottom:4px;
}

#ecard-donation .text input {
	border:1px solid #a7a6aa;
	padding:2px 5px;
	width:200px;
}

#ecard-donation textarea {
	border:1px solid #a7a6aa;
	padding:2px 5px;
	width:280px;
}

#ecard-donation .submit {
	padding-left:185px;
}

#ecard-donation form select {
	border:1px solid #a7a6aa;
	width:152px;
	height:21px;
}

#ecard-donation .date select {
	width:auto;
}

#ecard-donation form input#DonationAmount {
	width:75px;
}

/* ADMIN TOOLS */

#admtools {
	padding:5px 10px 5px 3px;
	border:1px solid #aaa;
	background-color:#eee;
	margin:0 0 15px 0;
	font-size:11px;
}

#admtools img {
	vertical-align:middle;
}

#admtools a {
	text-decoration:none;
}

#admtools a.logout {
	float:right;
}

/* DONATED STATS (1st PAGE) */

div.donated-stats table {
	border-collapse:collapse;
	margin-bottom:7px;
	width:100%;
}

div.donated-stats td {
	vertical-align:bottom;
	padding:0;
}

div.donated-stats td.spacing {
	background:url("../img/dotted.gif") repeat-x bottom;

	width:100%;
}

/* NEWS (FRONTPAGE) */

table.news {
	border-collapse:collapse;
}

table.news td {
	padding-bottom:15px;
	vertical-align:top;
}

table.news td.date {
	padding:0 0 0 5px;
	color:#93aa36;
	width:80px;
}

table.news img.main {
	margin:0 10px 10px 0;
	float:left;
}

/* NEWS LIST */

div.news div.date {
	margin-bottom:5px;
	color:#919191;
	font-size:10px;
}

/* REGISTRATION */

#registration {
	border-collapse:collapse;
	font-size:11px;
}

#registration td {
	vertical-align:top;
}

#registration div.info {
	background-color:#ededee;
	padding:10px;
	color:#595854;
}

#registration div.info ul {
	margin-left:15px;
}
#registration div.info li {
	margin:5px 0;
}

#registration .text input, #registration div.password input {
	width:140px;
	padding:3px 5px;
}

#registration label {
	padding-top:5px;
}

#registration .submit {
	margin-top:15px;
	text-align:right;
	width:253px;
}

/* GIFTS */

h1 span.available {
	font-weight:normal;
	padding-left:15px;
	font-size:11px;
	color:#b8b8b8;
}

h1 span.available span {
	padding-left:3px;
	color:#18cb29;
}

table.gifts {
	border-collapse:collapse;
	width:100%;
}

#content table.gifts td {
	border:0;
	width:50%;
}

table.gifts div.title {
	font-weight:bold;
	font-size:12px;
	color:#000;
}

table.gifts div.intro {
	margin-top:5px;
	padding-right:15px;
	color:#adadad;
}

table.gifts a.btn {
	background:url("../img/cart.gif") #f78719 no-repeat right center;
	padding-right:27px;
}

/* SUGGEST PROJECT */

#suggest-project {
	padding:10px 20px 0 20px;
}

#suggest-project h2 {
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:15px;
	color:#595854;
}

#suggest-project .submit {
	padding-left:100px;
}

#suggest-project p {
	background-color:#e1e1e1;
	margin-top:15px;
	font-size:11px;
	padding:10px;
	color:#666;
}

/* COMPACT LIST (TABLE) */

#content .compact-list {
	border-collapse:collapse;
	font-size:11px;
	width:100%;
}

#content .compact-list td {
	padding:4px 0;
	color:#9f9f9f;
	border:0;
}

#content .compact-list td.num {
	padding-right:5px;
}

#content .compact-list td.amount {
	white-space:nowrap;
	padding-right:5px;
	padding-left:5px;
	color:#000;
}

#content .compact-list td.date {
	text-align:center;
	padding-right:5px;
	padding-left:5px;
}

#content .compact-list td.status2 {
	color:#6fd85d;
}

#content .compact-list td.status6 {
	color:#ff0000;
}

#content .compact-list td.donate {
	padding-left:5px;
	white-space:nowrap;
	text-align:right;
}

#content .compact-list .txt {
	border:1px solid #f78719;
	text-align:center;
	padding:2px 5px;
	width:50px;
}

/* ADVERTISEMENTS */

.advertisements-list h1 span {
	font-weight:normal;
	padding-left:10px;
	font-size:12px;
	color:#a2a2a2;
}

.advertisements-list .entry {
	margin-bottom:20px;
	padding:10px 7px;
	font-size:12px;
	color:#444;
}

.advertisements-list .odd {
	background-color:#f1ebd3;
}

.advertisements-list .name {
	font-weight:bold;
	width:180px;
	float:left;
}

.advertisements-list .date {
	display:block;
	clear:right;
}

.advertisements-list .entry a {
	font-weight:bold;
}

.editable, .not-editable {
	display:none;
}

/* LANGUAGE FIXES */

body.sv #login .submit input {
	width:55px;
}

body.ru #login .submit input {
	width:52px;
}

body.sv .project-top div.links {
	width:310px;
}

body.ru .project-top div.links {
	width:340px;
}

body.ru #sidemenu-tabs a.first {
	width:70px;
}

body.ru #sidemenu-tabs a.last {
	width:84px;
}

body.sv .categories-projects .project label {
	padding-right:10px;
}

body.sv #logo {
	background-image:url(../img/logo-sv.gif);
}