
/* Norwich Textiles stylesheet ////////////////////////////////////////////// */
/* 2006 by www.studiobec.com & www.markuslerner.com                           */

/* Norwich Colours ////////////////////////////////////////////////////////// */

/* Norwich Red                                                                */
/* #DD0000                                                                    */
/* RGB: 221, 0, 0                                                             */
/* CMYK: 7, 100, 100, 0                                                       */
/* Pantone 74-1C                                                              */

/* Norwich Grey                                                               */
/* #777777                                                                    */
/* RGB: 119, 119, 119                                                         */
/* CMYK: 0, 0, 0, 65                                                          */
/* Pantone 326-3C                                                             */

/* Black & White                                                              */



html {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: white;
	color: #333333;

	background: url('../gfx/back.gif') center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	text-align: center;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #DD0000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a:hover {
	color: #FF0000;
}

a:link {
	color: #DD0000;
}

a:link:hover {
	color: #FF0000;
}

a:visited {
	color: #DD0000;
}

a:visited:hover {
	color: #FF0000;
}

img {
	border: none;
}

table {
	font-size: 11px;
}

table td {
	font-size: 11px;
	vertical-align: top;
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #555555;
	background: white;
	margin-top: 2px;
}

.input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #555555;
	background: white;
	margin-top: 2px;
}

h1 {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	font-size: 18px;
	font-weight: normal;
	
	color: black;	
}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;

	color: black;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-indent: 0px;
}

ul li {
	margin: 0;
	padding: 0;
	text-indent: 0px;
	list-style-type: disc; /* circle */
}



/* individual styles //////////////////////////////////////////////////////// */

.table_height_full {
	height: 100%;
}

#tooltipCommand {
	position: absolute;
	z-index: 10000;
	border: none;
	padding: 0px 3px 1px 3px;
	color: #EE8800;
	background-color: #fff2d0;
	visibility: hidden;
	border: 1px solid #EE8800;
	font-size: 10px;
	text-align: center;
}

#tooltipInfo {
	position: absolute;
	z-index: 10001;
	border: none;
	padding: 0px 3px 1px 3px;
	color: #555555;
	background-color: #dddddd;
	visibility: hidden;
	border: 1px solid #555555;
	font-size: 10px;
	text-align: left;
}

#tooltipInfo table {
	font-size: 10px;
}

#tooltipInfo table td {
	font-size: 10px;
	vertical-align: top;
}

#container {
	width: 980px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;

	text-align: left;

	background-color: white;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
}


/* top ////////////////////////////////////////////////////////////////////// */

#top {
	
}

#top #logo {
	float: left;
	width: 235px;
	height: 70px;
	padding-left: 3px;
}

#top #middle {
	float: left;
	width: 350px;
	height: 70px;
}

#top #middle #text {
	color: #555555;
	margin-top: 16px;
	margin-left: 12px;
}

#top #search {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	height: 45px;
}

#top #search .text {
	color: #555555;
	margin-top: 5px;
	margin-left: 12px;
}

#top #search .input {
	width: 200px;
	font-size: 11px;
	line-height: 14px;
}

#top #search #button {
	color: #555555;
	margin-top: 5px;
	margin-left: 12px;
	font-size: 11px;
	line-height: 14px;
}

#top #search #button a {
	color: #555555;
}

#top #search #button a:hover {
	color: #333333;
}

#top #search #button a:visited {
	color: #555555;
}

#top #search #button a:visited:hover {
	color: #333333;
}

#top #search #button_image_database {
	margin-top: 3px;
	font-size: 11px;
	line-height: 14px;
}

#top #search #button_image_database a {
	color: #777777;
}

#top #search #button_image_database a:hover {
	color: #555555;
}

#top #search #button_image_database a:visited {
	color: #777777;
}

#top #search #button_image_database a:visited:hover {
	color: #555555;
}



/* navi_info ///////////////////////////////////////////////////////////////// */

#navi_info {
	position: relative;
	z-index: 2000;
	background-color: #dddddd;
	border-top: 1px solid white;
	width: 978px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	top: 0px;
	left: 0px;
}

#navi_info .item {
	position: absolute;
	height: auto;
	padding: 0px;
	margin: 0px;
	color: #555555;
	text-transform: uppercase;
	border-left: 1px solid white;
}

#navi_info .first {
	border: 0;
}

#navi_info .text {
	padding: 5px 10px 5px 10px;
	display: block;
}

#navi_info .linkEXT {
	background-image: url('../gfx/icon_extlink_navi-info.gif');
	background-repeat:no-repeat;
	background-position: 10px 9px;
	padding-left: 20px;
}

#navi_info .left {
	width: 34px;
}

#navi_info .right {
	color: #555555;
	background-color: #dddddd;
	text-transform: uppercase;
	margin: 0px 0px 0px 5px;
	text-align: left;
	white-space: nowrap;
}

#navi_info .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 0px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#navi_info .dropdown {
	width: 161px;
	padding: 0px;
	margin-left: 0px;
	border-right: 1px solid white;
	visibility: hidden;
	display: none;
}

