/** Generic Styling **/

/** YUI Reset Stylesheet **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/** YUI Base Stylesheet **/
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/** Grid Layout **/

/** End of Generic Styling **/

/** Template-Specific Styling **/

/** Page Visual Settings **/
html { min-height: 100%; margin-bottom: 1px; }
html, body { background-color: #B0F0F2; line-height: 1.5em; }
#document-root {
	background: #B0F0F2 url('/media/tlm-bg-2.jpg') no-repeat top center;
	
	width: 100%;
	height: 100%;
position: relative;
}
body { font-family: arial, helvetica, sans-serif; font-size: 80%; min-width: 960px; }
#content-body .left { width: 260px; float: left; }
#content-body .content {
	width: 680px;
	float: right;
	margin: 0 0 20px 20px;
	padding-bottom: 25px;
	background: transparent url('/media/content_bg_bot.png') no-repeat bottom right;
	position: relative;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-moz-border-radius: 18px 0 18px 0;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
}
#content-body .content-inner {
	background-color: #fff;
	min-height: 441px;
	float: left;
	width: 100%;
	/*overflow: hidden;*/
	border-radius-topleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	margin-left: 0;
	margin-right: 0;
}
#content-body .content-inner p { margin: auto 0; text-align: justify; }
#content-body .content-inner li { padding-bottom: 1em; }
#content-body .content-title {
	background: transparent url('/media/content_bg_top.png') no-repeat top left;
	float: left;
	clear: right;
	width: 100%;
}
#content-body .content-title span { text-transform: lowercase; }
#content-body .content-title span {
	background: transparent none no-repeat left center;
	padding: 10px 0 10px 0px;
	display: block;
}
#content-body .content-title h2 {
	float:left; 
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	width: 660px;
	box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}
.o2 #content-body .content-title h2 { text-shadow-color: #066; }
#content-body .content-title h2,
.widget-container .widget-title
{
	text-shadow: #666 1px 1px 2px;
}
.vertical-accordion a.l1:hover {
	text-shadow-color: #660;	
}
#content-body .content-title h2 span:last-child { text-transform: uppercase; }
#content-foot, #document-foot, #content-head { float: left; width: 100%; }
#content-body .content-main { margin: 20px; overflow: hidden; float: left; width: 640px; }

/** Page Layout **/
#document-body {
	width: 960px;
	position: relative;
	/*left: 50%;*/
	/*margin-left: -480px;*/
	/*float: left;*/
	padding-top: 0px;
	margin: 0 auto;
	float: none;
}
#document-body hr { display: none; }
#document-body .hr {
	display: block;
	width: 100%;
	border: none;
	height: 5px;
	background: #fff url('/media/section_rules.png') no-repeat top left;
	float: left;
	margin: 0;
	padding: 0;
}
body #document-body .hr,
body.o1 #document-body .hr { background-position: 0 -10px; }
body.o2 #document-body .hr { background-position: 0 -5px; }
body.o3 #document-body .hr { background-position: 0 0px; }
body.o4 #document-body .hr { background-position: 0 -25px; }
body.o5 #document-body .hr { background-position: 0 -20px; }
body.o6 #document-body .hr { background-position: 0 -15px; }
body.o7 #document-body .hr { background-position: 0 -30px; }

#content-head {
	height: 110px;
	margin: 20px 0 20px 0;
	color: #fff;
}
/*
body #content-head,
body.o1 #content-head { background-position: 0 0; }
body.o2 #content-head { background-position: 0 -110px; }
body.o3 #content-head { background-position: 0 -220px; }
body.o4 #content-head { background-position: 0 -330px; }
body.o5 #content-head { background-position: 0 -440px; }
body.o6 #content-head { background-position: 0 -550px; }
body.o7 #content-head { background-position: 0 -660px; }
*/
body #content-head { background: transparent none; }

#content-head a:link, #content-head a:visited { color: #fff; text-decoration: none; }
#content-head a:hover { text-decoration: none; color: #ccc; }
#content-foot,
#document-foot {
	margin: 0;
	text-align: center;
	color: #333;
}
#content-head h1 { margin: 0; padding: 0; position: relative; overflow: hidden; }
#content-head h1 span { position: absolute; left: 0; top: 100%; }

#content-head .left,
#content-head .right { width: 49%; height: 110px; overflow: hidden; }
#content-head .left { float: left; }
#content-head .right { float: right; }
#content-head .right span { color: #fff; padding: 2px; margin: 0 10px; }

