/******************************************************************************
* author: Alberta Health Services
*
* notes: Copyright (c) 2009. Alberta Health Services. All Rights Reserved.
*        The code contained within this file is not liscensed for public
*        usage. Do not reproduce or alter this file complete or in part
*        without the express written permission of the author.
*
******************************************************************************/

/******************************************************************************
* elements: page structure                                                     
* notes:    These elements makeup the structure of the page layout.            
*                                                                             
********/

body {
	margin: 5px 0px 0px 0px;
	padding: 0px;

	background: #2f7889;
}
body.normal {
	font-size: 1em;
}
body.large {
	font-size: 2em;
}
form {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 962px;
	overflow: hidden;
}
body.home #page {
	background: #fff url(../images/home_page.gif) repeat-y top left;
}
body.content #page {
	background: #fff url(../images/content_page.gif) repeat-y top left;
}


#quickLinks {
	padding: 15px 30px 3px 0px;
	width: 932px;
	overflow: hidden;
	
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	color: #5e99a7;
	
	text-align: right;
	
	background: #2f7889 url(../images/quickLinks.gif) no-repeat top left;
}
#quickLinks a {
	color: #5e99a7;
	text-decoration: none;
}



/******************************************************************************
* elements: main navigation
* notes:    
*
********/

#mainNav {
	margin: 0px 0px 0px 2px;
	width: 962px;
	overflow: hidden;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	
	background: transparent url(../images/mainNav.gif) no-repeat bottom left;
	border-top: 1px solid #dbdb4e;
	border-bottom: 1px solid #b3b3b3;
}
#mainNav ul {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 962px;
	
	list-style: none;
}
#mainNav ul li {
	float: left;
}
#mainNav ul li a {
	display: block;
	padding: 5px 20px 7px 10px;
	
	overflow: hidden;
	
	color: #666;
	text-decoration: none;
	
	background: transparent url(../images/mainNav.gif) no-repeat bottom right;
}
#mainNav ul li a:hover {
	display: block;
	padding: 5px 20px 7px 10px;
	
	background: transparent url(../images/mainNavOver.gif) no-repeat bottom right;
}
#mainNav ul li a.selected {
	display: block;
	padding: 5px 20px 5px 10px;
	
	background: transparent url(../images/mainNav_selected.gif) no-repeat bottom right;
}

/* dropdowns */

.mainNavDropDown {
	display: none;
	position: absolute;
	z-Index: 50000;
	top 100px;
	left: 200px;
	padding: 5px 0px 10px 0px;
	width: 321px;
	
	
	font-family: tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	
	background: transparent url(../images/div_mainNavdropDown.gif) repeat-x top left;
	border-left: 1px solid #d9d963;
	border-right: 1px solid #d9d963;
	border-bottom: 3px solid #d9d963;
}
.mainNavDropDown ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	
}
.mainNavDropDown ul li {
	padding: 3px 0px 0px 0px;
}
.mainNavDropDown a {
	color: #666;
}




#header {
	margin: 0px;
	width: 963px;
	height: 45px;
	overflow: hidden;
	
	background: transparent url(../images/header.gif) no-repeat bottom left;
}

#header #homeLogoLink {
    float: left;
    display: inline;
    margin: 0px 0px 0px 15px;
    padding: 45px 0px 0px 0px;
    width: 150px;
    height: 0px;
    overflow: hidden;
}

#header #searchSite {
	float: right;
	display: inline;
	margin: 10px 10px 0px 0px;
	width: 250px;
}
#searchSite label {
	display: none;
}
#searchSite div.field {
	float: left;
	display: inline;
	width: 150px;
	
}
#searchSite div.field input {
	width: 140px;
}
#searchSite div.buttons {
	float: left;
	display: inline;
	width: 90px;
}
#searchSite div.buttons input {
	width: 90px;
}

/******************************************************************************
* elements: section navigation
* notes:    
*
********/

