body
{
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	background-color: #C9C9C9;
	overflow: auto;
	
}

.AdminFormHeading
{
	
	BORDER-RIGHT: #663333 1px solid; 
	BORDER-TOP: #663333 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 24px; 
	BORDER-LEFT: #663333 1px solid; 
	COLOR: #000066; 
	BORDER-BOTTOM: #663333 1px solid; 
	FONT-FAMILY: Arial, Verdana, 'Microsoft Sans Serif'; 
	BACKGROUND-COLOR: #ffff99;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
}

*
{
	/* vertical-align: top;	*/
	/* border: 0;*/
	margin: 0;
	padding: 0;
}

.CenterContent
{
	text-align: center;
	background-color: Olive;
	width: 100%;
}

.Inline
{
	display: inline;
}

.TopAlign
{
	vertical-align: top;
}

.MenuText
{
	font-weight: bold;
	font-size: 12px;
	/*padding-left: 15px;*/
	color: #ffffcc;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	position: relative;
	text-decoration: none;
}

.MenuItem a 
{
	display:block;
	font-size: 11px;
	width: 149px;
	height: 21px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItem img 
{
	width: 100%; 
	height: 100%; 
	border: 0; 
}

.MenuItemHome
{
	position:relative;
	background-image: url(../Images/menu_home_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}

.MenuItemPurchase
{
	position:relative;
	background-image: url(../Images/menu_purchase_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0;
	
}

.MenuItemProduct
{
	position:relative;
	background-image: url(../Images/menu_product_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}

.MenuItemSupport
{
	position:relative;
	background-image: url(../Images/menu_support_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}

.MenuItemDemo
{
	position:relative;
	background-image: url(../Images/menu_demo_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}


.MenuItemScreenshots
{
	position:relative;
	background-image: url(../Images/menu_screenshots_selected.bmp);
	background-repeat: repeat-x;
	display: block;
	width: 114px;
	height: 26px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}

.TextMedError
{
	font-weight: bold;
	font-size: 12px;
	color: #ff1111;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.MenuItem a 
{
	display:block;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItem img 
{
	width: 100%; 
	height: 100%; 
	border: 0; 
}

/*
* html a:hover 
{
	visibility:visible
}
*/

.MenuItemHome a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemHome a:hover img
{
	visibility:hidden
}

.MenuItemProduct a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemProduct a:hover img
{
	visibility:hidden
}

.MenuItemPurchase a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemPurchase a:hover img
{
	visibility:hidden
}

.MenuItemDemo a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemDemo a:hover img
{
	visibility:hidden
}

.MenuItemScreenshots a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemScreenshots a:hover img
{
	visibility:hidden
}


.MenuItemSupport a 
{
	display:inline;
	font-size: 11px;
	width: 114px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; 
	text-decoration: none; 
}

.MenuItemSupport a:hover img
{
	visibility:hidden
}


.MenuItem a:hover img
{
	visibility:hidden
}

.MenuItem span 
{	
	position:absolute;	
	left:15px;	
	top:3px;	
	margin:0;	
	cursor: pointer;
}

.ButtonStyle
{
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;	
}


.TextBoxAdminSingle
{
	width: 220px;
	font-size: 11px;
	color: #0000CC;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextBoxAdminMulti
{
	width: 340px;
	height: 150px;
	font-size: 11px;
	color: #0000CC;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextBoxAdminMultiLarge
{
	width: 340px;
	height: 450px;
	font-size: 11px;
	color: #0000CC;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.MenuTextSmall
{
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	color: #ffffcc;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	position: relative;
	text-decoration: none;
}


.PaddingTop
{
	padding-top: 6px;	
}

.PaddingBottom
{
	padding-bottom: 8px;	
}

.LoginTextbox
{
	width: 105px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.PaddingLeft
{
	padding-left: 15px;	
}

.PaddingRight
{
	padding-right: 11px;	
}

.PaddingLeftSmall
{
	padding-left: 8px;	
}

.PaddingRightSmall
{
	padding-right: 8px;	
}

.TopAlign
{
	vertical-align: top;
}

A.MenuText:hover
{
	font-weight: bold;
	font-size: 12px;
	
	color: #ffaaaa;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	position: relative;
	text-decoration: none;
}

.TextMedLightBold
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextMedLinkBold
{
	font-weight: bold;
	font-size: 12px;
	color: #B67400;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}


.TextMedLight
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextExtraLargeLightBold
{
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}
.TextLargeLightBold
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextLargeDarkBold
{
	font-weight: bold;
	font-size: 14px;
	color: #020202;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextSmallLight
{
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextMedDarkBold
{
	font-weight: bold;
	font-size: 12px;
	color: #404040;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextMedDark
{
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextLink
{
	font-weight: bold;
	color: #C48F10;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextLinkDark
{
	font-weight: bold;
	font-size: 11px;
	color: #A86422;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextMedLink
{
	font-weight: bold;
	color: #474137;
	font-size: 12px;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

A.TextMedDark
{
	font-weight: normal;
	font-size: 12px;
	color: #0000C0;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: underline;
}

.AdminPagePadding
{
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 20px; 
	PADDING-BOTTOM: 20px;
	PADDING-TOP: 20px;
}

A.TextMedDark:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: underline;
}

.TextLargeDarkBold
{
	font-weight: bold;
	font-size: 14px;
	color: #404040;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextLargeDark
{
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TagHeading
{
	background-color:#C8D1DA;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 1 black
}

.TextScoreLight
{
	font-weight: bold;
	font-size: 36px;
	color: #F5D919;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextSmallDark
{
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TinyText
{
	font-weight: normal;
	font-size: 1px;
	color: #ffffff;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-decoration: none;
}

.MainArticle
{
	background: #303030;
}

.MainArticleScreenshots
{
	background: #202020;
}

.MainArticleScreenshotsBorder
{
	border: solid 1 #BA9A9A;
}

#ScrollDiv 
{
	width:205px;
	height:359px;
	overflow: auto; 
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	*/
	background-color: #303030;
	scrollbar-3dlight-color:#796647;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#DCDCDC;
    scrollbar-track-color:#7F7F7F;
    scrollbar-darkshadow-color:#3A2C2C;
    scrollbar-face-color:#908C8B;
    scrollbar-highlight-color:#E6E6FA;
    scrollbar-shadow-color:#7F7F7F;

}



