@import "flag_sprite.css";

body 
{
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:#333;
  background-color : #FFF;
  font-size : 80%;
}

h1 
{
  margin:0px 0px 10px 0px;
  padding:0px;
  font-size:20px;
  line-height:20px;
  font-weight:900;
  color:#666;
}

p 
{
  font: 100%/120% verdana, arial, helvetica, sans-serif;
  margin:5px 0px;
  padding:0px;
}

#Header a
{
  color : #D26060;
}

#Header a:hover
{
  color : #DB0000;
}

#Content>p 
{
  text-align : justify;
  margin-bottom : 10px;
}

span.small
{
  font-size : 80%;
}

a 
{
  color : #005e89;
  text-decoration:none;
}

/*a:link {color:#005e89;}*/
a:hover {color:#858460;}

ul
{
/*  list-style-image : url(images/puce.png); */
  margin : 5px 0 5px 5px;
  padding : 0 0 0 25px;
}

li
{
  margin: 0;
  padding:0;
}

#Header 
{
  margin:10px 0px 10px 0px;
  padding:0px 0px 0px 20px;
  font-size : 8px;
  /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
  height:33px; /* 14px + 17px + 2px = 33px */
  border-style:solid;
  border-color:black;
  border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  line-height:11px;
  background-color:#eee;
  background-image:url(images/bg.jpg);
  background-repeat : repeat-x;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
  voice-family: "\"}\"";
  voice-family:inherit;
  height:33px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:33px;}

#Header p
{
  font-size : 10px;
  line-height : 18px;
}

#Content 
{
  margin:0px 10px 10px 200px;
  padding:10px;
  border : 1px solid #275F98;
  -moz-border-radius : 6px;
  height : 400px;
  background-color:#EEE;
}

#overall>#Content
{
  height : auto;
  min-height : 400px;
}

#Menus
{
  position : absolute;
  width : 172px;
  left : 10px;
}

div.menu
{
  font-size : 100%;
  left : 10px;
  width:172px;
  padding:10px;
  margin-bottom : 5px;
  background-color:#EEE;
  border:1px solid #275F98;
  line-height:16px;
  /* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:160px;
}

div.menu h3
{
  font-size : 100%;
  margin-top : 0;
  margin-bottom : 5px;
}

div.menu INPUT[type="text"], div.menu INPUT[type="password"], div.menu SELECT {
  width:160px;
}

ul.categoriesList {
  list-style:square;
  padding-left:10px;
}
  ul.categoriesList li.selected {
    font-weight:bold;
  }
  
div.tagsCloud {
  margin:5px 0 10px 0;
}
  div.tagsCloud a {
    display:inline-block;
    padding-right:0 2px;
  }
  div.tagsCloud a.selected {
    font-weight:bold;
  }
  div.tagsCloud i {
    font-size:9px;
  }

/* Again, "be nice to Opera 5". */
body>div.menu {width:150px;}

#footer
{
  clear: both;
  text-align: right;
  margin-right: 1em;
  font-size: 83%;
  color: grey;

  margin-bottom: 1em;
}

div.row
{
  padding-top : 2px;
  padding-bottom : 2px;
  overflow:hidden;
}
.screenshot img
{
  margin:10px;
  padding:10px;
  border:1px solid #DDD;
}

span.label, span.label_y
{
  width : 50%;
  text-align : right;
  float : left;
  margin-right : 10px;
}

span.label_y
{
  font-weight : bold;
}

#overall
{
  float : left;
  width : 100%;
  margin-top : 1em;
}

img.header_image
{
  float:right;
  margin-right : 10px;
}

div.row
{
  border : 1px solid #999999;
  -moz-border-radius : 6px;
  padding : 5px;
  margin-bottom : 10px;
  background-color : #FAFAFA;
  clear : both;
}

A.screenshot {
  display: block;
  float: right;
  margin-left: 3em;
}

.extensionButtons {
  float:right;
  margin-left:3em;
}
  .extensionButtons A.screenshot {
    float: none;
    margin-left: 0;
  }
  
  .extensionRate {
    width:124px;
    margin-bottom:10px;
    background:#ddd;
    border-radius:5px;
    padding:10px 15px;
  }
    .rating_infos {
      font-size:0.8em;
    }
    a#user_rate_show {
      cursor:pointer;
    }

  .downloadButton {
    width:154px;
    margin-bottom:10px;
    line-height:50px;
    background-color:#57a50b;
    text-align:center;
    color:white;
    -moz-border-radius:5px;
  }
  .downloadButton A {
    display:block;
    color:#eee;
    font-size:16px;
    font-weight:bold;
  }
    .downloadButton:hover {
      background-color:#5db10c;
    }
    .downloadButton A:hover {
      color:#fff;
    }

div.nav_left
{
  float:left;
  margin-bottom:10px;
  padding-bottom:0;
}

div.nav_right
{
  float:right;
  margin-bottom:10px;
  padding-bottom:0;
}

/* PhpWebGallery specific */
#pwgHeader {
  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  text-align:center;
  margin-bottom: 1em;
}