#navi_info .dropdown a {
	color: #555555;
}

#navi_info .dropdown_item {
	width: 161px;
	margin-left: 0px;
	color: #555555;
	background-color: #dddddd;
	border-bottom: 1px solid white;
	text-align: left;
	text-transform: none;
}

#navi_info .dropdown_item:hover a {
	color: white;
}

#navi_info .dropdown_item a {
	width: 161px;
	margin-left: 0px;
	color: #555555;
	background-color: #dddddd;
	text-align: left;
	text-transform: none;
}

#navi_info .dropdown_item a:hover {
	color: white;
	background-color: #DD0000;
}

#navi_info .dropdown_item:hover .linkEXT {
	background-image: url('../gfx/icon_extlink_navi-info_over.gif');
}

#navi_info .dropdown_item_first {
	width: 161px;
	height: 12px;
	margin-left: 0px;
	color: #555555;
	background-color: #dddddd;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

#navi_info .dropdown_item_last {
	height: 13px;
	margin-left: -1px;
	color: #555555;
	background-color: #dddddd;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

#navi_info .selected {
	color: white;
	background-color: #777777;
}

#navi_info .selected a {
	color: white;
	background-color: #777777;
}

#navi_info a {
	color: white;
}



/* navi_history //////////////////////////////////////////////////////////////// */

#navi_history {
	z-index: 1000;
	background-color: #eeeeee;
	width: 160px
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
}

#navi_history .item {
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
}

#navi_history .navi_sub_item {
	background-image: url('../gfx/navi/history/bullet.gif');
	background-repeat: no-repeat;
	background-position: 31px 12px;
}

#navi_history .navi_sub_item:hover {
	background-image: url('../gfx/navi/history/bullet_active.gif');
	background-repeat: no-repeat;
	background-position: 31px 12px;
}

#navi_history .navi_sub_item a {
	color: #555555;
}

#navi_history .navi_sub_item a:hover {
	color: #DD0000;
}

#navi_history .navi_sub_item .line_vertical {
	height: auto;
	width: 1px;
	background-image: url('../gfx/navi/history/line_vertical.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#navi_history .navi_sub_sub_item {
	background-image: url('../gfx/navi/history/bullet.gif');
	background-repeat: no-repeat;
	background-position: 42px 12px;
}

#navi_history .navi_sub_sub_item:hover {
	background-image: url('../gfx/navi/history/bullet_active.gif');
	background-repeat: no-repeat;
	background-position: 42px 12px;
}

#navi_history .navi_sub_item .text {
	padding: 6px 10px 0px 19px;
	line-height: 15px;
	display: block;
}

#navi_history .sel .text {
	padding: 6px 10px 0px 6px;
	line-height: 15px;
	display: block;
}

#navi_history .navi_sub_item:hover a {
	color: #DD0000;
}

#navi_history .navi_sub_sub_item a {
	color: #555555;
}

#navi_history .navi_sub_sub_item a:hover {
	color: #DD0000;
}

#navi_history .navi_sub_sub_item .line_vertical {
	height: auto;
	width: 1px;
	background-image: url('../gfx/navi/history/line_vertical.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#navi_history .navi_sub_sub_item .text {
	padding: 6px 10px 0px 19px;
	line-height: 15px;
	display: block;
}

#navi_history .navi_sub_sub_item:hover a {
	color: #DD0000;
}

#navi_history .text {
	padding: 5px 10px 5px 10px;
	display: block;
}

#navi_history .left {
	width: 34px;
}

#navi_history .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#navi_history .sel {
	background-image: url('../gfx/navi/history/bullet_selected.gif');
}

#navi_history .sel a {
	color: black;
}

#navi_history a:hover .sel {
	color: #DD0000;
}

#navi_history .bottomspace {
	height: 28px;
}



/* content ////////////////////////////////////////////////////////////////// */

#content {
	border-top: 1px solid white;
	margin-top: 1px;
	height: 100%;
}



/* page ///////////////////////////////////////////////////////////////////// */

#page {
	z-index: 0;
	margin-top: 15px;
	margin-left: 20px;
}

#page #headline {
	margin-top: -6px;
	height: 53px;
}

#page .paragraph {
	float: left;
	width: 780px;
	margin-bottom: 28px;
}

#page .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#page .delete {
	float: right;
	width: 16px;
	height: 16px;
	margin-right: -3px;
	margin-top: 5px;
	background-image: url('../gfx/cms/delete.gif');
	background-repeat: no-repeat;
}

#page .images {
	margin-bottom: 14px;
}

#page .image {
	float: left;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

#page .caption {
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 9px;
}

#page .gallery .image {
	float: left;
	margin: 0px;
	width: 780px;
	vertical-align: top;
}

#page .gallery .imagecontainer {
	float: left;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	vertical-align: top;
	width: 780px;
}

#page .gallery .imagetitle {
	margin-top: 10px;
	float: left;
	width: 140px;
}

