
body
{
	background-color: #A5A7A9;
	color: #3E3F41;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/* 	position: fixed; */
/* 	display: table; */
	margin: 0px;
	font-family: Arial, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	background-image: url('images/background.png');
/* 	background-attachment: fixed; */
	background-position: center;
	background-repeat: repeat-x;
}

.MsoNormal
{
	margin: auto;
}

#loading
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 50px;
	font-size: 20px;
	color: white;
	background-color: black;
	z-index: 100;
}

#warning
{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 400px;
	z-index: 2;
/* 	height: 100px; */
	padding: 10px;
	border: 2px solid red;
	background-color: #FF8181;
/* 	font-weight: bold; */
	font-size: 14px;
	color: black;
}

#bodyContent
{
/* 	display: table-cell; */
/* 	vertical-align: middle; */
}

#searchDialog
{
	font-size: 16px;
	padding-left: 30px;
	padding-bottom: 15px;
}

.writerLink
{
	cursor: pointer;
}

#libraryContent .writerLink
{
	float: left;
	width: 130px;
}

.writerLink:hover, .writerLink:focus
{
	color: #2165C4;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#sideContainer
{
	position: absolute;
	width: 150px;
	height: 200px;
	top: 0px;
	left: 0px;
}

#centerContainer
{
	position: relative;
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer
{
	position: relative;
	
/* 	border: 1px solid red; */
	height: 200px;
}

#tabContainer
{
	position: relative;
	
/* 	border: 1px solid blue; */
	height: 39px;
/* 	display: table; */
}

#mainContainer
{
	position: relative;
	background-color: white;
/* 	border: 1px solid green; */
	height: 500px;
/* 	padding-bottom: 21px; */
	border: 1px solid #0c274c;
	border-top-width: 0px;
	margin-bottom: 21px;
	border-bottom-width: 0px;
	color: #3E3F41;
/* 	overflow: hidden; */
}

.mainFooter
{
	background-image: url('images/bottom_curve.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 21px;
	z-index: 2;
	position: absolute;
	bottom: -21px;
	left: -1px;
	right: -1px;
}

.mainFooterLeft
{
	background-image: url('images/bottom_curve_left.png');
}

.mainFooterRight
{
	background-image: url('images/bottom_curve_right.png');
}

#footerContainer
{
	position: relative;
	font-weight: bold;
	color: white;
/* 	border: 1px solid yellow; */
	text-align: center;
	padding: 5px;
	margin-bottom: 100px;
}

#logoContainer
{
	position: absolute;
	left: 20px;
	bottom: 40px;
	
}

#logoutUsernameContainer
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	display: inline;
	margin-right: 20px;
}

#loginMessage
{
	padding-top: 10px;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: white;
}

#loginContainerOuter
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 405px;
	height: 91px;
}

#loginContainer, #logoutContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 91px;
}

#logoutContainer
{
	top: 30px;
	left: 165px;
	width: 250px;
	height: 91px;
/* 	margin-bottom: 40px; */
}

#loginUsernameContainer, #loginPasswordContainer, #loginSubmitContainer
{
/* 	display: inline-block; */
	float: left;
}

#loginUsernameLabel, #loginPasswordLabel, #loginSubmitLabel
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-bottom: 10px;
}

#loginUsernameLabel
{
	color: #0c274c;
}

#loginUsername, #loginPassword
{
	background-color: #FFFFFF;
	border: 1px solid #808285;
	font-size: 10px;
	width: 140px;
	padding: 5px;
	margin-right: 10px;
}

#loginSubmit, #logoutSubmit, .ui-dialog-buttonpane button, #commentSubmit, .button
{
	background: none;
	background-color: #808285;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: 1px solid black;
/* 	width: 60px; */
	padding: 4px 10px 4px 10px;
	cursor: pointer;
}

