label {

    width: 10em;
    float: left;
    text-align: right;
    margin-right: 1em;
}

label.error { 

    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top; 
}

/*** Slideshow view ***/
#slideshow {

    position: relative;
    height: 480px;
}

#slideshow img {
    
    position: absolute;
    z-index: 8;
    filter: alpha(opacity=0);
    opacity: 0.0;
}

#slideshow img.active {

    z-index: 10;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#slideshow img.last-active {

    z-index: 9;
}
/* End slideshow view */

/* Login */
#login_box {

    margin: 50px auto 0;
    padding: 1em;
    border: 1px solid gray;
    width: 400px;
}
#phgr_login_box, #creat_account, #phgr_signup_box, #admin_login_box, #info_retrieval, #password_reset, #statusmsg {
    margin: 50px auto 0;
    padding: 1em;
    border: 1px solid gray;
    width: 450px;
}
/* End Login */


/* Rating star */
.jquery-ratings-star {
  width: 12px;
  height: 12px;
  background-image: url('../images/empty-star.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}

.jquery-ratings-full {
  background-image: url('../images/full-star.png');
}

.jquery-ratings-half-full {
  background-image: url('../images/half-full-star.png');
}
/* End Rating star */



/* Comment */
#comment_box {
    display: none;
}
/* End Comment */

/* Edit Album */
ul#album_edit_nav {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2em;
}
ul#album_edit_nav li {
    display: inline;
    font-weight: bold;
}
ul#album_edit_nav li a {
    width: 10em;
    color: #fff;
    background-color: #006699;
    padding: 0.2em 1em;
    clear: right;
}
/* End Edit Album */


/* Table */
#admincp table {
    width: 950px;
    border-collapse: collapse;
    background-color: white;
    color: black;
}
#admincp tr {
    height: 35px;
}
#admincp thead tr {
    background-color: #006699;
    color: white;
}
/*
#admincp tbody tr:nth-child(odd) {
    background-color: #e3e3e3;
}
*/
#admincp tbody tr:hover {
    background-color: #d8d8d8;
}
#admincp th, #admincp td {
    text-align: center;
    border: 1px solid #ccc;
}
#admincp tbody tr td a:link, #admincp tbody tr td a:visited {
    font-weight: bold;
    color: #303030;
}
/* End Table */


/* Suggestion box */
#location_suggestion {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    left: 552px;
    top: 360px;
    width: 216px;
    height: 200px;
    overflow: auto;
}
/* End Suggestion box */


#adv_search_btn {

    display: block;
    color: #FFFFFF;
    background-color: #006699;
    font-weight: bold;
    font-size: 14px;
    width: 100px;
    text-align: center;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #ffffff;
    outline: 1px solid #006699;
    text-decoration: none;
    margin-left: 1px;
}


/* Album view
#album_photo_container {

    overflow: auto;
    height: 400px;
    border: 1px gray solid; 
}

#album_photo_container img {
    margin: 3px;
}
 End album view */

/* Comment container 
#comment_container {

    margin-top: 5px;
    border: 1px gray solid; 
}


/* End Comment container 
 

a {

    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}

img {

    border: 3px solid black;
}

#copyright {

    position: fixed; 
    bottom: 0;
    left: 0;
}

#files_list {

    border: 1px solid black;
    padding: 5px;
    background: #fff;
    font-size: x-small;
    width: 300px;
}

#login_box {

    margin: 250px auto 0;
    padding: 1em;
    border: 1px solid white;
    width: 500px;
}

.photo_edit_container {

    display: none;
}

#header {

    height: 200px;
    border: 1px gray solid;
    margin-bottom: 5px;
}

#footer {
    
    clear: both;
    height: 50px;
    margin-top: 10px;
    border: 1px gray solid;
}
*/

/* Home view 
#right_panel {

    float: right;
    width: 350px;
    border: 1px gray solid;
}

#left_panel {

    margin-right: 360px; 
    border: 1px gray solid;
}

#right_ad_box {
    margin: auto;
    width: 300px;
    height: 250px;
    border: 1px gray solid;
}

#upcomming_events_container {
    margin: auto;
}

#bottom_ad_box {

    height: 90px;
    width: 728px;
    margin-left: 200px;
    margin-bottom: 20px;
    clear: both;
    border: 1px gray solid; 
}

.album_thumbs_container {

    float:left;
    width:350px;
    height:300px;
    border:1px black solid;
    margin:10px;
}

.album_thumbs_rate {
    float:right;
}

.album_thumbs {
    padding-left: 10px;
    padding-top: 10px;
}
/* End home view 


#rating_container {

    margin-top: 5px;
    height: 100px;
    border: 1px gray solid; 
}


*/


