/*************************
 * Basic Formatting
 *************************/
body {
	background-image: url("./../images/backgrounds/blueFade.png");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, san-serif;
	font-size: 8pt;
	color: #606060;
}
a {
	color: #0078e6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #404040;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0px 8px 0px;
	color: #404040;
	position: relative;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: #404040;
}
h4 {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
}
p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url("./../images/controls/greyDonut.alpha.png");
	padding-left: 20px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}
ul ul {
	padding-left: 15px;
	margin: 0px 0px 2px 0px;
}
li.selected {
	list-style-image: url("./../images/controls/greyCircle.alpha.png");
	font-weight: bold;
}
input, select, textarea {
	color: #404040;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	border: 1px solid #c0c0c0;
}
input, textarea {
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: transparent;
	background-image: url("./../images/backgrounds/grey224.alpha65.png");
}
select {
	background-color: #f0f0f0;
	padding: 2px;
}
textarea {
	display: block;
	overflow: auto;
	width: 583px;
}
label {
	font-weight: bold;
	display: block;
}
img {
	border: none;
}
table {
	font-size: 8pt;
	color: #606060;
	margin: 10px auto 20px auto;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;	
	clear: both;
}
tr {
	background-color: #f0f0f0;
}
tr.odd {
	background-color: #f8f8f8;
}
th {
	font-weight: bold;
	color: #404040;
	padding: 5px 8px 5px 8px;
	background-image: url("./../images/backgrounds/greyLineSolid.alpha.png");
	text-align: left;
}
td {
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
}
td img, th img {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -4px;
}
pre {
	margin: 2px 0px 4px 0px;
}


/********************
 * Controls
 ********************/
 
/* control Class */
div.control {
	margin: 0px 10px 5px 10px;
}
/* inline Extension Class (control) */
div.inline {
	float: left;
}

/* tabStrip Class */ 
.tabStrip {
	border-left: 1px solid #c0c0c0;
}
.tabStrip a {
	float: left;
	border: 1px #c0c0c0;
	border-style: solid solid solid none;
	background-color: #ffffff;
	padding: 6px 12px 7px 12px;
	background-color: #e8e8e8;
	color: #606060;
}
.tabStrip a:hover {
	color: #0078e6;
	background-color: #f0f0f0;
}
.tabStrip a.selected {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
}

/* pane Class */
.pane {
	border: 1px solid #c0c0c0;
	background-image: url("./../images/backgrounds/white.alpha65.png");
	padding: 15px 15px 10px 15px;
	margin: 20px 0px 0px 0px;
}
.pane h2 {
	margin-top : 0px;
}

img.frame {
	display: block;
	padding: 10px;
	margin: 0px auto;
}

/* buttonStrip Class */
.buttonStrip {
	padding: 20px 0px 6px 0px;
	float: right;
}

/* button Class */
.button {
	padding: 6px 12px 6px 28px;
	position: relative;
	border: 1px solid #c0c0c0;
	background-color: #e8e8e8;
	margin: 0px 0px 0px 5px;
}
.button:hover {
	background-color: #f0f0f0;
}
.button img {
	position: absolute;
	top: 5px;
	left: 6px;
}

/* Table classes, for fancy looking tables and suchlike */
.rowTitle {
	display: block;
	font-weight: bold;
}
.tableButton {
	display: block;
	float: left;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 10px;
}
.tableButton img {
	float: left;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	position: relative;
	left: -2px;
}

/* Error Classes */
.error {
	padding: 5px 5px 5px 25px;
	color: #400000;
	border: 1px solid #ff8080;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #ffc0c0;
	background-image: url('./../images/icons/cross16.alpha.png');
}
.error h3 {
	color: #400000;
	margin: 0px;
}
.error ul {
	margin: 10px 0px 0px 0px;
}
.error ul ul {
	margin: 5px 0px 0px 0px;
}
.exception {
	background-image: url('./../images/icons/exception16.alpha.png');
}
.exception .code {
	margin-top: 10px;
}

/* Text Classes */
.code
{
	font-family: Courier New, fixed;
}

/* Document Classes */
.document {
	margin: 20px 0px 20px 0px;
}
.document .documentTitle {
	position: relative;
	background-image: url("./../images/backgrounds/greyLineSolid.alpha.png");
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
}
.document .documentTitle img.icon {
	float: left;
	position: relative;
	bottom: 15px;
	left: 0px;
	margin: 0px 10px -10px 0px;
	width: 80px;
	height: 80px;
}
.document .documentTitle h2 {
	font-size: 10pt;
	margin: 0px 0px 2px 0px;
	padding: 0px 20px 0px 0px
}
.document .documentTitle h3 {
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	margin: 0px;
}
.document .documentTitle .buttonStrip {
	position: absolute;
	right: 7px;
	top: -6px;
}
.document h4 {
	font-weight: normal;
}
.document .documentContent {
	position: relative;
	clear: left;
	margin: 0px;
	padding: 5px 20px 5px 25px;
	background-image: url("./../images/backgrounds/white.alpha.png");
}