#content-head .right ul {margin: 13pt 0 11pt 0; padding: 0;}
#content-head .right li { 
	height: 36px;
	width: 100%;
	line-height: 36px;
	float: right;
	text-align:right;
	list-style-type: none;
	font-size: 24pt;
	font-weight: normal;
}

#content-body {
	float: right;
}
#content-foot { margin-bottom: 5em; }
/** Accordion Menu **/
/*.vertical-accordion li a:before { content: '// '; }*/
.vertical-accordion li li a {
	background:transparent url('/media/child-bullet.png') no-repeat left center;
	padding-left:15px;
}
.vertical-accordion li.l2 li a {background-image: none; padding-left: 20px;}
/*.vertical-accordion > li > a:after { content: '...'; }*/
.vertical-accordion li a { text-transform: lowercase; }
.vertical-accordion li.p li a { text-transform: uppercase; font-size: 0.6em; }
.vertical-accordion { 
	margin: 0;
	box-shadow: 2px 2px 5px #ccc;
	border-radius-bottomleft: 15px;
	border-radius-topright: 15px;
	box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.vertical-accordion ul { padding: 0; }
.vertical-accordion li { list-style-type: none; overflow: hidden; }
.vertical-accordion .p ul { display: none; background-color: #fff; margin: 10px 0 0 0; padding: 10px 0 10px 10px; }
.vertical-accordion .p.a ul { display: block; }
.vertical-accordion li a { margin-left: 10px; }
.vertical-accordion li a.l1 { display: block; width:240px; height:25px; overflow: hidden; }

.vertical-accordion li.l1 { display: block; padding: 10px 0; font-size: 1.4em; }
/*.vertical-accordion li.l1.p.a { padding-bottom: 0; }*/
.vertical-accordion li.l2 ul { margin: 0 auto; padding: 5px 0 5px 10px; }

/** Accordion Menu - Colours **/
.vertical-accordion li a:link,
.vertical-accordion li a:visited { color: #fff; text-decoration: none; }
.vertical-accordion li.p li.a a:link,
.vertical-accordion li.p li.a a:visited { font-weight: bold; color: #333; }
.vertical-accordion li.p li a:link,
.vertical-accordion li.p li a:visited { color: #666; }
/*#content-body .vertical-accordion li.l1.p a.l1  { background: transparent url('/images/parent-l1.png') no-repeat right center; }*/
#content-body .vertical-accordion li.l1 a.l1:hover { color: #f7ee25; }

/** Accordion Menu - Section Colours **/
.vertical-accordion li.o1 { background: transparent url('/media/corner_img.png') no-repeat top right; }
.vertical-accordion li.o2 { background-color: #6cc; }
.vertical-accordion li.o3 { background-color: #693; }
.vertical-accordion li.o4 { background-color: #fc3; }
.vertical-accordion li.o5 { background-color: #f62; }
.vertical-accordion li.o6 { background-color: #902061; }
.vertical-accordion li.o7 { background: transparent url('/media/corner_img.png') no-repeat bottom left; }

#content-body .vertical-accordion li a:hover,
.horizontal-list a:link,
.horizontal-list a:visited { color: #09c; font-weight: bold; }
#content-body .vertical-accordion .o2 li a:hover,
.horizontal-list .o2 a:link,
.horizontal-list .o2 a:visited { color: #6cc; }
#content-body .vertical-accordion .o3 li a:hover,
.horizontal-list .o3 a:link,
.horizontal-list .o3 a:visited { color: #693; }
#content-body .vertical-accordion .o4 li a:hover,
.horizontal-list .o4 a:link,
.horizontal-list .o4 a:visited { color: #fc3; }
#content-body .vertical-accordion .o5 li a:hover,
.horizontal-list .o5 a:link,
.horizontal-list .o5 a:visited { color: #f62; }
#content-body .vertical-accordion .o6 li a:hover,
.horizontal-list .o6 a:link,
.horizontal-list .o6 a:visited { color: #902061; }
#content-body .vertical-accordion .o7 li a:hover,
.horizontal-list .o7 a:link,
.horizontal-list .o7 a:visited { color: #7f1e12; }

.horizontal-list a:hover { color: #fff; }

/** Horizontal List Menu **/
.horizontal-list { margin: 0 9px; padding: 0; float: right; clear: right; }
.horizontal-list li { list-style-type: none; display: inline; }
.horizontal-list li:after { content: ' // '; }
.horizontal-list li:last-child:after,
.horizontal-list.showcase li:after { content: ''; }
.horizontal-list.blog-control { margin-top: -20px; line-height: 20px; padding: 5px 0; }

.horizontal-list a:link,
.horizontal-list a:visited { text-decoration:none; font-weight: bold; text-transform: lowercase; }

.horizontal-list .alignleft { width: 49.9%; float: left; tetx-align :left; }
.horizontal-list .alignright {width: 49.9%; float: right; text-align: right; }

ul.horizontal-list.showcase li {display: block; float: left;}
ul.horizontal-list.showcase li { width: 200px; margin-right: 20px; }
ul.horizontal-list.showcase li.last { margin-right: 0; }
ul.horizontal-list.showcase span.project-type { display: block; background-color: #902061; color: #fff; padding: 5px 0; text-align: center; }

/** Page Colours, based on top-level menu selection number **/

#content-body    .content-title { /*border-bottom: solid 5px #693;*/ background: #09c url(); color: #fff; }
#content-body.o2 .content-title { /*border-bottom: solid 5px #6cc;*/ background: #6cc url(); }
#content-body.o3 .content-title { /*border-bottom: solid 5px #09c;*/ background:#693 url(); }
#content-body.o4 .content-title { /*border-bottom: solid 5px #902061;*/ background:#fc3 url(); }
#content-body.o5 .content-title { /*border-bottom: solid 5px #f62;*/ background:#f62 url(); }
#content-body.o6 .content-title { /*border-bottom: solid 5px #fc3;*/ background:#902061 url(); }
#content-body.o7 .content-title { /*border-bottom: solid 5px #7f1e12;*/ background:#7f1e12 url(); }
/*
#content-body.o1 .content-title span { background-image: url('/media/crumb-o3.png'); }
#content-body.o2 .content-title span { background-image: url('/media/crumb-o2.png'); }
#content-body.o3 .content-title span { background-image: url('/media/crumb-o1.png'); }
#content-body.o4 .content-title span { background-image: url('/media/crumb-o4.png'); }
#content-body.o5 .content-title span { background-image: url('/media/crumb-o5.png'); }
#content-body.o6 .content-title span { background-image: url('/media/crumb-o6.png'); }
#content-body.o7 .content-title span { background-image: url('/media/crumb-o7.png'); }
*/
#content-body.o1 .content-title a:link,
#content-body.o1 .content-title a:visited,
#content-body.o1 a:hover { color:#09c; }
#content-body.o2 .content-title a:link,
#content-body.o2 .content-title a:visited,
#content-body.o2 a:hover { color:#6cc; }
#content-body.o3 .content-title a:link,
#content-body.o3 .content-title a:visited,
#content-body.o3 a:hover { color:#693; }
#content-body.o4 .content-title a:link,
#content-body.o4 .content-title a:visited,
#content-body.o4 a:hover { color:#fc3; }
#content-body.o5 .content-title a:link,
#content-body.o5 .content-title a:visited,
#content-body.o5 a:hover { color:#f62; }
#content-body.o6 .content-title a:link,
#content-body.o6 .content-title a:visited,
#content-body.o6 a:hover { color:#902061; }
#content-body.o7 .content-title a:link,
#content-body.o7 .content-title a:visited,
#content-body.o7 a:hover { color:#7f1e12; }

/** Element-based Styling **/
body { color: #333; }
#content-body h2 {  }
#content-body h3 { font-size: 110%; font-weight: bold; }
#content-body h4 { font-size: 100%; font-weight: bold; }
#content-body h5 { font-size: 100%; font-weight: normal; }
#document-body #content-body p  { margin-bottom: 1em; }
#content-body .content a:hover { color: #f33; }

body    #content-body .content a:link,
body    #content-body .content a:visited { color:#09c; }
body.o2 #content-body .content a:link,
body.o2 #content-body .content a:visited { color:#6cc; }
body.o3 #content-body .content a:link,
body.o3 #content-body .content a:visited { color:#693; }
body.o4 #content-body .content a:link,
body.o4 #content-body .content a:visited { color:#fc3; }
body.o5 #content-body .content a:link,
body.o5 #content-body .content a:visited { color:#f62; }
body.o6 #content-body .content a:link,
body.o6 #content-body .content a:visited { color:#902061; }
body.o7 #content-body .content a:link,
body.o7 #content-body .content a:visited { color:#7f1e12; }

body 	#content-body #featured-projects-page .info a:link,
body 	#content-body #featured-projects-page .info a:visited,
body 	#featured-projects .info a:link,
body 	#featured-projects .info a:visited,
body    #content-body .content .content-title a:link,
body    #content-body .content .content-title a:visited { color: #fff; }

body #content-body .content a:hover { background-color: #09c; color: #fff; }
body.o2 #content-body .content a:hover { background-color: #6cc; color: #fff; }
body.o3 #content-body .content a:hover { background-color: #693; color: #fff; }
body.o4 #content-body .content a:hover { background-color: #fc3; color: #fff; }
body.o5 #content-body .content a:hover,
body.o5 #content-body span.blogTitle a:link,
body.o5 #content-body span.blogTitle a:visited { background-color: #f62; color: #fff; }
body.o5 #content-body span.blogTitle a:link,
body.o5 #content-body span.blogTitle a:visited { text-decoration: none; }
body.o5 #content-body span.blogTitle a:hover { text-decoration: underline; }
body.o6 #content-body .content a:hover { background-color: #902061; color: #fff; }
body.o7 #content-body .content a:hover { background-color: #7f1e12; color: #fff; }

#content-body a.showmore:link,
#content-body a.showmore:visited {  }
#content-body a.showmore:hover {  }
#content-foot, #document-foot { font-size: 80%; }
form td { border: none; }

#document-foot form.formy {
position:relative;
top:10px;
color: #fff;
}
form.formy li {
display:block;
float:left;
width:100%;
padding: 2em 0 5px 0;
position: relative;
}
form.formy li.heading {
color:#111111;
font-size:1.25em;
font-weight:bold;
margin:10px 0;
}
form.formy label {
display:block;
float:left;
height:1em;
width:140px;
}
form.formy label.recaptcha_input_area_text { float: none; }
form.formy label:last-child {}
form.formy fieldset {
float:left;
width:auto;
border: none;
width: 45.999%;
margin: 1%;
}
form.formy textarea {
	height: 18em;
	width: 100%;
}
form.formy ul {
display:block;
float:left;
width:100%;
margin: 0;
}
form.formy legend span { font-size: 2.0em; }
form.formy label { font-size: 1.2em; }
.hidden { position: absolute; display: none; }
form.formy input,
form.formy select,
form.formy textarea { 
	float: left;
	clear: right;
	border-width: 2px;
}
form.formy select,
form.formy input.text { width: 149px; }
form.formy label.invalid { color: #f00; float: left !important; clear: both; font-size: 1em; width: auto; position: absolute; top: 0; left: 140px; }
form.formy input.invalid,
form.formy select.invalid,
form.formy textarea.invalid { border-bottom-color: #c00; border-right-color: #f33; border-top-color: #f66; border-left-color: #900; }

#project ul li { list-style-type: none; }

#project-media { text-align: center; padding: 0 0 20px 0;}

body .ui-widget-header,
body.o2 .ui-widget-header,
body.o3 .ui-widget-header,
body.o4 .ui-widget-header,
body.o5 .ui-widget-header,
body.o6 .ui-widget-header,
body.o7 .ui-widget-header { background-image: none; background-color: #fff; border: none; }

.widget-box {
	margin-bottom: 20px;
}
.widget-box .widget-content {
	padding: 10px;
	background-color: #fff;
	/*border-bottom: solid 15px #09c;*/
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-radius-bottomleft: 15px;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
}
.widget-box.twitter ul {
	margin: 0;	
}
.widget-box.twitter li {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 1.5em 5px;
	border-bottom: dotted 1px #ccc;
	position: relative;
	overflow: hidden;
}
.widget-box.twitter li p {
	position: relative;
	z-index:5;
}
.widget-box .widget-title {
	background-color:#09c;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	text-indent: 10px;
	line-height: 40px;
	overflow: hidden;
	text-transform: lowercase;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-radius-topright: 15px;
}

body    #content-body .content .widget-title a:link,
body    #content-body .content .widget-title a:visited {
	color: #eee;
}

.widget-box .widget-title a:link,
.widget-box .widget-title a:visited {
	color: #eee;
}

#content-body .widget-box .widget-title a:hover {
	color: #9FF;
}
.widget-box.twitter .tweet-date {
	font-style: italic;
	font-weight: bold;
	color: #9ff;
	display: block;
	text-align: right;
	font-size: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}
.widget-box.feed-box .widget-content {
	float: left;
	border: solid 1px #d6d6d6;
}
.widget-box.feed-box .entry {
	margin: 1%;
	width: 47.999%;	
	min-height: 235px;
	float: left;
}
.default .widget-content { border: solid 1px #d6d6d6; }

/** End if Template-Specific Styling **/

#content-body .ui-widget-content { border: none; }

#projectList .projectEntry h3 { margin: 0; padding: 5px 0; }

#projectList .projectEntry { float: left; width: 300px; height: 150px; overflow: hidden; background-color: #eee; margin: 10px; }

#projectList .projectEntry .pad {padding: 10px; position: relative; }

#projectList .projectEntry img { float: right; margin: 5px; }

#load-indicator,
.load-indicator {	
	position: absolute;
	top:0;
	right:0;
	padding: 10px;
	background-color: transparent;
	width: 20px;
	height: 20px;
	opacity: 0;
}

#document-head,
#document-root,
#document-foot {
	float: left;
	clear: both;
	height: auto;
}
#document-head {
	height: 2em;
}
#document-head .admin-menu {
	margin: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ddd;
	background: #eee url('/images/admin-logo.png') no-repeat 5px 0px;
	height: 2em;
	display:block;
	float: left;
	width: 100%;
	z-index: 104;
	position: fixed;
	top: 0;
}
#admin-menu { width: 960px; margin: 0 auto; float: none;} 
.admin-menu ul {
	text-align: center;
	height: auto;
	display:block;
	width: 100%;
	height: 2em;
	float: left;
	margin: 0;
}
#admin-menu li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 0px;
	position: relative;
	height: 100%;
}
#admin-menu li.l1 {
	top: -2px;
	}
#admin-menu a.l1:link,
#admin-menu a.l1:visited {
	border-top: 	solid 1px #eee;
	border-bottom: 	solid 1px #888;
	border-left: 	solid 1px #ccc;
	border-right: 	solid 1px #999;
}
#admin-menu li.l1:hover {
	padding-bottom: 1px; 
}
#admin-menu li.l1 a:link,
#admin-menu li.l1 a:visited{ 
	background-color:#ccc;
	padding: 0 5px 0 26px;
	text-decoration:none;
	height: 100%;
	display: block;
	line-height: 2em;
	color: #000;
	
}
#admin-menu li.l1 a:hover{
	background-color:#fff;
	height: 100%;
}
#admin-menu li ul {
	position: absolute;
	visibility: hidden;
	top: 0.99em;
	left: 0;
	text-align: left;
	display: block;
	width: 200px;
	top: 2.2em;
	left: 0;
	margin-top: -1px;
	border-top: 	solid 1px #eee;
	border-bottom: 	solid 1px #888;
	border-left: 	solid 1px #ccc;
	border-right: 	solid 1px #999;
	height: auto;
	-moz-border-radius: 0 0 5px 5px;
}
#admin-menu li:hover ul {
	visibility: visible;
}
#admin-menu li li {
	width: 100%;
	padding: 0;
	display: block;
	padding: 0;
	float: none;
	background-color: #ccc;
	padding: 3px 0;
}
.admin-menu #admin-menu li.l1 li a {
	width: 100%;
	display: block;
	padding: 0;
	text-indent: 5px;
	float: none;
	-moz-border-radius: 5px;
}
#admin-menu ul ul { margin-left: 200px; }

#admin-menu li.l1 a { background-position: 1px 1px; background-repeat: no-repeat; }

#admin-menu li.l1 a.page {
	background-image: url('/images/icons/crystal/24x24/apps/kedit.png');
}
#admin-menu li.l1 a.media {
	background-image: url('/images/icons/crystal/24x24/apps/file-manager.png');
}
#admin-menu li.l1 a.widget {
	background-image: url('/images/icons/crystal/24x24/apps/fifteenpieces.png');
}
#admin-menu li.l1 a.settings {
	background-image: url('/images/icons/crystal/24x24/apps/kded.png');
}
#admin-menu li.l1 a.project {
	background-image: url('/images/icons/crystal/24x24/apps/kdf.png');
}
#admin-menu li.l1 a.logout {
	background-image: url('/images/icons/crystal/24x24/apps/exit.png');
}
#document-root .widget-anchor { position: relative; overflow: visible; min-height: 25px; }
#document-root .widget-container.bounding-box { position: absolute; left: -5px; top: -5px; border: dashed 5px #fff; width: 100%; }

.widget-container.placeholder { border: solid 1px #f00; background-color: #fcc; min-width: 100%; min-height: 100px; }
#document-root .content .widget-anchor { margin: 20px; }
#document-root .content .widget-container.bounding-box { border-color: #ccc; width: 100%; height: 100%; }
#document-root .content .widget-container .widget-box { float: left; }
/*
.project-box { width: 100%; }
.project-box ul { margin: 0; padding: 0; text-align: center; }
.project-box li { list-style-type: none; display: inline; padding: 10px; margin: 0; }
*/
table .lpart, table .lpage, table .lbullet { border: none; padding: 0; margin: 0; line-height: 1.5em; }
div.lhead, .lpart table { display: inline; margin-bottom: 0;  line-height: 1em; height: 1em; text-indent: 2em;}
.lpart table, .lpart .lpage a { padding-top: 5px; margin-top: -5px; }

#content-body #project-tabs li { padding-bottom: 0; }

.project-box {
	min-height: 247px;
	width: 100%;
}
#featured-projects.enabled{ 
	width:390px; 
	padding-right:250px; 
	position:relative; 
	border: none; 
	height:200px;
	background:#fff;
}

.tab-content h3 { visibility: hidden; position: absolute; }

.content-foot { float: left; width: 100%; min-height: 5em; }

#document-foot { position: fixed; bottom: 0; background: transparent url(/images/transparent-bg.png); z-index: 6; float: left; width: 960px; margin-left: -480px; left: 50%; text-align: right; }

#document-foot .widget-box.default { width: 100%; float: left; }

#document-foot .widget-box { margin-bottom: 0; }

#document-foot .formy { text-align: left; }

#featured-projects.enabled.ui-tabs { padding: 0 250px 0 0; }

#featured-projects.enabled ul.ui-tabs-nav li.ui-state-active { background:#eee url(/media/slider/sliderselect.png) no-repeat 123px center; text-align:center; }

#featured-projects.enabled ul.ui-tabs-nav li span { display: block; position: absolute; width: 118px; left: 130px; text-align:center; }

#featured-projects.enabled ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:390px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
	border: none;
	background: transparent none;
}
#featured-projects.enabled ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666;  overflow: hidden;
	padding: 0;
	background: transparent none;
	border: none;
	width: 248px;
}
#featured-projects.enabled ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured-projects.enabled ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured-projects.enabled li.ui-tabs-nav-item-custom a{ 
	display:block; 
	height:38px; 
	color:#333; 
	background:transparent none; 
	overflow: hidden;
}
#featured-projects.enabled li.ui-tabs-nav-item-custom a:hover{ 
	background:transparent none; 
}
#featured-projects.enabled li.ui-tabs-selected-custom { 
	background:transparent none;  
}
#featured-projects.enabled ul.ui-tabs-nav li.ui-tabs-selected-custom a{ 
	background:transparent none; 
}
#featured-projects.enabled .ui-tabs-panel-custom{ 
	width:390px; height:200px; 
	background:#999; position:relative;
	overflow: hidden; padding: 0;
}
#featured-projects.enabled .ui-tabs-panel-custom .info{ 
	position:absolute; 
	bottom: 0; left:0; 
	height:auto;
	padding-bottom: 5px; 
	background: url('/images/transparent-bg.png'); 
	width: 100%;
}
#featured-projects.enabled .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured-projects.enabled .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured-projects.enabled .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured-projects.enabled .info a:hover{ 
	text-decoration:underline; 
}
#featured-projects.enabled .ui-tabs-hide{ 
	display:none; 
}