#loginSubmit:hover, #logoutSubmit:hover, .ui-dialog-buttonpane button:hover, #commentSubmit:hover, #loginSubmit:focus, #logoutSubmit:focus, .ui-dialog-buttonpane button:focus, #commentSubmit:focus, .button:hover, .button:focus
{
	color: #808285;
	background-color: white;
}

#loginSubmit[disabled], .button[disabled], #commentSubmit[disabled]
{
	color: #BBBBBB;
	background-color: #DDDDDD;
}

.tabCell
{
	height: 38px;
	float: left;
/* 	display: inline-block; */
	position: relative;
}

.tabButtonText
{
	height: 38px;
	padding-top: 10px;
/* 	display: table-cell; */
	text-align: center;
	vertical-align: middle;
}

.tabButton
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: black;
	font-size: 15px;
	height: 38px;
/* 	border: 1px solid #808285; */
	border-bottom: 1px solid #0c274c;
/* 	background-color: #D2D3D4; */
	background-image: url('images/tab_inactive.png');
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer;
}

#sideContainer #profilesTabButton
{
	background-image: url('images/side_tab_big.png');
	height: 390px;
	border: none;
}

.tabButtonSelected
{
	color: #0c274c;
/* 	border: 1px solid #0c274c; */
	height: 39px;
	border: none;
/* 	border-bottom: 1px solid white; */
/* 	background-color: white; */
	background-image: url('images/tab_active.png');
/* 	background-image: none; */
	cursor: default;
}

#sideContainer .tabButtonSelected
{
	color: #0c274c;
	border: none;
/* 	border: 1px solid #0c274c; */
/* 	border-bottom: 1px solid white; */
/* 	background-color: white; */
	background-image: url('images/side_tab_active.png');
/* 	background-image: none; */
	cursor: default;
}

.tabButtonSelected .tabButtonText
{
	text-decoration: underline;
}



#sideContainer .tabButton
{
	padding-left: 10px;
/* 	border: 1px solid #808285; */
/* 	border-left: 1px solid #0c274c; */
	background-image: url('images/side_tab_inactive.png');
	background-position: top left;
	background-repeat: repeat-y;
	width: 120px;
}

#sideContainer .tabButtonSelected
{
/* 	border: 1px solid #0c274c; */
/* 	border-left: 1px solid white; */
	background-image: url('images/side_tab_active.png');
	background-position: top left;
	background-repeat: repeat-y;
/* 	background-image: none; */
}

#sideContainer .tabButtonText
{
	text-align: left;
}

#profileUpload
{
	margin-top: 20px;
	cursor: pointer;
}

#profileUpload:hover
{
	text-decoration: underline;
}

#profilePassword
{
	margin-top: 20px;
}

#profilePasswordSubmit
{
	margin-top: 5px;
}

.profileImage
{
	max-width: 200px;
}

.profileTabCell
{
	margin-top: 10px;
}

.editProfileTabCell
{
	margin-top: 10px;
}

#sideContainer .editProfileTabCell .tabButton
{
	width: 100px;
	font-size: 13px;
}

#sideContainer .articleWriters
{
	color: #808285;
	padding-top: 5px;
	font-size: 11px;
}

.writeTabCell
{
	margin-top: 10px;
}

.profilesTabCell
{
	margin-top: 10px;
	height: 275px;
}

.profilesTabCell .tabButtonText
{
	padding-top: 15px;
}

.profilesTabCell .tabButton
{
	cursor: default;
}

#homeContainer
{
}

#homeContent
{
	position: relative;
}

.sideImageContainer
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 378px;
	height: 481px;
}

.sideImage
{
	width: 378px;
	height: 481px;
}

#homeContent
{
	position: absolute;
	top: 140px;
	left: 40px;
	bottom: 40px;
	width: 400px;
	font-size: 14px;
}

#homeTitle
{
	font-style: italic;
	font-size: 26px;
	color: #0c274c;
	margin-bottom: 20px;
}

#homeText
{

}


.mainContainer
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
}

