/* Background settings */

.boxMandatory {
	background-color: Silver;
}

.boxError {
	background-color: #EF8861;
}

.descriptionLabel {
	background-color: #D5DCEF;
}

.idwcControlsPanel {
	background-color: #D5DCEF;
}

.menuPanel {
	background: url(./images/menubarbackground.png);
	background-repeat: repeat-x;
}

.productPanelLabel {
	background-color: #D5DCEF;
}

.selectionLabel {
	background-color: #D5DCEF;
}

/* End Background settings */
/* Border settings */
/*
.menuButton {
	border: 2px;
	border-color: maroon;
	border-style: dashed;
}
*/

.idwcPanel {
	border: 2px solid silver;
}

.idwcControlsPanel {
	border-top: 2px solid silver;
}

/* End Border settings */
/* Dimensions */

.articlesPageContentPanel {
	width: 883px;
	height: 459px;
}

.buttonNewImage {
	width: 150px;
}

.buttonSubmit {
	width: 100px;
}

.contentPanel {
	width: 883px;
	height: 555px;
}

.commentsHyperlink {
	width: 100%;
	height: 14px;
}

.copyrightHTML {
	width: 100%;
	height: 14px;
}

.footerPanel {
	width: 993px;
	height: 50px;
}

.footerBottomPanel {
	width: 100%;
	height: 27px;
}

.footerTopPanel {
	width: 100%;
	height: 23px;
}

.homePageContentPanel {
	width: 883px;
	height: 459px;
}

.idwcControlsPanel {
	width: 270px;
	height: 30px;
}

.idwcControlsPanelPushButton {
	width: 50px;
	height: 30px;
}

.idwcControlsPanelPushButtonDisabled {
	width: 50px;
	height: 30px;
}

.idwcImageDeckLandscape {
	width: 270px;
	height: 216px;
}

.idwcImageDeckPortrait {
	width: 216px;
	height: 270px;
}

.idwcPanel {
	width: 270px;
	height: 300px;
}

.imagesHomePage {
	width: 730px;
	height: 333px;
}

.imagesLogo {
	width: 110px;
	height: 450px;
}

.logoButton {
	width: 110px;
	height: 52px;
}

.logoPanel {
	width: 110px;
	height: 555px;
}

.menuButton {
	width: 110px;
	height: 80px;
}

.menuPanel {
	width: 883px;
	height: 96px;
}

.productPageContentPanel {
	width: 883px;
	height: 459px;
}

.scrollPanelArticlesPage {
	width: 875px;
	height: 459px;
}

.spacerLabel {
	width: 100%;
	height: 5px;
}

.textBoxHelpPage {
	width: 408px;
}

.textBoxMessageQuestion {
	width: 408px;
	height: 75px;
}

.textHomePage {
	width: 733px;
	height: 28px;
}

.textMission {
	width: 733px;
	height: 60px;
}

/* End Dimensions */
/* List Settings */


/* End List Settings */
/* Padding and Margins */

.commentsHyperlink {
	margin: 0;
	padding: 0;
}

.copyrightHTML {
	margin: 0;
	padding: 0;
}

.footerBottomPanel {
	margin: 0;
	padding: 0;
}

.footerHyperlink {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.footerTopPanel {
	margin: 0;
	padding: 0;
}

.idwcControlsPanelPushButton {
	margin-left: 5px;
}

.idwcControlsPanelPushButtonDisabled {
	margin-left: 5px;
}

.labelAboutPage {
	padding-left: 15px;
}

.logoLabel {
	margin: 0;
	padding: 0;
}

.logoButton {
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

.menuButton {
	margin: 0;
	margin-left: 4px;
	margin-top: 5px;
	padding: 0;
}

.menuPanel {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
}

.scrollPanelAboutPage {
	padding-left: 15px;
	padding-right: 10px;
}

.scrollPanelArticlesPage {
	padding-left: 10px;
	padding-right: 0px;
}

.textMission {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

/* End Padding and Margins */
/* Position */
/*
.idwcControlsPanel {
	position: absolute;
	bottom: 0;
}
*/
/* End Position */
/* Font Settings */
body {
	color: red;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
}

a {
	color: navy;
}

a:visited {
	color: navy;
}

a:hover {
	color: navy;
}

.hyperlink {
	font-size: 12px;
}

.commentsHyperlink {
	font-size: 12px;
}

.description {
	color: black;
}

.emphasis {
	color: red;
}

.copyrightHTML {
	color: black;
	font-size: 12px;
}

.footerHyperlink {
	font-size: 12px;
}

.idwcControlsPanelPushButton {
	color: navy;
}

.idwcControlsPanelPushButtonDisabled {
	color: gray;
}

.labelAboutPage {
	color: navy;
	font-size: 24px;
}

.logoLabel {
	font-size: 36px;
}

.scrollPanelAboutPage {
	color: navy;
}

.scrollPanelArticlesPage {
	color: navy;
}

.textHelpPage {
	color: navy;
	font-size: 16px;
}

.textHomePage {
	color: navy;
	font-size: 16px;
}

.textMission {
	color: black;
	font-size: 16px;
}

/* End Font settings */
/* Text Settings */

.hyperlink {
	text-align: center;
}

.commentsHyperlink {
	text-align: center;
}

.copyrightHTML {
	text-align: center;
}

.idwcControlsPanelPushButton:hover {
	text-decoration: underline;
}

.logoLabel {
	text-align: center;
}

.textHomePage {
	text-align: center;
}

.textMission {
	text-align: bottom;
}

/* End Text Settings */
/* User Interface */

.idwcControlsPanelPushButton {
	cursor: pointer;
}

.logoButton {
	cursor: pointer;
}

.menuButton {
	cursor: pointer;
}

/* End User Interface */