#pwgHeader H1 {
  font-size: 18px;
}

#pwgHeader .menu {
  text-align:center;
}

#pwgHeader .menu a {
   text-decoration:none;
   font-weight:bold;
   color:#005e89;
   padding:2px;
   border:1px solid gray;
   background-color:white;
}

#pwgHeader .menu a:visited {
  color:#895900;
}

#pwgHeader .menu a:hover {
   background-color:gray;
   color:white;
   text-decoration:none;
}

.checkboxBox
{
  width: 500px;
}

.checkboxBox label
{
  white-space: nowrap;
}

TABLE TD {
  padding: 6px 0;
}

TABLE.revisions {
  border-collapse: collapse;
  margin: 0 auto;
}

TABLE.revisions TD,
TABLE.revisions TH
{
  text-align: center;
  border: 1px solid black;
  padding: 5px;
}

TABLE.revisions TH
{
  background-color: lightgray;
}

IMG.download
{
  display: block;
  float: left;
  border: none;
}

UL.actionLinks
{
  text-align: center;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1em;
  width: 230px;
  background-color: #d3d3d3;
  border: 1px solid gray;
}

UL.actionLinks LI
{
  display: inline;
/*
  padding: 0 5px;
*/
  margin: 0;
}

UL.actionLinks LI IMG
{
  border: none;
  padding: 5px 0;
}

H1
{
  text-align: center;
  margin: 10px;
}

H2
{
  text-align: center;
  padding: 0;
  margin: 0 0 0.5em 0;
}

H3
{
  text-align: left;
  font-weight: bold;
  margin-top: 2em;
}

H3.revisionListTitle {
  margin-bottom: 0;
  margin-top: 2em;
}

UL.linkManagement
{
  margin: 0;
  padding: 0;
}

UL.linkManagement LI
{
  display: block;
  border: 1px solid gray;
  margin-bottom: 1em;
  padding: 0.5em;
}

A.linkAction
{
  display: block;
  float: right;
}

A.linkAction IMG
{
  border: none;
}

.extension_title
{
  font-size: 120%;
  font-weight: bold;
}

.revision_about
{
  margin-top: 1em;
}

.revision_changes
{
  margin-top: 1em;
}

UL.revActionLinks LI
{
  display: inline;
  margin: 0;
}

UL.revActionLinks LI IMG
{
  border: none;
  padding: 5px 0;
}

.listButton {
  font-size: 90%;
}

A.javascriptButton {
  cursor: pointer;
}

#changelog {
  margin-top: 2em;
}

.changelogRevision {
  border: 1px solid #999999;
  background-color: #fafafa;
  margin: 5px;
  padding: 5px;
  overflow: hidden;
}

.changelogRevisionHeaderCollapsed, .changelogRevisionHeaderExpanded {
  cursor: pointer;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.changelogRevisionHeaderCollapsed {
  background-image: url(images/expand.png);
}

.changelogRevisionHeaderExpanded {
  background-image: url(images/collapse.png);
}

.revisionTitle {
  display:block;
  float:left;
  font-weight:bold;
}

.revisionDate {
  font-style: italic;
  display: block;
  float: right;
}

UL.revActionLinks {
  float: right;
  margin: 0;
  padding: 0;
}

#quickNav {
  float: left;
}

#quickNav img{
  float: left;
}

.nav{
  border:0;
}

#langSelect {
  float: right;
  margin-left: 10px;
}

#viewSelect {
  float: right;
}

.paginationBar {
  display: block;
  text-align: center;
}

.pages {
  display: block;
  text-align: center;
  margin: 10px;
}

.paginationBar {
  font-size: 12px;
}

.paginationBar a {
  padding: 2px 6px;
  border: solid 1px #ddd;
  background: #fff;
  text-decoration: none;
}

.paginationBar a:visited {
  padding: 2px 6px;
  border: solid 1px #ddd;
  background: #fff;
  text-decoration: none;
}

.paginationBar .PrevActive,
.paginationBar .PrevInactive {
  margin-right: 20px;
}

.paginationBar .FirstActive,
.paginationBar .FirstInactive,
.paginationBar .PrevActive,
.paginationBar .PrevInactive,
.paginationBar .NextActive,
.paginationBar .NextInactive,
.paginationBar .LastActive,
.paginationBar .LastInactive {
  padding: 2px 6px;
  border: solid 1px #ddd;
  background: #fff;
}

