/* CSS Document */
body
{
	background-color: #D6D5D3;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/*Container-----------------------------------------------------*/
#containerFrame
{
	width: 960px;
	position:absolute;
	Left: 50%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:-480px;
	}
		
.containerFrameTopLeft{width:960px;height:20px;padding:0px; margin:0px; background:url(images/GrayTL.jpg) no-repeat top left;}
.containerFrameTopRight{width:960px;height:20px;padding:0px; margin:0px; background:url(images/GrayTR.jpg) no-repeat top right;}
.containerFrameTopCenter{width:920px;height:20px;padding:0px; margin:0px 20px 0px 20px; background:url(images/GrayTC.jpg) repeat-x top;}
		
.containerFrameLeft
	{
	padding:0px; 
	width:960px;
	background:url(images/GrayL.jpg) repeat-y top left;
		}
	
.containerFrameRight
	{
	padding:0px; 
	width:960px;
	background:url(images/GrayR.jpg) repeat-y top right;
		}

.containerContent
	{ 
	width:880px;
	background-color:#2A6B5E;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	}
	
.containerFrameBottomLeft{width:960px;height:20px;padding:0px;padding:0px; margin:0px; background:url(images/GrayBL.jpg) no-repeat top left;}
.containerFrameBottomRight{width:960px;height:20px;padding:0px;padding:0px; margin:0px; background:url(images/GrayBR.jpg) no-repeat top right;}
.containerFrameBottomCenter{width:920px;height:20px;padding:0px; margin:0px 20px 0px 20px; background:url(images/GrayB.jpg) repeat-x top;}


		
/*Login and Logo-------------------------------------------*/
.LoginFrameLeft
	{
	position: relative;
	left: 660px;
	width:90px;
	height:24px;
	padding:0px; 
	margin:0px; 
	background:url(images/LoginFrameL.png) no-repeat top left;
	}
		
.LoginFrameCenter
	{
	width: 42px;
	height:24px;
	margin-left:24px;
	margin-right:24px;
	background:url(images/LoginFrameC.png) repeat-x top;
	}

.LoginFrameRight
	{
	width:90px;
	height:24px;
	background:url(images/LoginFrameR.png) no-repeat top right;
	}
	
.Login
	{
	
	}
	
.Logo
	{
	width:880px;
	height:250px;
	background:url(images/RKWLogoBG.png) no-repeat top left;
	margin-bottom:12px;
	}
	
.LogoImg
	{
		background:url(images/RKWLogoFG.png) no-repeat top left;
		}
	

/*Main Menu ----------------------------------------------*/
#menu
	{
	background-color:Transparent;
	float:left;
	width:130px;
	}

.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight:Bold;
	font-style: normal;
	background-color: Transparent;
	height:25px;
}

.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #ECE9D8;
	text-align: center;
	width: 15px;
	height: 21px;
	border: 0px;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color:#ECE9D8;
	margin-left:2px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: Bold;
	font-style: normal;
	background-color: #D18675;
	height:25px;
}

.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}


/*Content---------------------------------------------------*/
	
.contentLeft
	{
	background-color:Transparent;
	width:114px;
	padding: 8px;
	}
	
.contentMain
	{
		background-color:#ECE9D8;
		float:left;
		width:476px;
		padding: 12px;
		margin-left:12px;
		margin-bottom: 12px;
	}
	
.contentRight
	{
		background-color:#ECE9D8;
		float:left;
		width:202px;
		padding: 12px;
		margin-left: 12px;
	}
	
/*Footer-------------------------------------------------------*/
#footer
	{
		clear:both;
		width:880px;
		margin-top:20px;
		background-color:Transparent;
		border-top-style:solid;
	}

.Styles 
{
	}

/*Normal text and links --------------------------------------------------*/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #EE3437;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}


A:link
{
	text-decoration: none;
	color: #00008B;
}

A:visited
{
	text-decoration: none;
	color: #00008B;
}

A:hover
{
	text-decoration: underline;
	color: #00008B;
}

A:active
{
	text-decoration: none;
	color: #00008B;
}


/*Admin modules -------------------------------------------*/
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width:680px !important;
}






























































































































































































































































































