/**
 * 
 * 
 * ---------------------------------------------------------------------------
 * 
 * Copyright (C) 2009 Omnium Research Group
 * 
 * ---------------------------------------------------------------------------
 * 
 * LICENSE:
 * 
 * This file is part of Omnium(R) Software.
 * 
 * Omnium(R) Software is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * Omnium(R) Software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Omnium(R) Software; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * 
 * ---------------------------------------------------------------------------
 * 
 * @author    Sam Bauers <sam@omnium.net.au>
 * @author    Dan Callaghan <dan@omnium.net.au>
 * @copyright 2009 Omnium Research Group
 * @license   http://www.gnu.org/licenses/gpl.txt GNU GPL v2
 * @link      http://open.omnium.net.au Omnium Open
 **/



/********************************************/

div#omBlockLoginContent {
	position:               absolute;
	top:					200px;
	right:                  12px;
	bottom:                 47px;
	left:                   12px;
	overflow-y:             auto;
	overflow-x:             hidden;
}

* html div#omBlockLoginContent {
	height:					expression(document.body.clientHeight - this.offsetTop - 60 + "px");
}

div#omBlockModuleNavigation {
	display:				none;
}
div#omDivider {
	display:				none;
}

/********************************************/

div#omBlockActions {
	left:                   12px;
}

/********************************************/

div.omLoginGallery {
	margin-top:				12px;
}

div.omLoginGallery h3 {
	margin: 36px 0px 0px 12px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

div.omLoginGallery img.heading {
	display:				block;
	height:					17px;
	width:					400px;
}

/******************THUMBNAIL*****************/
/*
	A horizontal display of thumbnail previews
	so far only used in Galleries
	N.B. a height must be dynamically specified
	on omThumbnails
*/
div.omLoginGallery div.omThumbnails {
	margin:					6px 0 12px 12px;
	overflow:				hidden;
}

div.omLoginGallery div.omThumbnails div.thumbnail {
	float:					left;
	padding:				6px;
}