/*
 ##################  All site #####################
*/


body {
    color: #fff;
    font-family: Verdana, Trebuchet, sans-serif;
    /* font-size: 0.8em; */
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-color: #000;
}

a:link, a:hover, a:active, a:visited {
    color: #fe5;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    } 


h1 {
    font-weight: normal;
    font-family: "Georgia", serif;
    font-size: 42px;
    margin: 0 0 8px 0;
}

h1.underlineTitle {
	display: block;
	border-bottom: 1px #fff solid;
}

h4 {
    font-family: "Georgia", serif;
    font-weight: normal;
    font-size: 1.3em;
    margin: 0;
}



div#bigBox {
    margin: 0 auto;
    padding: 0;
    width: 950px;
    /* height: 670px; */  
    /* position: relative; */
    overflow: hidden;
    /* border: 1px dotted #fff; */
}


div#topNav {
    width: 700px;
    text-align: center;
    padding: 0 5px;
    margin: 0 auto;
    /*border-bottom: 1px solid #fff;*/
    
}

ul.nav{
    list-style: none
}

ul.nav li {
    display: inline;
    padding: 0 5px;
    border-left: 1px solid #777;
}

ul.nav li.noDivider {
    border: none;
}

ul.nav li a:link, ul.nav li a:visited{
    color: #999;
}

ul.nav li a:hover, ul.navl li a:active {
    color: #fff;
    text-decoration: none; 
}

div#mainContent {
    width: 100%;
    margin: 5px auto;
    /* background: transparent; */
    padding: 10px;
    overflow: hidden;
   /*  border: 1px solid #fff; */
}



div#footNote {
    color: #888;
    font-size: 0.9em;
    text-align: center
}

div#footNote a {
	color: #888;	
}

div#footNote a:hover, div#footNote a:active {
	text-decoration: underline;
}

div.hidden {
	display: none;
}


/* forms */

 div.levitip {
	background-color: #ABD3DE;
	color: #111;
	border: 1px solid #000;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px;
	width: 250px;
}   

.error {
	border: 2px solid red;
}



/* facebox css */

#facebox .b {
  background:url(/assets/images/facebox/b.png);
}

#facebox .tl {
  background:url(/assets/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/assets/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/assets/images/facebox/bl.png);
}

#facebox .br {
  background:url(/assets/images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;  
  text-align: left;
  color: #fff;
  font-family: Verdana, Trebuchet, sans-serif;
  font-size: 11px;
}

#facebox .body {
  padding: 10px;
  background: #000;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
