/* Main Styles */

body 
{
    background: #000 url("images/background.gif") repeat-x;
	font-size: 11px;
	font-family: Verdana;
}

a:visited 
{
  color: #000080;
}

a:hover 
{
  text-decoration: underline;
  color: #333;
}

.logo
{
    background-image: url("images/head_bg.gif");
    border: 1px #333 solid;
	height: 90px;
}

.nav_bg
{
    background-image:url("images/nav_hover_bg.gif");
}

.nav2
{ 
	height: 27px;
	border-top: 1px solid #3e464c;
	border-bottom: 1px solid #020202;
    border-right: 1px solid #3e464c;
	border-left: 1px solid #020202;
	background: url("images/nav_bg.gif");
	padding: 0 0;
	margin: 0 auto;
	overflow: hidden;
} 

.nav2 ul
{ 
	margin: 0;
	padding: 0;
	border-right: 1px solid #3e464c;
	border-left: 1px solid #020202;
	float: left;
} 

.nav2 li
{ 
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 27px;
	float: left;
	border-left: 1px solid #3e464c;
	border-right: 1px solid #020202;
} 

.nav2 a:visited, .nav2 a:link
{ 
	height: 27px;
	color: #ccc;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	padding: 0 12px;
	float: left;
	text-decoration: none;
} 

.nav2 a:hover 
{ 
	color: #959696;
	text-decoration: none;
	background: url("images/nav_hover_bg.gif");
	border-bottom: 0;
	text-decoration: none;
} 

.content 
{
	background-color: white;
	border: 1px #999 solid;
}

.footer
{
    color: #999999;
	text-align: center;
}

.error, .message, .success 
{
    font-weight: bolder;
    text-align: center;
    padding: 5px 3px 5px 3px;
    margin-bottom: 3px;
}

.error 
{
    color: white;
    background-color: red;
}

.success
{
    color: white;
    background-color: green;
}

#available
{
    display: none;
	color: green;
}

#not_available 
{
	display: none;
	color: red;
}

.float_left {
    float: left;
    width: 45%;
    margin-left: 10px;
}

.active_input {
    background-color: white;
    font-size: 13pt;
    color: inherit;
    border: 1px solid silver;
}

.inactive_input {
    background-color: #F7F7F7;
    font-size: 13pt;
    color: inherit;
    border: 1px solid silver;
}


/****************************** 
		GALLERY 
******************************/

.gallery {
	margin: 20px auto;
}

#gcontainer {
    width: 100%;
}

.gallery .gallery1 {
	clear: both;
	background-color: #f1f1f8;
    border: 1px solid #cccccc;
    margin-top: 6px;
}

.gallery .gallery2 {
	clear: both;
	background-color: #FFFFFF;
    border: 1px solid #cccccc;
    margin-top: 6px;
}

.gallery .title {
	font-weight: bold;
	font-size: 13px;
}

.gallery .title a {
    text-decoration: none;
    color: #000055;
}

.gallery .title a:hover{
    text-decoration: underline;
}

.gallery .title a:visited {
    color: #000055;
}

.gallery .action {
	text-align: right;
}

.gallery .action img {
	padding: 2px 2px;
}

.gallery img.thumb{
	padding: 5px;
        border: 1px solid #cccccc;
        background: #ffffff;
        margin: 5px;
	background-image: url("images/main_bg2.png");
}

.gallery tbody {
    vertical-align: top;
}

.gallerytitle {
	font-size: 1.5em;
	font-weight: normal;
    padding-top: 6px;
	padding-left: 6px;
    padding-bottom: 8px;
	border-bottom: 1px #F0F0F0 solid;
}

h1.gallerytitle a {
	color: #777777;
}

.gallery .image {
	float: left;
}

.gallery .image img {
	border: 0;
}

.gallery .image a {
	display: block;
	padding: 10px;
	margin: 4px;
}

.gallery .image a {
	background-color: #E9E9E9; 
	border: 1px #CCCCCC solid;
}

.gallery .image a:hover {
	background-image: url(bg.gif);
	border: 1px #777777 solid;
}


.galleries {
	/*border: 1px #C0C0C0 solid;*/
}

.galleries .gallery1, 
.galleries .gallery2 {
	padding-top: 4px;
	margin-top: 10px;	
}

.galleries td, 
.galleries tr {
	padding-top: 4px;
	vertical-align: top;
}

.galleries .gallery1 {
	clear: both;
	background-color: #F0F9FE;
}

.galleries .gallery2 {
	clear: both;
	background-color: #FFFFFF;
}

.galleries .title {
	font-weight: normal;
	font-size: 1.2em;
}

.galleries .action {
	text-align: right;
}

.galleries .action img {
	padding: 2px 6px 0 0;
}

.galleries img.thumb {
	padding: 4px 0 0 0;
}

/* Loading DIV */
#loading
{
   background: #FF0000;
   color: #FFFFFF;
   position: absolute;
   z-index: 100;
   top: 0;
   right: 0;
   display: none; /* hidden */
   width: 70px;
   border: solid 1px #CCCCCC;
   text-align: center;
}

.pseudolink
{
  cursor: pointer;
}

.share
{
  border: dashed #666666 medium; 
  text-align: center;
  font-weight: 700;
  padding: 10px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}