@import 'screen.css';

/*
GLOBAL STYLE OVERRIDE
*/

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

.body
{
	background-color:#BAABAB;
}



h1, h2, h3, p
{
	margin-bottom:10px;
	color:#666666;
}

li
{
	color:#666666;
}

table
{
	margin-bottom:10px;
}

a, a:hover
{
	color:#669900;
}

h1
{
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2
{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3366FF;
}

h3
{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3366FF;
}

/********************
	CUSTOM STYLES
********************/

	div.wrapper1, div.wrapper2, div.wrapper3
	{
		width:1000px;
		margin:0 auto;
	}
	
	div.wrapper1
	{
		background-image:url('/images/shadow_left.png');
		background-repeat:repeat-y;
		background-position:top left;
	}
	
	div.wrapper2
	{
		background-image:url('/images/shadow_right.png');
		background-repeat:repeat-y;
		background-position:top right;
	}
	
	div.wrapper3
	{
		background-image:url('/images/shadow_bottom.png');
		background-repeat:no-repeat;
		background-position:top center;
		height:30px;
	}
	
	div.internalwrapper
	{
		background-color:#fff;
	}
	
	div.menu
	{
		background-image:url('/images/menu_bg.jpg');
		background-repeat:no-repeat;
		background-position:top left;
		height:30px;
	}
	
	ul.topmenu
	{
		margin:0;
		padding:0;
	}
	
	ul.topmenu li
	{
		list-style-type:none;
		float:left;
		border-right:1px solid #642225;
	}
	
	ul.topmenu li a
	{
		height:30px;
		line-height:30px;
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-transform:uppercase;
		font-weight:normal;
		text-decoration:none;
		padding:0;
		margin:0;
		display:inline-block;
		padding:0 20px;
	}
	
	ul.topmenu li a:hover
	{
		background-color:#BE665A;
		color:#000;
	}
	
	div.contentdiv
	{
		overflow:hidden;
	}
	
	div.contentdiv div
	{
		padding-top:20px;
	}
	
	div.homeleftbox
	{
		background-color:#E5E5E5;
	}
	
	div.homeleftbox, div.homerightbox
	{
		padding-bottom:5000px;
		margin-bottom:-5000px;
	}
	
	h1.darkgrey
	{
		font-size:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		background-color:#999999;
		color:#ffffff;
		padding:5px 20px;
		display:inline-block;
		margin-left:-40px;
		padding-left:50px;
	}
	
	h1.lightgrey
	{
		font-size:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		background-color:#cccccc;
		color:#000000;
		padding:5px 20px;
		display:inline-block;
		margin-left:-40px;
		padding-left:50px;
	}
	
	div.footer
	{
		background:#501519;
		color:#fff;
	}
	
	div.footer p
	{
		color:#fff;
		margin:10px 0 5px 10px;
	}
	
	a.footerlink
	{
		color:#fff;
	}
	

/********************
    Lightbox CSS
********************/

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}



/********************
	Admin styles
*********************/

	input.admin, select.admin, textarea.admin
	{
		font-size:8pt;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	input.admin, select.admin
	{
		width:200px;
	}
	
	.centerlogin
	{
		position:absolute;
		top:200px;
		
		left:50%;
		width:260px;
		padding:20px 20px 0 20px;
		margin-left:-150px;
		border: 1px solid black;
		
	}
	
	.admininput
	{
		font-size:8pt;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:130px;
	}
	
	.adminbutton
	{
		background-color:#003366;
		color:#ffffff;
		font-size:8pt;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		vertical-align:middle;
	}
	
	.textcenter
	{
		text-align:center;
	}
	
	#topframe, #leftframe
	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200px; /*Width of left frame div*/
		height: 100%;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background-color:#ffffff;
	}
	
	#topframe
	{
		right: 0;
		width: auto;
		height: 75px; /*Height of top frame div*/
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		border-bottom:2px solid #000000;
		z-index:100;
	}
	
	#leftframe
	{
		top: 0; /*Set left value to WidthOfLeftFrameDiv*/
		left: 0;
		width: 200px;
		bottom:0;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		border-right:2px solid #000000;
		background-color:#DDDDDD;
		z-index:99;
	}
	
	#mainframe{
		position: absolute; 
		left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
		top: 75px; /*Set top value to HeightOfTopFrameDiv*/
		right: 0;
		bottom: 0;
		overflow: auto; 
		background: #fff;
		z-index:98;
	}
	
	.innertube{
		margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	}
	
	.leftframe{
		margin: 75px 0 0 0;
	}
	
	.topframe{
		margin: 0 0 0 0;
	}
	
	* html #mainframe{ /*IE6 hack*/
		height: 100%; 
		width: 100%; 
	}
	
	* html #topframe{ /*IE6 hack*/
		width: 100%;
	}
	
	h1.adminsitename
	{
		line-height:75px;
		margin:0;
		padding:0 15px;
	}
	
	#dplogo
	{
		position:absolute;
		right: 13px;
		top: 13px;
		width:400px;
		height:50px;
		/*cursor:pointer;
		background-image:url('/admin/images/dplogo.jpg');
		background-position:0 0;*/
		line-height:50px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
		text-align:right;
	}
	
	.leftframeheading
	{
		background-color:#333333;
		color:#FFFFFF;
		padding:5px 15px;
		margin:0;
	}
	
	.leftframemessage
	{
		background-color:#333333;
		color:#FFFFFF;
		padding:5px 15px;
		margin:0;
		font-size:10px;
	}
	
	ul#pagelist, ul.otherfunctions
	{
		margin:0;
		padding:0;
	}
	
	ul#pagelist li, ul.otherfunctions li
	{
		list-style:none;
		line-height:25px;
		border-bottom:1px solid #999999;
		padding:5px 15px;
		padding-left: 28px;
		margin:0;
		position:relative;
		background-position: 6px center;
		background-repeat: no-repeat;
		cursor:default;
		color:#000;
	}
	
	ul#pagelist li
	{
		background-image: url('/admin/images/page.png');
		
	}
	
	ul#pagelist li.homepage
	{
		background-image: url('/admin/images/house.png');
	}
	
	ul#pagelist li.city
	{
		background-image: url('/admin/images/map.png');
	}
	
	ul#pagelist li.hidden
	{
		color:#999999;
		font-style:italic;
	}
	
	ul#pagelist li.archived
	{
		color:#990000;
		text-decoration:line-through;
	}
	
	ul.otherfunctions li.logout
	{
		background-image: url('/admin/images/door_out.png');
	}
	
	ul#pagelist li.currentitem
	{
		background-color:#5194FD;
		color:#ffffff;
	}
	
	div.growlUI h1{
		font-size:16px;
	}
	
	div.growlUI h2 {
		font-size:14px;
	}
	
	
	div.growlUI h1, div.growlUI h2 {
		color: white; padding: 15px 15px 15px 15px; text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif;
	}