#aboutContainer, #libraryContainer
{
	height: 100%;
}

.libraryImage
{
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 500px;
	height: 160px;
}

#libraryContent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#aboutContent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('images/curve_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#libraryContent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('images/curve_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#aboutTitle, .aboutSubTitle, #newsTitle, .articleTitle, .profileTitle
{
	font-size: 22px;
	color: #0c274c;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.aboutSubTitle
{
	display: inline;
	padding-left:40px;
	margin-left: -40px;
}

.leftTitleLine
{
	background-image: url('images/left_line.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.rightTitleLine
{
	background-image: url('images/right_line.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#aboutTitle
{
	padding-left: 40px;
	display: inline;
}

#aboutText
{
	position: absolute;
	top: 160px;
	left: 0px;
	bottom: 60px;
	width: 920px;
	font-size: 14px;
}

#aboutColumnContainer
{
	margin-left: 40px;
/* 	display: table; */
}

.aboutColumn
{
	float: left;
/* 	display: table-cell; */
	padding-right: 20px;
	width: 330px;
}

.articleColumnContainer
{
	position: relative;
	margin-left: 40px;
}

.articleLeftColumn
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 350px;
}

.articleRightColumn
{
	position: absolute;
	top: 80px;
	right: 0px;
	width: 520px;
	height: 420px;
}

.articleSearchTitle
{
	color: #0c274c;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#libraryContent .articleSearchTitle
{
	color: white;
}

#fileToUpload
{
	background-color: #FFFFFF;
	border: 1px solid #808285;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-right: 3px;
	width: 200px;
}

.editInput
{
	background-color: #FFFFFF;
	border: 1px solid #808285;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.articleSearchInput
{
	border: 1px solid black;
	width: 220px;
	zoom: 1;
}

.articleWritersTitle
{
	margin-top: 45px;
	color: #0c274c;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#libraryContent .articleWritersTitle
{
	padding-left: 40px;
}

.articleWriters
{
	font-size: 11px;
}



.profileColumnContainer
{
	position: relative;
	margin-left: 40px;
}

.profileLeftColumn
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200px;
}

.profileRightColumn
{
	position: absolute;
	top: 50px;
	right: 0px;
	width: 600px;
}


.profileSubColumnContainer
{
	position: relative;
}

.profileLeftSubColumn
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 410px;
	overflow: auto;
	padding-right: 10px;
}

.profileRightSubColumn
{
	position: absolute;
	top: 0px;
	padding-right: 10px;
	right: 0px;
	width: 360px;
	height: 410px;
	overflow: auto;
}

.profileSubData
{
	margin-bottom: 20px;
	font-size: 14px;
	white-space: pre-line;
}

#libraryContent .articleWriters
{
	padding-left: 40px;
}

.libraryListItem
{
	z-index: 1;
	color: #0c274c;
	font-size: 14px;
	margin-bottom: 20px;
}

.libraryListItemYear
{
	display: inline;
	font-size: 16px;
	margin-right: 7px;
}

.libraryListItemLink
{
	position: relative;
}

.libraryListItemName
{
	cursor: pointer;
	padding: 2px 3px 2px 3px;
}

.libraryListItemLinkHover .libraryListItemName
{
	background-color: #0c274c;
/* 	z-index: 2; */
	color: white;
}

.libraryListItemPopup
{
	z-index: 3;
	position: absolute;
/* 	top: 17px; */
	right: 0px;
	width: 400px;
	border: 1px solid #0c274c;
	background-color: white;
	padding: 10px;
	padding-bottom: 0px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	zoom: 1;
}

.libraryNoArticlesFound
{
	padding-bottom: 10px;
}

.articleSubTitle, .profileSubTitle
{
	color: black;
	margin-bottom: 10px;
	font-size: 16px;
}

.profileSubTitle
{
	margin-bottom: 5px;
}

.articleList
{
	font-size: 16px;
	height: 351px;
	margin-top: 10px;
	overflow: auto;
	padding-right: 10px;
}


.articleListItem
{
	padding-bottom: 10px;
}

.articleListItemTitle
{
	font-style: italic;
	color: #0c274c;
	cursor: pointer;
}

.articleListItemTitle:hover
{
	text-decoration: underline;
}

.articleDate
{
	color: #3E3F41;
	margin-right: 10px;
}

.articleEdit
{
	cursor: pointer;
	margin-left: 5px;
	font-size: 14px;
	color: #3E3F41;
}

.articleTitleName
{
	margin-left: 10px;
	font-size: 16px;
	color: #3E3F41;
	font-weight: normal;
}

.articleImage
{
	float: right;
	margin: 0px 0px 20px 20px;
	height: 275px;
	width: 368px;
}

.articleScroll
{
	max-height: 500px;
	overflow: auto;
	padding: 0px 30px 30px 30px;
}

.ui-dialog
{
	border: 1px solid #0c274c;
	color: #3E3F41;
}

.ui-widget-header
{
	background: none;
	border: none;
	font-size: 22px;
	color: #0c274c;
}

.ui-dialog .ui-dialog-titlebar
{
}

.ui-dialog .ui-dialog-titlebar-close
{
	display: none;
}

.ui-dialog-content
{
	color: #3E3F41;
}

#newsContainer
{
}

#newsImage
{
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
}

#newsText
{
	position: absolute;
	top: 140px;
	right: 0px;
	bottom: 60px;
	width: 680px;

}

.newsItem
{
	font-size: 14px;
	margin-bottom: 10px;
}


#contactImage
{
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
}

#contactContent
{
	position: absolute;
	top: 100px;
	left: 0px;
	bottom: 60px;
	width: 500px;
	font-size: 14px;
}

.contactTitleContainer
{
	margin-bottom: 10px;
}

.contactTitle
{
	font-size: 22px;
	color: #0c274c;
	
	padding-bottom: 5px;
	padding-left: 40px;
	display: inline; 
	white-space: no-wrap;
}

.contactSection
{
	padding-left: 40px;
	margin-bottom: 20px;
}

.contactCountry
{
	float: left;
	width: 120px;
/* 	display: inline-block; */
}

.contactSection .listItem
{
	clear: both;
}

.contactEmail
{
	float: left;
/* 	display: inline-block; */
	font-size: 10px;
/* 	clear: right; */
}

.commentItem
{
	position: relative;
	min-height: 100px;
	margin-bottom: 30px;
}

.commentItem img
{
	max-height: 100px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}

.commentItemTitle
{
	padding: 5px;
	color: #0c274c;
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
	padding-right: 30px;
}

.commentItemText
{
	padding: 5px;
	color: #3E3F41;
	padding-right: 30px;
}

.commentScroll
{
	max-height: 450px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
}

.commentNone
{
	margin: 30px;
	margin-top: 0px;
}

.commentPost, .articlePost
{
	padding: 0px 30px 30px 30px;
/* 	border-bottom: 1px solid #DDDDDD; */
/* 	margin-bottom: 30px; */
}

.commentNameContainer, .commentTextInput, .articleTitleContainer, .articleTextInput
{
	background-color: #FFFFFF;
	border: 1px solid #808285;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
}

.commentNameContainer
{
	width: 628px;
}

.commentTextInput
{
	height: 100px;
	overflow: auto;
	width: 628px;
}

.articleTitleContainer
{
	width: 775px;
}

.articleTextInput
{
	height: 300px;
	overflow: auto;
	width: 775px;
	margin-bottom: 0px;
}


#commentNameInput, #articleTitleInput
{
	font-size: 12px;
	border: none;
	width: 560px;
	margin-left: 10px;
}

.commentSubmitContainer
{
	position: relative;
	height: 15px;
	width: 638px;
}

#commentSubmit
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 110px;
}

.emph
{
	color: black;
}

.emphBold
{
	font-weight: bold;
}