#sectionContent {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 236px;
	overflow: hidden;
}
body.home #sectionNav {
	float: left;
	display: inline;
	margin: 50px 0px 0px 0px;
	width: 214px;
	overflow: hidden;
	
	background: #fdf6c9;	
}
body.home #sectionNav h2 {
	display: none;
}
body.home #sectionNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 212px;
	overflow: hidden;
	
	line-height: 1.2em;
	list-style: none;

	border-left: 1px solid #d8d3b1;
	border-bottom: 1px solid #d8d3b1;
	border-right: 1px solid #d8d3b1;
}
body.home #sectionNav li {
	border-top: 1px solid #d8d3b1;
}
body.home #sectionNav li a {
	display: block;
	padding: 4px 0px 4px 25px;
	width: 187px;
	overflow: hidden;
	
	color: #666;
	text-decoration: none;
	
	background: transparent url(../images/bulletArrow.gif) no-repeat 15px 0.6em;
}

body.content #sectionNav {
	width: 236px;
	overflow: hidden;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	
	background: transparent url(../images/sectionNav.gif) no-repeat bottom left;
}
body.content #sectionNav h2 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	height: 0px;
	overflow: hidden;
	
	background: transparent url(../images/sectionContent.gif) no-repeat top left;
}
body.content #sectionNav ul {
    padding: 0px 0px 15px 20px;
    margin: 0px;
    width: 216px;
    overflow: hidden;

    font-family: tahoma, sans-serif;
    font-size: 1em;
    
    line-height: 1.2em;
    list-style: none;
}
body.content #sectionNav ul li {
    padding: 3px 0px 5px 0px;
    
}
body.content #sectionNav ul li a {
    padding: 0px 0px 0px 10px;
    
    color: #2f7889;    
    text-decoration: none;
    
    background: transparent url(/images/bulletBack.gif) no-repeat 0px 0.4em;
}
body.content #sectionNav ul li a:hover {
    text-decoration: underline;
}
body.content #sectionNav ul li ul {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    width: 216px;

    font-family: georgia, serif;
    font-size: 2em;
}
body.content #sectionNav ul li ul li {
    padding: 3px 0px 5px 0px;
    /*background: none;*/
}
body.content #sectionNav ul li ul li a,
body.content #sectionNav ul li ul li a:hover,
body.content #sectionNav ul li ul li a:visited {
    padding: 0px;
    color: #1d4d58;
    background: none;
    text-decoration: none;
}
body.content #sectionNav ul li ul li ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    font-family: tahoma, sans-serif;
    font-size: 0.5em;
    
    border: 0px;
}
body.content #sectionNav ul li ul li ul li {
    background: transparent url(../images/bulletForward.gif) no-repeat 0px 0.6em;
}
body.content #sectionNav ul li ul li ul li a {
    padding: 0px 0px 0px 10px;
    color: #2f7889;
}
body.content #sectionNav ul li ul li ul li a:hover {
    padding: 0px 0px 0px 10px;
}
body.content #sectionNav ul li ul li ul li a:visited {
    padding: 0px 0px 0px 10px;
    color: #707070;
}

/******************************************************************************
* elements: crumb navigation
* notes:    
*
********/

#crumbNav {
	font-family: tahoma, sans-serif;
	font-size: 0.70em;
	color: #c60;
	height:auto;
}
#crumbNav a {
	color: #c60;
	text-decoration: none;
}
#crumbNav a:hover {
	text-decoration: underline;
}

/******************************************************************************
* elements: main content
* notes:    
*
********/

body.home #mainContent {
	float: left;
	padding: 0px 0px 10px 0px;
	width: 707px;
	overflow: hidden;
	
	background: #fff url(../images/home_mainContent.gif) no-repeat top left;
}
body.home #careers,
body.home #programsAndServices,
body.home #hospitalsAndFacilities {
	float: left;
	display: inline;
	margin: 20px 0px 0px 18px;
	padding: 10px 10px 10px 10px;
	width: 196px;
	overflow: hidden;
	
	background: transparent url(../images/latestNews.gif) no-repeat top left;
}
body.home #careers h2,
body.home #programsAndServices h2,
body.home #hospitalsAndFacilities h2 {
	margin: 0px 0px 0px 0px;
	
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	color: #1d4d58;
}
body.home #careers ul,
body.home #programsAndServices ul,
body.home #hospitalsAndFacilities ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	
	color: #5e99a7;
	line-height: 1.2em;
	
	list-style: square;
}
body.home #careers li,
body.home #programsAndServices li,
body.home #hospitalsAndFacilities li {
	margin: 5px 0px 0px 0px;
}
body.home #mainContent h1 {
	display: none;
}



