.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: #5E72CC;
 
     }
.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. */ 
{
}
	
.popuphead  /* controls the title and background */ 
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
}

.popup /* controls the main text and message body */
{
    font-size: 12px; font-weight: normal;
    padding: 5px;
    margin-bottom: 10px;
}

.popupform /* controls form textarea */
{
    font-size: 12px; font-weight: normal;
    line-height: 120%;
    padding: 2px;
}

.popup a:hover {
}

.popup td {
}

.popup td.tab-hi {
    color: #FFFFFF;
}

/* 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;
    color: #666;
    border: 1px solid #000000;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

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

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

#adminbox {
    width: 100%;
}

#adminbox td {
    font-size: 10px; font-weight: bold;
    vertical-align: bottom;
    padding: 2px;
}

#adminbox a {
    font-size: 10px;
}

#adminbox a:hover {
}

#menu {
    border-collapse:collapse;
}

#menu td {
    vertical-align:bottom;
}

#menu a {
   display: block;
   font-size: 10px;
   white-space: nowrap;
   text-align:center;
}

.iconLink {
    display: block;
    font-size: 10px;
    text-align:center;
    float: right;
    margin: 3px;
}

#menu a:hover {
}

.noLink {
    font-size: 10px;
    text-align:center;
}

/* Used on Adminpage */
td.adm_options { 
    vertical-align: top; 
    height: 30px; 
    padding: 5px;
}

/* Following two classes are used in stats-wizard */
 .blockcell { 
    vertical-align: top; 
    border-bottom: 1px solid #000000;
}
        
caption {
    font-weight:bold; 
    margin-bottom: 5px;
}

.tab {
    border:1px solid black;
    background-color:white;
    color: #000000;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    cursor: pointer;
    text-align:center;
    padding:5px;
    margin-left:10px;

    text-decoration:underline;
    font-weight:bold;
}

.tab-hi {
    border:1px solid black;
    background-color: #6274CB; color: #000000;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    cursor: pointer;
    text-align:center;
    padding:5px;
    margin-left:10px;

    text-decoration:underline;
    font-weight:bold;
}

/* Outdated, will be removed soon */
.tab-text { 
    text-decoration:underline; 
    font-weight:bold;
}

.littlered { 
    font-size: 10px;
    color:red;
    vertical-align:top;
}

td.tabspacer {
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-color: black;
}

.MLForm {
    margin: 0px; 
    margin-bottom: 2px;
    padding: 0px;
    text-align: right;
}

.languageSelector {
    vertical-align: top;
    padding: 0px; margin: 0px;
}

