html {
	margin: 0;
	padding: 0;
	height:100%;	
}

body  {
	font-family: Ubuntu, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EDF1F2	;
	background-image: url(../img/bodybg.png);
	background-position: center;
	background-repeat: repeat-y;
	-webkit-font-smoothing: antialiased;
}

.loginBody {
	background-image: url(../img/bg_gfx.gif);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	background-position:top left;
}

img {
	border: 0;	
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline !important;
}

#outercontainer {

	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	position:relative;
	padding: 0px;

}

#container { 
	/* Without left banner bar */
	width: 1000px; 
	
	/* With left banner bar */
	/* width: 1170px; */
	
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	position:relative;
	padding: 0px;
	padding-top: 10px;

}

#footerColumnsContainer {
	
	/* Without left banner bar */
	width: 950px; 
	
	/* With left banner bar */
	/* width: 950px; */
	
	color:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	position:relative;
	padding: 0px;
	padding-left: 50px;

	background-color: #282828;

}

#centerpoint {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 9999999;
}

.dialog {
	position: relative;
	width: 400px;
	margin-left: -200px;
	height: 300px;
	margin-top: -150px;
}

#loginDialog {
	border: 1px solid #666666;
	background-color: #f9f9f9;
}

.footerArea {
        float: left;
        margin-top: 30px;
        height: 150px;
}

.footerColumn {
	float: left;
	margin-top: 30px;
	height: 150px;
	border: 0px solid white;
	width:240px;
	
}

.footerColumn h4 {
	color: #8899aa;
	margin:0;
}

.footerColumn ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footerColumn li {
	margin:0;	
	padding:0;
}

.plainContent {
	font-size: 12px;
	padding: 10px;
	padding-right: 100px;	
	color: #444;
}

.plainContent h2 {
		
}

#footerCopyright {
	color: #979797;
	margin-top: 30px;	
	font-size: 10px;
}

#sitecontainer {
	background-color:#fff;
	width: 980px;
	min-height: 1000px;
	float:left;
	margin-left:10px;
}

#rightadcontainer {
	width: 160px;
	float:left;
	margin-left: 10px;
}


/*Banner TOP*/
#bannerTop {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/*Banner bar LEFT*/
#bannerRightWrap {
	width: 160px;
   	padding-bottom:220px;   /* Height of the footer */

}


#sidebar {
	background-color:#fff;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 200px;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0px solid red;
}

#mainContent { 
	background-color:#fff;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 980px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#bodyWrap {
   padding:0px;
   min-height: 100%;
   padding-bottom:180px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   /* min-width: 1170px; */ /* WITH ADS */
   min-width: 1000px;
   height:180px;   /* Height of the footer */
   background:#333;
}

#sidebarLogo {
	margin-bottom: 20px;	
}

.sidebarSection {
	margin-bottom: 20px;
}

.sidebarSection h4 {
	display:block;
	height:20px;
	width:190px;
	background-color: #666;
	border-radius: 5px;
	
	/* background-image:url(../img/sidebar_sect_header_bg.gif); */

	margin:0px;
	padding:7px 0px 1px 10px;
	color:white;
	font-size: 11px;
	font-weight: normal;
}

.sidebarSection .sidebarSectionContent {
	padding: 10px;
	font-size: 11px;
}

.sidebarSectionContent ul {
	list-style: none;
	margin:0;
	padding:0;
}

.sidebarSectionGrad {
	position:relative; 
	top:-29px; 
	margin-bottom: -30px;
	height: 30px;
	width: 180px;
}

#sidebarTitleList {
	margin-top: 10px;
	padding-top: 0px;
	height: 300px;
	overflow-y: scroll;
}

#sidebarTitleList ul {
	padding-bottom:20px; /* Make up room to let content scroll pass the bottom gradient */	
}


#topTitleSelectionWrapper {
	width: 200px;
	float: left;
	padding: 5px;
}

#topTitleSelectionWrapper select {
	width: 180px;
}

.breadCrumb {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding-left:10px;
}

.breadCrumb a {
	color: inherit;
	text-decoration: none;
}

.coverList {
	padding:0px;
}

.coverList li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	border: 0px solid red;
	width: 190px;
	height: 290px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

