﻿/**************************************************************************************************
***								Mayan Hot Spot CSS Style Sheet                                  ***                                                         ***
***									# = ID and . = CLASS										***
***																							    ***
**************************************************************************************************/

/*====================================== ELEMENTS =================================================
~~ Elements refers to the standard tags of a page nothing special. Just regular tags             ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	background-position: center top; /*font size used to be 0.7em*/
	font-size: 0.83em;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	background-image: url('../images/background_wide_turtles_inside_1400px.jpg');
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-color: #FED36B; /*#FED36B*/
}
a:link
{
	color: #6600CC;
	position: relative;
}
a:visited
{
	color: #3333CC;
}
a:hover
{
	text-decoration: none;
	color: #3399FF;
}

a:active
{
    text-decoration: none;
    color: #CC0099;
	font-weight: bold;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
   font-size: 26px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
/*====================================== ELEMENTS END ============================================/

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX LOGIN STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/
~~ Login Styles:	Login Box - on the home page of the site									 ~~
~~					Login Banner - along the top of each page									 ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#LoginBox
{
	/*width: 270px;
	height: 260px;
	position: relative;
	/*background-image: url('../images/background_columnright.gif');
	background-repeat: repeat-y;*/
	/*top: -591px;
	left: 649px;
	margin-top: 0px;*/
}
/*The top:-399px (example) code controls the verticle bottom of the browser to the top using a negative sign
  The left: 659px (example) represents from left of the browser to the right position on the screen*/
.loginbox
{
	border: 1px solid #DBDB79;
	background-position: right;
	padding: 10px;
	margin-bottom: 2px;
	/*position: relative;
	width: 268px;
	top: -414px;
	left: 512px;*/
	background-image: url('../images/background_columnright.gif');
	background-repeat: repeat-y;
	height: 100%;
}

#loginbanner
{
  padding-bottom: 0px;
}

