/* @override http://localhost:8888/fc/upendohome/script/style.css */

img 
{ 
	border: 0px;
	behavior: url("script/pngbehavior.htc"); 
}

/* General style */
body, td, div {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #222222;
}
#container {
	width: 971px;
	border: 0px solid blue;
	text-align: left;
}
.clear {
	clear: both;
}
p {
	margin-top: 0px;
}
a:link, a:visited, li a:link {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
li a:visited {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active, li a:hover, li a:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
.newsList {
	list-style-image: url('../images/icons/square.png');
	margin: 0px;
	margin-top: 8px;
	padding-left: 20px;
}
.newsList li {
	height: 27px;
}
.newsList a {
	font-weight: normal;
}
.hand {
	cursor: pointer;
}
.formStar {
 	color: #ff0000;
 	font-style: italic;
}



/* Header style */
#systemwideNav {
	width: 701px;
	height: 49px;
	position: relative;
	left: 270px;
	background-image: url('../images/layout/headerImageTop.png');
}
#systemwideNav #language {
	float: left;
	padding-top: 10px;
	width: 340px;
	height: 35px;
	font-size: 10px;
}
#language .flags {
	padding-top: 3px;
	width: 50px;
	height: 15px;
	float: left;
}
#language .flags .flag {
	position: relative;
	top: 2px;
}
.contactDetails {
	text-align: right;
	padding-right: 8px;
}
#systemwideNav #contactAndSearch {
	float: left;
	width: 320px;
	height: 24px;
}
#logo {
	width: 270px;
	height: 49px;
	float: left;
}
#headerImage {
	float: left;
	width: 701px;
	height: 151px;
	background-image: url('../images/layout/headerImage.png');
}

.onlineGiftButton {
	margin-right: 60px;
	margin-top: 50px;
}

#mainMenu {
	width: 925px;
	height: 33px;
	background-image: url('../images/layout/mainMenu.png');
}
#subMenu {
	width: 925px;
	height: 21px;
	background: url('../images/layout/subMenu.png') no-repeat;
}
#subMenu .subMenuCat {
	position: relative;
	clear: both;
	text-align: right;
	font-size: 0px;
}
#subMenu .subMenuCat a {
	display: inline-block;
	font-size: 11px;
	color: #444444;
	border-right: 1px solid #ffcc99;
	height: 17px;
	padding: 4px 8px 0px 8px;
	vertical-align: top;
}
#subMenu .subMenuCat a:link,
#subMenu .subMenuCat a:visited 
{
	text-decoration: none;
	font-weight: normal;
}
#subMenu .subMenuCat a:hover,
#subMenu .subMenuCat a:active 
{
	background-color: #ffffff;
	text-decoration: underline;
}
#subMenu .subMenuCat a.active
{
	background-color: #ffffff;
	color: #ff6600;
	text-decoration: none;
}


/* Text style */
.navSmall {
	font-size: 11px;
	color: #333333;
}
a.navSmall:link, a.navSmall:visited {
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
	font-weight: normal;
	color: #333333;
}
a.navSmall:hover, a.navSmall:active {
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 0px;
	color: #333333;
}
.head {
	font-size: 20px;
}
.largeHead,
.largeHeadList {
	width: 384px; /* minus padding */
	height: 19px; /* minus padding */
	padding: 3px 8px;
	font-size: 17px;
	color: #ffffff;
}
.largeHead {
	background-image: url('../images/layout/largeHead.gif');
}
.largeHeadList {
	background-image: url('../images/layout/largeHeadList.gif');
}
.subHead {
	font-weight: bold;
}
.subText {
	font-style: italic;
	color: #666666;
	font-weight: normal;
}
.gray {
	color: #9a9a9a;
}
.dark {
	color: #111111;
}
a.navTreeBack:link, a.navTreeBack:visited {
	font-weight: normal;
	border-bottom: 1px dashed #ff6600;
}
a.navTreeBack:hover, a.navTreeBack:active {
	border-bottom: 0px;
}
.navTreeSelect {
	color: gray;
}
a.language_link:link,
a.language_link:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a.language_link:hover,
a.language_link:active {
	font-weight: bold;	
	color: #444444;
}
.language_active {
	text-decoration: underline;
	font-weight: bold;
	color: #444444;
}