.coverList li img {
	padding: 2px;
	background-color:#fff;
	height: 230px;
	border: 1px solid #eee;
	border-width: 0px 3px 3px 0px;
	border-radius: 8px;
}

.coverList .coverListTitle {
	display:block;
	color: #000;
}
.coverList .coverListDate {
	display:block;
	color: #666;
}
.coverList .coverListArchiveLink {
	display:block;
	color: #5b6f82;
}


.coverListIssues {
	padding:0px;
}

.coverListIssues li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	border: 0px solid red;
	width: 102px;
	height:150px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

.coverListIssues li img {
	background-color:#fff;
	padding:2px;
	height: 125px;
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 0px;
	border-radius: 3px;
}
.coverListIssues .coverListDate {
	display:block;
	color: #666;
}
.coverListIssues .coverListArchiveLink {
	display:block;
	color: #5b6f82;
}

.coverListSection {
	border: 1px solid #eee;
	border-width: 2px 0px 0px 2px;
	border-radius: 10px;
	margin: 20px 0px 20px 0px;
	background-color: #f9f9f9;
	padding: 10px;
}

.coverListSection h1 {
	margin: 10px;
	margin-top: 0px;
	font-size: 18px;
	color: #888;
}

#currentIssueBlock {
	padding-top:20px;
	padding-bottom:20px;
}

#currentIssueBlock img {
	width: 150px;
}

.generalContainer h1 {
	font-size: 18px;
	color: #888;
}

.paddedContainer {
	padding: 10px;	
}

.generalContainer {
	border: 1px solid #eee;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px;
	margin: 10px 0px 10px 0px;
	background-color: #fff;
	padding: 15px;
	padding-top:5px;
	padding-bottom:5px;
}

.generalBlock {
	margin: 10px 0px 10px 0px;
	padding-top:5px;
	padding-bottom:5px;
}

.errorContainer {
	border: 1px solid #eee;
	border-width: 1px 1px 1px 1px;
	margin: 10px 0px 10px 0px;
	border-radius: 3px;
	background-color: #f9f9f9;
	color: #777;
	padding: 15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-weight: bold;
}

.alertContainer {
	border-radius: 10px;
	margin: 20px 0px 20px 0px;
	background-color: #333;
	color: #fff;
	padding: 25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 40px;
	font-weight: bold;
	background-image: url(../img/information.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

#toolbar {
	/*background-image:url(../img/toolbar_bg.gif);
	background-repeat:no-repeat;*/
	background-color:#f9f9f9;
	height:34px;
	margin-bottom: 20px;
	border: 0px solid green;
	border: 1px solid #eee;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px;

}

#toolbarLeftSection {
	width: 60%;
	height: 100%;
	float: left;
	text-align: left;
}
#toolbarRightSection {
	width: 40%;
	height: 100%;
	float: left;
	text-align: right;
}

#contentSearchTextField {
	margin-top: 4px;
	margin-left:4px;
	width: 144px !important;
}

#titleSearchTextField {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #f9f9f9;
}

.loginFormField {
}

.generalTextField {

	padding: 4px;
	width: 174px; /* 200px total */
	height: 15px;
	border: 1px solid #ccc;
	border-width: 1px 0px 0px 1px;
	border-radius: 5px;
	
	color: #000; /* initial placeholder text color */

}

.generalSearchTextField {

	padding: 4px;
	width: 174px; /* 200px total */
	height: 15px;
	background-image:url(../img/looking_glass.gif);	
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left:21px;
	border: 1px solid #ccc;
	border-width: 1px 0px 0px 1px;
	border-radius: 5px;
	
	color: #000; 

	/* initial placeholder text color */
	/* --disabled-- */
}

#loginStateContainer {
	color: #666;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 9px;
	float:right;
}

#loginStateContainer img {
	vertical-align: middle;
}

#languageSelectionContainer {
	margin-top:9px;
	margin-right:10px;
	float: right;
}

#languageSelectionContainer img {
	border:0;
	padding-right:5px;
}

#toolbarSearchFieldContainer {
	float: left;
	width: 174px;
}

.toolbarHorizontalSpacer {
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	width: 0px;
	padding:0px;
	height: 20px;
	border: 1px solid #999;
	border-width: 0px 1px 0px 1px;
	border-color: #fff #fff #fff #ccc;
}