/** PAGE **/

#featured-projects-page .ui-tabs-nav-custom, 
#featured-projects .ui-tabs-nav-custom { visibility: hidden; position: absolute; }

.ui-tabs-nav-custom li { list-style-type: none; }

#featured-projects-page.enabled .ui-tabs-nav-custom,
#featured-projects.enabled .ui-tabs-nav-custom { visibility: visible; position: static; }

#featured-projects-page.enabled.ui-tabs { padding: 0; }

#featured-projects-page.enabled ul.ui-tabs-nav li.ui-state-active { background:#FFDFF2 none; border: solid 1px #fc3 !important; }

#featured-projects-page.enabled ul.ui-tabs-nav,
ul.feature { 
	top:0;
	list-style:none; 
	padding:0; margin:0; 
	border: none;
	background: transparent none;
	margin: 20px;
}
#document-root ul.feature { margin: 0; float: left; width: 640px; }
#featured-projects-page.enabled ul.ui-tabs-nav li,
#document-root ul.feature li
{ 
	padding:0 0;  
	color:#666;
	background: #eee none;
	border: none;
	margin: 10px;
	display: block;
	-moz-border-radius: 0 15px 0 15px;
	border: solid 1px #999 !important;
	position: relative;
	overflow: hidden;
	width: 178px;
	height: 130px;
	font-size:12px;
	float: left;
}