body.content #mainContentHeader {
	float: left;
	padding: 25px 0px 10px 20px;
	width: 451px;
	overflow: hidden;
	
	background: #fff url(../images/mainContent.gif) no-repeat top left;
}
body.content #mainContent {
	float: left;
	width: 671px;
	padding: 25px 25px 10px 20px;
	overflow: hidden;
}
body.content #mainContent h1 {
	margin: 0px 0px 0px 0px;

	font-family: georgia, serif;
	font-size: 1.4em;
	color: #2f7889;
	font-weight: normal;
		
}


#mainContent h2 {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	color: #c60;
}
#mainContent h3 {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	color: #333;
}


/******************************************************************************
* elements: ADDED BY CORE CREATIVE
* notes:    
*
********/

#mainContentSearch {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color:#333333;
	font-family: verdana, sans-serif;
	font-size:11px;

}

#mainContentSearch td .textBold{

	font-weight:bold;
}

#mainContentSearch #tdQualifications td {
	
	font-family: verdana, sans-serif;
	font-size:12px;

}

#mainContentSearch li {
	
	font-family: verdana, sans-serif;
	font-size:12px;
}

#mainContentSearch .textNormal {
	
	font-family: verdana, sans-serif;
	font-size:12px;
	color:#333333;

}



#ctl00_ContentPlaceHolder1_Summary{
	
	font-family: verdana, sans-serif;
	font-size:12px;

}

#ctl00_ContentPlaceHolder1_Qualifications {
	
	font-family: verdana, sans-serif;
	font-size:12px;

}

#mainContent p {
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}
#mainContent ul {
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}
#mainContent ul ul {
	font-size: 1em;
}
#mainContent ul a {
	color: #5e99a7;
}

/******************************************************************************
* elements: main content
* notes:    
*
********/

body.home #mainContent #carousel {
	float: left;
	display: inline;
	margin: 30px 0px 0px 10px;
	width: 451px;
	overflow: hidden;
}
body.content #mainContent #carousel {
	margin: 10px 0px 0px 0px;
}

/******************************************************************************
* elements: main content
* notes:    
*
********/

#mainContent #searchSection {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 451px;
	overflow: hidden;
	
	background: #fdfddb url(../images/mainContentYellowBox.gif) no-repeat bottom left;
}
#mainContent #searchSection form {
	display: block;
	padding: 10px 10px 0px 10px;
	width: 431px;
	overflow: hidden;
	
	background: #fdfddb url(../images/mainContentYellowBox.gif) no-repeat top left;
}

#mainContent #searchSection span {
	display: block;
	padding: 10px 10px 0px 10px;
	width: 431px;
	overflow: hidden;
	
	background: #fdfddb url(../images/mainContentYellowBox.gif) no-repeat top left;
}
#mainContent #searchSection div.field {
	float: left;
	display: inline;
	
	width: 320px;
}
#mainContent #searchSection div.field label {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	width: 100px;
	
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #c60;
}
#mainContent #searchSection div.field input {
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
	width: 200px;
	
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}
#mainContent #searchSection div.buttons {
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100px;
}
#mainContent #searchSection div.buttons input {
	width: 100px;
	
}

/******************************************************************************
* elements: main content
* notes:    
*
********/

#mainContent #tableOfContents {
	overflow: hidden;
}
#mainContent #tableOfContents h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}
#mainContent #tableOfContents p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	
	font-family: verdana, sans-serif;
	font-size: 0.75em;	
}

