@charset "utf-8";
/* CSS Document */
html {
  background: none;
}

.topbar {
	background-image:url(../img/top_bar.jpg);
	width: 100%;
	height: 30px;
        background-color: #99CCFF;
}

.version {
	color: white;
	position: absolute;
	left: 130px;
	top: 10px;
}

.tabs {
	width: 100%;
	height: 50px;
    background-color: #000000;
}
.template {
    background-image:url(../img/side_bar.jpg);
	background-repeat:no-repeat;
	border: none;
	position: absolute;
	left: 10px;
	top: 32px;	
	width: 165px;
	height: 710px;
    background-color: #637E99;
}

.open {
	border-style: solid;
	border-width: 1px;
	position:absolute;
	left: 180px;
	top: 32px;
	width: 708px;
	height: 590px;
	background-color: #FFFFFF;
}

.preview {
    background-image:url(../img/side_bar.jpg);
	background-repeat:no-repeat;
	border: none;
	position: absolute;
	left: 893px;
	top: 32px;
	width: 165px;
	height: 710px;
    background-color: #637E99;
}

.album {
	border: solid 1px #CCCCCC;
    background: url(../img/album.png) no-repeat center center;
	position:absolute;
	left: 180px;
	top: 627px;
	width: 150px;
	height: 115px;
    background-color: #FFFFFF;
}

.color {
	border: none;
	position:absolute;
	left: 340px;
	top: 627px;
	width: 720px;
	height: 115px;
    background-color: #637E99;
}

.add-picture {
	border: 1px solid #808080;
	position:absolute;
	left: 10px;
	top: 747px;
	width: 165px;
	height: 140px;
    background-color: #415E86;
}

.picture-list {
    background-image:url(../img/side_bar2.jpg);
	border: none;
	position:absolute;
	left: 180px;
	top: 747px;
	width: 880px;
	height: 140px;
    background-color: #637E99;
}

.status {
	border: 1px solid #808080;
	position: absolute;
	left: 893px;
	top: 747px;
	width: 165px;
	height: 140px;
    background-color: #415E86;
}

.image-button {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: default;
    border: none;
}

.image-button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: hand;
    cursor: pointer;
    border: none;
}


.price {
    width: 100%;
    height: 70px;
    background: url(../img/price.png) no-repeat center center;
}

.layout {
    background-color:#EEEEEE;
}

.preview-box {
    background-color:#EEEEEE;
}

.preview-number {
    font: normal bolder 72px tahoma;
    opacity:0.6;
    filter:alpha(opacity=60);   
    position: absolute;
    z-index: 2;
}

.page-number {
    font: normal bolder 36px tahoma;
    opacity:0.6;
    filter:alpha(opacity=60);
    position: absolute;
    z-index: 2;
}

.photobox-template {
    position:absolute;
    background-color:#CCCCCC;
    border-style:inset;
    border-color:#BBBBBB;
    border-width:1px;
    overflow: hidden;   
}



.yui-carousel-nav {
    display: block;
}

.yui-skin-sam .yui-carousel-nav {
    background: none;
    z-index: 1000;
}

.yui-skin-sam .yui-carousel-button {
    display:none;
    height: 15px;
}

.img-shadow {
    float:left;
    background: url(../img/shadow.png) no-repeat bottom right;
    margin: 0px 0 0 10px;
}
.page-adminbody {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	border-width: 1px;
	position:absolute;
	left: 250px;
	top: 130px;
	width: 1100px;
	height: 450px;
	background-color: #ffffff;
}
.page-left {
	padding-top:20px;
	padding-left:20px;
	border: none;
	position:absolute;
	left: 15px;
	top: 130px;
	width: 200px;
	height: 450px;
	background-color: #ffffff;
}
.column {
    padding: 10px;
    margin: 15px;
    height: 120px;
    position: relative;
    width: 900px;
}

.register {
    height: 400px;
}

.column #bg_image{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#bg_image{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.column #column_icon{
    position: relative;
    float: left;
    margin: 25px;
}

.column .title {
    padding: 5px;
    font-width: bold;
    font-size: 20px;
    margin-top: 25px;
}

.column .subtitle {
    padding: 5px;
}

.column .column_left {
    position: relative;
    float: left;
    width: 50%;
}

.column .column_right {
    position: relative;
    float: right;
    width: 50%;
}

.column .message {
    color: red;
    position: absolute;
}

.column-image {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;   
}

.column .link_button {
    background: transparent;
    text-decoration: none;
    padding-top: 4px;
    color: black;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica;
    line-height: 1.3em;
    font-weight: normal;
}

.link_button {
    background: transparent url('/img/button.png') no-repeat;
    text-decoration: none;
    padding-top: 4px;
    color: black;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica;
    line-height: 1.3em;
    font-weight: normal;
}

.link_button a{
    background: transparent no-repeat;
    width: 50px;
}


#selectLink a{
}

#selectFilesLink a, #uploadFilesLink a, #clearFilesLink, a #cancelFilesLink a{ 
    background: transparent;
    text-decoration: none;
    padding-top: 6px;
    color: black;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    line-height: 1.3em;
    font-weight: normal;
}
	 
