

/* Chameleon CSS for RW 3.6 */

/* @group General Styles */

img {
    border: none;
}

body {
	font-size: 11px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 10px;
	text-align: center;
	background: url(images/default/bg.png) repeat;
}

a:link {
	color: #808080;
	text-decoration: underline;
}

a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover, a:active {
	color: #b3b3b3;
	text-decoration: none;
}

blockquote {
	font-size: 10px;
	color: #808080;
	padding: 7px 0;
}
/* @end */

/* @group Layout */

#top {
	height: 0px;
	width: 822px;
	background: no-repeat url(images/default/top.png);
}

#shadows {
	width: 756px;
	height: 232px;
	background: url(images/default/shadows.png) no-repeat;
	padding: 0;
	margin: 0;
}

#hdrcolor {
	width: 756px;
	height: 232px;
	background: url(images/headers/greendftgrad.png) repeat-x;
	padding: 0;
	margin: 0 0 0 32px;
}

#overlay1 {
	width: 756px;
	height: 232px;
	padding: 0;
	margin: 0;
}

#overlay3 {
	width: 756px;
	height: 232px;
	padding: 0;
	margin: 0;
	background: none no-repeat;
}

#overlay4 {
	width: 756px;
	height: 232px;
	padding: 0;
	margin: 0;
	background: none no-repeat;
}

#header {
	background: url(images/default/header.png) no-repeat;
	width: 822px;
	height: 0px;
}

#contenttop {
	width: 822px;
	height: 5px;
	background: url(images/default/contenttop.png) no-repeat;
	margin-top: 0;
	padding: 0;
}

#bottom {
	background: url(images/default/bottom2.png);
	width: 822px;
	height: 37px;
	margin-top: 0;
	padding-top: 0;
	margin: 0;

}


#imageMenu {
	position: relative;
	width: 700px;
	height: 400px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 1700px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 400px;
}

#imageMenu ul li.landscapes a {
	background: url(images/menu/bellaterra.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/menu/hacienda.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/menu/cerrito.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/menu/terrabambino.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/menu/arca.jpg) repeat scroll 0%;
	width: 677px;
}


.clearer {
	clear: both;
}

#container {
	width: 822px;
	text-align: left;
	background: repeat-y url(images/default/middle.png);
	margin: 0 auto;
	padding: 0;
}

#pageHeader {
}

#pageHeader img {
}

#pageHeader h1 {
	font-size: 4em;
}

#pageHeader h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#contentContainer {
	width: 822px;
	padding-top: 10px;
}

#contentContainer #content {
	margin-left: 0;
	padding: 0;
}

#sidebarContainer {
	margin-bottom: 0;
	float: right;
}

#sidebarwrapper {
	width: 192px;
	background: url(images/sidebartab/sidemiddleleft.png) repeat-y;
}

#sidebartop {
	background: no-repeat url(images/sidebartab/sidetopleft.png);
	height: 36px;
	width: 192px;
}

#sidehead {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#sidebarbottom {
	background: no-repeat url(images/sidebartab/sidebottomleft.png);
	height: 36px;
	width: 192px;
}

#sidebarContainer #sidebar {
	margin-bottom: 0;
	padding-left: 18px;
	font-size: 10px;
	padding-bottom: 0;
}

#footer {
	font-size: 0.9em;
	color: #666666;
	margin: 0;
	padding: 0;
	background: none transparent;
}

#footer p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #cccccc;
	font-size: 9.5px;
	background: none transparent;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: none transparent;
}

#footer a:hover, #footer a:active {
	margin: 0;
	padding: 0;
	background: none transparent;
}

#plugs {
	color: #999999;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#plugs a {
	color: #999999;
	text-decoration: none;
}

#plugs a:hover {
	color: #666666;
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
	
/* @end */

/* @group Global Classes */

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

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

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}
	
/* @end */

/* @group Menu */

#navcontainer {
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {

}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
}

#navcontainer a:hover {
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
	text-indent: 20px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	text-indent: 40px;
}

#navcontainer ul ul ul a:hover{
}