.paginationBar .FirstInactive,
.paginationBar .PrevInactive,
.paginationBar .NextInactive,
.paginationBar .LastInactive,
.paginationBar .inactive {
  color: #999;
}

.paginationBar .NextActive,
.paginationBar .NextInactive {
  margin-left: 20px;
}

.paginationBar .currentPage {
  padding: 2px 6px;
  border-color: #999;
  font-weight: bold;
  font-size: 13px;
  vertical-align: top;
  background: #fff;
  color: red;
}

.paginationBar a:hover {
  color: #fff;
  background: #0063DC;
  border-color: #036;
  text-decoration: none;
}

.pages div.Results {
  text-align: center;
  font: 11px/15px Arial, Helvetica;
  color: #aaa;
  margin-top: 8px;
}

.filter_buttons {
  margin-top: 1em;
  text-align: center;
}

div.row  img.help_user
{
  border:0px;
}

TABLE.formTable TH {
  text-align:left;
}

.icon
{
  vertical-align: middle;
  margin: 2px !important;
  padding: 0 !important;
  border: 0 none !important;
}

.default_description {
  text-align: right;
  font-style: italic;
}

#reviews_list {}
  #reviews_list .reviewItem {
    border-bottom:1px solid #999;
    padding:10px;
  }
  #reviews_list .odd {
    background-color:#f8f8f8;
  }
  #reviews_list .reviewInfos {
    border-bottom:1px dotted #aaa;
    padding-bottom:5px;
  }
    #reviews_list .reviewInfos .author {
     font-size:0.85em;
     font-style:italic;
    }
    #reviews_list .reviewInfos .title {
     font-weight:bold;
    }
  #reviews_list .rating {
    float:right;
  }
  #reviews_list blockquote {
    margin:10px 10px 5px 10px;
  }
    #reviews_list blockquote:before {
      content:url('images/quote1.gif');
      vertical-align:top;
      margin-right:10px;
    }
    #reviews_list blockquote:after {
      content:url('images/quote2.gif');
      vertical-align:middle;
      margin-left:10px;
    }
    
#review_form {
  width:90%;
  max-width:700px;
  margin:0 auto 10px auto;
  padding:10px;
  border-radius:5px;
  background-color:#f8f8f8;
}
  #review_form_show {
    cursor:pointer;
  }
  
.review_message {
  font-weight:bold;
  padding:10px;
  margin-bottom:10px;
  border-radius:5px;
  color:#2a2;
  background-color:#CBFF9B;
}
  .review_message.reject {
    color:#f22;
    background-color:#FF9BA3;
  }
  .review_message.warning {
    color:#FF9400;
    background-color:#F9E4A2;
   }
   
#displayAllReviews {
  display:block;
  margin:10px 0 0 10px;
}

.my-extensions {
  border-collapse:collapse;
  border-bottom:1px dotted #888;
}
  .my-extensions td {
    padding:2px 4px;
    border-color:#888;
    border-style:dotted;
    border-width:0 1px;
  }
    .my-extensions tr.odd {
      background:#eee;
    }
    .my-extensions tr.even {
      background:#fff;
    }
    .my-extensions tr td:first-child {
      min-width:200px;
    }
    .my-extensions tr td:last-child {
      min-width:70px;
    }
  .my-extensions thead td {
    font-weight:bold;
    padding:2px 10px;
    background:#bbb;
    text-align:center;
  }
    .my-extensions thead tr td:first-child {
      text-align:left;
    }
    
.flags-table {
  background:white;
  padding:10px;
}
.flags-table td {
  white-space:nowrap;
  padding:2px;
}
.flags-table td span {
  vertical-align:middle;
}

.messages {
  padding:10px;
  position:relative;
  border-radius:2px;
  min-height:30px;
  border:1px solid #222;
  margin:5px 0;
}
  .messages ul {
    margin:0;
  }
  .messages:after {
    position:absolute;
    top:50%;
    right:5px;
    margin-top:-17.5px;
    width:25px;
    height:25px;
    padding:5px;
    text-align:center;
    border-radius:50%;
  }
  
  .errors {
    background:#fdd;
    color:#d00;
    border-color:#d00;
  }
  .errors:after {
    content:"\2716";
    font-size:25px;
    line-height:23px;
    color:#fdd;
    background:#d00;
  }
  
  .warnings {
    background:#ffd;
    color:#fb0;
    border-color:#fb0;
  }
  .warnings:after {
    content:"\26a0";
    font-size:32px;
    line-height:16px;
    color:#ffd;
    background:#fb0;
    text-indent:-1px;
  }
  
  .infos {
    background:#efd;
    color:#0b0;
    border-color:#0b0;
  }
  .infos:after {
    content:"\2714";
    font-size:28px;
    line-height:25px;
    color:#efd;
    background:#0b0;
  }