﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
/*	margin-left: 20px;
    margin-right: 20px;
	padding: 11px;
*/	margin-bottom: 7px;
    width:1000px;
/*    padding-right: 5px;
    padding-left: 5px;
*/	padding-bottom: 2em;
	background-color: #FFFFFF;
	/*color: #000000;*/
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif,Times New Roman;
	/*border-top: 2px solid #B51032;*/
    font-size: 90%;

}
.bodywrapper
{
  
	margin-left: 20px;
    margin-right: 20px;
	/* padding: 11px;*/
	min-width:1000;	
	max-width:1000;
	margin-bottom: 7px;
    width:1000px;
/*    padding-right: 5px;
    padding-left: 5px;
*/padding-bottom: 2em;
	background-color: #FFFFFF;
	/*color: #000000;*/
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif,Times New Roman;
	/*border-top: 2px solid #B51032;*/
    font-size: 90%;
    color: Gray;

}
input, select, textarea
{
	border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 90%;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
   color: #8c2633;
   font-family: Palatino;
   vertical-align: bottom;

}
h1
{
	margin-top: 10px;
    /*font-size: 10pt;*/
    font-weight: bold;
    letter-spacing: 2px;
	margin: 5px 0 5px 0;
    font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;  
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    /*color: #000000;*/
}
h2
{
    margin-top: 10px;
    /*font-size: 10pt;*/
    font: 120% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;  
    letter-spacing: 1px;
    display: inline;
}
h2.shaded
{
    color: #cccccc;
    display: inline;
}
h2 a
{
    /*font-size: 8pt;*/
    color: #8c2633;
    font-weight:bold;
    
}
h3
{
    margin-top: 10px;
    /*font-size: 10pt;*/
    font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;  
    letter-spacing: 1px;
    display: inline;
}
a
{
	color: #8c2633;
}
/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	/*color: black;*/
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	/*color: #B51032;*/
}

/* Navigation */

#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #8c2633;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #8c2633;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #8c2633;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #8c2633;
}
#navigation ul ul a:hover {
	background-color: #711515;
	/*color: #FFFFFF;*/
}

/* Main Content */

#content 
{
	font-size: 90%;
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    /*background-color: #900;*/
    background-color:Maroon;
    color: White;
    font-weight: bold;
 /*width:100%; */
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    /*background-color: #a33;*/
    background-color: Maroon;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
	/*background-color: #fcc;*/
	background-color: white;
}

.RowStyle
{
}

.SelectedRowStyle
{
    /*background-color: Yellow;*/
    background-color:Maroon;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}


/* Misc Styles */
.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
td
{
    vertical-align: top;
    font-size: 100%;
}

.sitelogobox
{
    margin-top: 10px;
    /*font-size: 7pt;*/
    font-size: 90%;
    vertical-align: bottom;
    color: #8c2633;
    font-family: Palatino;
    letter-spacing: 2px;
    border:#8c2633;
}
.catalogmenu
{
    border-bottom: gainsboro 1px solid;
    text-align: right;
    margin-bottom: 10px;

}
.textbox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 11px;
	margin-bottom: 7px;
    /*width:190px;*/
    width:210px;
    color: #8c2633;
	/*font: Verdana, Arial, Helvetica, sans-serif;*/
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
.textbox li
{
    list-style-type: none;
}

