/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2;
    font-size: .85em;
    font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1, h2
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #f2cf0b; /*#fff;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.table{
    border : 1px solid #809FFF;
    background-color: #E6FFFF;
    color:  #6078BF;
    border-collapse: collapse;
}

.header{
    background-color: #6078BF;
    color: white;
}

.alternate{
    background-color: #EEE6FF;
}

.disabled{
    color: #aaa;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

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

/* Styles for form fieldsets of class prettyForm
----------------------------------------------------------*/
fieldset.prettyForm div 
{
   clear:both;
   padding-bottom:10px;
}

fieldset.prettyForm input[type="text"], input[type="password"] 
{
    padding:2px;
    font-size: 1.2em;
    color:#444;
    font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
    width:300px;
}

fieldset.prettyForm input[type="submit"] 
{
    font-size: 1.2em;
    padding:5px;
}

fieldset.prettyForm label 
{
   width:160px;
   display: block;
}

fieldset.prettyForm .inline-checkbox 
{
    display:inline;
}

/* Styles for div-based information/error boxes
----------------------------------------------------------*/
div.message 
{
   clear:   both;
   margin:  5px;
   padding: 10px;
}

div.message.info    
{ 
    color: #00529B; 
}

div.message.success 
{ 
    color: #4F8A10; 
}

div.message.warning 
{ 
    color: #9F6000; 
}

div.message.error   
{ 
    color: #D63301; 
}

div.message.icon {
   border:  1px solid;
   margin:  10px 0px;
   padding: 15px 15px;
}

div.message.info.icon    
{ 
    background: #BDE5F8; 
}

div.message.success.icon 
{ 
    background: #DFF2BF; 
}

div.message.warning.icon 
{ 
    background: #FEEFB3; 
}

div.message.error.icon  
{ 
     background: #FFCCBA;
}

/* Styles for Photo Galleries
----------------------------------------------------------*/

.nav li.galleries a
{
    display: block;
    background: url( 'icon-gallery.html' ) no-repeat 0 50%;
    padding: 12px 12px 12px 40px;
    color: #798e9a;
    text-shadow: -1px 1px 1px #FFF;
}

.nav li.galleries a:hover
{
    color: #535353;
}

.nav li.tags a
{
    display: block;
    background: url( 'icon-tags.html' ) no-repeat 0 50%;
    padding: 12px 12px 12px 40px;
    color: #798e9a;
    text-shadow: -1px 1px 1px #FFF;
}

.nav li.tags a:hover
{
    color: #535353;
}

ul.thumbnails
{
    width: 100%;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.thumbnails:after
{
    content: '[.]';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

* html ul.thumbnails
{
    height: 1%;
}

ul.thumbnails
{
    display: block;
}

ul.thumbnails li
{
    float: left;
    margin: 10px;
    padding: 5px;
    font-size: small;
    text-overflow: ellipsis; /* IE extension */
    width: auto;
    height: auto;
}

ul.gallery li
{
    float: left;
    margin: 10px;
    padding: 5px;
    font-size: small;
    text-overflow: ellipsis; /* IE extension */
    width: 156px;
    height: auto;
    text-align: center;
}

ul.thumbnails li:hover
{
    background: #f3f6f7;
    border: 1px solid #dbe2e5;
    padding: 4px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

ul.gallery li
{
    width: 206px;
}

img.thumbnailNoBorder
{
    border-style: none;
    margin-bottom: 2px;
}

img.thumbnail
{
    border:solid 1px Black;
    margin-bottom: 2px;
}

.errorContent
{
    color: Red;
    font-size: small;
}

.errorContent p
{
    font-weight: bold;
    margin-bottom: 0;
}

.errorContent ul
{
    margin-top: 0;
}

.errorContent ul li
{
    margin-top: 0;
}

.commentHeader
{
    font-size: small;
}

.commentBody
{
    margin-left: 2em;
}

.pager
{
    font-size: larger;
    padding: 5px;
}

.pager span
{
    color: green;
    background-color: #dfc;
    margin: 5px;
    border: solid 1px black;
}

.pager a
{
    padding: 2px 6px 2px 6px;
}

.pager a:visited
{
    color: green;
}

.pager a.disabledLink
{
    color: #bbb;
}

.pager a.currentPage
{
    background-color: white;
    color: black;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

/* Start SPAN Styles */
span.Red{ color:#FF0000; }	
span.Default{ color:#EAEAEA;  }	 
span.Yellow{ color:#c4a000;}	
span.Dove{  color:#99CCE1;  }	
span.White{ color:#FFFFFF; }	
span.Grey{ color:#CCCCCC; }	   
span.Blue{ color:#99DCEA; }	   
span.Peach{ color:#FFDA8C; }   
span.Orange{ color:#F9B858; }	
span.Green{ color:#C1DD85; }	
/* End SPAN Styles */

/* Start Welcome Styles */
   /* Style your Message Div */
   #WelcomePlaceHolder{
      /* Keep hidden until called by javascript */
      display:none;
      Border:silver 2px solid;
	  align:center;
      width:240px;
      height:150px;
      /* some space for BG image */
      padding:2px 2px 2px 100px;
      background:url('../img/hommes002.html') no-repeat left center;
      font-size:20px; /* 25px; */
      color:#333333;
      margin:5px;
   }
   /* Style Close Button */
   A.CloseButton {
      font-size:11px;
      font-weight:bolder;
      color:black;
      border:silver 2px solid;
      text-decoration:none;
      float:right;
      padding:2px;
   }
   A.CloseButton:hover {
      border:gray 2px outset;
      text-decoration:none;
   }
