/*DT Centrepiece 4.1 - data\skins\Default\global.css - File Version 1.0*/
/*Official C4 skin by DT Services - "Default"*/
/*html*/
body {
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
}

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: #660000;
}

a:hover {
	color: #666666;
}

img {
  border: none;
}

table {
	border: 1px solid #990000;
}
/*html end*/
/*class*/

.table {
	border: 1px solid #990000;
	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: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
}
.navBar a {
	color: #cccccc;
}
.navBar a:hover {
	color: #ffffff;
}
.navBar input {
	background-color: #770000;
	border: #000000;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.navBar input:hover {
	background-color: #bb0000;
}

.signIn {
	text-align: center;
}

.error {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #990000;
	padding-bottom: 12px;
	background-color: #eeaaaa;
}

.sidebar {
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	background-image: url('images/system/sidebar_grad.png');
	background-position: top;
	background-repeat: no-repeat;
}
.sidebar h3 {
	font-size: 18px;
	text-align: center;
}
.sidebar p {
	color: #ffffff;
}
.sidebar a {
	color: #ffffff;
}
.sidebar a:hover {
	color: #cccccc;
}

.navLeft {
	float: left;
	padding-top: 11px;
}
.navRight {
	width: 140px;
	float: right;
	text-align: right;
	padding-top: 11px;
}

.adminBorder {
	width: 100%;
	border: 1px solid #990000;
}

.contentBorder {
	border: 1px dashed #990000;
}

.tagLine {
	font-style: italic;
	text-align: center;
	color: #666666;
}
/*class end*/
/*id*/
#content {
	padding-left: 20px;
	float: left;
	width: 70%;
}
#content h4{
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 180px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#pageCell {
	margin: 0% 5% 0% 5%;
	width: 90%;
	text-align: justify;
	background-color: #ffffff;
	padding: 0px;
	position: absolute;
	overflow: visible;
	min-width: 750px;
	background-image: url('images/system/header.png');
	background-repeat: repeat-x;
}

#siteTitle {
	text-align: center;
	font-size: 24px;
	padding-top: 2px;
	color: #111111;
}

#utility {
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
	color: #666666;
}

#utility a {
	color: #999999;
}
#utility a:hover {
	color: #ffffff;
	text-decoration: none;
}

#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: 1px solid #990000;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #cccccc;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #990000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
	font-size: 12px;
}

.anylinkcss a:hover {
	background-color: #999999;
	color: #000000;
}

/*menu end*/