/*<group=General Styles>*/

/** 
 *	OverTheEdge Colors:
 *		red text/links: e60003
 *		text-grey: 555
 *
 **/

/* Various global tag definitions go here */
html {
	padding-top: 0px;
}
body {
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 13px;
	color: #555;
}	
p, .blog-entry-body {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 1.4em;
}
p.profile-head {
	font-weight: bold;
}

.red-text, .testemonial .quote {
	color: #e60003;
	font-weight: bold;
	font-style: normal;
}

.fat-green {
	color: green;
	font-weight: bold;
	font-style: normal;
}

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

.error {
	border: 2px solid red;
}

.plugin-error {
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 0px;
	border-left: 2px solid #e60003;
	border-right: 2px solid #e60003;
	border-top: 2px solid #e60003;
	border-bottom: 2px solid #e60003;

}

ul, ol, dl {
	margin-top: 0px;
	margin-right: 1.4em;
	margin-bottom: 0px;

	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

ul {
	padding-left: 0;

	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside; 
}
ul.cool {
	list-style-image: url(images/check-bullet.png);
	list-style-position: inside;
}

ul li {
	margin-left: -13px;
}
ul.cool li {
	margin-left: -9px;
	min-height: 16px;
}
ul.read-more li, ul li.read-more {
	list-style-image: url(images/arrow-bullet.png);
	list-style-position: inside;
	margin-left: 15px;
	min-height: 16px;
}
ul.read-more li {
	margin-left: 15px;
	min-height: 16px;
}



table {
	border: 0px;
	border-collapse: collapse;
	font-size: 13px;
}
td, th {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}


.two-col {
	width: 100%;
}

.two-col img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.two-col h2 {
}

.two-col .two-col-1 {
	float: left;
	width: 310px;
	margin-right: 40px;
}

.two-col .two-col-2 {
	float: left;
	width: 310px;
}


table.two-cols {
	width: 100%;
}
table.two-cols td {
	width: 50%;
	text-align: justify;
}

table.two-cols td img {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.two-cols td:first-child {
	padding-right: 35px;
}
table.two-cols td:last-child {
	padding-left: 35px;
}

table.two-cols td h2 {
	margin-bottom: 20px;
}




h1 {
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 0px;

	font-weight: bold;
	font-size: 18px;
	color: black;
}
h2 {
	margin-top: 15px;
	margin-bottom: 0px;

	color: black;
	font-weight: bold;
	font-size: 14px;
}
.faq h2 {
	margin-top: 20px;
	margin-bottom: 0px;
}
h3, h4, .blog-entry-title {
	margin-top: 0px;
	margin-bottom: 0px;

	color: black;
	font-weight: bold;
	font-size: 13px;
}
.faq h3 {
	margin-top: 15px;
	color: #333;
}

a {
	color: #e60003;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
a.external-link:hover {}

a#current-link {
	color: black;
}
a.read-on:before {
	content: "\BB  ";
}
a.read-off:after {
	content: " \BB";
}
a.read-off-back:before {
	content: "\AB  ";
}




/* Radical front page stuff */

.menu img {
	margin-top: 30px;
	margin-left: 30px;
}


/* Testemonial sidebar stuff */
.testemonial {
	float: right;

	width: 360px;
	height: 71px;

	margin-top: 15px;
	margin-bottom: 14px;
	margin-right: 20px;

	text-align: right;
	line-height: 1.36;
}
.testemonial .testemonial-inner {
	width:360px;
	height:100%;
	position:relative;
}
.testemonial .testemonial-inner .testemonial-inner2 {
	width:360px;
	position:absolute;
	bottom:0;
	left:0;
}

.testemonial .last-word {
	white-space: nowrap;
}
.testemonial .text-big {
	font-size: 15px;
}
.testemonial .text-med {
	font-size: 13px;
}
.testemonial .text-small {
	font-size: 11px;
}
.testemonial .person {
	font-weight: bold;
	font-size: 11px;
	margin-top: 8px;
}
.testemonial .title {
	font-weight: normal;
}



/* Content goes here */
.body {
	width: 1000px;
	min-height: 800px;
	border: 1px solid white;
	text-align: left;
}

.frontpage .body {
	background-image: url(images/radical/frontpage-bg.jpg);
	background-repeat: no-repeat;
}

.body .top-logo {
	position: relative;
	top: 36px;
	left: 32px;
	margin-bottom: -52px;
	width: 200px;
}

.frontpage .body .top-logo {
	display: none;
}

.body .top-menu {
	white-space: nowrap;
	margin-top: 100px;
	margin-left: 35px;
	background-image: url(images/radical/menu-bar.png);
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}

.body .top-menu img {
	height: 26px;
}

.body .rad-broad {
	position: relative;
	left: 35px;
	top: -13px;
	z-index: 1;
	margin-bottom: -102px;
	width: 720px;
	height: 330px;
}

.body .rad-broad .rad-broad-text {
	font-size: 10px;
	text-align: right;
}

.body .rad-broad-text {
	font-size: 10px;
	text-align: right;
}

.body .unity-big-logo {
	margin-top: 17px;
	margin-left: -67px;
	margin-bottom: -10px;
}

.body .shout {
	position: relative;
	left: 90px;
	top: 68px;

	width: 300px;
}


.body .editable {
	margin-left: 63px;
}
.body .left-column {
	width: 500px;
}
.body .broad-column {
	width: 670px;
}


/* Framed boxes of variable height, 320 width */
.body .right-frame {
	float: right;
	clear: right;
}
.body .framed {
	width: 230px;
	margin-bottom: 6px;
}
.body .framed .framed-top-slim {
	background: url(images/radical/frame-top-slim.png) top left no-repeat;
	height: 3px;
}

.body .framed .framed-top-fat {
	background: url(images/radical/frame-top-fat.png) top left no-repeat;

	padding-left: 12px;
	padding-top: 4px;

	height: 19px;
	font-weight: bold;
}

.body .framed .framed-main {
	background: url(images/radical/frame-side.png) top left repeat-y;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 1px;

	font-size: 11px;
	line-height: 1.36;
}
.body .framed .framed-main h2 {
	margin-top: 0px;
	font-size: 11px;
}
.body .navigation {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.body .navigation img {
	position: relative;
	top: 4px;
}

.body .framed .framed-main .navigation {
	font-size: 14px;
	font-weight: bold;
	float: none;
	top: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.body .framed .framed-footer-fat {
	background: url(images/radical/frame-bottom-fat.png) top left no-repeat;

	padding-left: 12px;
	padding-top: 2px;

	height: 25px;
	font-weight: bold;
}
.body .framed .framed-footer-slim {
	background: url(images/radical/frame-bottom-slim.png) top left no-repeat;
	height: 10px;
}



/* Version history specials */
.body .features img {
	margin-right: 20px;
	margin-bottom: 30px;
}

img.frame {
	border: 1px solid gray;
}
img.noframe {
	border: 1px solid white;
}

/* Version history specials */
.body .history-features {
	margin-left: 3px;
}

.body .history-features img {
	width: 250px;
	height: 188px;
	margin-right: 20px;
}
.body .history-features table {
	border-collapse: collapse; 
	border-spacing: 0px; 
	margin-top: 10px;
}
.body .history-features table td {
	padding-bottom: 20px;
}
.body .history-features table h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}




.body .license-plain p {
	font-size: 12px;
}
.body .license-plain b {
	color: black;
}

.body .abstract {
	font-weight: bold;
	margin-top: 20px;
}

.body .unity-nav {
	width: 100%; 
	max-width: 769px; 
}


/* New gallery stuff */
.body .gallery img {
	xwidth: 70px;
}
.body .broad img {
	width: 100%;
	max-width: 769px;
	border: 0px;
}
.body .broad-532 {
	text-align: center;
	width: 100%;
	max-width: 700px;
}
.body .broad-532 img {
	border: 0px;
}

.body .gallery-title {
}
.body .gallery-description {
	min-height: 3em;
}

.body .broad-1024 img {
	width: 100%;
	max-width: 1024px;
	border: 0px;
}


.body .navigation-prv {
	width: 43%;
	float: left;
	text-align: left;
	border: 1px solid white;
}
.body .navigation-nxt {
	width: 43%;
	float: right;
	text-align: right;
	border: 1px solid white;
}
.body .navigation-index {
	width: 100%;
	text-align: center;
	border: 1px solid white;
}



/* Old gallery specific stuff */
.body .gallery-item {
	min-height: 150px;
	margin-bottom: 30px;
}
.body .gallery-item table {
	width: 100%;
}
.body .gallery-item img {
	float: right;
	max-width: 270px;
	border: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* New gallery specific stuff */
.body .gallery-big img {
	margin-top: 30px;
	border:1px solid #666;
	margin-bottom: 30px;
}
.body .gallery-big-532 img {
	margin-top: 20px;
	border:1px solid #666;
	margin-bottom: 0px;
}

table.group {
	border-collapse: collapse; 
	border-spacing: 0px; 
	margin-left: -1px; 
	margin-top: -10px; 
}

img.space {
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px; 
}

/* Widget stuff */
.widget-page {
	padding-bottom: 20px;
}
.widget-page img {
	xwidth: 100%;
	max-width: 500px;
}

.widget-page .download {
	font-weight: bold;
	float: right;
	padding-right: 10px;
}

.widget-page .license {
	color: #f7850e;
}
.widget-page .widget-body {
	width: 100%;
	max-width: 500px;
	padding-bottom: 20px;
}

.widget-list {
	margin-bottom: 20px;
}
.widget-list h1 {
	max-width: 100%;
}

.widget-list .summary {
	float: left;
	width: 335px;
	min-height: 180px;
	padding-left: 0px;
	margin-top: 20px;
}
.widget-list .summary .image {
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.widget-list .summary .image img {
	padding-left: 0px;
}
.widget-list .summary .info {
	float: right;
	padding-right: 10px;
}
.widget-list .summary-comment {
	margin-right: 100px;
}

.widget-list table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.widget-list td {
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget-list td {
	padding-right: 10%;
	vertical-align: middle;
}

.widget-list td:first-child {
	padding-right: 0px;
	width: 150px;
}

.widget-list td:last-child {
	padding-right: 0px;
	text-align: right;
}

.widget-list a.download {
	font-weight: bold;
}
.widget-page .light, .widget-list .light {
	color: #666666;
	font-weight: bold;
}



/* News listings */
table.news td:last-child {
	vertical-align: top;
	padding-top: 22px;
}
table.news td {
	padding-bottom: 30px;
}

table.news img {
	padding-top: 0px;
	padding-left: 20px;
}
.news h2 {
	margin-top: 0px;
}
.news-date, .blog-entry-date {
	float: right;
	color: #666;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
}


.news-abstract {
	display: none;
}
.framed .news-abstract {
	display: block;
}
.framed .news-full {
	display: none;
}



.blog-entry-date {
	margin-top: -15px;
}

table.wikitable {
	width: 90%;
	margin-top: 3px;
	border-collapse: collapse;
	background-color: #eee;
 	border: 1px solid #c9c9c9;
}
table.wikitable td {
	border: 1px solid #a6a6a6;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.download {
	text-align: left;
	margin-left: 20px;
}
.dl-link {
	float: right;
	text-align: right;
	margin-right: 20px;
	vertical-align: middle;
	width:150px;
}
.dl-box {
	width: 500px;
	display: none;
}

/* Gets overridden depending on the platform */
.platform-Win { display: none; }
.platform-MacIntel { display: none; }
.platform-MacPPC { display: none; }
.platform-Unknown { display: block; }


.footer {
	text-align: center;
	font-size:10px;
	clear: both;
	padding-top: 70px;
}

.rebate-stroke {
	color: red;
	text-decoration: line-through; 
}

.rebate-original {
	font-weight: normal;
	color: #666;
	
}

.required {
	color: #e60003;
	font-size: 15px;
}


/* Feature-matrix stuff */
.feature-matrix {
	margin-bottom: 1em;
	text-align: center;
}
.feature-matrix table {
	border-right: 1px solid #c9c9c5;
}
.feature-matrix table tr td {
	border-left: 1px solid #c9c9c5;
	padding: 6px;
	padding-right: 20px;
	text-align: left;
}
.feature-matrix table tr td h2 {
	margin-top: -3px;
}
.feature-matrix table tr td p {
	margin-bottom: 0;
}


/* Manual and docs styling */

.manual .figure {
	margin-right: -230px; /* for IE - allow overlap with right sidebar */
}
.manual a .figure {
	margin-right: 0px; /* remove margin for images inside links! */
}

.manual {
	color: #333333;
}

.manual a {
	color: #900000;
	text-decoration: none;
}

.manual .switchlink {
	float: right;
	text-align: center;
	font-size: 8pt;
}
.manual .switchlink a {
	color: #666666;
}

.manual .navigation {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

.manual .navigation a {
	color: #666666;
	text-decoration: none;
}

.manual h1 {
	font-size: 20px;
	margin-bottom: 0px;
}
.manual h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
}
.manual h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
}
.manual h4 {
	font-size: 12px;
}


.manual tt, .manual .synopsis {
	font-family: "Verdana", "monaco", "Courier", "Courier New";
	font-size: 11px;
}

.manual .toc a {
	color: #900000;
}
.manual .toc a:hover {
	color: #cc0000;
}

.manual .classlink {
	color: #900000;
	text-decoration: none;
}
.manual .itemlink {
	color: #900000;
	text-decoration: none;
}

.manual td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.manual dt {
	font-weight: bold;
}
.manual th {
	border-bottom: 1px solid #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.manual .reftable {
	border: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: left;
}

/* additional one for web */
.manual .scriptref table td.manual-scriptref-menu {
	padding-right: 20px;
}

.manual .script-section-hardheading {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	clear: both;
	color:   #666666;
	margin-bottom: 1px;
	margin-top: 20px;
}

.manual .script-section-softheading {
	display: block;
	width: 70%;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	color: black;
	margin-bottom: 1px;
	margin-top: 10px;
	border-bottom: 1px solid #c9c9c9;
}

.manual .scriptref h3 {
	font-size: 12px;
	font-weight: bold;
	/*clear: both;*/ /* removed for web */
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
}
.manual .scriptref h3.soft {
	color: #666666;
	font-weight: normal;
}

.manual p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.manual p.details {
	padding-left: 20px;
	padding-right:20px;
}
.manual p.basic {
}
.manual p.first {
	margin-top: 10px;
}
/*.manual .toplink { } this is below */

.manual .synopsis {
	font-family: "Verdana", "monaco", "Courier", "Courier New";
	font-size: 12px;
	font-weight: normal;
	padding-left:20px;
	margin-bottom:10px;
}
.manual .synopsis .doc-comment {
	font: italic 12px;
}

.manual .note {
	font-weight: bold;
	color: #666666;
}
.manual .editorclass {
	color: #666666;
}
.manual .code, .manual .codelisting {
	font-family: "Verdana", "Arial";
	font-size: 8pt;
	margin: 10px 20px 10px 30px;
	padding: 7px;
	background-color: #eee;
	color: #222;
	border: 1px solid #c9c9c9;
	white-space: pre;
	width: 90%; /* larger for web */
}
.manual .comment {
	color: #006600;
}
.hl-comment {
	color: #666666;
	color: #006600;
}
.hl-datatype {
	color: #0000a0;
}
.hl-keyword {
	color: #000066;
}
.hl-operator {
	font-weight: bold;
	color: #444;
}
.hl-string {
	color: #0000a0;
}

.manual .refimg {
	display: block;
	border: 1px solid #c9c9c9;
	margin: 5px 20px 5px 30px;
	padding: 1px;
}

/* toc a bit different for web */
.manual .toc {
	font-size: 12px;
	font-weight:bold;

	border-top-width: 1px;
	border-bottom-width: 1px;

	vertical-align: top;

	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.manual .toclevel {
	clear: left;
}
.manual .tocclear {
	clear: left;
	margin-top: 15px;
}
.manual .toc p {
	margin-bottom:0px;
	margin-left: 10px;
}
.manual .toc p.tocheader {
	background-color: white;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
}
.manual .toc a {
	color: #900000;
	font-weight: normal;
	text-decoration:none;	
}


.manual table.class-member-list td.class-member-list-name, 
.manual table.class-member-list-inherited td.class-member-list-name {
	width: 180px; /* less for web */
	text-align: left;
}
.manual .class-member-list-name a {
	text-decoration:none;
}
.manual .class-member-description {
	display: inline;
}
.manual .inherited-class-member-heading, .manual table.class-member-list-inherited .class-member-list-name {
	font-style: italic;
}

.manual .doctitle {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

.manual .doctitle p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px; /* smaller for web */
	font-weight: bold;
	color: #666666;
}

.manual .doctitle p a {
	color: #666666;
	text-decoration: none;
}

.manual .doctitle p a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.manual form.apisearch {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}
.manual form.apisearch input {
	width: 115px;
	font-size: 12px;
}

.manual .doctitle .heading {
	margin-bottom: 1px;
	color: black; /* darker for web */
	font-size: 20px; /* smaller for web */
	font-weight: bold;
	margin-top: 5px;
	margin-left: 0px; /* smaller for web */
}
.manual .doctitle .text {
	padding: 0px 5px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


.manual .variable {
	font-style: italic;
}
.manual .parameter {
	font-style: italic;
}


.manual ul.left-menu {
	display: table-cell;
	list-style-type: none;
}
.manual .left-menu a {
	text-decoration: none;
	white-space: nowrap;
}
.left-menu-item, .left-menu-item a {
	color: #900000;
}
.left-menu-inherited-item,  .left-menu-inherited-item a {
	color: #900000;
	font-style: oblique;
}

.left-menu-seperator {
	height: 10px;
	display: block;
}
.left-menu-heading {
	padding-top: 0px;
	font-weight: bold;
	margin-left: -18px;
	display: block;
}
.left-menu-subheading {
	padding-top: 4px;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	display: block;
}
.left-menu-softheading {
	padding-top: 4px;
	display: block;
	color: #666666;
	border-bottom: 1px solid #c9c9c9;
	font-style: italic;
}
.left-menu-seperator, .left-menu-heading, a.left-menu-heading {
	color: black;
}

.left-menu-current {
	color: #cc0000;
	font-weight: bold;
	white-space: nowrap;
}

.pre-next-link a {
	color:darkred;
	width: 180px;
	display: inline-block;
	margin-bottom: -3px;
}
div.pre-next-link  {
	margin-bottom: 10px;
}



.manual .toplink {
	margin-bottom: 20px;
}
.manual .bottomlink {
	margin-top: 30px;
	padding-bottom: 10px;
}

.manual th {
	text-align: left;
}

.manual a:hover {
	color: #cc0000;
	text-decoration:underline;
}



/* BLOG TEMPLATE MOSTLY BELOW HERE... NEEDS SOME CLEANUP */

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

.blog #footer {
	display: none;
}

#pageHeader h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 13px;
	color: #666;
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding-top: 27px;
}

#sidebarContainer .sidebar {
	padding-left: 10px;
}

	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	margin-top: 10px;
	float: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#navcontainer a {
	display: block;
	padding-left: 10px;
}

#navcontainer a:hover {
	color: #000000;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	margin-bottom: 3px;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blog-entry-body {
}

.blog-entry-comments a {
	font-size: 12px;
	margin-top: 10px;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	
}

.filesharing-item-title {
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}
.thumbnail-frame img {
	border-style: none;
	padding-top: 15px;
	padding-bottom: 5px;
}

.thumbnail-caption {
	margin-top: -2px;
	font-size: 0.8em;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 16px;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/



/* UGLY UGLY UGLY ... make WorldPay look and behave right */
.worldpay td.three[align="right"] {
	display: none;
}

.worldpay hr {
	height: 0px;
}

.worldpay select[name="authCurrency"] {
	display: none;
}

.worldpay tr td.one table tr[valign="middle"] td.one[align="left"] span b {
	display: none;
} 

.worldpay tr td.two {
	text-align: left;
}

.worldpay td.brand[colspan="2"] {
	border: 1px solid #a6a6a6;
	padding: 2px;
	margin-top: 20px;
}
.worldpay td.brand {
	background-color: #eee;
}
.worldpay td.brand span {
	font-family: Arial, Helvetica, sans-serif;
}

.worldpay .bannercontainer {
	border: 1px solid #a6a6a6;
	padding: 2px;
	margin-top: 20px;
	width: 500px;
	display: block;
}

.worldpay .bannercontainer .banner {
	padding: 5px;
	background-color: #eee;
	color: #a6a6a6;
}
.worldpay .bannercontainer .banner .bannererror {
	background-color: #eee;
	color: #a6a6a6;
}
.worldpay .bannercontainer td.banner:first-child {
}

