/* @override 
*/

/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */
#rthk_uj_ablum_header
{
	height: 240px;
	padding: 0px;
   position: relative;
}

#rthk_site_title
{
	width: 165px;
	height: 92px;

	position: absolute;
	left: 0px;
	top: 175px;

	cursor: pointer;
	background: url(images/button_service.jpg) no-repeat;
}

#rthk_uj_album_body
{
	padding:  0px;
	padding-right: 30px;
	padding-left: 70px;
	
	/* background: url(images/bg_body.jpg) no-repeat; */
	text-align: center;
	position: relative;
}

#rthk_uj_ablum_footer
{
	padding:  0px;
	height: 66px;
	/* background: url(images/bg_bottom.jpg) no-repeat; */
	position: relative;
}

#gsHeader
{
	/* display: none; */
}

#gsNavBar
{
	/*display: none;*/
}

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

.gbBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
	
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}


.gbBreadCrumb {
	margin: 0;
	padding: 0;

	position: absolute;
	top: 190px;
	left: 180px;
	width: 200px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	line-height: 16px;
	color: #F84D59;
	text-decoration: none;
}

.BreadCrumb-1 {
	display: none;
}

a .BreadCrumb-1 {
	display: none;
}

.BreadCrumb-2 {
	color: #F84D59;
	text-decoration: underline;
}

.BreadCrumb-2 a {
	color: #F84D59;
	text-decoration: underline;
}

.BreadCrumb-2 a {
	color: #F84D59;
    font-weight: bold;
    text-decoration: none;
}
.BreadCrumb-2 a:hover {
	color: #4D4D59;
    text-decoration: underline;
}
.BreadCrumb-2 a:active {
	color: #4D4D59;
    text-decoration: none;
}

.BreadCrumb-3 {
	display: none;
}

a .BreadCrumb-3 {
	display: none;
}

table.gbDataTable {
    padding-bottom: 4px;
}

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;
}

.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */
body {
}

body.gallery {
}

#gallery {
}

#gallery.rtl {
    direction: rtl;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
    
}

div.gbSystemLinks
{
	
	
}
#gsNavBar div.gbSystemLinks {
    padding: 4px 6px;
    
}

#gsNavBar div.gbSystemLinks span {
    padding: 0 4px;
    
}

#gsSidebar {
}

#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    padding: 1em;
    text-align: center;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
    margin-top: 0.8em;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

.gsPages {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 190px;
	left: 270px;
	width: 400px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: 555555;
	text-decoration: none;    
}

#gallery #gsSidebar ul {
    font-size: 1em;
}

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

body.gallery {
    background-color: #fff;
}

.gcBackground1 {
    /*background-color: #eee;*/
}

.gcBackground2 {
    background-color: #e7e7e7;
}

.gcBorder1 {
    /*border: 0 solid #ccc;*/
}

.gcBorder2 {
    border: 0 solid #888;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #646464;
}
#gallery a:hover {
    text-decoration: underline;
    color: #646464;
}
#gallery a:active {
    text-decoration: none;
    color: #646464;
}

#gallery img {
    border-width: 0;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #ffc;
    color: #000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333;
    background-color: #eee;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#gallery select {
    font-size: 1em;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-size: 0.8em;
    font-weight: bold;
}

.giTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: 4D4D59;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}

.date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: 939393;
	text-decoration: none;
	text-align:left;
}

.size {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: 565656;
	text-decoration: none;
	text-align:left;
}

.summary-keyalbum {
font-size:13px;
color: #000000;
text-align:left;
}

.owner{
text-align:left;
}

.viewCount {
text-align:left;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: text-bottom;
}

.giDescription {
    font-size: 1.1em;
    line-height: 1.4em;
}

.gbEmptyAlbum {
    height: 400px;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #888;
}

.giSuccess, .giWarning, .giError  {
    font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
    display: none;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
    /*
    margin-left: 60px;
    padding-right: 70px;
    */
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  position: absolute;
  top: 0px;
  right:  0px;
  z-index: 100;
}

table.gbDataTable th {
    text-align: left;
    background-color: #e7e7e7;
}