/* Child Level 3 */
#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
	text-indent: 60px;
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
	text-indent: 100px;
}

#navcontainer ul ul ul ul ul a:hover {
}

/* @end */

/* @group Contact Form */
.message-text {
	color: #999999;
	font-size: 12px;
} 

.required-text {
	color: #4c4c4c;
	font-size: 9px;
	font-weight: bold;
} 

.form-input-field {
	width: 88%;
} 

.form-input-button {
	margin-bottom: 10px;
} 
/* @end */

/* @group Blog Archives */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: repeat url(images/default/bg.png) transparent;
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	font-size: 10px;
	line-height: 14px;
}

.blog-archive-month {
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link {
	color: #000000;
	font-size: 10px;
}
	
/* @end */

/* @group Blog */

.blog-entry {
	letter-spacing: -.5px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

.blog-entry-title {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	line-height: 32px;
	padding-top: 5px;
	margin-top: 0;
}

.blog-entry-title a:link {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	line-height: 32px;
	text-decoration: none;
}

.blog-entry-title a:hover {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	line-height: 32px;
}

.blog-entry-date {
	margin-bottom: 13px;
	color: #b3b3b3;
	font-size: 10px;
	margin-top: 6px;
}

.blog-entry-body {
	font-size: 10px;
	line-height: 14px;
	padding-right: 12px;
}

.blog-entry-comments {
	text-align: right;
	font-size: 9px;
	color: #999999;
	margin-top: 11px;
}

.blog-entry-comments a {
	text-align: right;
	font-size: 9px;
	color: #999999;
}

.blog-entry-comments a:hover {
	text-align: right;
	text-decoration: underline;
	color: #808080;
}

.blog-entry-summary { }

.blog-read-more { }
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	clear: both;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
	font-size: 10px;
	color: #cccccc;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
	font-size: 10px;
}

#breadcrumbcontainer a {
	display: inline;
	font-size: 10px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	font-size: 10px;
}

#bcsite {
	display: inline;
	color: #e6e6e6;
	font-weight: bold;
	font-size: 10px;
}
	
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-left: 10px;
}

.filesharing-item a {
	text-decoration: none;
}

.filesharing-item-title {
	font-size: 14px;
	padding-bottom: 2px;
}

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

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #999999;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1.5px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-right: 0;
	margin-left: 0;
}

.movie-thumbnail-frame a {
	height: 30px;
	border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-frame:hover {
	border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 5px;
	background: url(images/default/bg.png) repeat;
}

.movie-title {
	color: #999999;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 0;
	color: #999999;
	margin-left: 10px;
	height: 27px;
}

.album-description {
	margin-bottom: 60px;
	color: #999999;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	background: #ffffff;
}

.photo-navigation {
	text-align: center;
	background: #ffffff url(images/singlebox.png) no-repeat;
	font-size: 10px;
	margin: 0 auto;
	padding: 40px 10px 10px;
}

.photo-navigation a {
	text-align: left;
	font-size: 10px;
}

.photo-navigation a:hover {
}

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

.photo-links {
}

.photo-title {
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	color: #999999;
	text-align: center;
}

/* @end */
	
/* @end */

/* @group categories */

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-archives a {
	font-size: 10px;
	text-decoration: underline;
}

.blog-archive-link-enabled {
	background: no-repeat  left center;
}

.blog-archive-link-disabled {
	background: no-repeat  left center;
	color: #808080;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-categories a {
	font-size: 10px;
	text-decoration: underline;
}

.blog-category-link-enabled {
	background: no-repeat;
}

.blog-category-link-disabled {
	background: no-repeat;
	color: #808080;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-rss-feeds a {
	font-size: 10px;
	text-decoration: underline;
}

.blog-rss-link {
	font-size: 10px;
	background: no-repeat;
}

.blog-comments-rss-link {
	background: no-repeat;
	font-size: 10px;
	text-decoration: underline;
}
	
/* @end */

/* @group New Blog Styles */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
	margin: 14px 0 16px;
	padding: 0;
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
	list-style-type: none;
	margin: 0;
	display: inline;
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}

