@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #D1D7DE;
}

.pageMaster {
	width: 100%;
	height: 100%;
	font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
/*	margin: 0px;
	padding: 0px;
	border: 0;
	position: relative;
	text-align: center;
	vertical-align: top; */
}

.skinMaster {
	font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url('BGImg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.contentCell {
	text-align: center;
	vertical-align: top;
	width: 780px;
	margin: 0px;
	padding: 0px;
	max-width: 780px;
	background-image: url('pageContentBG.jpg');
}

.menuBarPageBG {
/*	background-color: #FFAD5A;
	background-image: url('menuBarPageBG.jpg');
	background-repeat: repeat-x;
	background-position: top; */
	height: 69px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	max-height: 69px;
}

.mastHeadPageBG {
/*	background-color: #FFFFFF;
	background-image: url('mastHeadPageBG.jpg');
	background-repeat: repeat-x;
	background-position: top; */
	height: 150px;
	width: auto;
	max-height: 150px;
}
.pageBG {
/*	background-color: #D1D7DE;
	background-image: url('pageBG.jpg');
	background-repeat: repeat-x;
	background-position: top; */
	width: auto;
	text-align: center;
	vertical-align: middle;
	height: auto;
}
.pageBGLeft {
	background-color: #D1D7DE;
	background-image: url('pageBGLeftA.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 23px;
	height: 100%;
}
.pageBGRight {
	background-color: #D1D7DE;
	background-image: url('pageBGRightA.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 23px;
	height: 100%;
}
.menuBar {
	background-color: #FF9900;
	background-image: url('menuBarBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 69px;
	width: 780px;
	text-align: center;
	vertical-align: bottom;
}
.mastHead {
	background-color: #FFFFFF;
	background-image: url('mastHeadBG.jpg');
	background-repeat: no-repeat;
	background-position: center middle;
	height: 150px;
	width: 780px;
	max-width: 780px;
}
.mastHeadPane {
	width: 550px;
}
.innerMastHead {
	height: 150px;
	vertical-align: middle;
	text-align: center;
	background-image: url('IntelledoxLogo.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.mainContentTop {
	background-color: transparent;
	background-image: url('pageContentTopBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 15px;
	width: 100%;
	color: #CCCCCC;
}

.mainContent {
	background-image: url('pageContentBGBttm.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
}

.ContentPane {
	vertical-align: top;
}

.footerBar {
	background-color: #FF6801;
	background-image: url('footerBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	height: 50px;
	width: 100%;
	padding-top: 10px;
	color: #FFFFFF;
}

A#dnn_dnnLOGIN_cmdLogin:link, A#dnn_dnnLOGIN_cmdLogin:visited {
	color: #FD8000;
	text-decoration: none;
	right: -320px;
	position: relative;
}

A#dnn_dnnLOGIN_cmdLogin:hover, A#dnn_dnnLOGIN_cmdLogin:active {
	color: #FF9900;
	text-decoration: none;
	right: -320px;
	position: relative;
}

A#dnn_dnnUSER_cmdRegister:link, A#dnn_dnnUSER_cmdRegister:visited {
	color: #FD8000;
	text-decoration: none;
	right: -320px;
	position: relative;
}

A#dnn_dnnUSER_cmdRegister:hover, A#dnn_dnnUSER_cmdRegister:active {
	color: #FF9900;
	text-decoration: none;
	right: -320px;
	position: relative;
}

A:link, A:visited {
	color: #DDDDDD;
	text-decoration: none;
}

A:hover, A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	bottom: 5px;
	vertical-align: bottom;
	position: relative;
	text-align: center;
	width: 100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	text-transform: uppercase;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #FF6600; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FF9900;
	border: solid 1px #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	background-color: #006699;
	background-image: url('menuItemBG.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

.SkinObject {
    font-weight: normal;
    font-size: 12px;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited  {
	text-decoration:    none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px
}

A.SkinObject:hover, A.SkinObject:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px
}

LABEL {
	color: #DEDEDE;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px
}

A.CommandButton:link, A.CommandButton:visited {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FF9900;
	font-weight: bold;
	font-size: 13px
}

.Normal {
	font-family: Arial, Helvetica, Sans-serif;
	color: #CCCCCC;
	font-size: 13px
}

.NormalBold {
	font-family: Arial, Helvetica, Sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px
}

.ControlPanel {
	background-color: #666666;
}

TD.Normal {
	background-color: Transparent;
	border: 0;
}

TABLE.PagingTable {
	background-color: #666666;
	border: solid 1px #FFFFFF;
}

TR.FileManager_Header, TD.FileManager_Header {
	background-color: #666666;
}

TD.FileManager_StatusBar {
	background-color: #FF6600;
}

.NormalTextBox {
	background-color: #CCCCCC;
	border: solid 1px #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.NormalRed {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FF3300;
}

/* .ContainerHeadTitle */

.DarkTable {
	background-color: #25517E;
	vertical-align: top;
	width: 100%;
}

.rightPane {
	padding-right: 15px;
	vertical-align: top;
}
