html, body { height:100%;}
body { background:#f7f7f7; color:#333333; font:normal 12px/14px Arial, Helvetica, sans-serif;}
body.no-overflow { overflow: hidden; }
form, body, iframe { margin:0; padding:0;}
img, table, iframe { border:0;}
p { margin:0; margin-bottom:15px;}
.clear { clear:both; font-size:0; line-height:0;}

a { color:#003399; text-decoration:none;}
a:hover { text-decoration:none;}

h1 { margin:0; padding:0;}
h2 { margin:0.3em 0 0.3em 0; padding:0; color:#333333; font:normal 14px Arial, Helvetica, sans-serif; font-weight:bold; text-align:left;}

ul { margin:10px 0 15px 48px; padding:0; list-style:disc;}
ul li { margin:0; padding:0;}

.left { float:left;}
.right { float:right;}

/*--------------- Stucture classes-----------------------*/
.layout { text-align:left; position:relative; width:1000px; margin:0 auto; padding-bottom:1px; overflow: hidden; }
.indent { padding: 5px 0 0 0;}
.logo { margin-bottom:5px;}
.logo a { display:block; width:338px; height:90px; background:url(../../imageshack.us/images/blue/greylogo.png) no-repeat left top; overflow:hidden; text-indent:-999px;}
.facebook-like {
    position: absolute;
    top: 30px;
    left: 350px;
}

#top
{
    margin:0 0 -17px auto;  
}

.top_form
{
    text-align:right;
    width:40em;
    padding-top:10px;
}

.lang
{
    border:1px solid #777777;
    background-color:#FFF;
    color:#777777;
    margin:8px 0 10px;   
}

.search input
{
    border:1px solid #ccc;
    margin:2em 0 0 2em;
    width:240px;
}

.search a, .search a, .search a:hover  
{ 
    color:#0776a0; 
    text-decoration:none; 
    font:bold 14px/16px Arial, Helvetica, sans-serif;
}

/*-------------------------Top  Menu ---------------------------------*/
.search-box
{
    margin:16px 0 0;
}
.search-box input{
  background:url('../../imageshack.us/images/blue/glass-search.jpg') no-repeat 3px center;
  background-color: white;
  margin: 3px 0 0 4px;
  border: 1px solid #cccccc;
  padding-top:1px;
  padding-left:20px;
  height: 16px;
  width: 202px;
  color: #888;
}

#menu
{
    width:          998px;
    height:         26px;
    margin:         0 0 10px 0;
    padding:        0;
    border: 1px #686868 solid; 
    background:     url('../../imageshack.us/images/blue/menu_bg.jpg');    
    _overflow: hidden;
}

.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    line-height:    0.8;
    float:          left;
    margin-bottom:  1em;
}
.sf-menu ul {
    position:       absolute;
    top:            -999em;
    width:          15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          250px;
}
.sf-menu li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
    color:          #fff;  
}
.sf-menu li {
    float:          left;
    position:       relative;
    text-align:     center;
    width: 249px;
}
.sf-menu .topanchor {
    display:        block;
    position:       relative;
    font-size:      16px;
    font-family:    Arial, Helvetica, sans-serif;
    text-decoration:none;
    border-right:   1px #cab985 solid;
    padding:        8px 16px 6px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:          #333333;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0;
    top:            2.2em; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           15em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           15em; /* match ul width */
    top:            0;
}

#menu ul li.current a {
    color:          #ffffff;
}

#menu ul li.current ul li a:hover {
    color:          #333333;
}

.sf-menu li:hover a, .sf-menu li.sfHover a {
    color:          #ffffff;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:        0;
    color:          #ffffff;
    background:     url('../../imageshack.us/images/blue/menu_bg_black.jpg');  
}


.sf-menu li li {
    height: 24px;
    background:     url('../../imageshack.us/images/blue/submenu_bg_black.jpg');
}

* html .sf-menu li li a:hover { /* IE6 hack */
    color:#333333;
    background:     url('../../imageshack.us/images/blue/submenu_bg_yellow.jpg');    
}
* html .sf-menu li ul {
    width: 224px;
    padding: 0;
    z-index: 1000;
    color: #fff;    
}
* html .sf-menu li ul li {
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-top-color:#9b9a9a;
}

