/* 
   This is the style sheet used when Gallery running standalone and
   'no skin' is selected.

   If you would like to customize the styles please create 
   copy of this file called 

   "screen.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted 

   $Id: screen.css.default,v 1.17 2005/07/20 12:46:27 jenst Exp $
*/ 

a:link,a:active,a:visited{
color:#EEEEEE;
background:#222222;
text-decoration:underline;
}
a:hover{
color:#E4C27A;
background:#222222;
text-decoration:none;
}
body{
margin:0px 0px 0px 0px;
background:#111111;
font-family:Verdana,Arial,sans-serif;
}
hr{
width:90%;
color:#666666;
height:1px;
}
li{
margin:6px 20px 16px 30px;
font:14px Verdana,Arial,sans-serif;/* color:#E4C27A;*/
}
table,tr,td{
color:#DBDBDB;
background:#222222;
font:14px Verdana,Arial,sans-serif;
}
table.main{
border:1px solid #336600;
padding:4px;
margin-bottom:4px;
background:#222222;
}
form{
margin-left: 20px;
}
ul,ol{
color:#DBDBDB;
font:14px Verdana,Arial,sans-serif;
}
.emphasis{
color:#E4C27A;
background:#222222;
font:bold 14px Verdana,Arial,sans-serif;
}
.highlight{
color: #DCC383;
background:#222222;
}
.quote{
color:#DBDBDB;
font-size:14px;
font-style:italic;
}
.smaller{
color:#AAAAAA;
font-size:10px;
}
.smemphasis{
color:#DBDBDB;
font-size:12px;
font-style:normal;
font-weight:bold;
}
.submenu{
color:#808080;
font:normal 12px Verdana,Arial,sans-serif;
}
#content .topofpage a{
color:#888888;
font-size:10px;
text-align:right;
}
#content h1{
margin:16px 10px 4px 20px;
color:#DCC383;
background:#222222;
font:bold 30px Georgia,"Times New Roman",Times,serif;
}
#content h2{
margin:10px 10px 4px 20px;
color:#DCC383;
background:#222222;
font:bold 20px Georgia,"Times New Roman",Times,serif;
}
#content h3{
color:#DBDBDB;
background:#222222;
margin:10px 10px 4px 20px;
font:normal 18px Verdana,Arial,sans-serif;
}
#content h4{
margin:0px 20px;
color:#E4C27A;
background:#222222;
font:16px Verdana,Arial,sans-serif;
}
#content p{
margin:6px 20px 10px 20px;
color:#DBDBDB;
background:#222222;
font:14px;
font-family:Verdana,Arial,sans-serif;
line-height:1.5em;
}
#divwrapper{
margin:20px 0px;
}
#footer{
color:#999999;
text-align:center;
}
#footer a{
color:#888888;
background:#222222;
text-decoration:underline;
}
#footer a:hover, #footer p.menu a:hover{
color:#9B7527;
background:#222222;
text-decoration:underline;
}
#footer h1{
margin:10px 0px;
color:#fff;
font-size:18px;
text-align:center;
line-height:24px;
}
#footer h2{
margin:4px;
border-bottom:none;
color:#777777;
font-size:12px;
text-align:center;
line-height:18px;
}
#footer p.copyright{
color:#fff;
background:#000;
font:normal 12px Verdana,Arial,sans-serif;
}
#footer p.menu a{
color:#333;
font-size:.8em;
text-decoration:underline;
}
#footer p.webdesign{
margin:10px 0px;
color:#fff;
font-size:10px;
text-align:center;
line-height:1.25em;
}
#header{
padding-top:3px;
border-bottom:1px solid #333;
}
#header h1{
margin:2px 20px 4px 8px;
color:#fff;
background:#000;
font:italic 36px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align:left;
}
#header h2{
margin:0px 20px 10px 10px;
color:#B2A793;
font-size:12px;
font-style:italic;
text-align:right;
}
#ltcolumn h1{
margin:10px 16px 10px 10px;
color:#fff;
background:#000;
font-size:16px;
font-family:Georgia,"Times New Roman",Times,serif;
}
#ltcolumn p{
margin:10px 16px 10px 10px;
color:#fff;
background:#000;
font:12px;
font-family:Verdana,Arial,sans-serif;
}
#rtnavbar .smaller{
margin:10px 10px 10px 10px;
}
#rtnavbar object{
margin:16px 10px 10px 10px;
}
#rtnavbar p{
margin:10px 10px 10px 10px;
color:#fff;
background:#000;
font:12px;
font-family:Verdana,Arial,sans-serif;
line-height:1.2em;
}
div.clearer {
clear: left; 
line-height: 0; 
height: 0;
}
p.cart {
margin:6px 10px 10px 10px;
font-size: .80em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.1;
}

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/