#loginbanner h2 /* # = id*/
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
~~ STYLE FOR LOGIN (login bar along the tope of the page below the menu) - INCLUDES:
~~ Line: 108 - width of the bar - orginally 726px
~~ Line 106: Padding: controls the spacing between the menu items (ie: Home (space) About Condo (etc..)
   padding default: 0px 0px 0 px 0px; means: top left bottom right
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* A full width block on the page */

.fullwidth, #loginbanner
{
    padding: 10px 15px;
	border: 1px solid #DBDB79;
	width: 919px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url('../images/background_span.gif');
    margin-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX LOGIN STYLES END ========================================/

/*====================================== HOME PAGE ===============================================/
~~ STLYES FOR: Home Page DIV, (add to list here)
~~ Description: to control the main box of the owner's message
~~ 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#homepagemessagebox /*id*/
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	background: #FEFAAB url('../images/background_fullwidth.jpg') repeat-y;
	vertical-align: top;
	width: 619px;
	height: 496px;
	text-align: left;
	float: left;
}

#areasofinterest
{
	
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	background: #FEFAAB url('../images/background_fullwidth.jpg') repeat;
	vertical-align: top;
	position: relative; width: 919px; height: 285px;
	
	margin-top: 0px;
	top: -205px;
	left: 1px;
}

.#areasofinterest h5
{
	color: #CC0099	
}

.homepagemessagebox body
{
	font-size: 0.82em;
}

.homepagemessagebox h2 /* . = class (for homepage message box title) */
{
	font-size: 1.35em;
}

.homepagemessagebox h3 /* . = class (for Owners Welcome Message) */
{
	font-size: 1.3em;
	color: #CC0099
}

.homepagemessagebox h4 /* . = class (for Owners Welcome Message) */
{
	font-size: 1.2em;
}
/*====================================== HOME PAGE END ==========================================*/

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX PAGE STYLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/
~~ STLYES FOR: Left and Right block div styles
~~ Description: left block div font size only
~~ Was: font-size: 0.7em (was too small to read)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.leftblock body
{
	font-size: 0.82em;
	background-image: url('../images/background_columnleft.gif');
	background-repeat: repeat;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX PAGE STYLES END XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*====================================== NAVIGATION STYLES =======================================/
~~ MAIN NAVIGATION USED BY THE MASTERPAGE & MAYAN HOT SPOT MENU

~~ STLYES FOR: Left and Right block div styles
~~ Description: left block div font size only
~~ Was: font-size: 0.7em (was too small to read)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Picture at the top of the site */
the top of the site */
#poster
{
	/*background: url('../images/MayanHotSpot_Banner.png') no-repeat;*/
	margin-right: auto;
	margin-left: auto;
	width: 953px; /*726px*/
	height: 139px;
	margin-top: 17px;
	text-align: left;
}

/* Navigation strips */
#navtop, #navbottom
{
	/*Menu top background image:*/
	background: url('../images/background_nav_main_blue.png') repeat-x;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto; /*auto*/
	margin-left: auto; /*auto*/
	width: 953px; /*726px--> for top menu*/
	height: 100%;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	position: static;
	font-size: .80em;
}
.bluemenubar
{
    margin-left: 215px;
}
#navbottom
{
    margin-top: 15px;
    text-align: center;
    top: 0px;
    left: 37px;
}

#footer
{	/*726px--> for footer*/
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
    position:static;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility 
	including padding text font appearance, text alignment, etc...*/

#navtop ul, #navbottom ul /*Menu Size and Padding*/
{
    /*Margin controls the left and right side margin of the menu*/
    margin: 0px;
    /*Padding controls the total height and width of the menu*/
    padding-top: 0px;
    padding: 0px;
       /*9px*/
    list-style-type: none;
    /*height: 225px;*/
      /*19px*/
    text-align: left;    
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
~~ STYLE FOR INSIDE THE MENU - INCLUDES:
~~ style for: Inside the MayanHotSpot Menu: menu items, padding, etc...
~~ Line 201: Padding: controls the spacing between the menu items (ie: Home (space) About Condo (etc..)
   padding default: 0px 0px 0 px 0px; means: top left bottom right
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navtop ul li, #navbottom ul li
{
	/*display: inline;*/
	text-align: left;
	font-style: normal;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}
/*~~ Line #204: Controls the menu item and footer font size and styles ~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ was originally 12px                                               ~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
	font-size: 1.04em;
}

#navtop a:hover, #navbottom a:hover
{
	text-decoration: underline;
	text-align: center;
	color: Navy;
	font-weight: bold;
}
#navtop a:active, #navbottom a:active
{
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
}

.menualignleft
{
	text-align: left;
	overflow: visible;
}

/*====================================== NAVIGATION STYLES END ===================================/

/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FORMATTING STYLE FOR MOST PAGES XXXXXXXXXXXXXXXXXXXXXXXXX/

/* Main part of the page that holds contents */
#flash
{
	/*used to be: 726px;*/
	width: 950px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	top: 416px;
	left: 34px;
	height: 206px;
}
/* This '#body' tag is the main ID # for the alignment of each page to line up in the center of each page
Here is the original style in case things get screwed up:
#body --> width: 950px; | margin-top: 7px; | margin-right: auto; | margin-left: auto; | position: relative;
		  text-align: left; | top: -7px; | left: 1px; */
#body 
{
    width: 950px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	text-align: left;
	top: -7px;
	left: 1px;
}

#columnleft
{
    float: left;
    text-align: left;/*NEW!*/
    width: 460px;/*240px;*/
  
}

#photocolumnleft
{
    float: left;
    width: 700px;/*700*/
    position: relative;
}

#columnright
{
    margin-left: 472px;/*245*/
	position:relative;
	top: -108px;
	left: -2px;
}
/* New for photoablum */
#photocolumnright
{
    margin-left: 245px;/*245*/
	position:relative;
}

.leftblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	background-image: #FEFAAB url('../images/background_columnleft.gif') repeat-y;
	vertical-align: top;
	width: 439px;
	height: 258px;
	text-align: left;
}

#condodetails
{
	padding: 10px 15px;
	width: 919px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url('../images/background_span.gif');
    margin-bottom: 10px;
	height: 100%;
	border: 1px solid #DBDB79;
	font-size: 0.82em;
	background-image: url('../Images/background_span.gif');
	background-repeat: repeat-y;
	margin-top: 10px;
}

.specialsleftblo

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:370px;
	text-align: left;
	top: 0px;
	left: 0px;
	height: 235px;
}

235px;
}

x;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
	text-align: left;
}

/*{ I modified the original to this: didn't work very well - above is the original
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url('../images/background_columnright.gif') repeat-y;
    position: relative;
    width:464px;
	top: -1051px;
	left: -72px;
}*/

#VideosBox /* # = id */
{
	width: 259px;
	height: 200px;
	position: relative; 
	background-image: url('../images/background_columnright.gif');
    background-repeat: repeat-y; top: 8px; 
	left: 2px;
}

.videobox
{
	border: 1px solid #DBDB79;
	background-position: right;
	padding: 15px;
	margin-bottom: 10px;
	/*position: relative;
	width: 255px;
	top: -188px;
	left: 520px;
	/*background-image: url('../images/background_columnright.gif');
	background-repeat: repeat-y;*/
	height: 100%;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
	text-align: center;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
	border: 1px solid #6600CC;
	padding: 3px;
	margin: 2px 0 5px 0;
	vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
	border-bottom: 1px dashed #DBCE6A;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: right;
	border-bottom-color: #6600CC;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ CONTAINER CLASS OR CssClass (.container) for: Google Calendar Style
~~ USED FOR: reservations calendar 
~~ Width: originally 694px
~~ Background: originally repeat-y only
~~ Padding: originally was same as .eventmonth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.container
{
	text-align: center;
	padding: 15px 22px 15px 22px;
	border: 1px solid #DBDB79;
	text-align: center;
	background-image: url('../images/background_span.gif')
}

.tabs
{
	text-align: center;
	
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FORMATTING STYLE FOR MOST PAGES END XXXXXXXXXXXXXXXXXXXXXX*/

.border
{
	border-style:solid; border-color: #DBDB79; border-bottom-width:1px;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ EVENT MONTH CLASS OR CssClass (.eventmonth)
~~ Surrounds the calendar 
~~ Width: originally 694px
~~ Background: originally repeat-y only
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

.eventmonth
{
    border: 1px solid #DBDB79;
    width: 794px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url('../images/background_fullwidth.jpg') repeat-x;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}

.pageviewcenter
{
	text-align:center	
}

.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
/*====================================== DATE RELATED STYLES END ===================================*/

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ LEGEND STYLE DETAILS:
~~ Description: This controls the box in the ASP:Panel control and the 
~~				border around the inside of the panel as well as color 
~~ Margin Left: Moves over the title box toward the right of the box   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
legend
{
    font-weight: bold;
    color: #666666;
    /* Was: font-size: 1em*/
    font-size: 1.4em;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
    margin-right: 7px;
    margin-left: 10px;
    border: 1px solid #DDC04F;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
    text-align: center;
}

fieldset
{
	/*Before everything was set at "0" or "none" this controls the border box inside the login are for example */
	border-style: solid;
	border-color: #DDC04F;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	width: 265px; height: 257px;
	background-image: url('../images/loginbox.png);
	background-repeat: no-repeat;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FEFFC8 url('../images/background_thumbnail.jpg') repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}

.picture
{
    background: #FEFFC8 url('../images/background_thumbnail.jpg') repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url('../images/background_button_small.gif') repeat-x;
	color: #FFFFFF;
    	height: 22px;
    	font-weight: normal;
    	font-size: 9px;
    	padding-bottom: 9px;
    	padding-left: 3px;
    	padding-right: 3px;
    	cursor: pointer;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url('../images/background_button_small-ovr.gif') repeat-x;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}

/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
	background-position: #FED36B;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #FED36B;
	font-size: 0.85em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.selected
{
	background: #FED36B;
	border: solid 1px #DBDB79;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}

.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url('../images/background_thumbnail.jpg') repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


