/*
	Network Center (PHP Network Tools) version 2

	(c) 2007-2008, HSDN, All Rights Reserved
		Email: info@hsdn.org
		Site: http://www.hsdn.org
*/

/* General elements */


/* Main Container */
#wrap
{
       margin-left: auto;
       margin-right: auto;
       width: 95%;
}

/* Top */
#slog
{
	position: absolute;
	margin-left: 176px;
	margin-top: 16px;
	color: #fff;
	font-size: 10px;
}

#top
{
	margin-top: 0;
	width: 100%;
	height: 88px;
	color: #fff;
	overflow: hidden;
}

#top h2
{
	color: white;
	letter-spacing: 3px;
	font-size: 23px;
	font-weight: normal;
	position:  20px;
	margin: 0;
	display: block;
	float: left;
	height: 300px;
	padding-top: 25px;
	background: url(../_img/logo.gif) no-repeat 0 8px;
	padding-left: 50px;
}

#top h2 a
{
	color: #fff;
	text-decoration: none;
}

#top h2 a:hover
{
	color: #ff0033;
}


/* Main Menu */
#menu
{
	display: block;
	float:right;
	font-size: 10px;
}

#menu ul
{
	margin: 0;
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a
{
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover
{
	background: #ff0033;
}

#menu li a.current, #menu li a.current:hover
{
	background: #606060;
}

/* Pathway Bar */
#pathway
{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Content Container */
#content
{
	font-size: 12px;
	width: 100%;

}

#content h2
{
	margin: 0;
	padding-bottom: 10px;
}

/* Sidebar */
#left
{
	width: 190px;
	float: left;
}

#left .info
{
	width: 190px;
	background: #f7fde3;
	border: 1px solid #efefef;
	color: #606060;
	padding: 10px;
	margin-bottom: 10px;
}

#left .box
{
	width: 190px;
	background: #f6f9fb;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin-bottom: 10px;
}

#left .info h2
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#left .box h2
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#left .box a
{
	margin: 10px 0 10px 0;
	color: #56677C;
	text-decoration: none;
}

#left .box a:hover
{
	text-decoration: underline;
}

#left .info p, #left .box p
{
	margin: 0;
	line-height: 15px;
}

#left .box ul
{
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
}

#left .box li, #content li
{
	list-style-image: url(../_img/bullet.gif);
	margin-top: 2px;
}

#left .box li.current
{
	list-style-image: url(../_img/bullet_curr.gif);
	margin-top: 2px;
}

/* Content */
#right
{
	margin: 0;
	padding: 0;
}

#right ul
{
	padding: 15px 0 15px 35px;
	margin: 0;
}

#right li
{
	margin-bottom:5px;
}

#right p, #right table
{
	margin-top: 0;
	margin-left: 10px;
}

#right td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

th
{
	text-align: left;
}

#right .box
{
	background: #f9f9f9;
	border: 1px solid #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

#right .error
{
	background: #fff5f5;
	border: 1px solid #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

#right .error p
{
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: #606060;
}

#right .box h2
{
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
}

#right .box a
{
	margin: 10px 0 10px 0;
	color: #56677c;
}

#right .box p
{
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#right .box span
{
	color: #606060;
}

#right .box table
{
	margin: 0;
	padding: 0;
}

#right h4
{
	padding-top: 10px;
}

#content #right
{
	margin-left: 225px;
}

#right .requests 
{
	position: absolute;
	margin: 0;
	padding: 0;
}

#content .left
{
	float: left;
	width: 55%;
	margin-right: 15px;
}

#content .right
{
	width: 260px;
}

#content ul
{
	padding: 0 0 0 20px;
	margin: 0;
}

#content .tdrpad
{
	padding: 0 10px 0 0;

}

#content .mpleft
{

}

#content .mpright
{
	width: 290px;
	float: right;
}

#content .mpforce
{
	width: 290px;
	margin: 10px;
}

#content .mpbottom
{
	clear: both;
}

#content .mpbox
{
	float: left;
	margin: 0 10px 15px 0;
}

#content .mpbox a
{
	margin: 10px 0 10px 0;
	color: #56677c;
	text-decoration: none;
}

#content .mpbox a:hover
{
	text-decoration: underline;
}

#content .contact
{
	vertical-align: middle;
	margin-top: 3px;
}

/* Clear Div */
#clear
{
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

/* Footer */
#footer
{
	margin: 40px auto 0 auto;
	text-align: center;
	border-top: dashed 1px gray;
	padding: 20px 0 20px 0;
	width: 100%;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	text-decoration: none;
	color: #56677c;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer .version
{
	color: #606060;
}