/* Input style */
form { 
	padding: 0px; 
}
input.inputText, textarea {
	border: 1px solid #ff6600;
	background-color: #fdfdfd;
}
input.inputButton{
	border: 1px solid #ff6600;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}
input.search {
	background-color: #ffffff;
	border: 1px solid #ffb770;
	width: 130px;
	height: 15px;
}



/* Template style */
#textBox {
	position: relative;
	left: -20px;
	width: 939px; /* minus padding */
	background-image: url('../images/layout/bgGradient.png');
	padding-left: 12px;
	padding-right: 40px;
}
.arrow {
	margin-right: 5px;
}
.block .b1 {
	width: 9px;
	height: 42px;
	background-image: url('../images/layout/block1.png');
}
.block .b2 {
	height: 31px; /* minus padding */
	background-image: url('../images/layout/block2.png');
	padding: 11px 20px 0px 12px;
	color: #ff6600;
	font-size: 16px;
}
.block .b3 {
	width: 7px;
	height: 42px;
	background-image: url('../images/layout/block3.png');
}
.block .b4 {
	width: 9px;
	background-image: url('../images/layout/block4.png');
}
.block .b5 {
	padding: 14px 10px 0px 10px;
	background-color: #fdfefd;
	vertical-align: top;
}
.block .textbgcolor {
	background-color: #fff7f2;
}
.block .padding {
	padding: 25px;
}
.block .nopadding {
	padding: 0px;
}
.block .b6 {
	width: 7px;
	background-image: url('../images/layout/block6.png');
}
.block .b7 {
	width: 9px;
	height: 20px;
	background-image: url('../images/layout/block7.png');
}
.block .b8 {
	height: 20px;
	background-image: url('../images/layout/block8.png');
}
.block .b9 {
	width: 7px;
	height: 20px;
	background-image: url('../images/layout/block9.png');
}

.mainBlock {
	width: 673px;
}
.sideBlock {
	float: right;
	width: 260px;
}
#staticBanner {
	width: 920px;
	height: 180px;
	position: absolute;
	left: 22px;
	z-index: 4;
}
#staticBannerText {
	width: 920px;
	height: 180px;
	position: absolute;
	left: 22px;
	z-index: 4;
}
#staticBannerGift {
	width: 163px;
	height: 43px;
	position: absolute;
	left: 770px;
	margin-top: 125px;
	z-index: 6;
}
.dataBlock {
	background-color: #fff7f2;
	padding: 15px;
	border: 1px dashed #ffccaa;
}
.dataBlockWhite {
	background-color: #fffdfc;
	padding: 15px;
	border: 1px dashed #ffccaa;
}
.dataBlockOrange {
	background-color: #fff2ec;
	padding: 15px;
	border: 1px solid #ffccaa;
}
.articleNav {
	padding-top: 8px;
	padding-bottom: 7px;
}
.contentImage {
	border: 1px solid #cdcdcd;
}
.photo {
	width: 120px;
	border: 2px solid #ffccaa;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}
.hline {
	height: 0px;
	border-bottom: 1px solid #ffccaa;
}

.statusBlock {
	margin: 4px;
	margin-left: 10px;
	width: 570px;
	min-height: 220px;
	background-color: #ffffff;
	border: 2px solid #ff6600;
	padding: 15px;
	
}
.statusBlock .title {
	color: #ff5500;
	font-size: 18px;
}
.statusBlock .text {
	font-size: 12px;
	color: #595959;
}
.statusBlock .line {
	width: 330px;
	height: 20px;
	border: 1px solid #666666;
	background-color: #f1f1f1;
}
.statusBlock .statusLine {
	height: 20px;
	background-color: #5ace43;
	border-right: 1px solid gray;
}
.statusBlock .statusLineValue {
	height: 16px;
	padding: 2px;
	text-align: right;
	font-size: 12px;
	color: #111111;
	font-weight: bold;
}
.statusBlock .textLineTable {
	width: 330px;
}
.statusBlock .textLine {
	font-size: 11px;
	font-family: arial;
}
.projectSponsors {
	color: gray;
	width: 200px;

	padding: 5px;
	text-align: center;
}
#sponsorChanger {
	width: 200px;
	height: 110px;
	margin-top: 8px;
}
a.buttonDonate,
a.buttonGift {
	display: inline-block;
	width: 190px;
	height: 40px;
}
a.buttonDonate:link,
a.buttonDonate:visited,
a.buttonDonate:active {
	background-image: url('../images/icons/button_donate.png');
}
a.buttonDonate:hover {
	background-image: url('../images/icons/button_donateOver.png');
}
a.buttonGift:link,
a.buttonGift:visited,
a.buttonGift:active {
	background-image: url('../images/icons/button_gift.png');
}
a.buttonGift:hover {
	background-image: url('../images/icons/button_giftOver.png');
}

/* sideBlockTemplate */
.projectChangerImage {
	border: 0px;

}
.projectChangerTitle {
	padding: 5px;
}