.plainbox
{
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	/*font: Verdana, Arial, Helvetica, sans-serif;*/
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;

}
.plainbox2
{
	padding: 11px;
	margin-bottom: 7px;
    width:190px;
    padding-right: 5px;
    padding-left: 5px;
    color: #8c2633;
	/*font: Verdana, Arial, Helvetica, sans-serif;*/
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;

}
.offsetleftbox
{
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 30px;

}
.textboxheader
{
    font-weight: bold;
    font-size: 90%;
    color: #f5f5f5;
    font-family: verdana;
    /* df background-color: #8c2633;*/
    background-color:#8c2633;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    /*width:190px;*/
    width:210px;
}
.textboxheader a
{
     color: #f5f5f5;
    font-family: verdana;
    text-decoration:none;  
    /*font-size: 8pt;*/
    font-weight: bold;

}
.graybox
{
 	border: solid 1px #CBCED4;
	background: #ffffff;
	padding: 11px;
	margin-bottom: 7px;
   
}
.grayboxheader
{
    font-weight: bold;
    /*font-size: 8pt;*/
    color: #f5f5f5;
    font-family: verdana;
    background-color: #999DA6;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.membercard h3
{
    /*font-size: 1em;*/
    /*font-size: 8pt;*/
}
.membercard p
{
    margin: 5px;
    /*font-size: 8pt;*/
}
.homeproductdisplay
{
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
    margin-left: 5px;
    margin-right: 5px;
    min-width:500px;
}
.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}
.checkout
{
    margin-top: 5px;
    color: #696969;
    /*font-size: 8pt;*/
}
.searchbox
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    /*font-size: 8pt;*/
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    font-family: verdana;
}
.thumbimage
{
    width: 100px;
    height: 100px;
}
.oldprice
{
    font-weight: bold;
    color: #696969;
    text-decoration: line-through;
}
.saleprice
{
    font-weight: bold;
    color: #cc0000;
}
.sidemenulink
{
    /*font-size: 8pt;*/
    font-family: verdana;
}
.errorbox
{
    border-right: #660000 1px solid;
    border-top: #660000 1px solid;
    font-weight: bold;
    /*font-size: 9pt;*/
    border-left: #660000 1px solid;
    color: #660000;
    border-bottom: #660000 1px solid;
    font-family: verdana;
    background-color: #ffcccc;
    width:auto;
}
.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #8c2633;
    /*font-size: 8pt;*/
    padding-bottom: 5px;
    font-weight:bold;
}
strong
{
    color: #696969;
}
.addtocartlink
{
    /*font-size: 10pt;*/
    text-decoration: none;
    font-weight: bold;
    color: #C7C030;
}
.checkoutlabel
{
    /*font-size: 8pt;*/
    font-family: verdana;
    color: gray;
}


.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

 #loginbanner h2
{
    /*font-size: 1em;*/
    /*font-size: 10pt;*/
    font-weight: normal;
    margin-top: 8px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    /*font-size: 1.6em;*/
    /*font-size: 10pt;*/
}

.rightblock h3
{
    /*font-size: 1em;*/
    /*font-size: 8pt;*/
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}



.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
	/*background-color: black;
    background: url('images/header.jpg') no-repeat;*/
    color:#8c2633;
    border:2px solid #8c2633;
    margin-right: auto;
    margin-left: auto;
    /* width:855px;*/
    /* width: 726px; 12/8/06*/
    /*width:auto;*/
    /* height: 139px;*/
    margin-top: 17px;
   
}
.postertable
{
    color:#8c2633;
}
/* Navigation strips */
#navtop, #navbottom
{
    background-color: #8c2633;
    /*font-size: 11px;*/
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    /*width:855px;*/
    /*width:770px;*/
    /*height: 30px;*/height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    /*width:770px;*//*width: 726px; 11/26*/ width:auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color:#8c2633;
    font-size:smaller;

}

#columnleft
{
	width: 210px;
	float: left;
}


#columnright
{ 
    margin-left: 190px;
    height:500px;
    border-left: #dcdcdc 1px dotted; 
    width: 500px;
}
#middlecolumn
{ 
    margin-left: 215px;
    border-left: #dcdcdc 1px dotted; 
    /*width: 770px;*/
}
#farcolumnright
{ 
	/*margin-top: auto;*/ /*position: relative;*/
	top: 0px; 
	/*right: 0px;*/
/*
	clear: right;*/
	float: right; /*font-size: 12pt;*/
	text-align: right;
	width: 180px;
	color: #8c2633;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	position: absolute;
	margin-left: 470px;
	z-index: 0; 
}
    


#menutext
{
    padding: 5px;
    text-align: right;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;
	width:1000px;

}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
        /*font-size: 8pt;*/
        /*color: #8c2633;*/
        font-family: palatino;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		/*color: #717052;*/
	}


/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
	width:770px;
    /*margin-top: 7px;*/
/*    margin-right: auto;
    margin-left: auto;
    position: relative;
*/
    /*width: 726px; 11/26 */ 
    /*width:auto;*/
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size:100%;
/*
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
*/
}
/* Main part of the page that holds contents */
#GalaBody
{
    width:100%;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}




