.gallery_headLabel {
    position: relative;
    padding-left: 19px;
    border-left: 1px #E1E1E1 solid;
    border-right: 1px #E1E1E1 solid;
}
.gallery_headLabel_text {
    background: #E1E1E1;
    padding-left: 19px;
    padding-right: 19px;
}
.gallery_saveButton {
    position: relative;
    padding-left: 0px;
    text-align: left;
}
/* .gallery_saveButton_text {
    background: #FCE200;
    padding-left: 9px;
    padding-right: 9px;
} */

/* === new gallery button =================================================== */
	
#gallery_new_save_button {
    position: relative;
    border: #999999 1px solid;
    float: right;
/*  width: 135px; */
    text-align: left;
    margin: 0px 0px 0px 0px; /* top right bottom left */    
}

a.new_save, a.new_save:link, a.new_save:visited {
	font-family: Verdana;
	color: black;
	font-size: 0.6em;
	letter-spacing: 0.08em; 
	font-weight: bold;
	line-height: 20px;
	text-align: right; 
	text-decoration: none; 
	background-color: #E1E1E1;
	display: block; 
	height: 22px;
	margin-right: 6px;
	padding: 0em 0.6em 0em 0.6em; /* top right bottom left */
	float: left;
}

a.new_save:hover, a.galleryView:hover {
	background-color: #FCE200; /* yellow */
	text-decoration: underline; 
}

table.gallery_comment_table {
	border-bottom: 1px dotted #BBBBBB
}

.gallery_saveButton_text {
    background: #FCE200;
    padding: 4px 6px 4px 6px; /* top right bottom left */    
    border: #999999 1px solid;
}
/* Galleries Lister */
.galleries_listerHasImage_frame {
    border: 9px solid #E1E1E1;
}
.galleries_listerNonImage_frame {
    height: 72px;
    width: 72px;
    border: 1px solid #778;
}

.galleries_listerText {
    font-family: arial, sans-serif;
    font-size: 0.8em;
}
.galleries_listerText a {
    color: black;
    font-family: arial, sans-serif;
    font-size: 0.7em;
    text-decoration: none;
}
.galleryView {
    color: black;
    font-size: 0.7em;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    padding: 2px 6px 2px 6px; /* top right bottom left */    
/*    padding-left: 9px;
    padding-right: 7px; */
    background-color: #FCE200;
/* http://www.computerhope.com/htmcolor.htm */    
    border: 1px solid #E1E1E1;
}
/* Gallery-Works */
.galleryworks_listerTable_frame {
    width: 100%;
    padding: 3px;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF; 
/*    border: 1px solid #778; */
}
.galleryworks_listerTable_frame td {
    height: 108px;
    width: 108px;
    border: 1px solid #ffffff;
}
.galleryworks_listerHasImage_frame {
    margin: 9px;
    height: 72px;
    width: 72px;
    text-align: center;
    vertical-align: middle;
    border: 9px solid #ffffff;
}
.galleryworks_listerNonImage_frame {
    margin: 9px;
    height: 72px;
    width: 72px;
    border: 1px solid #778;
}
.galleryworks_listerImage_label {
    text-align: center;
    vertical-align: bottom;
    color: black;
    font-family: helvetica, arial, sans-serif;
    font-size: 1.0em;
    text-decoration: none;
}
#text_holder_gallery_intro {
    position: relative;
	border-top: 10px solid #E1E1E1;
    CLEAR: left;
    padding: 16px 0px 10px 0px; /* top right bottom left */    
/*    WIDTH: 750px; 
    HEIGHT: 80px;*/
}
#text_gallery_intro_left {
    POSITION: absolute;
    CLEAR: left;
    padding: 0px 0px 5px 0px; /* top right bottom left */    
    WIDTH: 290px;
    HEIGHT: 60px;
}
#text_gallery_intro_right {
    POSITION: relative;
    CLEAR: left;
    padding: 0px 0px 10px 300px; /* top right bottom left */    
/*    WIDTH: 750px; 
    HEIGHT: 240px;*/
}
#more_details {
    position: relative;
    border: #999999 1px solid;
    float: right;
/*  width: 135px; */
    text-align: left;
    margin: 0px 16px 12px 0px; /* top right bottom left */    
}
#gallery_text1_holder {
    POSITION: absolute;
    CLEAR: left;
    padding: 10px 10px 0px 20px; /* top right bottom left */    
/*    WIDTH: 800px; */
/*    PADDING-TOP: 120px; */
/*    HEIGHT: 100px; */
}
#image_holder_gallery_intro {
    POSITION: relative;
    CLEAR: left;
    padding: 30px 0px 0px 0px; /* top right bottom left */
	height: 150px;    
/*    WIDTH: 800px; */
/*    HEIGHT: 260px; */
}

/*
  #gallery_title_strip {
  CLEAR: left; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; WIDTH: 798px; PADDING-TOP: 20px; POSITION: relative; HEIGHT: 63px
  }
 */
#gallery_title_strip {
    CLEAR: left;
    PADDING-TOP: 12px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-RIGHT: 0px;
    WIDTH: 800px;    
    POSITION: relative;
    HEIGHT: 36px;
    border-left: 1px #E1E1E1 solid; /* pale grey border */
    border-right: 1px #E1E1E1 solid; /* pale grey border */
}

.link_text {
	font-size: 100%;
	color: #999999;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

a.link_text:hover {
	font-size: 100%;
	color: black;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;  
}

a.gallery_link_text {
	font-size: 0.7em;
	color: #999999;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

a.gallery_link_text:hover {
	font-size: 0.7em;
	color: black;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;  
}

td.my_details {
	border-bottom: 1px solid #E1E1E1
}


/* New Switch Tab styles */
.TabSwitch {
    padding: 0px;
    margin: 20px 0px 0px 16px; /* top right bottom left */
    font-size: 0.72em;
}
/* .TabSwitch ul {
    padding: 0px 24px 0px 3px;
    margin: 0px;
    border-bottom: 1px solid #778;
} */
.TabSwitch ul {
/*    padding: 0px 24px 0px 3px;  top right bottom left */
    padding: 0px 0px 2px 3px; /* top right bottom left */
    margin: 0px;
/*    border-bottom: 1px solid #778; */
}
.TabSwitch ul li {
    display: inline;
    list-style: none;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 6px 3px; /* top right bottom left */
}
.TabSwitch ul li a {
/*    color: #371c79; */
    color: black;
}
.TabSwitch ul li a:link, .TabSwitch ul li a:visited {
    color: #150517;
/* darkred */    
}
.TabSwitch ul li a:link:hover, .TabSwitch ul li a:visited:hover {
/*    color: blue;*/ 
    color: black;
}
.TabSwitch ul li a.current, .TabSwitch ul li a.current:hover {
    color: white;
/* not work */    
}
.TabInactive {
    padding: 3px 0.5em;
    margin-left: 0px;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    color: #371c79; /* not work */    
    background: #E1E1E1; /* yellow */    
    text-decoration: none;
}
.TabHover {
    padding: 3px 0.5em;
    margin-left: 0px;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    color: black;
    background: #FCE200;
/* Dark Goldenrod1 */    
    text-decoration: underline;
}
.TabActive {
    padding: 3px 0.5em;
    margin-left: 0px;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    color: white;
    background: #FCE200;
/* orange */
    text-decoration: none;
}

hr.my_gallery {
	margin: 0px;
	padding: 0px;
	color: #999999;
	height: 1px;
}

table.my_gallery_tabs {
	border-bottom: 1px solid #E1E1E1;
}


/* -------------- */