* html .sf-menu li ul li a, * html .sf-menu li ul li a:visited, * html .sf-menu li ul li a:active {
    color: #fff;
    font-size: 1.2em; 
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif; 
    text-align:     left;
}
* html .sf-menu li ul li a:hover { 
    color:#333333;
}

.sf-menu li ul li a {
    display:        block;
    position:       relative;
    color: #fff;
    font-size: 1.2em; 
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif; 
    text-align:     left;
    padding:        0.4em 1em;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right:  1.0em;
    min-width:      1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:       absolute;
    display:        none;
    right:          .75em;
    top:            1.05em; /* IE6 only */
    width:          0px;
    height:         0px;
    text-indent:    -999em;
    overflow:       hidden;
    background:     url('../../imageshack.us/images/blue/arrows-grey.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:            .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-shadow ul {
    width: 250px;
    padding: 0;
    z-index: 1000;
    color: #fff;    
}

.sf-shadow ul li {
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-top-color:#9b9a9a;
}

.sf-shadow ul li a:hover {
    color:#333333;
    background:     url('../../imageshack.us/images/blue/submenu_bg_yellow.jpg');    
}


.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/*----------------------------------------------------------*/
.column-left
{
    margin:0 auto;
    float:left;
    width:671px;    
}

.column-right
{
    margin:0 auto;
    float:right;
    width:310px;    
/*    margin-top:5px;*/
}

.main-image div
{   
    text-align:center;      
    width:650px;
    height:480px;
}   

.border
{
    padding:15px;
    border: 1px #cccccc solid;  
    background-color:#FFF;  
}

.small
{
    border:none;
    padding:0px;
    margin:0;
    width:100px;
    height:100px;
}



.navigation
{                   
    margin:15px auto;
    margin-top:10px;
    width:14em;
}

.userstream
{
   width:100%; 
   text-align:center;
   margin-bottom:5px;
}


.nav-link a
{
    display:block;
    margin-bottom:25px;
    font-weight:bold;
}

.nav-link.left
{
    text-align:right;
}


/*---------------------------Actions---------------------------------*/

#Actions
{
    float:left;
    margin: 10px 0 10px 0; 
}

#Actions ul
{
     width:100%;
    margin:0;
    padding:0;  
    list-style: none;
    font:normal 16px/18px Arial, Helvetica, sans-serif; 
    
}

#Actions li 
{
   
    display: inline;    
    float:left;
    width:130px;
}

#Actions a 
{
    float: left;
    padding: 0px 0px 5px 0px;
    text-decoration:none;
}


#Actions div 
{
    padding: 2px 22px 0px 0px;
    float: left;        
}

#Actions a:hover 
{
    color:#ff2c00;
}

#Actions img
{
    padding: 0px 3px 0px 0px;
    float: left;        
}

.action-div
{
    position:relative;      
}

#action-share
{
    position:absolute;
    top:240px;
    left:270px;
    display:none;
    width:400px;
    border: 1px #ccc solid; 
    z-index: 10000;
}

#action-save
{
    position:absolute;
    top:350px;
    left:205px;
    display:none;
    background-color:#bbdae6;
    width:235px;
    height:135px;       
}
.check-div
{
    margin:0 0 10px 30px;
}

.check-div input
{
    float:left; 
}

.check-div div
{
    padding:0px 0 5px 5px;
    *padding:3px 0 0 5px;   
    float:left; 
}

/*---------------------------Main image-------------------------------*/
#main 
{
    margin: 0px auto; 
/*    border: 1px #bbdae6 solid; */ 
/*    background-color:#FFF;  */
/*    padding:10px; */
    padding:0px;
    text-align: center;
}


/*-------------------Accordion---------------------------------------*/
.image-info
{
    padding: 0px;
    border: 1px #999999 solid;
    background:white;
    height: 100%;
}

.image-info-tab
{
    cursor:pointer;
    margin-top:0px;   
    width:308px;              
}

.next_prev {
    margin-top:0px;
    width:308px;
    background:#cbcbcb;  
    padding: 0.2em 0 0.2em 1.6em;
    margin: 0;
    color: #003399;
}

.image-info-tab.active
{       
    background:#cbcbcb url(../../imageshack.us/images/down_arrow_blue.gif) no-repeat 5px 7px;  
}

.image-info-tab.non-active
{
    background:#cbcbcb url(../../imageshack.us/images/right_arrow_blue.gif) no-repeat 5px 5px;        
}

.active h2
{   
    padding: 0.3em 0 0.3em 1.6em;
    margin: 0;
    color: #003399;
}
 
.non-active h2
{   
    padding: 0.3em 0 0.3em 1.4em;
    margin: 0;
    color: #003399;
    border-bottom: 1px white solid;
    margin-bottom:1px solid;
}

.image-info-view
{
    background-color:#FFF;
    padding:10px 10px 0 10px;  
    width:285px;     
}

.image-info-view p 
{ 
    margin-bottom:5px;
}

#show-map, #hide-map, #map
{
    padding:0 0 5px 0;
}

#hide-map, #map
{
    display:none;
}

#map {
    width: 275px;
    height: 200px;
}