.bottomRung {
	display: none;
}


/********************
 * Page Layout
 ********************/
#login {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	background-image: url('./../images/backgrounds/white.alpha65.png');
}
#loginBox {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	margin: 250px auto;
	padding: 20px;
	width: 325px;
	background-image: url('./../images/backgrounds/signIn.alpha.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}
#loginBox .control {
	margin-left: 20px;
}

#centerColumn {
	margin: 0px auto;
	width: 900px;
	min-width: 900px;
}
#header {
	position: relative;
	height: 110px;
	background-image: url('./../images/title.alpha.png');
}
#header .tabStrip {
	position: absolute;
	right: 0px;
	bottom: -1px;
}
#header h1 {
	display: none;
}
#header h2 {
	position: absolute;
	bottom: 64px;
	left: 41px;
	font-family: Courier New, fixed;
	font-size: 8pt;
	color: #008000;
}
#currentUser {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}
#currentUser span {
	font-weight: bold;
	padding-right: 8px;
}
#currentUser span img {
	position: absolute;
	top: -1px;
	left: -20px;
}
#page {
	border: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ffffff;
	overflow: hidden;
}
#navigation {
	width: 245px;
	float: right;
	padding: 0px 20px 20px 20px;
}
#menu {
	background-image: url("./../images/backgrounds/menu.alpha.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#license {
	background-image: url("./../images/backgrounds/creativeCommons.alpha.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#license #licenseLink {
	display: block;
	font-weight: bold;
	margin: 15px 15px 5px 15px;
}
#download {
	background-image: url("./../images/backgrounds/downloads.alpha.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#download table {
	margin-bottom: 5px;
}
#download tr {
	background-color: transparent;
	background-image: url("./../images/backgrounds/white.alpha65.png");
}
#download tr.odd {
	background-image: url("./../images/backgrounds/white.alpha35.png");
}
#content {
	position: relative;
	width: 593px;
	float: right;
	padding: 20px 0px 20px 20px;
}
#contentControls {
	position: absolute;
	right: 8px;
	top: 23px;
}
#footer {
	position: relative;
	padding: 5px;
}
#footer #footerRight {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
}


/********************
 * Specific Layout
 ********************/
 
/* Index */
#pageEditor textarea {
	font-family: Courier New, fixed;
	height: 400px;
	overflow: auto;
	white-space: pre;
}
 
/* Graphics */
#thumbnails {
	margin: 10px 10px 0px 10px;
}
#thumbnails a {
	margin: 5px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	background-position: bottom right;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	display: block;
	width: 254px;
	height: 190px;
	float: left;
}
#thumbnails a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
}

/*  */
#romanNumerals {
	width: 430px;
	margin: 20px auto;
	background-image: url('./../images/backgrounds/numeralsSmall.alpha.png');
	background-position: bottom right;
	overflow: hidden;
}
#romanNumerals > div {
	float: left;
	height: 64px;
	min-width: 64px;
	padding: 10px;
}
#romanNumerals img {
	visibility: hidden;
	width: 64px;
	height: 64px;
}


/********************
 * Fields
 ********************/
 
/* Login */
input#loginUser {
	width: 275px;
}
input#loginPassword {
	width: 275px;
}

#article #articleText {
	height: 500px;
}


/********************
 * Columns
 ********************/

/* General */
.columnIcon16 {
	padding: 5px 5px 5px 4px;
	background-image: url("./../images/backgrounds/grey192.alpha35.png");
}
tr.odd .columnIcon16 {
	background-image: url("./../images/backgrounds/grey192.alpha65.png");
}
.columnIcon16 img {
	float: none;
	position: static;
}

 /* Albums */
.columnAlbum {
	width: 340px;
}
.columnPeriod {
	width: 180px;
}

/* Users */
.columnUser {
	width: 200px;
}
.columnUserControls {
	width: 125px;
}

/* Documenter */
.columnObjectName {
	vertical-align: top;
	width: 200px;
}
.columnComment {
	width: 400px;
}
.columnDefault {
	width: 100px;
}

/* Projects */
.columnProject {
	width: 300px;
}
.columnLongDate {
	width: 200px;
}

.columnDownloadFile {
	width: 135px;
}
.columnDownloadSize {
	width: 50px;
	text-align: right;
}

#threadList, #forumList {
	width: 100%;
}