﻿@import url("css-reset.css");

body
{
	font-family: Arial, Segoe UI, Tahoma, Georgia;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 30px 30px 30px;
	padding: 0;
	color: #0072bc;
	background-color: #8dc63f;
}

h1
{ 
	font-size: 1.5em; 
	color: #0072bc; 
	margin: 12px 0 10px 0; 
	padding: 0 0 0 0; 
	border-bottom: solid 1px #0072bc;
}

h2
{ 
	font-size: 1.5em; 
	font-weight: normal;
	color: #8fc645;
	margin: 20px 0 5px 0; 
	letter-spacing: 1px;
}

h3
{ 
	font-weight: bold;
	font-style: italic;
	color: Green;
	margin: 20px 0 5px 0; 
}

a { color: Red; font-weight: bold; text-decoration: none; }
a:hover { color: #0072bc; text-decoration: underline; }

p { margin: 0 0 15px 0; }
p.label { font-size: 0.8em; }

ul { list-style-type: disc; padding-left: 20px; margin: 5px 0; }

hr { color: #8fc645; background-color: #8fc645; margin: 10px 0 10px 0; border: solid 1px #8fc645; }

table { width: 100%; }
table td { padding: 10px; vertical-align: top; }
tr.header { font-weight: bold; background-color: rgb(240,240,240); }

table.list td { width: 50%; border-bottom: dotted 1px rgb(220,220,220); }
table.list2 { background-color: #f2f8e9; }
table.list2 td { padding: 4px; border-bottom: solid 1px white; width: 50%; }
table.list3 td { border-bottom: dotted 1px rgb(220,220,220); padding: 2px; }

div#page-container
{
	border: solid 1px white;
	margin: 0 auto; 
	width: 940px; 
	background-color: White;
	overflow: hidden;
}

div#header-container 
{
	/*border: solid 1px red;*/
	
	height: 150px;
}
div#header-container a.logo
{
    width: 375px;
    height: 145px;
    display: block;
    background: url("../img/web-logo.png") no-repeat top left;
}

div#header-container div.links { /*border: solid 1px blue;*/ float: right; }
div#header-container div.links a
{
	display: block;
	float: left;
	width: 100px;
	padding: 20px 0 0 10px;
	border-left: solid 1px #0072bc;
	text-decoration: none;
	color: #0072bc;
	font-weight: bold;
}
div#header-container div.links a:hover { /*background-color: #F1F8E8;*/ text-decoration: underline; }

div#header-container h1
{
	color: #dcdcdc;
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	border: none;
	margin: 15px 0 0 0;
}
div#header-container div.user-info
{
	color: #969696;
	float: right;
	margin: 30px 10px 0 0;
	text-align: right;
	width: 250px;
}

div#messagebar { border: solid 1px transparent; background-color: Transparent; height: 25px; margin: 4px 0 20px 0; }
div#warning-container
{
	border: solid 1px #ffc06f; 
	background-color: #ffffe1; 
	background-image: url(../img/exclamation.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 20px; 
	color: Maroon; 
	font-weight: bold;
}

div#msg-container
{
	border: solid 1px #6fff72; 
	background-color: #e1ffe9; 
	background-image: url(../img/accept.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px; 
	color: Maroon; 
	font-weight: bold;
}

div.header
{
	width: 960px;
	margin: 10px auto;
}

#ie6-warning
{
    border: solid 1px rgb(220,220,220);
    background-color: rgb(240,240,240);
    margin: 0 5px 5px 5px;
}

#ie6-warning div.close
{
    float: right;
    cursor: pointer;
    margin: 5px 4px 0 0;
    /*border: solid 1px green;*/
}

#ie6-warning p 
{ 
    font-size: 11px; 
    color: rgb(150,150,150);
    margin: 2px;
    text-align: center;   
}

div.nav-main { }

div.nav-main ul
{
	list-style-type: none; 
	padding: 0; 
	margin: 0 0 0 20px;
	overflow: hidden;
}

div.nav-main ul.libraryTree { margin: 0; }

div.nav-sub 
{ 
	/*border: solid 1px red;*/ 
	position: relative; 
	left: 158px; 
	top: 125px; 
	overflow: hidden; 
	width: 775px;
	background: url("../img/nav-sub-bg.png") repeat-x left bottom;
}

div.nav-sub ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-bottom: solid 1px #0072bc;
}

div.nav-main ul li
{
	border: solid 1px transparent;
	margin: 20px 0;
	text-align: left;
}
div.nav-main ul.libraryTree li
{
	/*border: solid 1px red;*/
	margin: 5px 0;
	text-align: left;
}

div.nav-main ul li.selected { border-bottom: solid 1px #0072bc; }
div.nav-main ul li a { color: #0072bc; font-weight: bold; text-decoration: none; }

div.nav-main ul li a:hover, div.nav-sub ul li a:hover { text-decoration: underline; }

div.nav-sub ul li 
{ 
	float: left; 
	border-left: solid 1px rgb(220,220,220); 
	border-top: solid 1px rgb(220,220,220); 
	border-right: solid 1px rgb(220,220,220);
	margin-right: 25px; 
	padding: 0 15px;
	background-color: rgb(245,245,245);
}
div.nav-sub ul li.selected { background-color: white; }
div.nav-sub ul li a 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #7faae3;
	font-size: 1.2em;
	padding: 0 10px;
}
div.nav-sub ul li.selected a { color: #8fc645; }



div.left-side { float: left; width: 150px; border-right: solid 1px #0072bc; }

div.right-side { float: right; width: 140px; padding: 0 0 0 10px; }

div.content 
{ 
	margin: 0 0 0 150px; 
	padding: 0 10px 10px 10px;
	overflow: hidden;
	/*border: solid 1px red;*/
}

div.element { margin: 5px 0; }

div.iso9001 { text-align: center; clear: left; margin-top: 100px; border: none; }

div.photo-gallery { border: solid 1px rgb(240,240,240); background-color: rgb(245,245,245); padding: 5px; text-align: center; }
div.photo-gallery a { margin: 0; padding: 0; }
div.photo-gallery img { border: none; margin: 2px 0 0 0; padding: 0; }


div#footer-container
{
	background-color: #e6e6e6;
	border: solid 1px transparent; 
	color: #969696;
	clear: left;
	padding: 0;
	text-align: center;
	margin: 10px 0;
}

div.footer { width: 960px; margin: 0 auto; padding: 5px; }

div#author { color: White; font-size: 0.8em; text-align: center; margin: 5px 0 0 0; }
div#author a { color: White; font-weight: bold; text-decoration: none; }
div#author a:hover { text-decoration: underline; }



/* LIBRARY */

div#edit-content { padding-bottom: 20px; }

div#edit-content div.item
{
	cursor: pointer;
	width: 190px;
	height: 275px;
	float: left;
	border: solid 1px rgb(220,220,220);
	margin: 0 3px 4px 0;
	overflow: hidden;
}
div#edit-content div.item:hover { border: solid 1px red; }
div#edit-content div.item div.title { background-color: rgb(240,240,240); font-weight: bold; padding: 4px; height: 25px; text-align: center; }
div#edit-content div.item div.imgContainer { /*height: 330px;*/ }
div#edit-content div.item div.imgContainer img { /*width: 325px; display: block; border: solid 1px red;*/ }
div#edit-content div.item img { width: 160px; margin: 10px 10px; border: none; }
div#edit-content div.item p { padding: 1px 4px; margin: 0; line-height: 1.3; font-size: 0.9em; }

div.item-details, div.item-details div { background-color: white; line-height: 1.5; overflow: hidden; }
div.item-details div.left { float: left; width: 330px; background-color: white; /*border: solid 1px green;*/ }
div.item-details div.left img { /*border: solid 1px green;*/ }
div.item-details div.right { margin: 0 0 0 340px; width: 330px; background-color: white; /*border: solid 1px red;*/ }
div.item-details div.title { background-color: rgb(240,240,240); font-weight: bold; padding: 5px; }
div.item-details div.left ul { list-style-type: disc; padding-left: 20px; }
div.item-details div.thumb-container { text-align: center; /*border: solid 1px green;*/ }