#featured-projects-page.enabled ul.ui-tabs-nav li img,
#document-root ul.feature a.featured {
	background:transparent !important; 
	width: 100%;
	height: 100%;
}
#document-root ul.feature li:hover { border-color: #693 !important; }
#featured-projects-page.enabled ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured-projects-page.enabled li.ui-tabs-nav-item-custom a:link{ 
	display:block; 
	color:#333; 
	background:transparent none no-repeat top left; 
	overflow: hidden;
	text-align:center;
	padding: 0;
	float: none;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0 15px 0 15px;
}
#featured-projects-page.enabled li.ui-tabs-nav-item-custom p { text-align: center; }
#featured-projects-page.enabled li.ui-tabs-nav-item-custom a:hover,
#featured-projects-page.enabled li.ui-tabs-nav-item-custom.ui-state-active a:link,
#featured-projects-page.enabled li.ui-tabs-nav-item-custom.ui-state-hover a:hover { 
	background:transparent none no-repeat -500px -500px; 
}
#featured-projects-page.enabled li.ui-tabs-selected-custom { 
	background:transparent none;  
}
#featured-projects-page.enabled ul.ui-tabs-nav li.ui-tabs-selected-custom a{ 
	background:transparent none; 
}
#featured-projects-page.enabled .ui-tabs-panel-custom{ 
	height:200px; 
	background:#999; position:relative;
	overflow: hidden; padding: 0;
}
#featured-projects-page.enabled .ui-tabs-panel-custom .info{ 
	position:absolute; 
	bottom: 0; left:0; 
	height:auto;
	padding-bottom: 5px; 
	background: url('/images/transparent-bg.png'); 
	width: 100%;
}
#featured-projects-page.enabled .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured-projects-page.enabled .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured-projects-page.enabled .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured-projects-page.enabled .info a:hover{ 
	text-decoration:underline; 
}
#featured-projects-page.enabled .ui-tabs-hide{ 
	display:none; 
}