#mainContent #tableOfContents #EmployerTable p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	
	font-family: verdana, sans-serif;
	font-size: 0.75em;	
}


#mainContent #tableOfContents a {	
	color: #5e99a7;
}


#mainContent #browseAlpha {
	width: 451px;
	overflow: hidden;
}
#mainContent #browseAlpha h2 {
	margin: 10px 0px 10px 0px;
	width: 451px;
	overflow: hidden;
}
#mainContent #browseAlpha a {
	float: left;
	display: inline;
	margin: 0px 3px 3px 0px;
	padding: 2px 5px 3px 5px;
	
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #5e99a7;	
	text-decoration: none;
	
	background: #fdfddb;
	border: 1px solid #333; 
}

#mainContent #browseAreas ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
}


/******************************************************************************
* elements: related content
* notes:    
*
********/

#relatedContent {
	float: left;
	padding: 30px 0px 0px 20px;
	width: 235px;
	overflow: hidden;

	background: transparent url(../images/relatedContent.gif) no-repeat top left;
}




#relatedInformation,
#additionalInformation {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 216px;
	overflow: hidden;
	
}
#relatedInformation {
	background: transparent url(../images/relatedInformation.gif) no-repeat bottom left;
}
#additionalInformation {
	background: transparent url(../images/additionalInformation.gif) no-repeat bottom left;
}

#relatedInformation h2,
#additionalInformation h2 {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	
	font-family: verdana, sans-serif;
	font-size: 0.85em;
	color: #da8f44;
	font-weight: normal;	
}
#relatedInformation h2 {
	background: transparent url(../images/relatedInformation.gif) no-repeat top left;
}
#additionalInformation h2 {
	background: transparent url(../images/additionalInformation.gif) no-repeat top left;
}
#relatedInformation p,
#additionalInformation p {
	padding: 0px 10px 0px 10px;
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
}
#relatedInformation ul,
#additionalInformation ul {
	margin: 0px;
	padding: 0px 0px 0px 27px;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	color: #5e99a7;
	line-height: 1.2em;
	
	list-style: square;
}
#relatedInformation li,
#additionalInformation li {
	margin: 5px 0px 0px 0px;
}
#relatedInformation li a,
#additionalInformation li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	
	font-size: 1em;
	color: #5e99a7;
}
#relatedInformation a,
#additionalInformation a {
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	color: #5e99a7;
}





#latestNews {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 196px;
	overflow: hidden;
	
	background: transparent url(../images/latestNews.gif) no-repeat top left;
}
#latestNews h2 {
	margin: 0px 0px 0px 0px;
	
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	color: #1d4d58;
}
#latestNews p {
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
}
#latestNews ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	color: #5e99a7;
	line-height: 1.2em;
	
	list-style: none;
}
#latestNews li {
	margin: 10px 0px 0px 0px;
}
#latestNews li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	
	font-size: 1em;
	color: #5e99a7;
}

#latestNews a {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: tahoma, sans-serif;
	font-size: 0.75em;
	color: #5e99a7;
}


/******************************************************************************
* elements: promotions
* notes:    
*
********/

body.home #promotions {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 943px;
}
body.home #promotions div.item {
	float: left;
	display: inline;
	margin: 0px 0px 0px 40px;
	width: 190px;
	height: 70px;
	overflow: hidden;
}


body.content #promotions {
	display: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	width: 216px;
	overflow: hidden;
	
}
body.content #promotions div.item {
	margin: 10px 0px 0px 0px;
	width: 190px;
	height: 70px;
	overflow: hidden;
	
	background: #ccc;
}

/******************************************************************************
* elements: simplified site map
* notes:    
*
********/