.gbEven {
    background-color: #fff;
}

.gbBusy {
    background-color: #78D478 !important;
}

.gbOdd {
    background-color: #eee;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 128, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #eee;
}

#gallery .gbMarkupBar input {
    font-size: 1.1em;
}

.giSearchHighlight {
    font-weight: bold;
    background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */
#gsContent {
}

#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsSidebar div ul {   /* no > in IE */
    font-size: 1.1em;
    font-weight: bold;
}
#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span {
    color: #999;
}

.gbNavigator
{
	background: none;
	float: none;
	width: 100%;
	padding: 0px;
	padding-bottom: 15px;
}

.gbNavigator div.next-and-last {
  float: right;
}
.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}
.gbNavigator a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: 555555;
	text-decoration: none;
}
.gbNavigator a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: 555555;
	text-decoration: underline;
}
div.gbNavigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery .gbNavigator div.next-and-last {
  float: right;
  padding-right: 13px;
}
#gallery .gbNavigator div.next-and-last.no-previous {
  float: right;
  text-align: right;
}
#gallery .gbNavigator div.first-and-previous {
	float: right;
  text-align: right;
  padding-right: 13px;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl .gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl .gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl .gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url('images/nav_last.gif') right no-repeat;
}
#gallery.rtl .gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url('images/nav_next.gif') right no-repeat;
}
#gallery.rtl .gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}
#gallery.rtl .gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url('images/nav_first.gif') left no-repeat;
}
#gallery.rtl .gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
  display: n;
}
#gallery.rtl .gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  margin: 3px 0;
}
div.block-core-ItemLinks a {
  padding: 3px;
}
div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 5px;
}

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 5px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.info {
  font-style: italic;
  text-align: right;
  font-size: 0.95em;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

span.block-core-SystemLink {
}

div.block-exif-ExifInfo {
  margin: 5px;
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {
  background-color: #EEE;
}

tr.bsw_ParamHeaderRow td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

/* ********************************************************************************
 * Rating module style fix for Matrix
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}

.imageBlock_body
{
	width: 201px;
	background: url(images/photo_imageBlock_body.png) repeat-y;
	padding: 1px;
	padding-right: 10px;
	padding-left: 10px;
}


.imageBlock_head
{
	width: 221px;
	height: 23px;
	background: url(images/photo_imageBlock_top.png) repeat-y;
	padding: 0px;
}

.imageBlock_footer
{
	width: 221px;
	height: 18px;
	background: url(images/photo_imageBlock_footer.png) repeat-y;
	padding: 0px;
}


.block-imageblock-ImageBlock.gbBlock
{
	padding: 0px;
}

.block-tags-TagLinks.gbBlock
{
	padding: 0px;
}

#RandomImage_Title
{
	height: 23px;
	background: url(images/random_pics.gif) no-repeat;
	padding-top:  0px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.RandomImage
{
}

.one-image.RandomImage img
{
	/*width: inherit;
	height: inherit;
	padding: 0px;*/
	text-align: left;
	padding-left: 10px;
}

#NewestAlbums_Title
{
	height: 23px;
	background: url(images/recent_albums.gif) no-repeat;
	padding-top:  0px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.NewestAlbums
{
	padding-top: 0px;
	margin-top: 0px;
}

.NewestAlbums img
{
	width: 50px;
	height: 50px;
	
}

#rthk_promo
{
	height: 240px;
	background: url(images/photo_promo.png) no-repeat;
    position: relative;
}

#rthk_logo
{
	background: url(images/rthk_logo.png) no-repeat right;
	height: 32px;
	width: 45px;
	margin-left: 155px;
	position: relative;
	
}

#rthk_logo_block
{
	height: 40px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
    position: relative;

}

#rthk_uj
{
	width: 480px;
	height: 170px;
    position: relative;
}

.block-imageblock-ImageBlock
{
	position: relative;
}

.block-search-SearchBlock
{
	position: absolute;
	top: 30px;
	left: 5px;
}

#blogger_home_chanhy
{
	height: 125px;
	background: url(images/userhome_chanhy.gif) no-repeat;
    position: relative;
}

#blogger_home_cariel
{
	height: 125px;
	background: url(images/userhome_cariel.gif) no-repeat;
    position: relative;
}

#blogger_home_evah
{
	height: 125px;
	background: url(images/userhome_evah.gif) no-repeat;
    position: relative;
}

#blogger_home_gracet
{
	height: 125px;
	background: url(images/userhome_gracet.gif) no-repeat;
    position: relative;
}

#blogger_home_harinal
{
	height: 125px;
	background: url(images/userhome_harinal.gif) no-repeat;
    position: relative;
}

#blogger_home_kayl
{
	height: 125px;
	background: url(images/userhome_kayl.gif) no-repeat;
    position: relative;
}

#blogger_home_sannap
{
	height: 125px;
	background: url(images/userhome_sannap.gif) no-repeat;
    position: relative;
}

#blogger_home_tracyt
{
	height: 125px;
	background: url(images/userhome_tracyt.gif) no-repeat;
    position: relative;
}

#blogger_home_wingl
{
	height: 125px;
	background: url(images/userhome_wingl.gif) no-repeat;
    position: relative;
}

#blogger_home_verbonc
{
	height: 125px;
	background: url(images/userhome_verbonc.gif) no-repeat;
    position: relative;
}

#theme_version
{
	height: 08px;
	width: 29px;
}
.albumtitle {
	color:#4D4D59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.albumtitle:hover {
	color:#4D4D59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: bold;
	text-align:left;
}

.MTclass img {
	opacity:0.5;
}
.MTclass img:hover {
	opacity:1;
}
.thumbSmall {
	background-color:#000000;
	border:1px solid #000000;
	margin:0;
	padding:0;
	text-align:left;
}
.thumbSmall:hover {
	color:#F4560F;
	border:1px solid !important;
}
div.one-image.none
{
	display: inline;
	float: left;
	position: relative;
	padding: 0px;
	margin: 2px;
	height:  60px;
	width:  60px;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;

	font-family: Verdana,Arial;
	font-size: 12px;
	word-spacing: 1px;
}

#container {
	background: transparent url(images/Border_02.gif) repeat scroll center top;
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
}

#gallery {
	padding: 0px;
	margin: 0 auto;
	
	width: 970px;
	min-height: 700px;
	height: auto !important;
	height: 700px;

	color: #333;
	background: #ffffff url(images/makeup_06e.jpg) no-repeat scroll 0 0;
	position: relative;
}

