/* --------------------------------------------------------------
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
body { line-height: 1.5; background: #fff; margin: 1.5em 0; min-width:600px; }
table { border-collapse: collapse; border-spacing: 0; width:inherit; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 80%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl { 
font-family: helvetica, Arial, sans-serif;
/*color: #def7f1;*/
}


/* Headings
-------------------------------------------------------------- */

h1, h0,h2,h3,h4,h5,h6 { font-weight: bold; font-family:georgia; }
/* h1 should have marginbottom: 0.3em */
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.25em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0em; }
h5 { font-size: 1.5em; margin-bottom: 0em; }
h6 { font-size: 2em; margin-bottom: -1em;}


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a[href] { color: #fff; text-decoration: none; }
a[href]:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Layout
-------------------------------------------------------------- */
body {
        background-image: url('images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        background-color:#000;                
}
input[type="text"], input[type="password"], input[type="file"] {
        color:#FFFFFF;
        float:none;
        display:block;
        background-color:transparent;
        width:500px;
        margin-right:5px;
        border-style:solid;
        border-color:#333333;
                }
select {
        color:#FFFFFF;
        float:none;
        display:block;
        background-color:#000000;
        margin-right:5px;
        width:500px;
        border-style:solid;
        border-color:#333333;
                }
textarea{
        color:#FFFFFF;
        float:none;
        display:block;
        background-color:transparent;
        margin-right:5px;
        width:500px;
        height:500px;
        border-style:solid;
        border-color:#333333;
}

                
input[type="submit"]{
        float:right;
        color:#FFFFFF;
        display:block;
        background-color:transparent;
        margin-right:5px;
        margin-top:-15px;
        width:100px;
        border-style:solid;
        border-color:#333333;
        width:inherit;
}

#wrapper {
        width: 790px;
        margin:0 auto;
}
#header {
        padding: 10px 15px 5px 15px;
}

#content {
        color:#fff;
}
#menu {
        color:#fff;
        
}
#header h1 {
        color:#fff;
}
#left {
        float:left;
        width:240px;
        /*position:fixed;*/
}
#login{
        width:200px;
}
.login{
        width:200px;
}
.message{
		padding-left:25px;
		padding-right:25px;
		margin-bottom:0em;
		text-align:justify;
}
#formvalid{
        display:none;
}
.formvalid{
        display:none;
}
#login_submit{
        margin-right: -8px;
        margin-top: -15px;
}
.login_submit{
        margin-right: -8px;
        margin-top: -15px;
}
#right {
        float:right;
        width:550px;
}
.entry {
        background-image:url('images/black_50.png');
        padding:5px 15px 10px 15px;
        margin:5px 5px 25px 5px;
        border:1px #000 solid;
        border-radius: 5px;
    	-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;        
	    -khtml-border-radius: 5px;
	    /*behavior:url(border-radius.htc);*/
}
.entry:hover {
        background-image:url('images/white_50.png');
}
#date{
        color:#222;
}
p {
        font-size:1.2em;
        line-height: 1.5em;
}
#footer {
        clear:both;
        text-align:center;
        color:#FFF;
        
}
a {
        color:#FFFFFF;
}
a[href]:visited {
        color:#AAAAAA;
}


img{ border: 0pt; }

#vista_toolbar {
float:inherit
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
width:800px;
}

#vista_toolbar ul {
/*float:left;*/
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;

}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
/*font:helvetica;
font-size:15px;
text-align:justify;*/
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;

}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;

}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url('/images/left.png') no-repeat left center;
}

#vista_toolbar a:hover span {
background:url('/images/right.png') no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}


/*Gallery Formatting*/
#main-content li{
        width:200px;
        border-width:0 0px 0px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
        -moz-border-radius:20px;
 */
        padding:10px;
        text-align:center;
        color:#000;
        position:relative;
        float:left;
        display:inline;
        margin:5px;
}
#main-content ul{
        padding-bottom:150px;
}

#fullplate-navigation{
        list-style:none;
        float:center;
        padding-bottom:50px;

}
#fullplate-navigation ul{
        float:center;
}
#fullplate-navigation li{
        display:block;
        float:left;
        width:150px;
}

#previous{
        text-align:left;
}

#next{
        text-align:right;
}

#fullplate-navigation li a{
        display:block;
        width:100px;
        padding:10px;
}
#fullplate-photo img{
        width:450px;
}
#fullplate-photo{
        border-width:0 0px 0px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
        -moz-border-radius:20px;
 */
        background-color:transparent;
        color: #fff;
        padding:5px 15px 15px 15px;
        margin:0 auto;
}

#main-content  a span{
/*\*/
        position:absolute;
        left:-9999px;
}

#main-content a:hover span{
        top:10px;
        left:10px;
        width:202px;
        font-weight:bold;
        background:#FFF;
        color:#999;
        padding:5px 0 5px 0;
        font-size:80%;
        border:1px solid #EEE;
        border-width:0 0 10px 0;
        filter: alpha(opacity=100);
        /*-moz-opacity:.8;
                opacity:.80;*/
/**/
}



/* -- Form Styles ------------------------------- */



div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

