
/*DT Centrepiece 4.1 - data\skins\Default\global.css - File Version 1.0*/
/*Official C4 skin by DT Services - "Oxidized Candy"*/
/*html*/
body {

	font-family: Arial;
	font-size: 12px;
background-color: #FF9900;
background-image: url("http://www.frozenink.dk/frozeninkpicture/bighandtransper.gif");
background-repeat: repeat;
background-attachment: fixed;
background-position: ;
scrollbar-face-color: #FF9900;
scrollbar-arrow-color:#D1D1D1;
scrollbar-track-color:#FF9900;
scrollbar-shadow-color:#FF99OO;
scrollbar-highlight-color:#FF9900;
scrollbar-3dlight-color:#D1D1D1;
scrollbar-darkshadow-Color:#FF9900;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #111111;
	font-size: 12px;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
}

img {
	border: none;
}

table {
	background-color: none;
	border: none;
}
/*html end*/
/*class*/

.table {
	border: none;
	padding: 5px;
}

.navBar {
	font-size: 16px;
	background-image: url('images/system/menu.png');
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
}
.navBar a {
	color: #ffffff;
}
.navBar a:hover {
	color: #cccccc;
}

.signIn {
	text-align: center;
}

.error {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: none;
	padding-bottom: 12px;
	background-color: #eeaaaa;
}

.sidebar {
	font-size: 12px;
	background-color: #FFFFFF;
	border: none;
	color: #333333;
	padding: 3px;
}
.sidebar h3 {
	font-size: 16px;
	text-align: center;
}
.sidebar a {
	color: #FF0000;
	text-decoration:none;
}
.sidebar a:hover {
	color: #999999;
}

.navLeft {
	float: left;
	padding-top: 7px;
}
.navRight {
	width: 140px;
	float: right;
	text-align: right;
	padding-top: 6px;
}

.adminBorder {
	width: 100%;
	background-color: #efc6b2;
	border-bottom: 1px solid #82712B;
}

.contentBorder {
	border: none;
}

.tagLine {
	font-style: italic;
	text-align: center;
	color: #601f00;
}
/*class end*/
/*id*/
#content {
	padding-left: 20px;
	float: left;
	width: 70%;
}
#content h4{
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 20%;
	padding-right: 20px;
	min-width: 160px;
	padding-bottom: 5px;
}

#pageCell {
	background-image: url('images/system/header.png');
	background-repeat: repeat-x;
	margin: 0% 0% 10% 10%;
	width: 80%;
	text-align: justify;
	background-color: #ffffff;
	padding: 0px;
	position: absolute;
	overflow: visible;
	min-width: 750px;
	min-height: 540px;
}

#siteTitle {
	text-align: center;
	font-weight:bolder;
	font-stretch:wider;
	font-size: 32px;
	padding-top: 2px;
	color: #000000;
}

#utility {
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#siteInfo {
	text-align: center;
	color: #bbbbbb;
}

#pageComments {
	width: 100%;
}
/*id end*/

/*menu*/

.anylinkcss{
	position: fixed;
	visibility: hidden;
	border: none;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #C0C0C0;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #82712B;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #333333;
	font-size: 12px;
}

.anylinkcss a:hover {
	background-color: #C0C0C0;
	color: #999999;
}

/*menu end*/