body.home #simplifiedSiteMap {
	background: transparent url(../images/home_footer.gif) no-repeat top left;
}
body.content #simplifiedSiteMap {
	background: transparent url(../images/content_footer.gif) no-repeat top left;
}
#simplifiedSiteMap {
	clear: both;
	padding: 30px 0px 0px 20px;
	width: 943px;
	overflow: hidden;
	
	font-family: verdana, sans-serif;	
}
#simplifiedSiteMap div.column {
	float: left;
	display: inline;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	overflow: hidden;
}
#simplifiedSiteMap h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
}
#simplifiedSiteMap ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	
	line-height: 0.9em;
	list-style: none;
}
#simplifiedSiteMap li {
	padding: 5px 0px 0px 0px;
	
	font-size: 0.7em;
}
#simplifiedSiteMap a {
	color: #1b4d56;
}
#simplifiedSiteMap h2 a {
	text-decoration: none;
}

/******************************************************************************
* elements: footer
* notes:    
*
********/

#footer {
	padding: 50px 0px 20px 0px;
	width: 963px;
	overflow: hidden;
	
	background: transparent url(../images/content_footer.gif) no-repeat bottom left;
}
#footerLinks {
	float: left;
	display: inline;
	margin: 0px 0px 0px 30px;
	width: 300px;
	
	font-family: verdana, sans-serif;
	font-size: 0.7em;
}
#footerLinks a {
	color: #1b4d56;
}
#copyright {
	float: left;
	width: 400px;
	
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	text-align: right;
}

#addSubscriptionHidden {
display:none;
}

.textH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	text-transform: none;
}

.textNormalGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	
}
.linkGrey:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.linkGrey {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.linkNormal {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.linkNormal:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.formField {
	border: 1px solid #666666;
	width: 300px;
}
.textH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
}
.textNormalSmaller2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}
.textredsmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 12px;
}

.ViewDetails:hover {
	color: #003300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.ViewDetails {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
}
.textNormalGreybold {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
.jobtitles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #006699;
	font-weight: bold;
	text-transform: none;
}
.jobtitles:visited 
{
	color: #999999;
}
.RedBoldHeading {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: 882E1B;
	font-weight: bold;
	text-transform: none;
}
.Postings_Subtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 12px;
}
.Postings_Subtext2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 12px;
}
.login 
{
	background-color:#d9d9d9;
	border-color:#6f6f6f;
	border-width:1px;
	width:130px;
	height:11px;
	font-size:9px;
}
.textinput 
{
	width:225px;
}
.comboinput 
{
	background-color:#e9e9e9;
	border:0;
	width:225px;
	height:20px;
	font-size:10px;
}
.logintext 
{ 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px; 
	color:#000000;
}
.textNormalWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	line-height: 16px;
	font-weight: normal;
}
.Postings_SubtextBold_Search {
    font-family: verdana, sans-serif;
    line-height: 11px;
    color: #c60;
}

.Postings_SubtextBold {
    font-family: verdana, sans-serif;
    font-size:12px;
    color: #c60;
	font-weight:bold;

}


.pagination 
{
	color:#0e509e;
	border:solid 1px #9aafe5;
	margin-right:-2px;
	padding:3px;
	text-decoration:none;
}
.previous-off, .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
}
.previous-off:hover, .next-off:hover {
	text-decoration:none;
	background-color:Transparent;
	color:#888888;
}
.next, .previous {
	border:solid 1px #9aafe5;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
} 
.next:hover, .previous:hover {
	border:solid 1px #0e509e;
	text-decoration:none;
	background:#2e6ab1;
	color:#FFFFFF;
}
.active {
	border:solid 1px #0e509e;
	background:#2e6ab1;
	color:#ffffff;
	font-weight:bold;
	margin-right:-2px;
	padding:3px;
	text-decoration:none;
}
.active:hover {
	text-decoration:none;
	background:#2e6ab1;
	color:#FFFFFF;
}
.pagination:hover {
	border:solid 1px #0e509e;
	background:#2e6ab1;
	margin-right:-2px;
	padding:3px;
	color:#FFFFFF;
	text-decoration:none;
}
.modal
{
    background-color: Gray;
    filter:alpha(opacity=40);
    opacity:0.7;
    visibility:visible;
}

.popupMenu {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	visibility:hidden;
	white-space:nowrap;
}
.popupHeader {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1px #99b9e0;
	text-decoration:none;
	padding: 2px 8px 2px 5px;
}
