/* 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.
*/
#ManagementToolbar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}

#ManagementToolbar a.showToolbar {
	display: block;
	width: 164px;
	height: 41px;
	background: url(/images/admin_skin/site_tools.png) no-repeat;
	right: 0;
	color: white;
	position: absolute;
	z-index: 1000;
}

#ManagementToolbar div.toolbarContent {
	border: 2px solid rgb(255,102,0);
	background: white url(/images/fileItem_background.gif) repeat-x;
	height: 450px;
	padding: 10px;
	margin-right: 0px;
	width: 450px;
	position: relative;
	z-index: 999;
}

#ManagementToolbar div.toolbarContent h2 { clear: both; }

#ManagementToolbar div.toolbarContent a img {
	display: block; border: none;
	padding-left: 20px;
}

#ManagementToolbar div.toolbarContent a {
	display: block;
	float: left;
	width: 90px;
	height: 70px;
	text-align: center;
}



div#userPreview {
	border: 1px solid black;
	padding: 5px;
	width: 400px;
	height: auto;
	position: absolute;
	background-color: white;
	display: none
}

div.admin div.row {
	float: left;
	padding: 4px;
}
div.admin span.label {
	font-weight: bold;
	width: 100px;
	float: left;
	display: block;
}

div.admin span.value {
	display: block;
	width: 290px;
	float: left;
}

div#userPreview div.row ul,
div#userPreview div.row li {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.admin input.text {
	border: 1px solid rgb(100,100,100);
	padding: 2px;
	background-color: rgb(255,240,210);
}

.admin input.button {
	background: rgb(222,106,4) url(/images/admin_skin/button_background.gif) no-repeat;
	border: 1px solid black;
	color: white;
	margin: 10px 10px 10px 0;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
}

.admin input.button:hover {
	background: rgb(232,124,30) url(/images/admin_skin/button_background_over.gif) no-repeat;
}

div.fileItem div.resourceAdminToolbar {
	display: block;
	position: absolute;
	padding: 5px;
	width: 300px;
	border: 1px solid rgb(100,100,100);
	background-color: rgb(240,240,240);
	right: 5px;
	top: 5px;
}

div.fileItem div.resourceAdminToolbar a {
	float: left;
	display: block;
	margin-right: 10px;
}

span.user,
span.group {
	display: block;
	float: left;
	padding-left: 30px;
}
span.user {
	background: transparent url(/images/files/user_sm.png) no-repeat;
}

span.group {
	background: transparent url(/images/files/group_sm.png) no-repeat;
}

div#layoutOptions a.layout {
	float: left;
	margin-right: 10px;
	width: 67px;
	height: 47px;
	background: transparent url(/images/layouts/layout_options.png) no-repeat;
	overflow: hidden;
}

div#layoutOptions a.layout:hover { background-image: url(/images/layouts/layout_options_over.png); }

div#layoutOptions a#layout0 { background-position: 0px 0px; }
div#layoutOptions a#layout1 { background-position: 0px -49px; }
div#layoutOptions a#layout2 { background-position: 0px -98px; }
div#layoutOptions a#layout3 { background-position: 0px -147px; }
div#layoutOptions a#layout4 { background-position: 0px -196px; }


div#resourceOptions {
	margin: 15px;
	width: auto;
	float: left;
}

div.resourceOption {
	cursor: move;
	float: left;
	display: block;
	width: auto;
	padding: 2px 2px;
	border: 1px solid orange;
	margin: 0 3px 3px 0;
	font-weight: bold;
	width: 85px;
	height: 85px;
	background: rgb(245,245,240) url(/images/files/module.png) center 4px no-repeat;
}

div.resourceOption span {
	display: block;
	padding-top: 54px;
	text-align: center;
	font-size: 12px;
	font-family: arial;
}

div#module_3 {	background-image: url(/images/files/forum.png); }
div#module_4 {	background-image: url(/images/files/text.png); }
div#module_8 {	background-image: url(/images/files/gallery.png); }
div#module_16 {	background-image: url(/images/files/rss_reader.png); }
div#module_19 {	background-image: url(/images/files/calendar.png); }
div#module_22 {	background-image: url(/images/files/review_publications.png); }
div#module_29 {	background-image: url(/images/files/news.png); }
div#module_33 {	background-image: url(/images/files/menu.png); }
div#module_39 {	background-image: url(/images/files/list.png); }

div.layoutItem {
	margin: 5px;
	border: 1px solid rgb(240,240,240);
}

div.layoutItem span.resourceName { font-size: 16px; }

.filePlaceholder { color: rgb(120,120,120); }