/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
  font-size: 10pt;
}

h1
{ font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  letter-spacing: .1em;
}

img{
	border: 0;
}

a{
	outline: none;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 20px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* widths */
#mainColumn, #links_container, #menu, #content, #footer
{ width: 100%; 
  margin-left: auto; 
  margin-right: auto;
}

/* links / footer */
#links_container
{ border-top: 1px solid; 
  border-bottom: 1px solid;
}

#links, #footer
{ height: 80px;  
  padding: 18px 0px 0px 0px;
  font-size: 88%;
  text-transform: uppercase;
}

#links
{ 
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#newone {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: right;
	right: 10px;
	margin: 0;
	padding: 0;	
}

div#links a#current {
	color: #555;
} 

#footer
{ text-align: center; 
  border-top: 4px solid;
}

#links a, #footer a, #links a:hover, #footer a:hover{
	text-decoration: none;
}

/* logo */
#logo
{ padding-left: 19px;
  float: left;
}

#logo h1
{ 
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 160%;
	letter-spacing: .2em;
	text-transform: uppercase;
}

#logo h2
{ font-family: arial, sans-serif;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 9pt;
  letter-spacing: .1em;
  color: #555;
  background-color: yellow;
}

/* messages */
div#messages div#pageSystemMessages p.warning {
	height: 22px; 
	border-bottom: 1px solid #555;
	background-color: yellow;
	padding: 0 0 0 5px;
}

/* messages */
div#messages div#pageSystemMessages p.info {
	height: 22px; 
	border-bottom: 1px solid #555;
	background-color: yellow;
	padding: 0 0 0 5px;
}

/* navigation menu */
#menuMain
{ height: 40px; 
  border-bottom: 1px solid;
}

#menuMain ul{margin: 0px auto;} 

#menuMain li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menuMain li a 
{ display: block; 
  float: left; 
  height: 27px;
  text-decoration: none; 
  padding: 11px 19px 2px 19px;
  text-transform: uppercase;
  font-size: 88%;
  border-right: 1px solid;
} 

/* main content */
#content
{ height: auto;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
  background: url(../systemImages/layouts/edit80/side.png) right repeat-y;
}

/* column 2 - contains sidebar */
#column2
{ float: right;
  width: 220px;
  padding: 4px 15px 15px 19px;
}

.sidebaritem
{ text-align: left;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sidebaritem h1
{ padding: 0px; 
  margin: 0px 0px 14px 0px; 
  font-weight: bold;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px 0px 0px 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a,.sbilinks li a:hover
{ float: left; 
  text-decoration: none; 
  width: 169px;
  border: 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}


/* column 1 - page content */
#column1
{ 
  padding: 0px 0px 15px 20px;
  margin: 0px 270px 0px 0px;
  min-width: 700px
}

#column1 h1
{ font-family: arial, sans-serif;
  margin: 0px 0px 12px 0px; 
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column1 a, #column1 a:link, #column1 a:visited
{ 
	padding: 0px 0px 2px 0px;
}

#column1 a:hover
{ 
	padding: 0px 0px 2px 0px;
}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}


.orange
{ background: #FFFFFF url(../systemImages/layouts/edit80/orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}



blockquote{border-color: #FF9C27;}

h1
{ background: transparent;
  color: #FF9C27;
}

#links_container
{ background: #FFB22B;
  color: #FFF;
  border-top-color: #E2E2E2;
  border-bottom-color: #6C6C6C;
}



#footer
{ background: #555;
  color: #FFF;
  border-color: #FF9C27;
}

#links a, #footer a:hover, #logo, #logo h1
{ background: transparent;
  color: #FFF;
}

#links a, #logo h2, #column1, .sidebaritem, #column1 a
{ background: transparent;
  color: #000;
}


#menuMain
{ background: #444 url(../systemImages/layouts/edit80/menu.png);
  color: #FFF;
  border-color: #000;
}

#menuMain li a
{ background: transparent;
  color: #FF9C27;
  border-color: #6C6C6C;
}

#menuMain li a:hover, #menu li#current a, #menu li#current a:hover, #footer a
{ 
  color: #E2E2E2;
} 

#column1 a
{ 
  color: orange;
}

#column1 a:hover
{ 
  color: #333;
}

.sbilinks li a, .sidebaritem a
{ 
	background: transparent url(../systemImages/layouts/edit80/arrow.png) no-repeat left top;
	background-position: 1px 3px;
  	color: #555;
} 

.sbilinks li a:hover, .sidebaritem a:hover, .sbilinks li#current a
{ 
	background: transparent url(../systemImages/layouts/edit80/orange_arrow.png) no-repeat left top;
	background-position: 1px 3px;
	color: #111;
} 


/* general form (manage items) */
form {
	margin: 0px;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #eee;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 10pt Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 10pt Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
button,input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px 5px;
	color: #FFF;
	background-color: #aaa;
	outline: none;
	cursor: pointer;
	cursor: hand;
}

form p {
	margin: 0;
	padding: 10px 0 15px 0;
}


.fieldLabel {
	color: #555;
}

.fieldDescription {
	font-size: 9pt;
	color: #777;
}

.fieldExample {
	font-size: 9pt;
	font-weight: bold;
	color: #999;
}

.fieldErrorMessage {
	color: red;
	font-size: 9pt;
}

form h1 {
	margin: 0;
	padding: 0;
}




/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #aaa;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #999;
	border-bottom: solid 2px #fff;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	vertical-align: top;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

.manageLinks a {
	background-color:#000;
}

/* markup for recent items */

.justAdded {
	color: red;
}
.recentlyAdded {
	color: red;
}




/* ajax search box */
#ajaxSearchBox {
	position: absolute;
	top: 40px;
	right: 10px;
	
}
#ajaxSearchLabel {
	font-size: 8pt;
	margin: 0;
	padding: 0;
	font-family: verdana,arial;
	font-weight: normal;
	color: #666;
}
#ajaxSearchInput {
	font-size: 8pt;
	padding: 1px 0 0 0;
	height: 17px;
	color: #333;
	width: 150px;
	position: absolute;
	right: 115px;
	top: 0px;
}
#ajaxSearchButton {
	color: #FFF;
	background-color: #aaa;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	margin: 0 0 0 3px;
	width: 110px;
	border: 0px;
	font-family: arial;
	position: absolute;
	right: 0px;
	top: 1px;
}
#ajaxSearchClear {
	font-size: 8pt;
	color: #777;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	display: none;
	text-align: right;
	position: absolute;
	top: 9px;
	right: 186px;
	width: 300px;
}
#ajaxSearchResults {
	background-color: #fff;
	padding: 10px;	
}

