/* TO BE REMOVED, ONLY GLOBAL MODULES ARE TO BE LEFT */
/* 
    Document   : MainStyle
    Created on : May 19, 2005, 8:45 AM
    Author     : Mark George
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   This style sheet is used to contain elements that are specific to the main
   layout of the page.  Modules will have their own style
   sheet definitions.
*/

.Error {
	color: red;
}

.error {
	font-weight: bold;
	color: red;
}

.warning {
	font-weight: bold;
	color: rgb(255, 102, 0);
}

.ok {
	font-weight: bold;
	color: rgb(0, 200, 0);
}

Table.admin {
	width: 90%;
	border: 2px solid silver;
}

TH.admin {
	text-align: left;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

a {
	cursor: pointer;
}

A.Logout {
	text-decoration: none;
}

A.Logout:Hover {
	text-decoration: underline;
}

A.LocationBar {
	text-decoration: none;
	color: rgb(161, 0, 0);
}

A.LocationBar:Hover {
	color: rgb(255, 0, 0);
}

/*****************************************************************************
                Add form styles 
*****************************************************************************/
TH.AddForm {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(0, 0, 150);
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

TD.AddForm {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
}

/*****************************************************************************
                General form styles 
*****************************************************************************/
TH.Form {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(230, 230, 230);
	/*
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	*/
	border-bottom: 1px solid gray;
}

TD.Form {
	/*background-color: rgb(240, 240, 240);
	
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px s//olid gray;
	
	border-bottom: 1px solid gray;	
	*/
}

/*****************************************************************************
                MODULE: Folder Module 
*****************************************************************************/

UL.FolderList {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

UL.FolderListRoot {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

LI {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 0px;
}

LI.Folder { background-image: url(/images/lists/folder.jpg); }
LI.DOC { }
LI.XLS {}
LI.PDF {}
LI.PPT {}
LI.HTML {}

A.FolderManageLink {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 161);
}

A.FolderManageLink:hover { 
	text-decoration: underline;
	color: rgb(0, 0, 255);
}

A.FolderModule_folderLink {
	text-decoration: none;
	font-weight: bold;
	color: rgb(161, 0, 0);
}
A.FolderModule_folderLink:visited {	color: rgb(220, 0, 0); }
A.FolderModule_folderLink:hover { text-decoration: underline; }

A.FolderModule_fileLink {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
A.FolderModule_fileLink:visited { color: rgb(0, 0, 100); }
A.FolderModule_fileLink:hover {	text-decoration: underline; }
SPAN.FolderModule_lockedLink { color: gray; }

/*****************************************************************************
                MODULE: Layout Manager 
*****************************************************************************/
table.LayoutManager {
  width: 100%;
}

/*****************************************************************************
                MODULE: Devin's Modules
*****************************************************************************/
A.ModuleHeaderLink {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

A.ModuleHeaderLink:hover {
	color: orange;

}


A.ModuleRegLink {
	color: blue;
	text-decoration: none;
}

A.ModuleRegLink:hover {
	color: orange;
}

/*****************************************************************************
                MODULE: Help Modules
*****************************************************************************/
A.HelpInsert {
	color: blue;
	text-align: center;
}

div.admin *,
table.admin * {
	font-family: verdana;
	font-size: 14px;
}

h1.admin,
h2.admin,
h3.admin,
.admin h1.admin,
.admin h2.admin,
.admin h3.admin {
	font-family: verdana;
	font-weight: normal;
	font-size: 19px;
	color: rgb(80,80,80);
	margin: 0;
	padding: 10px 0 5px 0;
}

h2.admin { font-size: 17px; }
h3.admin { font-size: 15px; font-weight: bold; }

a.FolderManageLink,
a.adminLink {
	display: block;
	font-weight: normal;
}

table.admin {
	width: 99%;
	border-collapse: collapse;
	border: 1px solid rgb(80,80,80);
}

table.admin tr th {
	padding: 0 4px;
	vertical-align: middle;
	text-align: left;
	background: rgb(143,143,143) url(/images/admin_skin/th.gif) repeat-x;
	height: 30px;

}

table.admin tr td {
	padding: 2px;
}

table.admin tr.odd td,
div.odd {
	background-color: rgb(255,232,200);
}

table.admin tr td.label {
	vertical-align: top;
	width: 200px;
}

table.admin tr td.over {
	background-color: rgb(245,232,200);
}

table.admin, div.admin { background-color: white; }

.admin .label {
	font-weight: bold;
}

table.reportIssue tr td { padding: 2px 2px 4px 4px; }

/*****************************************************************************
                Add form styles 
*****************************************************************************/
TH.AddForm {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(0, 0, 150);
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

TD.AddForm {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
}

DIV.LayoutMenu { 
    width: 98%; 
    height: 45px; 
    border: 1px solid rgb(100,100,0); 
    background-color: rgb(255,255,183); 
    overflow: visible;
}
A.LayoutMenuItem { 
    position: relative; top: -10px;
    text-decoration: none;
    border: 1px solid rgb(100,100,0); 
    background-color: rgb(255,255,153);
    display: block; 
    float: left;
    padding-left: 5px;
    padding-right: 15px;
}
A.LayoutMenuItem:hover { background-color: rgb(205,205,50); color: white; }

A.SystemUserCustomizePage {
    position: absolute;
    height: 15px;
    width: 150px;
    display: block;
    margin-left: 600px;
}

A.SystemUserCustomizePage SPAN { display: none; }
div#loginLayer {
	display: none;
}

div.loginPopUp {
	position: absolute;
	z-index: 0;
	width: 200px;
	height: 200px;
	padding: 5px 5px 5px 5px;
}

div.loginPopUp {
  width: 215px; height: 180px;
  border: 1px solid black;
  background-color: rgb(230,230,230);
  padding: 0px; margin: 0px;
}
div.loginPopUp_close_bar {
  border: 1px solid gray;
  background-color: gray;
  height: 18px;
  width: 215px;
}
a.loginPopUp_close {
  float: left;
  margin-top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
span.loginPopUp_close_title {
  display: block;
  width: 195px;
  float: left;
  font-weight: bold;
  color: white;
  font-family: arial;
  font-size: 13px;
}
div.loginPopUp input.Login {
  width: 120px;
  border: 1px solid gray;
  background-color: rgb(240,240,240);
  height: 17px;
  font-family: arial;
  font-size: 13px;
}

div#rightPane {
	display: none;
	position: fixed;
	top: 30px;
	bottom: 30px;
	right: 0;
	width: 370px;
	padding: 15px;
	border: 1px solid rgb(200,200,200);
	background-color: white;
}

/*************************************************
* Layout Manager
**************************************************/
div#LayoutManager {
	width: 100%;
	float: left;
}

div.Layout1 div#Cell1,
div.Layout2 div#Cell2 {
	width: 60%;
	float: left;
}

div.Layout1 div#Cell2,
div.Layout2 div#Cell1 {
	width: 39%;
	margin-left: 1%;
	float: left;
}

div.Layout3 div#Cell1,
div.Layout3 div#Cell3 {
	width: 49%;
	float: left;
}
div.Layout3 div#Cell3 { clear: left; }
div.Layout3 div#Cell2,
div.Layout3 div#Cell4 {
	width: 49%;
	float: right;
}

