/* CSS Document */

/* Common Styles */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size:5px;
}

.Wing { /* Sliding right parts */
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
}

.DummyWing { /* Invisible sliding right parts */
	width: 100%;
}

.HeaderPageNameTitleTd { /* TD of page name in header */
	font-family:arial, tahoma;
	font-size:12pt;
	font-weight:lighter;
	color:#ffffff;
	text-align:left;
	word-spacing:2px;
	padding-left: 25px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.HeaderMenuTd { /* TD of menu in header */
	font-family:arial, tahoma;
	font-size:10pt;
	font-weight:lighter;
	color:#CCCCCC;
	text-align:left;
	word-spacing:2px;
	text-indent:15px;
}

	.HeaderMenuTd A:link {color:#FFFFFF;} /* Menu hovers */
	.HeaderMenuTd A:visited {color:#FFFFFF;}
	.HeaderMenuTd A:active {color:#CCCCCC;}
	.HeaderMenuTd A:hover {color:#CCCCCC;}
	.HeaderMenuTd span {color: #CCCCCC; text-decoration: underline;}

.InDevTd { /* <TD> "In Dev" window */
	height: 97px;
	width: 158px;
	background-color: #808080;
	vertical-align: top;
	padding: 20px 20px 10px 0px;
	font-family: Arial, tahoma;
	color: #FFFFFF;
	font-size: 10pt;
	list-style-type: square;
}

.PrimaryBodyTitleTd { /* Body left column title */
	font-family:tahoma, arial;
	font-size:11pt;
	font-weight:lighter;
	color:#FFFFFF;
	text-align:left;
	word-spacing:2px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 150px;
	white-space: nowrap;
	height: 40px;
}

	.PrimaryBodyTitleTd A:link {color:#CCFFFF;}
	.PrimaryBodyTitleTd A:visited {color:#CCFFFF;}
	.PrimaryBodyTitleTd A:active {color:#FFFFFF;}
	.PrimaryBodyTitleTd A:hover {color:#CCCCCC;}

.SecondaryBodyTitleTd {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	white-space: nowrap;
}

.LeftBodyColumn { /* Left main body column */
	vertical-align: top;
	padding-top: 0px;
}

.RightBodyColumn { /* Right main body column */
	vertical-align: top;
}

#LogoBottom {
	position:relative;
	display:inline;
	width:69px;
	height:38px;
	z-index:1;
	left: 80%;
	top: -130px;
}

#LogoUpper {
	position:absolute;
	display:inline;
	width:69px;
	height:38px;
	z-index:1;
	left: 80%;
	top: 45px;
}

#MenuPicture {
	position:absolute;
	display:inline;
	z-index:1;
	left: 0px;
	top: 200px;
}

.FooterMenu {
	font-family:tahoma,arial;
	font-size:10pt;
	font-weight:lighter;
	color:#008B92;
	text-align:left;
	word-spacing:2px;
	text-indent:15px;
	padding-left: 20px;
}
	.FooterMenu A:link {color:#FFFFFF;}
	.FooterMenu A:visited {color:#FFFFFF;}
	.FooterMenu A:active {color:#CCCCCC;}
	.FooterMenu A:hover {color:#CCCCCC;}
	.FooterMenu span {color: #CCCCCC; text-decoration: underline;}

.FooterInfo {
	font-family:tahoma, arial;
	font-size:8pt;
	font-weight:lighter;
	color:#ffffff;
	text-align:left;
	word-spacing:2px;
	padding-left: 20px;
}
	.FooterInfo A:link {color:#008B92;}
	.FooterInfo A:visited {color:#FFFFFF;}
	.FooterInfo A:active {color:#CCCCCC;}
	.FooterInfo A:hover {color:#CCCCCC;}

/* Private Styles */

/*News*/
.SubmitButton {
	padding-left: 20px;
	vertical-align: middle;
}
.SmallLinks {
	padding-left: 20px;
	vertical-align: middle;
	font-family: tahoma, Arial;
	font-size: 9px;
	white-space: nowrap;
	line-height: 14px;
}

.SmallLinks a {
	text-decoration: none;
	color: #006600;
}

.SmallText {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #666666;
	white-space: nowrap;
}

.SmallText a {
	color: #006600;
	text-decoration: none;
}

.AuthTd {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#login {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
}


#pass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
}

#search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
}

.NewsTitle {
	font-family: tahoma, arial;
	font-size:11pt;
	color:#000000;
	text-align:left;
	margin-bottom:-10px;
}

.NewsHeader {
	color:#006666;
	display:inline;
}

.NewsText {
	padding-left:50px; margin-left:-50px;
	font-family:tahoma, arial;
	font-size:8pt;
	font-weight:lighter;
	color:#000000;
	text-align:left;
	line-height:135%;
}

.NewsTable {
	margin-bottom: 20px;
}

.AwardsTable {
	margin-bottom: 20px;
}

.AwardsText {
	font-family:tahoma, arial;
	font-size:7pt;
	font-weight:lighter;
	color:#000000;
	text-align:left;
	line-height:145%;
	padding: 5px;
}

.AwardsText p{
		padding-left:5px;
		padding-top: 5px;
}
.AwardsText a{
		color:black;
		text-decoration: none;
		font-size: 12px;
}

.UsefulText {
	font-family:tahoma, arial;
	font-size:7pt;
	font-weight:lighter;
	color:#000000;
	text-align:left;
	line-height:145%;
	padding: 5px;
}


.UsefulTd {
	vertical-align: top;
	padding-top: 20px;
}

.UsefulTable {
	margin-bottom: 20px;
}

.MailTd {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
}

.AwardsTd {
	vertical-align: top;
	padding-top: 20px;
}



#subcatalog {margin:0; padding: 0;}
#subcatalog a {color: #CCCCCC;}

.secondLevelMenu A:link {color:#CCCCCC;}
.secondLevelMenu A:visited {color:#CCCCCC;}
.secondLevelMenu A:active {color:#CCCCCC;}
.secondLevelMenu A:hover {color:#FFFFFF;}

.secondLevelMenu span {color:#FFFFFF; text-decoration: underline;}


.block_main {padding: 15px 10px 10px 15px; min-height: 400px; //height: 400px;font-size:12px;font-family:tahoma, arial;}
.news_feed p {font-size: 12px; }
.news_feed span {font: bold 14px Tahoma; color: black}
.news_feed a {color: #006666; text-decoration: none; font: bold 14px Tahoma;}
.news_feed a:hover {text-decoration: underline}

.pageNav{padding-bottom:25px; font-size: 11px}
.pageNav li{float:left;padding:0 9px 0 0;color:#5b5b5b;background-image:none;}
.pageNav span,
.pageNav a{
	font-weight:bold; 
	font-size: 11px;
}
.pageNav span{color:#ffa0b1;}

.news_detail span {font: bold 14px Tahoma; color: black}
.news_detail a {color: #006666; text-decoration: none; font: bold 12px Tahoma;}
.news_detail a:hover {text-decoration: underline}
.news_detail p {font-size: 12px; }
.search_button{
		background:url(../img/button.gif);
		padding:0;
		width: 24px;
		//height: 24px;
}

.search-page span {font: bold 14px Tahoma; color: black}
.search-page a {color: #006666; text-decoration: none; font: bold 11px Tahoma;}
.search-page a:hover {text-decoration: underline}
.search-page {
		font-family: tahoma;
		font-size: 11px;
		//padding-top: 5px;
}

.search_title a{
	font-size: 14px;

}