/* code box */
div.code {
	background-color: #eee;
	border: 1px dashed #555;
	padding: 5px;
	margin: 3px 0;
	font-family: verdana;
	font-size: 8pt;
	color: #000;
}


.bulletListImageWrapper {
	padding: 15px 0 0 0;
}










/**************** UPDATE FROM COMMENT CHANGE **********/

/* comment box comments */
div.commentBox {
	background-color: #FFFFC6;
	padding: 10px 10px 5px 10px;
	width: 430px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
div.commentBox span.commentAuthor {
	font-weight: bold;
	color: #000;
}
div.commentBox div.commentBody {
	font-weight: normal;
	list-style: none;
	font-size: 12pt;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	color: #000;
}
div.commentBox div.commentBodyLast {
	font-weight: normal;
	list-style: none;
	font-size: 12pt;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	color: #000;
}
div.commentBox ol {
	margin: 0 0 0 30px;
	padding: 0;	
}
div.commentBox ol li {
	margin: 0;
	padding: 0;	
}
div.commentBoxWrapper .code {
	margin: 3px 0;
	padding: 5px;
	background-color: #FFFFC6;
	border: 1px dashed #ccc;
}
span.commentBoxLink {
	background-color:yellow;	
	color: black;
	cursor: pointer;
	cursor: hand;
	font-size: 12pt;	
}
div.commentBoxWrapper {
	margin: 10px 0 0 0;	
}
span.commentAuthor {
	cursor: help;	
}

/* comment box help text area */
div.commentBoxHelp {
	margin: 10px 0;	
	color: #000;
}
div.commentBoxHelpTextRaw {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;	
	background-color: ivory;
	color: #222;
}
div.commentBoxHelpTextParsed {
	font-family: arial;
	font-size: 10pt;
	margin: 0 0 12px 0;	
	color: #222;
}
div.helpTextWrapper {
	margin: 8px 0 0 0;	
}
span.extraHelpTextLink {
	color: #666;
	cursor: pointer;
	cursor: hand;	
	font-size:10pt;
}
.commentRemove a {
	color: orange;	
}



/* comment box entry */
form.commentBoxEntryForm {
	width: 430px;
	background-color: #FFFFC6;
	padding: 5px 10px 10px 10px;
	margin: 0;
	border: 1px solid #eee;
}
form.commentBoxEntryForm label {
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}
form.commentBoxEntryForm label.authorName {
	margin-top: 5px;
}
form.commentBoxEntryForm input {
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	width: 192px;
	background-color: #FFFF91;
}
form.commentBoxEntryForm input.submitButton {
	width: 130px;
	cursor: pointer;
	cursor: hand;
	outline: none;
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 11pt;
}
form.commentBoxEntryForm textarea {
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	width: 428px;
	background-color: #FFFF91;
}
.commentAwaitingApproval {
	color: red;
}
.commentAwaitingApproval a {
	color: red;
}



/* table item approval*/
table.itemApproval {
	padding: 0;
	margin: 0 0 0 40px;
	
}
table.itemApproval th {
	text-align: center;
}
table.itemApproval tr {
}
table.itemApproval td {
	padding: 3px;
	vertical-align: top;
}
table.itemApproval td.wait {
	background-color: #eee;
	text-align: center;
	width: 70px;
}
table.itemApproval td.body {
	background-color: #eee;
	text-align: left;
}
table.itemApproval td.approve {
	background-color: #eee;
	text-align: center;
	width: 70px;
}
table.itemApproval td.remove {
	background-color: #eee;
	text-align: center;
	width: 70px;
}
table.itemApproval td span.commentAuthor{
	font-weight: bold;
}

/* form item approval */
form.itemApproval {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;	
}


.manageLinks a {
	color: #999;
}


.commentAwaitingApproval {
	color: red;
}
.commentAwaitingApproval a {
	color: red;
}

.pageEditorPanel {
	border: 1px dashed #aaa; 
	padding: 3px;
	background-color: #eee; 
	text-align: center; 
	margin-top: 20px;	
}

.pageTitle {
	font-size: 14pt; 
	color:orange; 
	margin-bottom: 10px;
}


#footer a {
	text-decoration:underline;
	color: orange;
}
#footer a:hover {
	text-decoration:underline;
	color: orange;
	background-color: #555;
}

div.tutorialHeading {
	font-size: 16pt;
	margin: 25px 0 0 0;
	color: #333;
		
}

a#titleLink {
	color: #fff;
	text-decoration: none;	
}


div.tweet {
	margin: 0 0 10px 0;
}
div.tweet span.text {
	font-weight: bold;
	background-color: #eee;
}
div.tweet a, div.tweet a:link, div.tweet a:hover, div.tweet a:active{
	color: navy;
	font-weight: normal;
}