img {
    border: none;
}

td,p { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; 
}

a {
    font-family: Verdana,Helvetica,sans-serif;
    text-decoration: none;

}

a:hover {
    font-family: Verdana,Helvetica,sans-serif;
    text-decoration: underline;

}

.popup a:hover {
 
}

.popup td {
    color: #fff;
}

.popup td.tab-hi {
    color: #FFFFFF;
}
    
textarea:focus, input:focus {
    background-color: #000;
}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #333;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.mod_title_bg   /* album title hightlight Text is controled by .title */
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/
	{
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside - view_album */
	{
	  font-size: 10px; 
	}
.pcaption  /* modifies background for caption text to reside - view_photo*/
{
     font-size: 10px; 
}

.customFieldsTable {
}

.customFieldsTableCaption {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
  
.vafloat /* float for view album - text */
 	{
 	   float: none;
 	}
 
.vafloat2 /* float for view album - images */
 	{
 	 float: none;
	}
 
.vasummary /* controls the view of Album summary */
	{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
	}
.commentIndication 
	{
	   color: yellow;
	   font-size: 12px;
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: #FBFF7F;
          font-size: 12px;
        }

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/
	{
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.navtableborderbegin
	{
	  border:1px solid #ccc;
	}
.navtableborderend
	{
	  border:1px solid #333;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:1px solid #ccc;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:1px solid #333;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.borderleft
	{
	  border:1px solid #ccc;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}


.borderleft-popup {
    border:1px solid #333;
    border-top-width:0px;
    border-bottom-width:0px;
    border-right-width:0px;
    padding-left: 5px;
}

.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}

.viewcounter 
	{
	  font-size: 10px;
	}

.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.modnavbox  /* main navigation bar next and previous */
{
}

.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}

.adminform /* defines form for drop down menu */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.search                          /* used in search text */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.searchform /* defines form for search */
	{
	  font-size: 10px; 
	  font-weight: bold; 
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	background-color: #000;
 
     }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{

	}
.modfooter /*footer where the Gallery version is located*/
	{
	}


.popupbody  /* controls the background of popup. */ 
{
    color: #000;
}
	
.popuphead, .separator  /* controls the title and background */ 
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #000;
    padding-left: 5px;
    border-top: 1px solid #333; border-left: 1px solid #333; border-right: 1px solid #333;
}

.popup /* controls the main text and message body */
{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 5px;
    border: 1px solid #333;
    background-color: #000;
    margin-bottom: 10px;  
}

.popupform /* controls form textarea */
	 {
	   font-size: 12px;
	   font-weight: normal;
	   line-height: 120%;
	   color: #fff;
	   padding: 2px;
	   border: 1px solid #FFF;
	   background-color: #000;
	 }

td.columnheader {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding: 2px;
    border: 1px solid #333;
    background-color: #000;
}

/* CSS ID for the add photos popup */

#container {
    padding: 2px;
}

#tabnav {
    height: 20px;
    margin: 0px;
    padding-left: 5px;
    background: url(images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
    margin: 0px; 
    padding: 0px;
    display: inline;
    list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
    float: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    text-decoration: none;
    border-width:1px;
    border-style: solid; border-color: #333;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

#tabnav a:link.active, #tabnav a:visited.active {
    background-color: #000;
    padding:2px 5px 2px 5px;
    font-size:12px;
    margin-right: 4px;
    border-style: solid; border-color: #333;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
    color:#fff;
}

#tabnav a:hover {
    color: #444;
}

/* Following two classes are used in stats-wizard */
.blockcell {
}

caption {
    color: #fff;
}

/* ---- */

.infoline_success {
    color: #00BF00;
    text-align:center;
    font-size: 12px;
    border: 1px solid ;
    padding: 2px;
    margin: 2px;
}

.infoline_error {
    text-align:center;
    font-size: 12px;
    border: 1px solid red;
    padding: 2px;
    margin: 2px;
}

.infoline_notice {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    border: 1px solid #333;
    padding: 2px;
    margin: 2px;
}

/* Adminbar */

#adminbox {
    background-color: #000000; 
    color: #ffffff;
}

#adminbox td {
    background-color: #090909;
}


#menu {
}

#menu td {
}


   border-bottom: 1px solid #66A;
   border-right: 1px solid #66A;
   border-top: 1px solid #224;
   border-left: 1px solid #224;
   padding: 1px;
*/
