/*
#===========================================================================
#= Script : DL Monitor
#= File   : color.css
#= Version: 1.5.1
#= Author : Todd Horst
#= Email  : support@ChecknDo.com
#= Website: http://www.checkndo.com
#= Support: http://www.checkndo.com/forum
#===========================================================================
#= Copyright (c) 2007 Todd Horst
#= You are free to use and modify this script as long as this header
#= section stays intact
#= This file is part of DL Monitor.
#=
#= This program 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.
#=
#= This program 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 DL Monitor; if not, write to the Free Software
#= Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#===========================================================================
#= Purpose:
#= This is the page that controls the layout of the div tags which frankly at
#= the moment do not exist
#===========================================================================
*/
/*Group Boxes*/
#info {
	width: 400px;
	display:block;
}


/*Lightbox effect*/
#overlay_login { 
	/*Background Color*/
    	background-color: black;
    	z-index:1001;
    	-moz-opacity: 0.7;
    	opacity:.70;
    	filter: alpha(opacity=70);
    	
    	/*Formatting*/
    	display:none;
    	position:absolute;
    	top:0px;
    	left:0px;
    	z-index:90;
    	width:100%;
    	height:100%
    	
    	
}

#dual_box {
	display:none;
	width:300px;
	height:175px;
	overflow: hidden;
	background:#ffffff;
	padding:10px;
	border:2px solid #000;
	position: absolute;
}

#close_box {
	position:absolute;
	top:-5px;
	right:-5px;
	cursor:pointer;
}

#title {
	/*position:absolute;*/
	text-align: left;
	top:5px;
	left:5px;
	font-size:13px;
	font-weight: bold; 
}

#loginlogout {
	cursor:pointer;

}

#cptabpane {
	width: 350px;

}

