﻿@import "reset.css";
@import "global.css";
@import "alt1.css";


/*-------------------main layout styles----------------------------------------------*/
.fullPage {
	width:924px;
	background-image:url('CssImg/bkgGrayFauxColLeft.gif');
	background-repeat:repeat-y;
}
.topRegion {
	background-color:#cadb2a;
	height:20px;
}
.fullRegion {
	/*background-color:#c0c0c0;*/
	font-size:1.1em;
	line-height:1.4em;
	background-image:url('CssImg/bkgVertLine.jpg');
	background-repeat:no-repeat;
	background-position:923px 24px;
}
.leftRegion {
	float:left;
	width:180px;
	/*background-color:fuchsia;*/
}
.leftRegion .logo {
	width:180px;
	display:block; /*removes bottom margin in IE*/
}
.middleAndRightRegion {
	float:right;
	width:744px;
	/*background-color:lime;*/
}

.middleAndRightRegion .pageWide {
	width:639px;
	margin:66px 0 0 38px;
	/*background-color:yellow*/
	padding-bottom:10px;
}
.middleAndRightRegion .pageRegular {
	float:left;
	width:400px;
	margin:66px 0 0 38px;
	display:inline;
	padding-bottom:10px;
}
.middleAndRightRegion .panesContainer {
	float:right;
	width:186px;
	margin:78px 1px 0 0;
	display:inline;
}
.middleRegion {
	width:400px;
	float:left;
	/*background-color:fuchsia*/
}
.rightRegion {
	float:right;
	width:160px;
	background-color:blue;
}
.bottomRegion {
	background-color:#c0c0c0;
	padding:2px 0 2px 180px;
	color:white;
	font-size:1.1em;
	line-height:1.4em;
}
.bottomRegion a {
	color:white;
	font-weight:bold;
}
.bottomRegion .rightContent {
	float:right;
	margin:0 15px;
	display:inline;
}
a.print {
	/*display:block;
	padding-left:30px;
	margin-top:20px;*/
	line-height:24px;
	color:#585858;
	/*background-image:url('CssImg/iconPrint.gif');
	background-repeat:no-repeat;*/
} 

.PrinterBarArea
{
	float:left;
	width:400px;
	margin:5px 0;
	padding: 10px 0 0 0px;
}
.PrinterBarAreaWide
{
	width:600px;
}

.PrinterBarImageArea
{
	float:left;
	padding-right:8px;
}
.PrinterBarTextArea
{
	float:left;
	padding-top:4px;
	font-weight:bold;
	padding-right:12px;
}
/*-----------Left menu-----------*/
ul.leftMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#a3b3bf;
}
ul.leftMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.leftMenu a {
	font-weight:bold;
	padding:6px 20px;
	border-top:1px #a5b5c2 solid;
	border-left:1px #a5b5c2 solid;
	border-right:1px #4b5d6b solid;
	border-bottom:1px #4b5d6b solid;
	font-size:1.45em;
	color:white;
	background-color:#6d879c;
	display:block;
	overflow:hidden;
}
ul.leftMenu a:hover {
	background-color:#a3b3bf;
	text-decoration:none;
}
ul.leftMenu ul a {
	font-size:1.09em;
	line-height:1.3em;
	border:0;
	background-color:#a3b3bf;
	color:black;
	width:140px;
	font-weight:normal;
	padding:4px 20px;

}
ul.leftMenu ul a:hover {
	background-color:#a3b3bf;
}
ul.leftMenu ul a.selected {
	font-weight:bold;
	background-color:white;
	margin-left:10px;
	padding-left:10px;
}
ul.leftMenu ul a.selected:hover {
	background-color:white;
}
ul.leftMenu ul a.childSelected {
	font-weight:bold;
}
ul.leftMenu ul ul {
	background-color:#c3d0d9;
}
ul.leftMenu ul ul a {
	padding:3px 20px 3px 35px;
	width:125px;
	background-color:#c3d0d9;
}
ul.leftMenu ul ul a:hover {
	background-color:#c3d0d9;
}
ul.leftMenu ul ul a.selected {
	font-weight:bold;
	background-color:white;
	margin-left:10px;
	padding-left:25px
}
ul.leftMenu ul ul a.selected:hover {
	background-color:white;
}