#map > div > span {
    display: none;
}


.codes label
{
    margin:3px 0px 0px 0px; 
    float:left;
    display:block;
}

.codes input
{
}

.codes div
{
    float:left;
    margin:0 0 10px 0;
    width:100%;
    clear:left;
}

.new-generalinfo
{
    float:left;
    height:76px;
    width:328px;
    background-color:#FFFFFF;
    font-size:14px;
    _overflow:hidden;
}

.new-generalinfo-view
{
    margin-left:10px;
    margin-top:8px;
    color:#555555;
    font-weight:bold;
}

.new-info
{
    font:normal 12px Verdana, Geneva, sans-serif;
    _overflow:hidden;
}  
/*----------------------------------------------------------*/
.ads
{
    margin:10px auto;
}

/*------------------------Bottom Menu----------------------------------*/
.menu-bottom
{
    margin-top: 0.5em;
    position:relative;
    height:2.4em;
    border-top: 1px #cccccc solid;      
    text-align:center; 
}

.menu-bottom-link
{
    padding: 0em 1.1em;
}

.menu-header
{
    padding:1.1em;
    font:normal 11px Verdana, Geneva, sans-serif;
    color:#666666;
}

.menu-links
{
    border-top: 1px #eeeeee solid;
}

.menu-links div
{
    position:absolute;
    top:3em;    
}

.actions
{
    left:11em;
}


.actions span
{
    padding:0px 10px 0px 0px;  
}

.menu-bottom a
{
    color:#666666;  
    padding-bottom:2px;
}
/*----------------------------------------------------------*/
#copyright 
{ 
    clear:both; 
    color: #666666;
    text-align:center; 
    font:normal 10px/16px Arial, Helvetica, sans-serif; 
    margin:3px 0 0px;
}

