/*Module*/
#module{
	/*margin:3px;*/
	border-style : solid;
	border-width : 1px;
	border-color : black;
}

/*Titlebar*/
#moduleTitlebar {
	border: solid 1px Black;
	border-left-color: #FFFFFF;
	border-top-color:#FFFFFF;
	height: 20px;
	width: 100%;
	padding-left: 2px;
	cursor: hand;
	white-space: nowrap;
	font-weight:bold;
	background-color:#6D6D6D;
}
td.moduleTitlebarLeft {
	padding-left: 5px;
}
td.moduleTitlebarBg {
	width: 100%;
}
td.moduleTitlebarRight {
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}
/*Titlebar Buttons */
.titlebar {
	background-color: transparent;
	width: 16px;
	height: 16px;
	border: none;
}
/*Help popup*/
#help {
	position: absolute;		
	width: 150px;
	height: 50px;
	background-color: #FFFFEE;
	font-weight: normal;
	color: Black;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: silver;
	border-top-color: silver;
	border-bottom-color: black;
	border-right-color: black;
	display: none;
	z-index: 10;
}

/*Menubar*/
#moduleMenubar {
	display: block;
	height:15px;
}
td.moduleMenubarLeft {
	background-color : ThreedFace;
	height:15px;
}
td.moduleMenubarBg {
	background-color:Silver;
	height:15px;
	border-bottom: 1px Solid White
}
td.moduleMenubarRight {
	background-color : ThreedFace;
	height:15px;
}
.menuItem{
	background-color: #E0DFE3;
	border: solid 1px Black;
	border-left-color: #FFFFFF;
	border-top-color:#FFFFFF;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap; 
}
.submenuShadow {
	position: absolute;
	display: none;
	width: 150px;
	background-color: Black;	
	filter:Alpha(opacity=20);
	z-index:11;
	margin-top: 18px;
	height:80px;
}
.subMenu {
	position: absolute;
	display: none;
	z-index: 15;
	width: 150px;
	background-color: #E0DFE3;
	border: 1px solid black;
	border-left-color: White;
	border-top-color: White;
	background-color: #E0DFE3;
	margin-top: 17px;
}
.submenuItem {
	font-weight: normal;
	width: 100%;
	padding: 2px;
	background-color: #E0DFE3;
	border-bottom: solid 1px Silver;
}

/*User ToolBar*/
#moduleUserToolbarBox {
	width:100%;
	margin:0px;
	border-style:none;
	background-color:#E0DFE3;
}
.userToolbarBox {
	position:relative;
	width: 95%;
	height: 34px;
	background-color: Silver;
	border: solid 1px White;
	border-left-color: #000000;
	border-top-color: #000000;
	margin: 5px; /*this sux*/
}
#moduleUserToolbar { }
td.moduleUserToolbarLeft {
	height : 25px;
}
td.moduleUserToolbarBg {
	height : 25px;
}
td.moduleUserToolbarRight {
	height : 25px;
}
/*Toolbar Buttons*/
.toolbar {
	width: 50px;
	height: 32px;
}
.pressed {
	border: solid 1px White;
	border-left-color: #000000;
	border-top-color: #000000;
	background-color: Silver;
}

/*Columns*/
td.moduleColumnHeaderLeft {
	background-color: #E0DFE3;
	height : 15px;
}
td.moduleColumnbHeaderBg {
	background-color: #E0DFE3;
	border: solid 1px Black;
	border-left-color: #FFFFFF;
	border-top-color:#FFFFFF;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
}
td.moduleColumnHeaderRight {
	background-color: #E0DFE3;
	height : 15px;
}
.sort {
	height: 100%;
	vertical-align: bottom;
	float: right;
}
/*Columnheader Buttons*/
.columnheader {
	text-align : left;
	width: 100%;
	height: 16px;
	border : none;
	padding: none;
	margin: none;
	background-color : transparent;
	cursor : hand;
}

/* Content */
#moduleContent {
	overflow:auto;
}
A.contentEditButton
{ 
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-SIZE: 10px;
    COLOR: green;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
.moduleContentColumn {

}
.moduleItem {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	height: 20px;
	width: 100%;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}

/*Editor Toolbar*/
#moduleEditorToolbar{
}	
td.moduleEditorToolbarTop {
	text-align : center;
	width : 25px;
	background-color : ThreedFace;
	color : WindowText;
}
td.moduleEditorToolbarBg {
	text-align : center;
	width : 25px;
	background-color : ThreedFace;
	color : WindowText;		
}
td.moduleEditorToolbarBottom {
	text-align : center;
	width : 25px;
	background-color : ThreedFace;
	color : WindowText;
}

/*Statusbar*/
table.moduleStatusbar {
	background-color: #E0DFE3;	
}
td.moduleStatus {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	border: 1px solid Silver;
	border-right-color: White;
	border-bottom-color: White;
	height: 10px;
	white-space: nowrap;
}
span.moduleProgress {
	background-color: Silver;
	background-image: none; /*could be something...*/
	height: 100%;
	width: 100px; /*don't change*/
}
span.moduleProgressBar {
	background-color: Black;
	background-image: none; /*could be something...*/
	height: 100%;
	width: 25px; /*set programmatically...*/
}

span.highlight
{
	background-color:Transparent;
	color:Black;
	font-weight:bold;
}