.leftblock
{
	/*
    border: 1px solid maroon;
    padding: 15px;
    margin-bottom: 10px;
    background-color:#f5f5f5;
    vertical-align: top;
*/    
    /*font-size: 8pt;*/
    font-family: verdana;
    color: gray;
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    margin-left:auto;    
}

 .rightblock
{
/*    border: 1px solid maroon;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:446px;
*/
    /*font-size: 90%;*/
    font-family: verdana;
    color: gray;
    
	padding: 11px;
	margin-bottom: 7px;
    width:600px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left:auto;
/* commented by df on 12/11/06 
    color: #696969;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
*/

}
	


.rightblock h3
{
    /*font-size: 1em;*/
    /*font-size: 8pt;*/
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.fullrightblock
{

    font-family: verdana;
    color: gray;
	/*padding: 11px;*/
	margin-bottom: 7px;
    width:100%;
/*    padding-right: 5px;
    padding-left: 5px;
  */  margin-left:auto;
}
/* A full width block on the page */

.fullwidth, #loginbanner
{ 
    /*border: 1px solid maroon; 11/12 */
    /*width: 100%;*//*width: 694px;*/
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid maroon;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed maroon;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
    
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:left;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /* border: 1px solid maroon; 11/12 */
    width: 500px;
    /*width:770px;*/
    margin-right: auto;
    margin-left: auto;    
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 500px;
    /*width:770px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid maroon;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
/*    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272; 11/12*/
    border-bottom: 1px solid #8c2633;
    border-left: 1px solid #8c2633;

    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    /*background-color: #DCD78E;*/
    background-color:#8c2633;
    color:Navy;
    
}
.calothermonth a
{

    color:Navy;
    
}

.calcurrentday
{
    /*background-color: #FFFFC1;*/
    background-color:#003163;
}
.calweekend
{
    /*background-color: #FEEB95;*/
    /*/background-color:#657375; 11/12 */
    background-color:#f5f5f5;
    
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    /*border: 2px solid #C7C272; 11/12*/border: 2px solid #8c2633;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
    /*#8c2633 */
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    /*font-size: 1em;*/
    /*font-size: 8pt;*/
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    
    /* border: solid 1px #E8DCA3;*/
    border: solid 1px Gray;
    padding: 5px;    
}

.picture
{
    
    /*border: solid 1px #E8DCA3;*/
	border: solid 1px Gray;
    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;
}

/* floats the thumbnail off to the right */
.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; 11/12*/
    /*border: 1px solid #E8DCA3;*/
    border: 1px solid #f5f5f5;
    
    padding: 10px;
    margin-bottom: 10px;
    width: 190px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.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;
}
*/

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background-color:#8c2633;
    border: none;
    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; 11/12*/
    background: maroon;
}

/************************************************************************
* 
* 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;*/
    /*font-size: 8pt;*/
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    /*font-size: 0.7em;*/
    /*font-size: 8pt;*/
}

#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: Gray;
     border: solid 1px #E8DCA3;
}

.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;
    /* next three items added by df*/
    /*font-size: 8pt;*/
    font-family: verdana;
    color: gray;
    
}

/* value column */
.formvalue
{
    vertical-align: top;
     /* next three items added by df*/
        /*font-size: 8pt;*/
    font-family: verdana;
    color: gray;

}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}
/* tab control */
.CustomTabStyle
{
	font-size:80%;
}
.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    /*font-size:10pt;*/
    background:url(images/tab-line.gif) repeat-x bottom;
}
.CustomTabStyle .ajax__tab_outer
{/*An outer element of a tab, often used to set the left*/
	border: 1px solid #65738E;
}
.CustomTabStyle .ajax__tab_inner{/*An inner element of a tab, often used to set
                the right-side image of the tab.*/
	border: 1px solid #65738E;
}
.CustomTabStyle .ajax__tab_tab
{/*An element of the tab that contains the text content.*/
}
.CustomTabStyle .ajax__tab_body{/*A container element that wraps the area where
                a TabPanel is displayed.*/

}
.CustomTabStyle .ajax__tab_hover{/*This is applied to a tab when the mouse is hovering
                over. Child CSS classes:.ajax__tab_outer. */
	background-color:Maroon;
	border: 1px solid #65738E;
}
.CustomTabStyle .ajax__tab_active{
/*This is applied to a tab when it is the currently
                selected tab.*/
border: 1px solid Maroon;
}


.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #696969;
	/*font-size:80%;*/
}