/* tag size 1-20 styles */
.blog-tag-size-1 {
	font-size: 9px;
}

.blog-tag-size-2 {
	font-size: 10px;
}

.blog-tag-size-3 {
	font-size: 10px;
}

.blog-tag-size-4 {
	font-size: 11px;
}

.blog-tag-size-5 {
	font-size: 11px;
}
.blog-tag-size-6 {
	font-size: 12px;
}

.blog-tag-size-7 {
	font-size: 12px;
}

.blog-tag-size-8 {
	font-size: 13px;
}

.blog-tag-size-9 {
	font-size: 13px;
}

.blog-tag-size-10 {
	font-size: 14px;
}

.blog-tag-size-11 {
	font-size: 14px;
}

.blog-tag-size-12 {
	font-size: 15px;
}

.blog-tag-size-13 {
	font-size: 15px;
}

.blog-tag-size-14 {
	font-size: 16px;
}

.blog-tag-size-15 {
	font-size: 17px;
}

.blog-tag-size-16 {
	font-size: 17px;
}

.blog-tag-size-17 {
	font-size: 18px;
}

.blog-tag-size-18 {
	font-size: 19px;
}

.blog-tag-size-19 {
	font-size: 19px;
}

.blog-tag-size-20 {
	font-size: 21px;
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end *//* @group EXIF data */
/* Data wrapper */
.exif-data {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-pixel-x-dimension {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

/* @group Digg block styling */

.rss-items {
	padding-left: 15px;
	list-style-type: square;
}

h5 {
	padding: 0;
	font-size: 18px;
	margin: 0;
	color: #999;
}



/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
	text-align: left;
}

.blog-entry-comments-body-even {
	background-color: #eee;
	text-align: left;
	padding: 5px 8px;
}

.blog-entry-comments-body-odd {
	background-color: #fff;
	text-align: left;
	padding: 5px 8px;
}

/* @end */


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0;
	margin: 0;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close { float: right; overflow: hidden; }
.lv_Close .lv_Button {
	float: right;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #606060;
	margin-right: 5px;
	margin-top: 5px;
}
.lv_Data .lv_Slideshow {
	border-left: 1px solid #efefef;
	padding-left: 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}


	/* CSS CALENDAR */
	#ncalendar table {padding:0px; width:180px;margin:0 auto}
#ncalendar table th {padding:0px;font-size:1em;}
#ncalendar table tr {padding:0px;}

#ncalendar {
	background:url(img/calendarbg.jpg) no-repeat left top;
	width:205px;
	height:180px;
	padding: 0px;
	font: normal 11px Arial, Verdana; color: #333;
	opacity : 0;
	cursor:  pointer;
	position :  absolute;
	z-index:1000;
}
#ncalendar div 
{
	display:block;
	text-align: center;
}
#ncalendar .header
{
	margin:10px auto 0px auto;
	width: 185px;
}
#ncalendar .header img
{
	margin: 0px 2px 0px 2px;
	float: left;
	clear: none;
}
#ncalendar .month
{
	font: bold 11px Arial, Verdana; color: #333; text-align: center;
	padding: 2px 0px 0px 0px;
	display: block;
	float: left;
	width: 110px;
}
#ncalendar table 
{
	margin: 5px auto 0px auto;
	width: 180px;
	border: 0px none;
	clear: both;
}
#ncalendar table tr td
{
	padding: 2px;
	height: 5px;
	text-align: center;
	width: 10px;
	height: 10px;
}
img 
{
	cursor:pointer;
}
.dayselected {background:#f2f4f9;}
.noday {background:#d9dce5; color:#c1c4cc;}
.sunday {background:#fff;}
.today 
{
}
td.isToday
{
	background:#f8b04d;
	color: #555; font-weight: bold;
	border: 1px solid #fff;
}
#listYear {
  position:absolute;
  background:#F0F0F0;
  border:1px solid #E0E0E0;
  width:100px;
  height:80px;
  display:none;
  opacity:0;
  
}
#listYear li {
  list-style:none;
  cursor:pointer;
  border-bottom:1px solid #E0E0E0;
  padding:.2em;
}