#widget-11 {  background-color: #000; }

.popout-label { position: absolute; top: -43px; background: #000; padding: 5px 5px 0 5px; -moz-border-radius-topright: 15px; }
.popout-label h3 { margin: 0; float: left; }
.popout-container { width: 100%; }
.popout-container .popout-content { display: none; float: left; }
.popout-content { max-height: 400px; overflow: auto; }

/** Image Overlays **/
.overlay-1 { height: 203px; width: 640px; position: relative; overflow: hidden; }
.overlay-1 h2 { font-size: 300%; font-weight: bold; padding: 10px 0; margin: 0; }
.overlay-1 h2 span { font-size: 75%; font-weight: normal; }
.overlay-1 h2 span span { font-size: 75%; font-weight: normal; font-style: italic; }
.overlay-1 div.img { position: absolute; top: 0; left: 0; z-index: 2; background: #fff url('/media/tlm-definition.png') no-repeat top center; }
.overlay-1 img { width: 640px; height: 203px; }
.overlay-1 ol { position: relative; list-style-type: decimal; margin: 25px 0 0 35px; }
.overlay-1 li {  float:left; width: 45%; padding: 0 5px; border-right: dotted 3px #333; font-size: 2em; line-height: 1em; text-align: justify; }
.overlay-1 li:last-child { border: none; margin-left: 35px; }
.overlay-1 li span { font-weight: bold; }
.error { border: solid 1px #f00; padding: 10px 10px 10px 40px; background: #fcc url(/images/icons/warning.png) no-repeat 5px center; }