﻿/* Line color #1f1f1f */
/* Whats New Header #7c0000 */
/* Normal Text (menu Item etc) #7c7c7c */
/* Highligh Text #e2e1e1*/

body,
html {
    margin:0;
    padding:0;
    background:#FFFFC4;
    color:Black;
    font-size:100%;
    font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height:100%;
}
.tdColumns
{
	width:140px;
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}
.tdNoRepeat {
	background-image: url(images/Body.jpg);
	background-repeat: no-repeat;
}
.tdBanner
{
	height:140px;
	width:979px;
	background-image:url("images/Banner.jpg");
	background-repeat:no-repeat;
}
.tdBorder
{
	border:Solid 1px #1f1f1f;
}
.border1px
{
	border:Solid 1px #FF9900;
}
.Error
{
	background-color:Yellow;
	color:Red;
	width:100%;
	font-weight:bold;
}
h1
{
	margin:5px 0px 5px 0px;
	color:Black; /*#ff6601;*/
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
}
h2
{
	margin:0px;
	color:Black;
	font-size:9pt;
	font-weight:Bold;
}
p
{
	margin:5px 0px 5px 0px;
	text-align:justify;
}
.TextBox
{
	border:Solid 1px #FF9900; /* #ff6601;*/
	background-color:#FAD889;
	font-size:9pt;
	color:Black;
	padding:2px;
}
.TextBoxError
{
	border:Solid 1px #FF9900;
	background-color:#FF6701;
	font-size:9pt;
	color:Black;
	padding:2px;
}
.moreinfo
{
    white-space:normal !important;
}
.button
{
	height:26px;
	padding:2px 10px 2px 10px;
	border:Solid 2px #FF6600;
	background-image:url('images/btn_bg.png');
	background-repeat:repeat-x;
/*	background-color:#FF9900;*/
	color:Black;
	font-weight:bold;
	text-decoration:none;
}
.button:hover
{
	padding:2px 10px 2px 10px;
	border:Solid 2px #FF6600;
	background-image:url('images/btn_bg_hover.png');
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:underline;
}
/* Menu */
.MenuControl
{
	font-size:10pt;
	height:36px;
	vertical-align:bottom;
}
.ItemNormal
{
	color:Black;
}
.ItemHover
{
	color:Gray;
}
.ItemSelected
{
	font-weight:bold;
	color:Gray;
	border-bottom:Solid 2px Black;
}
.menu
{
	
}
.menu img
{
	border:none;
}
.AdminButton
{
	padding:3px;
	border:Solid 1px #ff6601;/* #1f1f1f;*/
	background-color:#ff6601; /*#7c0000;*/
	text-decoration:none;
	font-weight:bold;
}
.AdminButton a
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
.AdminButton a:hover
{
	text-decoration:underline;
	color:#e2e1e1;
	font-weight:bold;
}
/* Footer Links */
.footerLinks a
{
	color: #CCCCCC;
	text-decoration: none;
}
.footerLinks a:hover
{
	color:White;
	text-decoration:underline;
}
/* Tree View*/
.TreeView
{
	padding:5px;
	line-height:1;
	
}
.NodeStyle
{
	margin:0px;
	padding:0px;
	font-size:11pt;
	font-weight:bold;
	color:Black; /*#7c7c7c;*/
}
.LeafNode
{
	font-size:9pt;
	padding:0px;
}
.HoverNode
{
	color:Gray; /*#e2e1e1;*/
}
.SelectedNode
{
	color:#FF6601;
	font-weight:bold;
}

/* DataList Item Style*/
/*Image Height 145px;*/
/*Image Width  135px*/
.dlItem
{
	width:145px;
	height:180px;
	padding:5px;
	/*cursor:pointer;*/
	/*border:Solid 1px White;*/
	background-color:#333333;
}
.dlItemHover
{
	width:145px;
	height:180px;
	padding:5px;
	/*cursor:pointer;*/
	background-color:#FF9900;
}

.dlItem div#imageContainer
{
	width:135px;
	height:145px;
	border:Solid 1px #FFFFC4; /*#1f1f1f;*/
	/*padding:5px;*/
}
.dlItemHover div#imageContainer
{
	width:135px;
	height:145px;
	border:Solid 1px #FF6600;
	/*padding:5px;*/
}

.dlItem div#itemNoContainer
{
	padding:0px 3px 3px 3px;
	color:White; /*#7c7c7c;*/
	/*font-size:8pt;*/
	text-align:left;
}
.dlItemHover div#itemNoContainer
{
	padding:0px 3px 3px 3px;
	color:Black; /*#e2e1e1;*/
	/*font-size:8pt;*/
	text-align:left;
}

.dlItem div#btnContainer
{
	padding:5px 3px 0px 3px;
}
.dlItemHover div#btnContainer
{
	padding:5px 3px 0px 3px;
}


/* Modal Popup Classes*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	position: absolute;
	background-color:#333333; /*#7c0000; /* #c6ddf2; /*#ffffdd;*/
	border:Solid 2px Black;
	padding:3px 3px 3px 3px;
}
.modalPopupHeader
{
	padding: 3px;
	background-color:#666666; /* #DDDDDD; */
	border: solid 1px Gray;
    color: White; 
    vertical-align: middle;
    font-weight: bold;
    white-space:nowrap;
    cursor:move;
}
.modalPopupFooter
{
	padding:10px 5px 10px 5px;
	/*background-color:#450c0f; /* #8fb1df; */
	/*border: solid 1px Gray;*/
    color: Black; 
    vertical-align: middle;
    font-weight: bold;
    white-space:nowrap;
}
.modalPopupContent
{
	padding: 3px;
	background-color:White; /*#c6ddf2; /* #DDDDDD; */
	/*border: solid 1px Gray;*/
    color: Black; 
    vertical-align: middle;
    /*font-weight: bold;*/
    white-space:nowrap;
}

.progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:919999; 
}
.productsUpdateProgress
{
	padding:3px;
	color:#000;	
	position:fixed; 
    top:40%; 
    left:43%;
    padding:10px;
    z-index:929999; 
}
.UpdateProgress
{
	position:absolute;
	top:2px;
	right:2px;
	padding:3px;
	background-color:#FF6601;
	color:Black;
}

.ItemMenuPopup
{
	/*padding:3px;*/
	border:Solid 2px #FF6601;
	background-color:#FFFFC4;
	text-align:left;
	white-space:nowrap;
	font-size:9pt;
}
.ItemMenuPopup a
{
	text-indent:3px;
	text-decoration:none;
	color:Black;
}
.ItemMenuPopup td
{
	border:Solid 1px #FFFFC4;
}
.ItemMenuPopup td:hover
{
	background-color:#FAD889;
	border-top:Solid 1px #FF6601;
	border-bottom:Solid 1px #FF6601;
}

.normal_hyperlink
{
    color: #2D2D2D;
    text-decoration:underline;
}

.normal_hyperlink:hover
{
    text-decoration:none;
}