/*//////////////////////////////////////////////////////////////////////////////
/// NWE ////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #FFFFFF;
	background-image: url(images/layout/bkg.gif);

	margin:	10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
img
{
	border: none;
}
input
{
	font-size: 10px;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.mnu:link
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.mnu:visited
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.mnu:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.mnu:active
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/

/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#header
{
	height: 275px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom: none;
}
#content
{
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
	border-top: none;
	
	padding: 0px 5px 5px 5px;
	vertical-align: top;
}
#sideBar
{
	width: 320px;
	background-color: #EEEEEE;
	vertical-align: top;
}
#main
{
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
.collapsed
{
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}
.expandable
{
	overflow: hidden;
}
.expandableLink
{
	/*background-image: url(images/layout/expand.gif);
	background-repeat: no-repeat;
	background-position: 0 4;*/
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-right: 1px;
	padding: 1px;
}
.myFile
{
	margin-right: 5px;
}
.myFiles
{
	margin-left: 6px;
	margin-right: 5px;
}
.lvl1
{
	padding-left: 20px;
}
.lvl2
{
	padding-left: 40px;
}
.lvl3
{
	padding-left: 60px;
}
.lvl4
{	
	padding-left: 80px;
}
.lvl5
{	padding-left: 100px;

}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/