/*-----------Top menu-----------*/

ul.topMenu {
	margin:0;
	padding:0 3px 0 5px;
	list-style-type:none;
	width:547px;
	height:22px;
	color:#DFDFDF;
	font-size:0.9em;
	font-weight:bold;
	background-color:#808080;
	border-top:1px #b0b0b0 solid;
	border-left:1px #b0b0b0 solid;
	border-bottom:1px #585858 solid;
	border-right:1px #585858 solid;
	cursor:default;
	float:left;
}
ul.topMenu li {
	float:left;
}
ul.topMenu a {
	display:inline-block;
	line-height:22px;
	margin:0 7px;
	color:#DFDFDF;
}
ul.topMenu a:hover {
	color:white;
	text-decoration:none;
}
ul.topMenu .searchContainer {
	float:right;
}
ul.topMenu .searchContainer a {
	/*display:none;*/
}
ul.topMenu .searchContainer input {
	/*font-size:1em;*/
	/*line-height:14px;*/
	height:14px;
	width:100px;
	background-color:#a0a0a0;
	border-top:1px #6f6d6e solid;
	border-left:1px #6f6d6e solid;
	border-bottom:1px #c4c4c4 solid;
	border-right:1px #c4c4c4 solid;
	margin-top:2px;
}

a.login {
	width:169px;
	float:right;
	display:block;
	font-weight:bold;
	padding:0 8px;
	font-size:1.27em;
	line-height:22px;
	color:#DFDFDF;
	background-color:#a23a41;
	border-top:1px #c48687 solid;
	border-left:1px #c48687 solid;
	border-bottom:1px #70272e solid;
	border-right:1px #70272e solid;
}
a.login:hover {
	background-color:#c48689;
	text-decoration:none;
}
a.logout{
	width:169px;
	float:right;
	display:block;
	font-weight:bold;
	padding:0 8px;
	font-size:1.09em;
	line-height:22px;
	color:white;
	background-color:#6d879c;
	border-top:1px #a5b5c2 solid;
	border-left:1px #a5b5c2 solid;
	border-right:1px #4b5d6b solid;
	border-bottom:1px #4b5d6b solid;
}
a.logout:hover {
	background-color:#a3b3bf;
	text-decoration:none;
}





/*------------------Tab styles--------------------------*/
.SubjectHeaderArea {
}
.SubjectHeaderArea h1 {
	margin:0;
	line-height:38px;
	padding-left:38px;
}
.tabContainer {
	margin:0 0 -45px 6px;
	padding:0;
	height:38px;
	/*width:670px;*/
	background-image:url('CssImg/tabContBkg.jpg');
	background-repeat:repeat-x;
	background-position:0px 27px;
	overflow:hidden;
}
.regularTabWidth {
	width:434px;
}
.wideTabWidth {
	width:670px;
}
.tabContainer .leftBkg {
	height:38px;
	padding-left:22px;
	background-image:url('CssImg/tabContBkgLeft.jpg');
	background-repeat:no-repeat;
	background-position:0px 27px;
}
.tabContainer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:38px;
	background-image:url('CssImg/tabContBkgRight.jpg');
	background-repeat:no-repeat;
	background-position:right 27px;
}
.tabContainer ul li {
	float:left;
	background-image:url('CssImg/tabBkg.jpg');
	background-repeat:repeat-x;
}
.tabContainer ul li.selected {
	background-image:url('CssImg/tabBkgSelected.jpg');
}