/*
#toolbarExtendedSearchButton {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	height: 15px;
    	border-radius: 5px;
	background-color: #555;
	color: #fff;
	font-size: 11px;
	float:left;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/

#toolbarExtendedSearchButton {
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	height: 15px;
    border-radius: 5px;
	color: #666;
	font-size: 11px;
	float:left;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#searchSubmitButtonToolbar {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	margin-left: 5px;
	height: 23px;
    border-radius: 5px;
	border: 0;
	background-color: #666;
	color: #fff;
	font-size: 11px;
	float: left;
}

#loginButton {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	height: 25px;
    	border-radius: 5px;
	border: 0;
	background-color: #666;
	color: #fff;
	font-size: 11px;
}

#searchSubmitButton {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
	height: 25px;
    border-radius: 5px;
	border: 0;
	background-color: #666;
	color: #fff;
	font-size: 11px;
}



.shadow {
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.centered {
	text-align: center;
}

#queueCoverImage {
	width: 200px;
	margin: 20px;
}

#sbRegionsImage {
	margin-left:-10px;
}

.searchResultExcerpts {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.searchResultExcerpts li {
	margin-top: 10px;
}

.searchResultContents {
	padding-left: 100px;	
}

.searchResultCoverContainer {
	float: left;
}

.searchResultCoverContainer img {
	width: 80px;	
}

.searchResultTitle {
	font-size: inherit;	
	margin-top: 0px;
	margin-bottom: 0px;
}

.searchResultSubtitle {
	font-weight: normal;
	font-size: inherit;	
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;	
}

.searchResultPageNumber {
	color: #666;	
}

.searchResultPageNumber img {
	vertical-align: middle;
}

.searchResultRow {
	padding-top: 5px;
}

.pageChangeBar {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pageNumberButton {
	margin-top: 3px;
	margin-right: 3px;
	padding-top: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #666;
	background-color: #ddd;
	width: 30px;
	height: 20px;
	text-align: center;
	float: left;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pageNumberButton a:hover {
	text-decoration:none !important;	
}

.pageNumberButtonSelected {
	font-weight: bold;
	border: 1px solid #f5f5f5;
	color: #666;
	background-color: #f5f5f5;
}

.pageNumberButtonDisabled {
	font-weight: bold;
	border: 1px solid #f5f5f5;
	color: #ccc;
	background-color: #f5f5f5;
}

.searchPageIndicator {
	color: #999;
	margin-top: 15px;
	font-size: 10px;
}

.searchPageLink {
	display: block;
	float:left;
	margin-top: 4px;
	font-size: 10px;
	color: #666;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.searchPageLink img {
	vertical-align: middle;	
}

.searchPageLink a:hover {
	text-decoration:none !important;	
}

#helperSearchFieldContainer {
	margin-top: 10px;
	float:none !important;
}

#showExtendedSearch {
	color: #999;	
}

#searchHelperParametersContainer {
	margin-top: 5px;	
}

.searchTitlesSelector {
	background-color: #eee;
	border: 1px solid #e5e5e5;
	color: #555;
	float: left;
	padding: 0px;
	width: 200px;
	height: 180px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#searchTitlesSelectorPeriod {
	float: left;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	color: #555;
	padding: 0px;
	width: 200px;
	height: 45px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#searchTitlesSelectorRegion {
	float: left;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	color: #555;
	padding: 0px;
	width: 200px;
	height: 45px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
}


.searchTitlesSelector select {
	border-radius: 5px;
	background-color: #fff;
}

.searchTitlesSelectorPeriod select {
	border-radius: 5px;
	background-color: #fff;
}

.searchTitlesSelectorHeader {
		padding: 5px;
		padding-top: 7px;
		padding-bottom: 3px;
		height: 15px;
		font-size: 10px;
}

#tsSelected {
	font-weight: bold;	
}

.titlesNoResults {
	color: #999;	
}

#userMenuContainer {

	text-align: left;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #555;
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#userMenuContainer ul {
	margin:0;
	padding:0;
	list-style:none;
}

#userMenuContainer ul li {
	margin:0;
	padding:0;
	font-weight:bold;
	color: #555;
}

#loginFormContainer {
	margin: auto;
	margin-top: 200px;
	text-align: left;
	width: 500px;
	height: 300px;
}

#loginFormTable {
	width: 400px;	
}

#loginFormTable td {
}