/*
////////////////////////////////////////////////////////////////////////////////
//
// Software:         URLinker(TM) v1.2.1
// Developers:       Dabsoft Solutions Inc.
//
// E-mail:           support@dabsoft.com
// Link:             http://www.dabsoft.com
//
// COPYRIGHT NOTICE:
//
// The contents of this file is protected under Canadian, United States, and
// international copyright laws as an unpublished work, and is confidential
// and proprietary to Dabsoft Solutions Inc. Its use or disclosure in whole or
// in part without the expressed written permission of Dabsoft Solutions Inc.
// is expressely prohibited.
//
// Copyright (C) 2000-2008 Dabsoft Solutins Inc.; All rights reserved.
//
////////////////////////////////////////////////////////////////////////////////
*/

body
{
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

img { border: none; }

.warning {
	color: #C66;
	text-align: center;
}

.noline a
{
	color: #999;
	text-decoration: none;
}
.noline a:hover
{
	color: #000;
	text-decoration: none;
}

#urlinker_footer{
	color: #ccc;
	font-size: 11px;
}

#urlinker_footer a{
	color: #fff;
	text-decoration: none;
}

#urlinker_footer a:hover{
	color: #999;
}

/*
 * Login Form
 */

#login
{
	margin-top: 15px;
	text-align: center;
}

#login .title
{
	text-align: center;
	color: #369;
	width: 240px;
	border: 1px dashed #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

#login form
{
	text-align: left;
	width: 240px;
	border: 1px dashed #ccc;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#login form p
{
	padding: 0;
	margin: 0;
}

#login form label
{
	float: left;
	color: #666;
	width: 70px;
	clear: left;
	text-align: right;
	padding-left: 5px;
	font-weight: bold;
}

#login form input
{
	color: #666;
	width: 150px;
	border: 1px solid #888;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 2px;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#login form input#submit, #login form input#reset
{
	width: auto;
	font-size: smaller;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #fff;
}

#login .footer
{
	text-align: center;
	color: #999;
	font-size: smaller;
}
#login .footer a
{
	color: #999;
	text-decoration: none;
}
#login .footer a:hover
{
	color: #000;
	text-decoration: underline;
}


/*
 * URLinker
 */
#urlinkerAdmin{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#urlinkerAdmin a
{
	color: #000;
	text-decoration: none;
}
#urlinkerAdmin a:hover { text-decoration: underline; }

#urlinkerAdmin span.buttons { margin-left: 5px; }

#urlinkerAdmin ul
{
	margin-top: 5px;
	margin-left: 2em;
	margin-bottom: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#urlinkerAdmin ul.entry a { color: #00f; }

#urlinkerAdmin ul.root{
	margin-left: 0;
}

#urlinkerAdmin input
{
	color: #666;
	width: auto;
	font-size: smaller;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