.tabContainer ul li a {
	display:block;
	color:#585858;
	font-size:1.0em;
	height:38px;
	padding:0 0 0 20px;
	background-image:url('CssImg/tabBkgLeft.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
.tabContainer ul li.selected a {
	background-image:url('CssImg/tabBkgLeftSelected.jpg');
	font-weight:bold;
}
.tabContainer ul li a:hover {
	text-decoration:none;
}
.tabContainer ul li a span {
	display:block;
	height:20px;
	padding:18px 20px 0 0;
	background-image:url('CssImg/tabBkgRight.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
.tabContainer ul li.selected a span {
	background-image:url('CssImg/tabBkgRightSelected.jpg');
}


/*-------------------Panes type 1--------------------*/

.paneType1 {
	position:relative;
	margin-bottom:25px;
	width:186px;
	cursor:pointer;
}
.noPointer {
	cursor:auto;
}
.paneType1 .paneBkg {
	position:absolute;
}
.paneType1 .bar {
	font-size:1.27em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:8px;
	overflow:hidden;
}
.paneType1 .bar a {
	color:white;
}
.paneType1 .container {
	position:relative;
	height:180px;
	overflow:hidden;
}
.paneType1 ul.vacantList {
	margin:0;
	padding:0;
	list-style-type:none;
	height:180px;
	overflow:auto;
	background-color:#dfdfdf;
}
.paneType1 ul.vacantList li {
	margin:0;
	padding:0;
}
.paneType1 ul.vacantList li a {
	color:black;
	display:block;
	padding:2px 5px;
	font-size:0.91em;
	line-height:1.4em;
}
.paneType1 ul.vacantList li.even a {
	background-color:#d4d4d4;
}
.paneType1 ul.vacantList li a:hover {
	background-color:#f4f4f4;
	text-decoration:underline;
}
.paneType1 ul.vacantList li a strong {
	font-weight:bold;
	display:block;
}
.paneType1 .content {
	position:absolute;
	left:8px;
	bottom:2px;
	width:170px;
	font-size:1.09em;
	line-height:1.16em;
}
.blue1 .bar {
	color:white;
	background-color:#6d879c;
	border-top:1px #a5b5c2 solid;
	border-left:1px #a5b5c2 solid;
	border-bottom:1px #4b5d6b solid;
	border-right:1px #4b5d6b solid;
}
.gray1 .bar {
	color:white;
	background-color:#808080;
	border-top:1px #b0b0b0 solid;
	border-left:1px #b0b0b0 solid;
	border-bottom:1px #585858 solid;
	border-right:1px #585858 solid;
}
.yellow1 .bar {
	color:white;
	background-color:#d0990f;
	border-top:1px #e2c06a solid;
	border-left:1px #e2c06a solid;
	border-bottom:1px #8f690a solid;
	border-right:1px #8f690a solid;
}
.magenta1 .bar {
	color:white;
	background-color:#cadb2a;
	border-top:1px #dee97b solid;
	border-left:1px #dee97b solid;
	border-bottom:1px #8b961d solid;
	border-right:1px #8b961d solid;
}



/*-------------------Panes type 2--------------------*/
.paneType2 {
	width:186px;
	background-image:url('CssImg/pane2BkgSides.gif');
	background-repeat:repeat-y;
}
.paneType2 .topBar {
	height:15px;
	background-image:url('CssImg/pane2BkgTopBar.gif');
	background-repeat:no-repeat;
	
}
.paneType2 .content {
	margin:5px 15px 0 15px;
	font-size:1.09em;
	line-height:1.41em;
}
.paneType2 .content .bannerIcon {
	float:right;
	margin-top:-8px;
}
.paneType2 .content h1 {
	font-size:1.5em;
	line-height:1.22em;
	margin-bottom:10px;
}
.paneType2 .content a {
	color:#585858;
}
.paneType2 .content ul {
	list-style-type:none;
	margin:0;
}
.paneType2 .bottomBar {
	height:15px;
	background-image:url('CssImg/pane2BkgBottomBar.gif');
	background-repeat:no-repeat;
}
.yellow2 {
	background-color:#f6ebcf;
}
.blue2 {
	background-color:#EDF1F4;
}
.gray2 {
	background-color:#F4F4F4;
}

/*--------------------------MultiPageListing--------------------------*/
.MultiPageListing
{
	float:left;
	width: 695px;
	border-bottom: solid 1px #818181;
	padding: 10px 0 10px 0;
}

.MultiPageListingContentArea
{
    float:left;
    width: 400px;
}

.MultiPageBannerArea
{
	width:186px;
	float:right;
}

/* PageListing end */

/*--------------------------Start page styles-------------------------------*/
.startContainer {
	width:743px;
}
.startContainer .emotionContainer {
	float:left;
	width:558px;
	height:348px;
	overflow:hidden;
}
.startContainer .newsListContainer {
	float:left;
	background-color:#dfdfdf;
	width:185px;
	height:348px;
	overflow:hidden;
}
.startContainer .newsListContainer .newsBar {
	width:167px;
	font-weight:bold;
	padding:0 8px;
	font-size:1.27em;
	line-height:22px;
	color:white;
	background-color:#808080;
	border-top:1px #b0b0b0 solid;
	border-left:1px #b0b0b0 solid;
	border-bottom:1px #585858 solid;
	border-right:1px #585858 solid;
}
.startContainer .newsListContainer ul.newsList {
	font-size:0.9em;
}
.startContainer .newsListContainer ul.newsList li {
	margin:0;
}
.startContainer .newsListContainer ul.newsList a {
	display:block;
	padding:4px 8px;
	width:169px;
	color:black;
}
.startContainer .newsListContainer ul.newsList a:hover {
	background-color:#f4f4f4;
}
.startPanesContainer {
	clear:both;
}
.startPanesContainer .paneType1 {
	float:left;
	margin-bottom:0;
}


/*-------------------SiteMap styles-----------------*/
table.sitemap {
	width:100%;
}
table.sitemap a {
	color:#585858;
}
table.sitemap table {
	margin-bottom:10px;
}
table.sitemap td {
	vertical-align:top;
}
table.sitemap .topLink a {
	font-weight:bold;
}

/*-------------------ImageList styles-----------------*/

ul.imageList {
	list-style-type:none;
	margin:0;
}
ul.imageList li {
	float:left;
	margin:0 50px 30px 0;
	width:160px;
}
ul.imageList li.clearLeft {
	clear:left;
}


/*-------------------NewsList styles-----------------*/
ul.newsList {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.newsList li {
	margin-bottom:10px;
}
ul.newsList li a {
	color:#585858;
}

/*-------------------Search styles-----------------*/
.searchBox {
	background-color:#E3E3E3;
	padding:10px;
	margin-bottom:10px;
}

.searchResultContainer {
	
}
.searchResultContainer .hits {
	border-top:1px silver solid;
	border-bottom:1px silver solid;
	padding:3px 0;
}
.searchResultContainer .item {
	border-bottom:1px silver solid;
}
.searchResultContainer .item h3 {
	margin-top:10px;
}



/*-------------------Pager styles-----------------*/
.pagerContainer {
	padding:10px 0;
	text-align:center;
}
.pagerContainer a {
	color:silver;
	
}
.pagerContainer a:hover {
	color:#585858;
	text-decoration:underline;
}
.pagerContainer a.prevLink {
	color:#585858;
	float:left;
	padding-right:10px;
}
.pagerContainer a.nextLink {
	color:#585858;
	float:right;
	padding-left:10px;
}
.pagerContainer ul.pageList {
	list-style-type:none;
	margin:0;
	padding:0;
	/*float:left;*/
	/*width:533px;*/
	text-align:center;
}
.pagerContainer ul.pageList li {
	display:inline;
}
.pagerContainer ul.pageList a {
	padding:0 2px;
}
.pagerContainer ul.pageList a.selected {
	color:#585858;
	font-weight:bold;
}


/* ---------iframe styles ----------- */
.iframe {
	background:0;
	width:auto;
}
.iframe .fullRegion {
	background:0;
}
.iframe .middleAndRightRegion {
	float:left;
}

/* ---------stat styles ----------- */
.statContainer {
	margin-left:38px;
}
.statContainer .statCol {
	float:left;
	margin-right:30px;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
img.shadow
{
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	filter: fliph;
}
img.flipv
{
	position: relative;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
}
img.circularfade
{
	position: relative;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