#page .checked {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url('../gfx/cms/checked.gif');
	background-repeat: no-repeat;
}

#page .unchecked {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url('../gfx/cms/unchecked.gif');
	background-repeat: no-repeat;
}



/* search_results /////////////////////////////////////////////////////////// */

#search_results {
	margin-top: 15px;
	margin-left: 20px;
}

#search_results #headline {
	margin-top: -6px;
	height: 53px;
}

#search_results .paragraph {
	float: left;
	width: 780px;
	margin-bottom: 28px;
}

#search_results .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#search_results .delete {
	float: right;
	width: 16px;
	height: 16px;
	margin-right: -3px;
	margin-top: 5px;
	background-image: url('../gfx/cms/delete.gif');
	background-repeat: no-repeat;
}

#search_results .gallery {
	float: left;
	width: 800px;
	text-align: left;
}

#search_results .gallery .image {
	float: left;
	margin: 0px;
	vertical-align: top;
	width: 140px;
	height: 140px;
	text-align: center;
}

#search_results .gallery .imagecontainer {
	float: left;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	vertical-align: top;
	width: 140px;
}

#search_results .gallery .imagetitle {
	margin-top: 10px;
	float: left;
	width: 140px;
}

#search_results .pageitem {
	float: left;
}

#search_results .pageitem .url {
	float: left;
	color: #999999;
}



/* footer /////////////////////////////////////////////////////////////////// */

#footer {
	margin-top: 28px;
	margin-bottom: 28px;
	margin-left: 20px;
	color: #999999;
}

#footer .home {
	width: 940px;
	text-align: center;
}

#footer .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#footer a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#footer a:hover {
	color: #777777;
}

#footer a:link {
	color: #999999;
}

#footer a:link:hover {
	color: #777777;
}

#footer a:visited {
	color: #999999;
}

#footer a:visited:hover {
	color: #777777;
}

#footer .linkEXT a {
	white-space: nowrap;
	padding: 0px 0px 0px 11px;
	background-image: url('../gfx/icon_extlink_grey.gif');
	background-repeat:no-repeat;
	background-position: 1px 3px;
}

#footer .linkEXT a:hover {
	background-image: url('../gfx/icon_extlink_grey_over.gif');
}




/* home ///////////////////////////////////////////////////////////////////// */

#home {
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 0;
}

#home #welcome_paragraph {
	margin-bottom: 28px;
}

#home .button {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 430px;
}

#home .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}

#home .button_left {
	float: left;
	height: 16px;
	margin-top: 5px;
	margin-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
}



/* strip //////////////////////////////////////////////////////////////////// */

#strip .edit {
	float: right;
	width: 16px;
	height: 16px;
	margin: 10px 10px 0px 5px;
	background-image: url('../gfx/cms/edit.gif');
	background-repeat: no-repeat;
}



/* login //////////////////////////////////////////////////////////////////// */

#login {
	margin-left: 160px;
}

#login h1 {
	float: none;
	margin-top: 48px;
	margin-bottom: 28px;
}



/* common /////////////////////////////////////////////////////////////////// */

.error {
	color: #DD0000;
}

.success {
	color: #88cc00;
}

.hint {
	color: #555555;
}

.button {
	color: #555555;
	margin: 5px 0px 0px 10px;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	text-align: left;
}



/* link classes ///////////////////////////////////////////////////////////// */

.link_email a {
	white-space: nowrap;
	padding: 0px 0px 0px 14px;
	background-image: url('../gfx/icon_email.gif');
	background-repeat:no-repeat;
	background-position: 1px 4px;
}

.link_email a:hover {
	background-image: url('../gfx/icon_email_over.gif');
}

.linkEMAIL a {
	white-space: nowrap;
	padding: 0px 0px 0px 14px;
	background-image: url('../gfx/icon_email.gif');
	background-repeat:no-repeat;
	background-position: 1px 4px;
}

.linkEMAIL a:hover {
	background-image: url('../gfx/icon_email_over.gif');
}

.linkEXT a {
	white-space: nowrap;
	padding: 0px 0px 0px 11px;
	background-image: url('../gfx/icon_extlink.gif');
	background-repeat:no-repeat;
	background-position: 1px 3px;
}

.linkEXT a:hover {
	background-image: url('../gfx/icon_extlink_over.gif');
}

.linkPDF a {
	white-space: nowrap;
	padding: 0px 0px 0px 22px;
	background-image:url('../gfx/icon_pdf.gif');
	background-repeat:no-repeat;
	background-position: 1px 2px;
}

.linkPDF a:hover {
	background-image:url('../gfx/icon_pdf_over.gif');
}

.linkJPG a {
	white-space: nowrap;
	padding: 0px 0px 0px 22px;
	background-image:url('../gfx/icon_jpg.gif');
	background-repeat:no-repeat;
	background-position: 1px 2px;
}

.linkJPG a:hover {
	background-image:url('../gfx/icon_jpg_over.gif');
}