/*----------------------------------------------------------*/
/* STAR RATING */
.star-rating{
    list-style:none;
    margin-left:5px;
    padding:0px;
    width: 125px;
    height: 25px;
    position: relative;
    background: url(../../imageshack.us/images/blue/stars.gif) top left repeat-x;     
}
.star-rating li{
    padding:0px;
    margin:0px;
    float: left;
}
.star-rating li div{
    display:block;
    width:12px;
    height: 25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li div:hover{
    background: url(../../imageshack.us/images/blue/stars.gif) left bottom;
    z-index: 2;
    left: 0px;
}
.star-rating div.rate1{
    left: 0px;
}
.star-rating div.rate1:hover{
    width:12px;
}
.star-rating div.rate2{
    left: 12px;
}
.star-rating div.rate2:hover{
    width:25px;
}
.star-rating div.rate3{
    left: 25px;
}
.star-rating div.rate3:hover{
    width:37px;
}
.star-rating div.rate4{
    left:37px;
}
.star-rating div.rate4:hover{
    width: 50px;
}
.star-rating div.rate5{
    left:50px;
}
.star-rating div.rate5:hover{
    width: 62px;
}
.star-rating div.rate6{
    left: 62px;
}
.star-rating div.rate6:hover{
    width: 75px;
}
.star-rating div.rate7{
    left: 75px;
}
.star-rating div.rate7:hover{
    width: 87px;
}
.star-rating div.rate8{
    left: 87px;
}   
.star-rating div.rate8:hover{
    width: 100px;
}
.star-rating div.rate9{
    left: 100px;
}   
.star-rating div.rate9:hover{
    width: 112px;
}
.star-rating div.rate10{
    left: 112px;
}
.star-rating div.rate10:hover{
    width: 125px;
}
.star-rating li.current-rating{
    background: url(../../imageshack.us/images/blue/stars.gif) left center;
    position: absolute;
    top:0;
    left:0;
    height: 25px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

#rating
{
position:relative;
}   

.rating-message 
{
    position:absolute;
    top:13px;
    left:150px;
    font-size:14px;
    color:#666;
    font-weight:bold;
}

/* Login dialog */
#login_dialog .error
{
    margin: 5px auto;
    color:#f30;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border:1px solid #666666; background: #F2F2F2; color: #222222; }
.ui-widget-content a { color: #0776a0; text-decoration:underline;}
.ui-widget-content a:hover { text-decoration:none; }
.ui-widget-header { background-color:#cccccc; font-weight: bold;}
.ui-widget-header a { color: #0776a0; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../imageshack.us/images/blue/ui-icons_222222_256x240.png); }
.ui-icon-closethick { background-position: -96px -128px; }
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
/*.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }*/
/* Overlays */
.ui-widget-overlay { background: #000000; opacity: .45;filter:Alpha(Opacity=45); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 8px; -webkit-border-radius: 8px; }
/* Dialog
----------------------------------*/
.ui-dialog { position: relative;width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .4em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; display: block}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close .reg-dialog { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background-color: #F2F2F2; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; border-top:0;}
.ui-dialog .ui-dialog-buttonpane button { float: right; margin-left: .5em; cursor: pointer; line-height: 1.4em; width:90px;height:20px; overflow:visible; background:url(../../imageshack.us/images/blue/button_grey2.png) transparent no-repeat; font-size:10pt; color:#FFFFFF;border: 0;}
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/*----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 9999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}


h3 {
    -x-system-font:none;
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0.3em 0;
    padding:0;
    text-align:left;
}

h4 {
    -x-system-font:none;
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0.2em 0;
    padding:0;
    text-align:left;
}

.account-details input[type=checkbox] { margin: 0; }

.account-details input[type=text], .account-details input[type=password] {
    width: 150px;
}

img, table, iframe {border:0 none;}

.account-details {margin:0.5em 0.5em 0.5em 2em;}

/*---------------------------Comments---------------------------------*/
#Comments { margin:15px auto; }
.comment { border: 1px #cccccc solid;  background-color:#FFF; margin:0px auto; padding:10px 5px; width:660px; height:1.2em; color:#0776a0; font-size:12px; font-weight:bold; color:#4469b4; }
.comment-box { margin:0 auto; clear:both;}
.insider { margin: 0 0 0 30px; }
.comment-open, .comment-closed{ float:left; margin:-1.5em 0.2em 0.2em 0.2em;}
.comment-open a, .comment-closed a{ text-decoration:none; color:#0776a0; font-size:12px;}
.comment-date { text-align:right; color:#999; margin-bottom:10px;}
.center-txt { text-align:center; font-weight:bold; }
.left-txt { text-align:left; border: 1px #CCCCCC solid; color:#000; margin:0;}
.comment-icon { float:left; margin-right:10px; width:50px;}
.comment-icon img {width:50px;}
.comment-wrote { float:left; color:#333;}
.comment-text { color:#25476a; font:normal 14px/16px Arial, Helvetica, sans-serif; line-height:150%;  margin:0px 0 10px 60px; background-color:#FFF; padding:0.5em; overflow:hidden;}
.comment-actions { text-align:right; color:#0776a0; clear:left;}
.comment-error { display:none; margin: 5px auto; color:#f30; }
.comment-edit { display:none; margin-bottom:10px; background-color:#FFF; border:1px solid #ccc; }
  
#Comments h3 { margin:0em 0 0.1em 0; padding:0; color:#9f9886; font:bold 20px Arial, Helvetica, sans-serif; text-align:left;}
#Comments .h3 { margin:0em 0 0.1em 0; padding:0; color:#9f9886; font:bold 20px Arial, Helvetica, sans-serif; text-align:left;}
#Comments h4 { margin:1em 0 0.1em 0; padding:0; color:#000; font:bold 14px Arial, Helvetica, sans-serif; text-align:left;}
#Comments span {color:#000; font-weight:bold; font-style:normal; }
.thumb-cmnt { display:block; float:left; margin:5px;}

/*-------------------------Post a Comment---------------------------------*/
.comment-edit{padding-bottom: 10px;}
.account-details { margin:0.5em 0.5em 0.5em 2em; }
.account-details input.text, .account-details input.password { width: 150px; }
.msg-from { color:#333; margin:0.5em 0.5em 0.7em 4em; }
.simbols-count { float:right; margin-top:2px;margin-right:12px;  color:#8F8775; font:bold 20px/20px "Trebuchet MS", Helvetica, sans-serif;}
.explanation { color:#a299a2; margin-left:60px;}
.openID { margin:0.5em 0.5em 0.5em 2em; }
.captcha { border:1px solid #999; background-color:#dcdbdb; float:left; margin:5px 0 5px 0;}
.captcha img { float:left; margin:0 auto; }
.captcha div { padding:0.4em 0.5em 0em 0.5em; float:left; clear:left; color:#666; text-align:left; }
.re-try { padding:5px 3px 0 3px; }
.captcha input { width:100px; float:left; margin:3px 0 0 0; }
.browse {border: 1px #96d0e6 solid; color:#0776a0; background-color:#FFF; margin:3px 10px 10px 60px; padding:5px 0; width:80%; height: 25px; font-size:14px;}
.comments_add_media label{color:#333; margin:0 0 0 5em;}
#loader { background: url(../../imageshack.us/images/ajax-small-loader.gif) transparent no-repeat; width: 16px; height: 16px; display:none; float:right; margin: 6px;}
.post-buttons { margin: 53px 0 0 0; float:right; }
#post_comment { display:block; width:134px; height:28px; background:url(../../imageshack.us/images/blue/postcomment.gif) no-repeat left top; overflow:hidden; text-indent:-999px; float:right;}
#cancel_comment {float:right; margin-top:8px;}
.commentform {margin: 0 15px 0px 15px;}

/* affinity ads */
.affinity-ads {overflow:hidden;padding:5px; width: 983px;}
.affinity-ads ul {list-style: none; margin:0; padding:0;}
.affinity-ads .a2 {width: 480px;}
.affinity-ads .a3 {width: 310px;}
.affinity-ads .a4 {width: 235px;}
.affinity-ads ul li {float:left; margin:0; padding:5px;}
.affinity-ads .title, .affinity-ads .title:hover, .affinity-ads .title:active, .affinity-ads .title:visited {font-size:12px;}
.affinity-ads .abstract {}
.affinity-ads .url, .affinity-ads .url:hover, .affinity-ads .url:active, .affinity-ads .url:visited  {color:#666;text-decoration:none;}

/* search */

a.search_result img {
  margin: 5px;
  background: #FFF;
  border: 1px solid #BBDAE6;
  padding: 5px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip, a.tt:hover span.left-tooltip{
    display:block;
    position:absolute;
    top:15px; left:-7px;
    padding: 0px 0 0 0;
    width:280px;
    color: #993300;
    text-align: left;
    filter: alpha(opacity:100);
    KHTMLOpacity: 1.0;
    MozOpacity: 1.0;
    opacity: 1.0;
    cursor:help;
    font-size:12px;
}
a.tt:hover span.left-tooltip {
    top:10px; left:-250px;
}    
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url(../../imageshack.us/images/blue/bubble.png) no-repeat top;
}
a.tt:hover span.left-top{
    display: block;
    padding: 30px 8px 0;
    background: url(../../imageshack.us/images/blue/bubble2.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
    display: block;
    padding: 0 8px; 
    background: url(../../imageshack.us/images/blue/bubble_filler.png) repeat bottom; 
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #548912;
    background: url(../../imageshack.us/images/blue/bubble.png) no-repeat bottom;
}

/*---------- Dialog boxes -----------*/
.dialogbox { border:1px solid #999; padding:0; width:180px; font:12px Arial,Helvetica,sans-serif; color:#003399; }
.dialogbox .header {
    font: bold 14px Arial;
    background-color:#cbcbcb; 
    height:22px; 
    margin-bottom: 5px;  
    padding-top:4px;
    text-align:center;
}
.dialogbox .day_of_week { color: #333; }
.ser, .dialogbox a { font-family:Arial;font-size:12px; color: #333; }
.nmr {padding-left: 16px;}
.mist
{
    background-color: white;
    position:absolute;
    left:0px;
    top:0px;
    z-index: 100;
    visibility: hidden;
    filter: alpha(opacity=50);
    opacity: 0.50;
}
.wordwrap {
  word-wrap: break-word;      /* IE 5.5-7 */
  white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
  white-space: pre-wrap;      /* current browsers */
}

.image-details-value {padding-left:5px} 

.codes input, .multilinebox {
  font: 1em sans-serif; 
  background-color: #ffffff; 
  border: 1px solid #e6e6e6; 
  border-top: 1px solid #aaaaaa;
  padding: 0.2em; 
  margin-bottom: 0.3em; 
  height: 1.2em; 
  width:190px;
  overflow: hidden;
  resize: none;
  float: right;
}
/*---------- Lightbox -----------*/
.lightbox{
  display:none;
  z-index:10002;
  background-color:white;
}
.lightbox .close, .closebutton {     
  background-image:url(../../imageshack.us/images/close.png);     
  z-index:10002;
  position:absolute;     
  right:10px;     
  top:10px;     
  cursor:pointer;     
  height:35px;     
  width:35px; 
}
* html .closebutton {
  background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../imageshack.us/images/close.png');
}
.lp_arrows {width: 40px; height: 40px; cursor: pointer; z-index: 1;}
.lp_left_arrow { 
  background-image:url('../../imageshack.us/images/left_arrow_blue_whitebg.png');    
}
* html .lp_left_arrow {
  background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../imageshack.us/images/left_arrow_blue_whitebg.png');
}
.lp_right_arrow { 
  background-image:url('../../imageshack.us/images/right_arrow_blue_whitebg.png');    
}
* html .lp_right_arrow {
  background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../imageshack.us/images/right_arrow_blue_whitebg.png');
}

/*------- photo limit warning on my images page -------*/
#limit-warning {
    background-color: pink;
    width: 770px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

/*------ Skypath download ----------------------------*/
#skypath-download a:link {color:#FF5600;}      /* unvisited link */
#skypath-download a:visited {color:#FF5600;}  /* visited link */
#skypath-download a:hover {color:#FF5600;}  /* mouse over link */
#skypath-download a:active {color:#FF5600;}  /* selected link */
#skypath-download p{line-height:130%;}  
#skypath-download {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    color: #333;
    background-color: #E5E5E5;
    border: 1px solid #ccc;
    width: 625px;
    padding: 12px 12px 5px 120px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url('../images/SkyPath_logo.png');
}

/*------ Skypath download ----------------------------*/
#skypath-download-win a:link {color:#FF5600;}      /* unvisited link */
#skypath-download-win a:visited {color:#FF5600;}  /* visited link */
#skypath-download-win a:hover {color:#FF5600;}  /* mouse over link */
#skypath-download-win a:active {color:#FF5600;}  /* selected link */
#skypath-download-win p{line-height:130%;}
#skypath-download-win {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #333;
    background-color: #E5E5E5;
    border: 1px solid #ccc;
    width: 570px;
    padding: 12px 12px 5px 185px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url('../images/SkyPath-Windows-Ad2.png');
}

.title-block-full {
     text-align: left;
     font-size: 20px;
     margin:auto;
}

.title-block {
    margin: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 20px;
    height: 30px;
}

.tags-block {
    margin: 15px 0 5px 0;
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
    border-bottom: 1px solid #ccc;
    height:24px;
    padding-top: 10px;
}

.tags-block-full {
    text-align: left;
    font-size: 16px;
    line-height: 120%;
    padding-top: 10px;
}

.blank {
    color: #999;
}

#meta-gal {
    padding: 5px 0;
    float:left;
}

#meta-tags {
    padding-top: 5px;
}

#tags-label {
    padding: 5px 5px 0 0;
    float:left;
    font-weight: bold;

}

.dots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.ui-progressbar { 
    position:relative;
    top:3px;
}

.ui-progressbar > div {
    background: Orange;
}

.pblabel { position: absolute; width: 100%; text-align: center; line-height: 1.9em; }

/** Facebook login stuff
*************************************/
#signOut {
    height: 20px;
    position: relative;
}

#global-facebook-login,
#register-facebook-login {
    cursor: pointer;
    position: absolute;
    display: block;
    background: url(../images/login-with-facebook.png) no-repeat transparent;
    color: transparent;
    overflow: hidden;
    width: 154px;
    height: 22px;
    right: 114px;
    top: -4px;
}

#forgot-password {
    margin-left: 38px;
    margin-right: 51px;
    color: #777;
}

#forgot-password a{
    text-decoration:none
}

#stay_logged_in_label {
    color: #777;
    font-size: 12px;
}

#login-top {
    display: none;
 }

#login-top #password, #login-top #username {
    width:130px;
}

.login-error {
   color: red;
   margin-right: 140px;
}

#service-message {
    width: 100%;
    background-color: #f4bd38;
    background-color: rgba(244, 189, 56, 0.85);
    color: #3333;
    font-size: 12px;
    cursor: default;
    margin-bottom: 5px;
}

#service-message > p {
    width: 640px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}

#service-message .close {
    cursor: pointer;
    display: block;
    opacity: 0.5;
    padding: 12px;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

#service-message span {
    height: 14px;
    width: 15px;
    display: block;
}

#contest-success-message {
    background-color: #87C442;
    color: #303030;
    font-size: 14px;
    left: 0;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    top: -50px;
    width: 100%;
    z-index: 1000;
    -moz-transition: top 0.25s ease-in-out;
    -webkit-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    -ms-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    opacity: 0.95;
    filter: alpha(opacity=95);
    cursor: default;
}

#contest-success-message.visible {
    top: 0;
}

/*---------- Promo sub ------------*/
#promo-subscription-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

#promo-subscription {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -225px auto 0 -400px;
    width: 800px;
    height: 450px;
    /*padding: 10px;*/
    border-radius: 3px;
    background-color: #303030;
    z-index: 100002;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#promo-subscription .wrapper {
    position: relative;
    background-color: #4c6fa9;
}

#promo-subscription .close {
    background: url("../images/close2.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
    z-index: 10;
}

#promo-subscription-frame {
    width: 800px;
    height: 440px;
}

#promo-overlay {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    position: absolute;
}

#promo-pop {
    background-color: white;
    width: 771px;
    height: 412px;
    margin: 150px auto 0;
    position: relative;
    padding: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#promo-img {
    display: block;
}

#promo-text-nthx {
    cursor: pointer;
    float: right;
    font-size: 14px;
    width: 175px;
    text-align: center;
    padding: 15px 0;
    background-color: #dbdbdb;
    color: #303030;
    font-family: Open Sans;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 9px 0 0 10px;
    position: relative;
}

#promo-text-try {
    cursor: pointer;
    float: right;
    font-size: 14px;
    width: 175px;
    text-align: center;
    padding: 15px 0;
    background-color: #303030;
    color: #f7c03c;
    font-family: Open Sans;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 9px 0 0 10px;
    position: relative;
}

#promo-close {
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 766px;
    color: #ffffff;
    font-weight: bold;
}

.promo-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
  /*  -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;*/
    z-index: -1000;
}

.promo-show {
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}