/*------------------------- */
/*		Framework			*/
/*------------------------- */

body 				{ margin: 0px; margin-top: 50px; background-color: #141414; font-family: tahoma, verdana, sans-serif; color: #ffffff; line-height: normal; overflow: auto; text-align: center; }

h1					{ line-height: normal; font-size: 14px; color: #dfdfdf; letter-spacing: 2px; margin-top: 15px; margin-bottom: 8px; }
p					{ margin-top: 0px; margin-bottom: 10px; }

a,
a:link,
a:hover,
a:visited,
a:active			{ color: #ffffff; text-decoration: none; }
a:hover				{ color: #bf0000; }

#Frame				{ width: 875px; height: 660px; margin-left: auto; margin-right: auto; }
#Menu				{ height: 43px; border-bottom: 10px solid #4d4d4d; padding-left: 25px; text-align: left; }
#Theme				{ float: none; height: 160px; margin-top: 1px; margin-bottom: 10px; background-color: #bf0000; background-image: url(../Img/Theme/ThemeFade.gif); }
#Content			{ height: 310px; background-image: url(../Img/Framework/ContentFade.gif); background-repeat: no-repeat; background-position: top; padding-left: 25px; padding-right: 25px; text-align: left; }
#Footer				{ height: 25px; margin-top: 10px; border-top: 1px solid #4d4d4d; padding-left: 25px; padding-right: 25px; padding-top: 10px; text-align: left; }
#Logo				{ margin-top: 40px; margin-right: 35px; float: right; }

/*------------------------- */
/*		Menu				*/
/*------------------------- */

.MenuItem			{ height: 43px; width: 90px; border-left: 1px solid #4d4d4d; margin-right: 25px; float: left; display: inline; }
.MenuItem div		{ margin-left: 8px; margin-top: 6px; white-space: nowrap; }

/*------------------------- */
/*		Text				*/
/*------------------------- */

.CellNormal			{ font-family: tahoma, verdana, sans-serif; color: #ffffff; line-height: 20px; font-size: 11px; }
.CellSmall			{ font-family: tahoma, verdana, sans-serif; color: #ffffff; line-height: 15px; font-size: 9px; }

.CellNormal,
.CellSmall
{
	overflow: hidden;
	/*scrollbar-face-color: #141414;
	scrollbar-3dlight-color: #141414;
	scrollbar-darkshadow-color: #141414;
	scrollbar-track-color: #141414;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #141414;
	scrollbar-shadow-color: #141414;
	scrollbar-highlight-color: #141414;*/
}

.MenuItem,
.MenuItem a,
.MenuItem a:link,
.MenuItem a:active,
.MenuItem a:visited,
.MenuItem a:hover	{ font-family: verdana; font-size: xx-small; color: #dfdfdf; text-decoration: none; font-weight: bold; }
.MenuItem a:hover	{ color: #ffffff; }

#Footer,
#Footer a,
#Footer a:link,
#Footer a:active,
#Footer a:visited,
#Footer a:hover		{ font-size: xx-small; color: #4d4d4d; text-decoration: none; }
#Footer a:hover		{ color: #ffffff; }