﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/

html, body {
    height: 100%;
}

body
{
    background: url('../Images/gradient.jpg') repeat-x #c5c5c5;
    font-size: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding-top: 10px;
    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;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

form {
    display: inline;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    margin: 0;
}
h4
{
    font-size: 1.1em;
    margin: 0;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* 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: 980px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background: url('../Images/header.jpg');
    height: 104px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#main
{
    padding: 0px;
    background: #ecebeb;
    position: relative;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    
}

#view
{
    padding: 15px 30px 15px 30px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


ul#headergallery
{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#headergallery li
{
    display: inline;
    list-style: none;
    margin-right: 0px;
    float: left;
    padding-right: 5px;
}

ul#headergallery li.last
{
    padding-right: 0px;
}

ul#headergallery li.watermark
{
    padding: 4px 53px 0px 48px;
}

/* TAB MENU   
----------------------------------------------------------*/


#menucontainer
{
    left: 10px;
    bottom: 5px;
    position: absolute;
    
    width: 500px;
    padding: 5px 0px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
}

ul#menu
{
    position: relative;
    margin: 0;
    padding: 0;

}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 2px 4px 0px 4px;
    text-decoration: none;
    border-bottom: 1px white dashed;
    line-height: 1.3em;
    color: #FFFFFF;
    font-size: 1.3em;
    margin-left: 2px;
    /*background: #6d9fdf;*/
    

}

ul#menu li a:hover, ul#menu li a.currentz
{
    text-decoration: none;
    border-bottom: 0;
    background: #6d9fdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

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: 0 0;
    padding: 4px;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input, select, textarea {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 1.1em;
    padding: 2px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

textarea
{
    width: 300px;
    border: 1px solid #CCC;
    height: 100px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

select
{
    width: 200px;
    border: 1px solid #CCC;
    padding: 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   

}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #c2d1e4; 
  font-weight: bold;
}

table tr.odd
{
    background: #FFF;
}
table tr.odd td
{
    border: solid 1px #FFF;
}

table.list {
  background: #dedede;
}

/* MISC  
----------------------------------------------------------*/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear
{
    clear: both;
}

.error
{
    color:Red;
}


#logo 
{
    position:absolute; 
    right: 15px; 
    top: 15px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    padding: 6px 16px;
    color: black;
    text-align: right; 
    border-bottom: 1px dashed Gray;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

	
#gallery { margin: 0; padding: 0; }
#gallery .outer {
    width: 100px;
	margin: 10px;
	display: inline-block
}
#gallery .inner {
    text-align: center;
}

#gallery img {
    border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery a:hover img {
	border: 5px solid Gray;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery img.default {
    border: 5px solid yellow;
	border-width: 5px 5px 20px;
}
#gallery a:hover img.default {
	border: 5px solid yellow;
	border-width: 5px 5px 20px;
}


#breadcrumbs { color: Black; }
#breadcrumbs a:link { text-decoration: none; color: Black; }
#breadcrumbs a:visited { text-decoration: none; color: Black; }
#breadcrumbs a:hover {text-decoration: underline; color: Black;}
#breadcrumbs a:active { text-decoration: none; }

#gallery ul a:link { text-decoration: none; }
#gallery ul a:visited { text-decoration: none; }
#gallery ul a:hover {text-decoration: none; color: #fff; }
#gallery ul a:active { text-decoration: none; }

#Galleries img {
    padding: 0px;
}

#Galleries .hover {
    background: #d0d0d0;
}

#Galleries table td {
    border: 0;
    width: 50%;
    border-bottom: dashed 1px #c1c1c1;
    border-right: dashed 1px #c1c1c1;
    vertical-align: top;
}

table.addresses 
{
    width: 600px; 
    margin: 0 auto;
}

table.addresses td
{
    font-size: 1.3em;
}

.progressBar{
	width:216px;
	height:32px;
	background:url("../Images/ProgressBar/bg_bar.gif") no-repeat 0 0;
	position:relative;
}
.progressBar div{
	position:absolute;
	display:block;
	width:200px;
	height:16px;
	background:url("../Images/ProgressBar/bar-blue.png") no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url("../Images/ProgressBar/bg_cover.gif") repeat-x 0 0;
	top:0;
}

.swfupload {
    vertical-align:top;
}

ul.adminMenu
{
    list-style: none;
    margin: 0;
    padding: 0;
}