﻿/*
 Styles that apply to all Skins
*/
.clsMainBody {
	background-repeat: repeat-x;
}

.clsMainBodyID {
	background-repeat: repeat-x;
	background-position: 0 -40px;
}

.clsModuleHeader {
	background-repeat: repeat-x;
	background-position: 0 -55px;
	padding-top: 0px;
}

.clsDialogHeader {
	background-repeat: repeat-x;
	background-position: 0 -42px;
	padding-top: 0px;
	font-size: 10px;
}

.clsDialogHeader a {
	font-size: 10pt;
}

	.clsDialogHeader span {
		font-size: 10pt;
	}

.clsModuleHeaderSystemManager {
	background-repeat: repeat-x;
	background-position: 0 -35px;
	padding-top: 5px;
}

.clsPortalHeader {
	height: 90px;
	background-repeat: no-repeat;
}

.clsPortalHeaderUser {
	font-size: 8pt;
	font-weight: bold;
}

.clsPortalHeaderText {
	font-size: 12px !important;
	font-weight: bold;
}

.clsPortalHeaderCompanyName {
	font-size: 12px !important;
	font-weight: bold;
	font-style: italic;
	font-weight: bold;
}

.clsStipeUnderHeader {
	height: 1px;
}

.clsMenuArea {
}

.clsFloatLeftAndClear {
	float: left;
	clear: both;
}

.clsRightMenuLabel {
	font-size: small;
	font-weight: bold;
	padding-bottom: 2px;
}

.clsRightMenuSection {
	padding: 3px;
}

.clsPortalMenuSpacer {
	background-color: transparent;
	height: 2px;
	font-size: x-small;
}

.clsPortalRecycleBin {
	background-color: #CCFFCC;
	padding: 4px;
}

.clsPortalMenuItemHeader {
	font-weight: bold;
	white-space:nowrap;
}

.clsPortalMenuItemHeader1 {
	white-space: nowrap;
}

.clsPortalMenuItem {
	font-style: italic;
	cursor: pointer;
}

.clsPortalMenuItemDisabled {
	font-style: italic;
	color: Gray;
}

.clsPortalMenuItemHolder {
	margin-left: 5px;
}

.clsPortalMenuItemColumnSpacer {
	height: 15px;
}

@media screen {
	.clsMasterContainer {
		margin-left: 185px;
	}
}

@media print {
	.clsMasterContainer {
		margin-left: 0px;
	}
}


/*
 Skin specific items. Move to skin specific files when colors are determined.
*/

.clsCalendarTodayItemStyleSkin {
	background-color: #ffe4c4;
}

.clsModulePageDescription {
	font-size: 14pt !important;
	font-weight: bold !important;
}


.clsBorderSelectedItem {
	border-width: 2px;
	border-style: solid;
}

.rpText {
	font-size: larger !important;
}

.clsPortalTitle {
	font-weight: bolder;
	float: left;
	width: 250px;
	font-size: 8pt;
	cursor: pointer;
	padding-top: 62px;
	padding-left: 20px;
}

.clsSup {
	vertical-align: super;
	font-size: 5px;
}