#selectFilesLink a:visited, #uploadFilesLink a:visited, #clearFilesLink a:visited, #cancelFilesLink a:visited { 
    background: transparent;
    text-decoration: none;
    padding-top: 6px;
    color: black;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    line-height: 1.3em;
    font-weight: normal;
} 
	 
#uploadFilesLink a:hover, #clearFilesLink a:hover {  
    background: transparent;
    text-decoration: none;
    padding-top: 6px;
    color: black;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    line-height: 1.3em;
    font-weight: normal;
	} 

#uploadFilesLink, #clearFilesLink, #selectFilesLink, #cancelFilesLink {
    background: transparent url('/img/button.png') no-repeat;
    border: 0 none;
    text-align: center;
    width: 100px;
    height: 24px;
    padding-top: 3px;
    float: left;
}

#button_box {
    color: #eeeeee;
    font-size:15px;
    font-weight:bold;
    left:15px;
    position:absolute;
    top:100px;
    cursor: pointer;
}

#button_box_add {
    color: #ffffff;
    font-size:12px;
    font-weight:bold;
    left:58px;
    position:absolute;
    bottom:24px;
    cursor: pointer;
}


.column div.link_button {
    background: transparent url('/img/button.png') no-repeat;
    border: 0 none;
    padding-bottom: 2px;
    text-align: center;
    width: 100px;
    height: 24px;
    margin-left: 53%;
    margin-top: 25px;
}


.split_left {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px;
    margin-right: 20px;
}

.split_right {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
}

body {
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	color: #333;
        background-color: #3e3e3e;
}


.img-shadow .img-frame {
    background-color: transparent;
    padding: 0px;
    position: relative;
}

form {
    width: 100%;
}

form .input input.readonly {
    padding-left: 5px;
    background: transparent url(/img/inputfield_readonly.jpg) no-repeat scroll 0 0;    
}

form .input {
    margin:  2px;
}

form .input label {
    position: absolute; 
    width: 50%; 
    text-align: right;
    left:0;
    font-weight: bold;
}

.right {
    text-align: right;
}

form .input input {
    padding-left: 5px;
    position: relative; 
    margin-left: 53%;
    margin-bottom: 10px;
    width: 100%;
    max-width: 160px;
    border: none;
    background: transparent url(/img/inputfield.jpg) no-repeat scroll 0 0;
}

.input input {
    padding-left: 5px;
    position: relative; 
    width: 100%;
    max-width: 100px;
    border: none;
    background: transparent url(/img/inputfield.jpg) no-repeat scroll 0 0;
}

form .input input[type=checkbox] {
    position: relative; 
    margin-left: 55%;
    width: 40%;
    border: none;
    background: url(/img/tickbox.jpg) no-repeat;
}

form .input select {
    position: relative; 
    margin-left: 53%;
    width: 40%;
    border: solid 1px #a9a9a9;
}
form .link {
    position: relative; 
    margin-left: 57%;
    margin-top: 5px;
    width: 100%;
    max-width: 40%;
    color: black;
}

form div.submit {
    position: relative; 
    margin-left: 53%;
}

.submit_last{
    margin-top: 25px;
}

input[type="submit"] {
    background: transparent url('/img/button.png') no-repeat;
    border: 0 none;
    padding-bottom: 2px;
    text-align: center;
    width: 100px;
    height: 24px;
    cursor: pointer;
}

.indicator {
    position: absolute;
    z-index: 2;
    color: red;
    font: normal bold 28px tahoma;
    left: 15px;    
}

#fbFooter {
        height: 49px;
        background-color: #000000;
        background-image: url('../img/footerBackground.gif');
        background-repeat: repeat-x;
}

.fbPaginationMinor {
        color: #4e6605;
        margin-left: 10px;
}

#fbContents {
        float: left;
        margin-top: 17px;
        margin-left: 15px;
}

#fbMenu {
        float: right;
        margin-top: 9px;
        margin-right: 15px;
}

#altmsg {
        position: absolute;
        background-color:#000000;
        padding: 20px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        text-align:center;
}

#payment_methods {
	background: white;
	height: 500px;
	width: 700px;
	margin-left: 25%;
}

#payment_methods div{
	background: white;
	float: left;
	margin: 20px;
}

#album_p {
	padding: 5px 20px 0px 35px;
	color: #808080;
}
#date_p {
	padding: 5px 0px 0px 60px;
	color: #808080;
}

#remove_unused_button {
	position: absolute;
	top: 5px;
	left: 895px;
}
#all_date_div {
	position: absolute;
	top: 88px;
	left: 112px;
	color: #EEEEEE;
	cursor: pointer;
}

.yui-skin-sam .yui-carousel-nav select {
   margin-bottom: -15px;
}

color yui-carousel-min-width yui-carousel-visible yui-carousel-horizontal yui-carousel yui-carousel-nav {
  margin: 0 0 -15px 0;
}
.yui-skin-sam .yui-carousel-nav {
  margin-bottom: 10px;
}
.yui-skin-sam .yui-carousel-nav ul {
  float:right;
  height:19px;
  margin:0 10px 0 -220px;
  padding:0;
}