/**************************************************
* Folder View
***************************************************/
tr.newRow {
	background-color: rgb(230,250,230);
}

div.folderView h2 { line-height: 30px; }

div.folderView h2 a.browseParent {
	background: transparent url(/images/files/up_directory.png) left center no-repeat;
	float:left;
	height:30px;
	width:40px;
	text-decoration: none;
}

div.folderView h2 a.browseParent span { visibility: hidden; }

table.folderView {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgb(80,80,80);
}

table.folderView tr th {
	padding: 4px;
	text-align: left;
	background: white url(/images/admin_skin/th.gif);
	height: 30px;

}

img.smallListImage,
img.largeListImage {
	border: none;
}

table.folderView tr td {
	padding: 2px;
}

table.folderView tr.odd td {
	background-color: rgb(255,232,200);
}

table.folderView tr td.label {
	width: 200px;
}

div.fileItem {
	width: 5px; height: 85px;
	padding-left: 80px;
}
.folderView div.fileItem {
	height: auto;
	padding: 5px 5px 5px 80px;
	background: white url(/images/fileItem_background.gif) repeat-x;
	min-height: 90px;
	border: 1px solid rgb(150,150,150);
	margin-bottom: 5px;
}

div.fileItem span.expandFolder a {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 2px;
	color: black;
	background-color: white;
	border: 1px solid black;
}

.folderView div.fileItem div.infoPane {
	display: none;
	border: 1px solid rgb(175,175,175);
	float: left;
	padding: 5px;
	width: 98%;
}

div.fileItem div.infoPane div.row span.label {
	display: block;
	width: 39%;
	float: left;
	clear: left;
	font-weight: bold;
}

div.fileItem h3, h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
}

div.fileItem div.fileImage {
	position: absolute;
	width: 75px;
	height: 75px;
	margin: 10px 0 0 -70px;
}

div.fileItem div.fileImage span.extension {
	font-family: arial;
	font-size: 11px;
	color: white;
	display: block;
	padding-top: 27px;
	width: 46px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

div.fileItem div.folder {
	background: transparent url(/images/files/folder.png) no-repeat;
}

div.fileItem div.webpage {
	background: transparent url(/images/files/web.png) no-repeat;
}

div.fileItem div.folder span.extension,
div.fileItem div.webpage span.extension {
	visibility: hidden;
}

div.fileItem div.fileImage img { position: absolute; }


div.fileItem {
	position: relative;
	float: left;
	width: 80%;
}

div.fileItem div.resourceInfo {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

div.fileItem div.resourceAdministrator {
	width: 250px;
	float: left;
}

/**************************************************
* FILE VIEW
***************************************************/
div.file h4 {
	margin: 0;
	padding: 0 5px;
}

div.file div.fileItem {
	float: left;
	height: auto;
}

div.file a.downloadButton,
div.file a.reportIssueButton {
	width: 160px;
	background: rgb(235,255,235) url(/images/download_button.png) left center no-repeat;
	border: 1px solid silver;
	height: 45px;
	display: block;
	clear: both;
	padding: 0 0 0 50px;
	color: rgb(0,50,0);
	text-transform: uppercase;
	font-size: 16px;
	line-height: 55px;
	text-decoration: none;
	margin: 10px 0;
}

div.file a.reportIssueButton {
	background: rgb(255,255,220) url(/images/report_button.png) left center no-repeat;
}

div.searchPages {
	clear: both; text-align: center; padding:5px;
	height: 30px;
}

div.searchPages span {
	font-size: 15px;

}

div.searchPages span a {
	border: 1px solid gray;
	background-color: rgb(240,240,240);
}

/**************************************************
* IMAGE GALLERY
***************************************************/
a.ImageGalleryTop,
a.ImageGalleryNext,
a.ImageGalleryPrev {
	float: left;
	padding-right: 10px;
	text-align: center;
}

a.ImageGalleryTop {
	display: block;
	width: 100px;
	height:25px;
	padding-top: 60px;
}

div.ImageGalleryDisplayedImage {
	text-align: center;
	min-height: 250px;
}