#siteFooter {
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
	height: 56px;
	background: url(images/Border_bottom_01.gif) no-repeat;
	color: #000000;
}

#siteFooter a {
	color:#4D4D59;
}
#siteFooter a:hover {
	color:#4D4D59;
}
#siteFooter a:visited {
	color:#4D4D59;
}

#siteFooterWrap {
	padding-top: 5px;
	padding-right: 15px;

	font-weight: bold;

	border:1px;
	text-align: right;
}

#gsMain {
}

#gsSidebar {
	padding-top: 175px;
	width: 265px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#gsContent {
	padding-left:15px;
	width: 690px;
}

#gsContent3 {
	width: 705px;
}

#main_header {
	height: 175px;
	padding: 0px;
	position: relative;
}

#main_title {
	height: 92px;
}

#main_title2 {
	width: 165px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#main_title3 {
	padding-left: 15px;
	height: 92px;
}

#main_body {
	padding: 0px;
	text-align: left;
	position: relative;

	line-height:18px;
	margin-left:30px;
	letter-spacing:1px;	
}

#main_body3 {
	padding: 0px;
	text-align: left;
	position: relative;

	line-height:18px;
	margin-top:92px;
	letter-spacing:1px;	
}

#main_body4 {
	padding: 0px;
	text-align: left;
	position: relative;

	line-height:18px;
	margin-top:60px;
	letter-spacing:1px;	
}

#main_title
{
	width: 165px;
	height: 92px;

	position: absolute;
	left: 0px;
	top: 175px;

	cursor: pointer;
	background: url(images/makeup_logo07.jpg) no-repeat;
}

#gsImageView {
	text-align: center;
}
