TD {
	FONT-SIZE: 1em;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border:0px;
	}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
    width:400px;
}

body
{
    background-color:White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

html
{
    /*overflow-x: hidden;*/
}

A:link
{
	color: black;
}	
		
A:visited	{
	color:	black;
	}	
		
A:active
{
	color:	black;
}	
		
A:hover
{
	text-decoration: underline;
	color: black;
}

input { 
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius: 2px;
}

textarea
{
	background: url(images/backText.png) repeat-x scroll left 1px #FFFFFF;
	border: solid 1px gray;
	padding: 3px;
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius: 2px;
}

input[type=text], input[type=password]
{
	background: white url(images/inputText.jpg) repeat-x left 1px;
	border: solid 1px gray;
	padding: 3px;
}

input[type=text].Hover, input[type=password].Hover, textarea.Hover
{
	border: solid 1px #e43d08;
}

.textinput, .textinputHovered {
	background:transparent url(images/input.gif) no-repeat scroll left top;
	border:medium none;
	height:15px;
	padding:4px 8px 3px 8px;
	width:236px;
}

.textinputHovered {
	background-position:left bottom;
}

.textarea, .textareaHovered 
{
	background:transparent url(images/textarea.gif) no-repeat left top;
	border:medium none;
	height:125px;
	padding:4px 8px;
	width:352px;
}

.textareaHovered {
	background-position:left bottom;
}

.textinputSmall, .textinputSmallHovered {
	background:transparent url(images/inputSmall.gif) no-repeat scroll left top;
	border:medium none;
	height:15px;
	padding:4px 8px 3px 8px;
	width:183px;
}

.textinputSmallHovered {
	background-position:left bottom;
}

.FixedHeaderContainer
{
   overflow: auto;
   width: 100%;
   height: 600px;
}

.UpdateProgressFooter, .ModalPopup
{
    background: transparent url(images/pleaseWait.gif) no-repeat top left;
    text-align:center;
    width: 403px;
    height: 79px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
}

.ModalPopup
{
	background: #FFFFFF url(images/textbox2.jpg) repeat-x bottom;
	border: solid 1px black;
	padding: 5px;
	width: 650px;
	height: auto;
}

.ModalBack {
	background: gray url(images/ModalBack.png) repeat-x bottom;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.InfoPanel
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	display: block;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	width:250px;
	height: 260px;
	visibility: hidden;
	overflow: hidden;
	font-size: xx-small;
	text-align: justify;
	background: #F8D39C;
	font-family: Georgia,Verdana, Sans-Serif;
	color: #000000;
	background-image: url(../../images/layout2006/background.jpg);
	background-repeat: repeat-x;
	padding: 15px 15px 15px 15px;
}

.InfoPanelTitle
{
	font-weight: bold;
	border-bottom: black 1px solid;
	text-align: left;
	display: block;
	margin-top: 10px;
	width: 100%;
}

.InfoPanelItem
{
	font-size: x-small;
	font-family: Georgia,Verdana, Sans-Serif;
}

.Panel
{
	border: outset 2px;
	padding:5px;
	background-color: whitesmoke;
}

.PanelTitle
{
	font-weight: bold;
	border-bottom: black 1px solid;
	text-align: left;
	display: block;
	margin-top: 10px;
	width: 100%;
}

.SubEditorPanelHeader, .SubEditorPanelHeader td, .RssFeed .Title
{
	background: #702e1a url(images/SubEditorHeader.png) repeat-x top left;
	vertical-align: middle;
	color: white;
	height: 23px;
	padding: 7px 3px 0px 5px;
	font-size: small;
	font-weight: bold;
	border-left: solid 1px #702e1a;
	border-right: solid 1px #702e1a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 100%;
}

.SubEditorPanelHeader a { color: White; }

.SubEditorPanelHeader td
{
	height:30px;
	padding: 0px;
	padding-left: 5px;
}

.SubEditorPanelHeader.Light
{
	background: white url(images/textbox2.jpg) repeat-x bottom left;
	color: black;
	border: 1px solid gainsboro;
}

.Header, .ErrorPanel
{
	background-image: url(images/PosButtonsHuge_White.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border:outset 2px;
	padding: 3px;
}

.EditorHeader, .ModalPopup .Header
{
	background: #353535 url(images/EditorHeader.png) repeat-x scroll 0%;
	background-position: top;
	border-left: solid 1px #9e1600;
	border-right: solid 1px #9e1600;
	height: 24px;
	padding: 8px 3px 0px 5px;
	font-weight: bold;
	color:White;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.EditorHeader a
{
	color: White;
}

.ModalPopup .Header
{
	margin: 0px;
	width: auto;
}

.SiteMapHeader
{
	position: absolute;
	right: 30px;
	top: 7px;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
	color:White;
	z-index: 10;
	font-family: Century Gothic;
	display: none;
}

.SiteMapHeader a
{
	color: White;
}

.EditorPanel
{
	padding-left: 15px;
	background-image: url(images/textbox2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	width: 128px;
}

.EditorPanel 
{
	width: 780px;
}

.MainPageButton
{
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	float:left;
	position: relative;
	display: inline;
	height: 125px;
	min-width: 125px;
	text-align: center;
	font-weight: bold;
	background: transparent url(images/mainLeft.gif) no-repeat top left;
}

.MainPageButton a
{
	display: block;
	margin-top: 25px;
	text-decoration: none;
}

.MainPageButton .Right
{
	background: transparent url(images/mainRight.gif) no-repeat top right;
    position: absolute;
    height: 125px;
    width: 8px;
    right: -3px;
    top: 0px;
}

.BackEditorPanel
{
	background: white url(images/backFront.jpg) repeat-x top left;
	padding: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.QuickAccessPanel
{
	text-align:center;
	position: relative;
	background: white url(images/PosButtonsHuge_White.jpg) repeat-x bottom;
	vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.AspButton, input[type=button], input[type=submit], button
{
	background: #c65200 url(images/button.jpg) repeat center bottom;
	color: white;
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
	border: solid 1px #3e3e3e;
	height: 21px;
	padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[disabled='disabled']
{
	color: #C0C0C0;
}

ul.Menu
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 5px;
	list-style-type:none;
}

ul.Menu li
{
	background-image: url(images/PosButtonsSmall_BlueTransparent.png);
	background-repeat: repeat-x;
	list-style-type:none;
	position:relative;
	left:-15px;
}

ul.Menu a, ul.Menu a:visited
{
	color: #454545;
	text-decoration : none;
}

ul.Menu a:hover
{
	text-decoration: underline;
}

ul.Menu li.Selected
{
	background-image: url(images/PosButtonsMedium_Blue.jpg);
	background-repeat: repeat-x;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-left: 5px;
	list-style-type: none;
	position:relative;
}

ul.Menu a:visited.Selected, ul.Menu a.Selected
{
	color:White;
}

.ArrowImage
{
	background-image: url(images/arrow.png);
	width: 8px;
	height: 16px;
	position:absolute;
	right:-8px;
}

.TopPanel, .LeftPanel
{
	background-color: #871e00;
	position: relative;
}

.LeftPanel
{
	width: 187px;
	position: absolute;
	top: 40px;
	left: 0px;
	padding-top: 20px;
	background: url(images/leftBarRepeat.jpg) repeat-y left top;
	padding-bottom: 200px;
}

.LeftPanel a
{
	color: White;
}

.LeftPanel .Top
{
	background: url(images/leftBarTop.jpg) no-repeat left top;
	width: 187px;
	height: 9px;
}

.LeftPanel .Main
{
	z-index: 1000;
}

.LeftPanel .Bottom
{
	background: url(images/leftBarBottom.jpg) no-repeat left bottom;
	width: 187px;
	height: 200px;
	position: absolute;
	bottom:0px;
	left: 0px;
}

.TopPanel
{
	position:relative;
	background: #871e00 url(images/headerRepeat.jpg) repeat-x center bottom;
	height: 40px;
	width: 100%;
	z-index: 100;
}

.HeaderLogo
{
	background: url(images/headerLogo.png) no-repeat top left;
	height: 79px;
	width: 261px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	cursor: pointer;
	z-index: 0;
}

.HeaderLogo.Hover
{
	background-image: url(images/headerLogo-hover.png);
}

.HeaderCorner
{
	position: absolute;
	background-image: url(images/corner.gif);
	left: 186px;
	top: 40px;
	height: 10px;
	width: 11px;
}

.HeaderTitle
{
	font-size: 24px;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 261px;
	color:white;
	font-family: Century Gothic,Helvetica,sans-serif;
}

.HeaderUser
{
	font-size: 10px;
	vertical-align: middle;
	color:white;
}

.HeaderUser a
{
	color: White;
}

.HeaderRight
{
	position:absolute;
	top: 0px;
	right: 0px;
	background: url(images/headerRight.jpg) no-repeat right bottom;
	width: 137px;
	height: 40px;
}

.MainContent
{
	margin-left: 187px;
	padding: 10px;
	min-width: 800px;
	margin-bottom: 35px;
}

.LoadingImage
{
}

.LoadingMessage
{
}

.GridViewWithHand tr
{
	cursor:pointer;
}

.EmptyButton
{
	background-image:none;
	background-color:Transparent;
	border: solid 1px #003352;
	padding: 0px;
}

.ErrorPanel
{
	color:Red;
	text-align:center;
}

/* This section define styles of items that can be visible or not depending on the used theme. */

.DisplayStore
{
	
}


.TwoCols TD.TwoColLabel
{
	width:150px;
	text-align:right;
}	
.TwoCols TD.TwoColLabel + TD
{
	padding-left:10px;
	width:750px;
	text-align:left;
}

.TwoColsInner TD.TwoColLabel
{
	width:150px;
	text-align:right;
}	
.TwoColsInner TD.TwoColLabel + TD
{
	padding-left:10px;
	width:450px;
	text-align:left;
}

fieldset {
    width:385px;
    line-height:200%;
    font-size: 0.9em;
    margin-right:5px;
    vertical-align: top;
}

fieldset.wide 
{
	width:550px;
}

fieldset.larger
{
	width:800px;
}

fieldset legend {
    font-weight:bold;
    font-size:1.2em;
    color:Black;
}
fieldset .alternate {
       background-color:#F7F6F3; 
}

fieldset .label
{
	text-align: right;
	float: left;
	width: 150px;
	clear: left;
	margin-right: 15px;
	color: #000000;
	font-weight: bold;
}

fieldset .tooltip {
	text-decoration:underline
}

 
.InfoBubble
{
	border: dashed 2px black;
	border-top: none;
	padding: 5px;
	margin: 0px 15px 0px 15px;
	font-size: x-small;
	font-style: italic;
	font-family: Verdana;
	background: white url(images/backText.png) repeat-x left 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SavedPanel
{
	text-align:center;
	position: relative;
	padding: 10px 0px;
    background: url(images/saved.png) no-repeat top left;
    height: 23px;
    width: 230px;
}

div .Saved
{
	position: relative;
	top: -3px;
}

a.info{
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info div{display: none}

a.info:hover div.Bubble
{
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 2px outset;
	color: #000;
	text-align: center;
	background-color:White;
	background-image: url(images/PosButtonsHuge_White.jpg);
	background-repeat: repeat-x;
	background-position-y: bottom;
	width: 200px;
}

a.info:hover div.Bubble span.Msg
{
	text-align:left;
}

a.info:hover div.Bubble div.Title
{
	display:block;
	background-image: url(images/PosButtonsSmall_Blue.jpg);
	background-repeat: repeat-x;
	color:White;
	font-weight: bold;
}

.DisabledRow a, .DisabledRow
{
	color: Gray;
}

.RssFeed .Item
{
	padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: white url(images/backblog.jpg) no-repeat bottom left;
    border: 1px solid darkgrey;
    margin-bottom: 25px;
}

.RssFeed .Title
{
	padding: 10px 5px 0px 5px;
	height: 22px;
}

.RssFeed .SubTitle
{
	font-style: italic;
	color: DimGray;
	font-size: 8pt;
}

.RssFeed h1,.RssFeed h2,.RssFeed h3,.RssFeed h4
{
	color: Black;
}

.BlogCategoryRoleRowAlt
{
	background-color: Black;
}

.SubPermissionPanel
{
	height: 225px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 17px;
	border: ridge 2px;
}

table.GridView
{
	font-size: x-small;
	border: solid 1px DarkGray;
	background-color: White;
	width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.GridView .Header th
{
	border-left: ridge 3px;
	font-size: x-small;
}

.GridView .GridHeader, .GridView .SmallHeader, .GridView .HeaderHover, .GridView .Footer
{
	background: #a35843 url(images/GridViewHeader.jpg) repeat-x top left;
	vertical-align: middle;
	color:White;
	font-weight:bold;
	font-size: x-small;
	height: 32px;
}

.GridView .SmallHeader
{
	background: url(images/GridViewSmallHeader.png) repeat-x top left;
	height: 20px;
}

.GridView .GridHeader th
{
	margin: 0px;
	padding: 0px;
	border-left: solid 2px #b66842;
}

.GridView .SmallHeader th
{
	font-size: xx-small;
	border-left: ridge 1px;
}

.GridView .Header a, .GridView .SmallHeader a, .GridView .Footer a, .GridView .GridHeader a
{
	color: White;
}

.GridView .SmallHeader a
{
	position: relative;
	top: 3px;
}

.GridView .Row, .GridView .Row2
{
	background-color: #F7F6F3;
}

.GridView .Alt, .GridView .Alt2
{
	background: white;
}

.GridView .Alt td, .GridView .Row td
{
	border-left: solid 1px #666666;
	padding:0 2px;
	border-bottom: solid 1px #CACACA;
}

.GridView tr.AspNet-GridView-Edit
{
	background: url(images/textbox2.jpg) repeat-x bottom left;
	border: 1px solid darkgrey;
}

.GridView .Alt td:first-child, .GridView .Row td:first-child
{
    border-left: none;
}

.GridView .Selected
{
	background-position: left bottom;
	border-top: solid 1px #d07200;
	border-bottom: solid 1px #d07200;
	background: #EFD7CB url(images/gridViewSelected.jpg) repeat-x left bottom;
}

.RowHand .Row, .RowHand .Alt
{
	cursor: pointer;
}

.GridView .HeaderHover
{
	background:transparent url(images/GridViewHeaderHover.gif) repeat-x scroll 0%;
}

.GridView .SimpleHeader th
{
	color: Black;
	border-bottom: solid 1px black;
}

.GridView .RowHover
{
	background-position: left bottom;
	background: #F7F6F4 url(images/GridViewRowHover.jpg) repeat-x left bottom;
	border-top: solid 1px #d17d00;
	border-bottom: solid 1px #d17d00;
	border-top-color: #C53109;
	border-bottom-color: #C53109;
}

.AspNet-GridView-Pagination.Pager
{
	background:white url(images/textbox.jpg) repeat-x top left;
	color: black;
	font-weight: bold;
	font-size: small;
	height: 25px;
	line-height:100%;
}

.AspNet-GridView-Pagination.Pager a, .AspNet-GridView-Pagination.Pager span
{
	background: white url(images/textbox2.jpg) repeat-x bottom left;
	color: black;
	padding: 4px 0px 0px 5px;
	height: 20px;
	min-width: 20px;
	display: block;
	float: left;
	padding-right: 5px;
	border: 1px solid #C0C0C0;
	text-align:center;
}

.AspNet-GridView-Pagination.Pager span
{
	background: white url(images/SubEditorHeader.png) repeat-x center left;
	color: White;
}

.AspNet-GridView-Pagination.Pager a:hover
{
	background: white url(images/textbox.jpg) repeat-x top left;
}

.AspNet-GridView-Empty td
{
	color: Black;
	padding: 5px;
}

.SortNone, .SortAscHeader, .SortDescHeader
{
	background: transparent url(images/sort_none.gif) no-repeat left top;
	width: 15px;
	height: 9px;
	margin: 5px;
	float: left;
}

.SortAscHeader
{
    background: transparent url(images/sort_asc.gif) no-repeat left top;
}

.SortDescHeader
{
	background: transparent url(images/sort_desc.gif) no-repeat left top;
}

.DisplayNone
{
	display:none;
}

.LoginPanel
{
	background: transparent url(images/loginBack.png) no-repeat left top;
	width: 395px;
	height: 381px;
	position: relative;
}

.Login, .Login a
{
	color:White;
}

.Login .Textbox, .Login .Hover
{
	width: 337px;
	height: 17px;
	background:transparent url(images/inputlogin.png) no-repeat top left;
	color: Black;
	border: none;
	padding: 5px;
	font-weight: bold;
}

.Login input[type=text].Hover, .Login input[type=password].Hover
{
	background:transparent url(images/inputlogin.png) no-repeat bottom left;
	border: none;
}

.SearchInput, .SearchInputHovered
{
	width: 410px;
	height: 17px;
	background:transparent url(images/searchInput.png) no-repeat top left;
	color: Black;
	border: none;
	padding: 5px;
	font-weight: bold;
}

input[type="text"].SearchInputHovered
{
	background-position: bottom left;
}

.FileListHeader
{
	background:transparent url(images/fileListHeader.png) no-repeat top left;
	height: 300px;
	width: 33px;
	float: left;
	cursor: pointer;
	border-right: solid 5px #a30000;
	margin-right: 5px;
}

.ModalPopup .Icon
{
	height: 48px;
	width: 48px;
	border: 0px;
}

.ModalPopup .Exclamation
{
	background: transparent url(images/ModalPanel/exclamation.gif) no-repeat top left;
}

.ModalPopup .Info
{
	background: transparent url(images/ModalPanel/info.gif) no-repeat top left;
}

.ModalPopup .Stop
{
	background: transparent url(images/ModalPanel/stop.png) no-repeat top left;
}

.ModalPopup .Interogation
{
	background: transparent url(images/ModalPanel/interogation.png) no-repeat top left;
}

.AutoComplete
{
	margin-top: -5px;
	background: white;/*transparent url(images/autoCompleteBack.png) no-repeat top left;*/
	border: solid 1px black;
	font-size:x-small;
	position: absolute;
	z-index: 1005 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.AutoComplete .Item, .AutoComplete .Selected
{
    margin : 0px! important;
    background-color : inherit;
    background-image: none;
    color : black;
    cursor : pointer;
    text-align : left;
    padding: 5px;
    padding-right: 0px;
}

.AutoComplete .Item:first-child, .AutoComplete .Selected:first-child
{
	padding-top: 10px;
}

.AutoComplete .Selected
{
	background-color: #F9EFEC;
	width: 400px;
}

.FolderDesc
{
	font-style: italic;
	font-size: 7.5pt;
}

.FolderTitle
{
	font-weight: bold;
	font-size: small;
}

.FileList
{
	border: solid 2px #a30000;
	background-color: white;
	float: left;
}

.DeletedRow, .DeletedRow a
{
	color: #aaaaaa;
}

.AddressPicker
{
	width:550px;
}

.AddressEditor .label
{
	width:38%;
}

.AddressEditor input[type=text], .AddressEditor select
{
	width:200px;
} 


/* ajax calendar  */

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.accordion {
	background:transparent;
	font-family:Tahoma;
	font-size:8.5pt;
	color: white;
}

.accordion a
{
	color: white !important;
}

.accordion .header, .accordion .HeaderSelected {
	background:transparent url(images/Accordion/hd_bg.gif) repeat-x scroll 0%;
	cursor:pointer;
	height:30px;
	position: relative;
}

.accordion .HeaderSelected
{
	background:transparent url(images/Accordion/hd_sel_bg.gif) repeat-x scroll 0%;
}

.accordion .header div, .accordion .HeaderSelected div {
	cursor:pointer;
	height:30px;
	margin: auto;
	padding-left: 40px;
	position: absolute;
}

.accordion .header a, .accordion .HeaderSelected a {
	color:white;
	cursor:pointer;
	font-weight:bold;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 20px;
}

.accordion .header:hover, .accordion .HeaderSelected:hover {
	background:#c63a00 url(images/Accordion/hd_hover_bg.gif) repeat-x scroll 0%;
	cursor:pointer;
}

.accordion .header:hover a, .accordion .HeaderSelected:hover a
{
	text-decoration: underline;
}

.accordion .header .Icon
{
	position: absolute;
	top: -3px;
	left: 0px;
}

.accordion .AccordionContent
{
	background: url(images/leftBarRepeat.jpg) repeat-y left top;
	padding: 7px 0px 7px 5px;
}

.AccordionContent .AspNet-TreeView-Leaf a, .AccordionContent .AspNet-TreeView-Root a
{
	text-decoration: none;
}

.AccordionContent li.AspNet-TreeView-Leaf, .AccordionContent li.AspNet-TreeView-Root
{
	list-style: none;
}

.checkboxlisthover
{
	position: absolute;
	visibility: hidden;
	background: #FFFFFF url(images/PosButtonsHuge_White.jpg) repeat-x left bottom;
	opacity: .9;
	filter: alpha(opacity=90);
	width: 250px;
	height: 130px;
	padding: 10px;
	border: 2px solid #999999;
	overflow: auto;
}

.BlogNews .Comments
{
	background: white url(images/PosButtonsGray_White.jpg) repeat-x bottom left;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_container
{
    margin-top: 10px;
}

.ajax__tab_header 
{
	font-size:11px;
	font-weight:bold;
    font-family:arial, sans-serif;
}
.ajax__tab_active .ajax__tab_outer,
.ajax__tab_header .ajax__tab_outer,
.ajax__tab_hover .ajax__tab_outer
{
    margin-right:2px;
}
.ajax__tab_active .ajax__tab_inner,
.ajax__tab_header .ajax__tab_inner,
.ajax__tab_hover .ajax__tab_inner
{
    margin-left:3px; /* offset the width of the left image */
}
.ajax__tab_active .ajax__tab_tab,
.ajax__tab_hover .ajax__tab_tab,
.ajax__tab_header .ajax__tab_tab
{
	margin-right:0px;
	padding:8px 23px 8px 20px;
	cursor: pointer;
}
.ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
}

.orange .ajax__tab_header 
{
	color:#fff;
}
.orange .ajax__tab_outer
{
    background:url(images/tabs/red_left.gif) no-repeat 0px -300px;
}
.orange .ajax__tab_inner
{
    background:url(images/tabs/red_right.gif) no-repeat 100% -300px;
}
.orange .ajax__tab_hover .ajax__tab_outer
{
    background:url(images/tabs/red_left.gif) no-repeat 0px -150px;
}
.orange .ajax__tab_hover .ajax__tab_inner
{
    background:url(images/tabs/red_right.gif) no-repeat 100% -150px;
}
.orange .ajax__tab_active .ajax__tab_outer
{
    background:url(images/tabs/red_left.gif) no-repeat 0px 0px;
}
.orange .ajax__tab_active .ajax__tab_inner
{
    background:url(images/tabs/red_right.gif) no-repeat 100% 0px;
}
.orange .ajax__tab_body
{
	border: 2px solid #612929;
}


.DetailsCommand
{
	background: yellow url(images/PagerLinks.png) repeat-x top left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}

.ValidationSummary
{
	border: thin solid #C32400;
	background-color: #F4BFBF;
	margin: 10px;
	padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.NewsList
{
	height: 320px;
	overflow: auto;
	position: relative;
}

.NewsList ul
{
	margin-left: -40px;
}

.NewsList li
{
	position: relative;
	list-style-type: none;
	border-left: solid 3px #CC3300;
	padding: 7px;
	margin: 7px;
	overflow: hidden;
	font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.NewsList li a
{
	text-decoration: none;
	display: block;
}

.NewsList li span.Date
{
	position: relative;
	font-size: 8px;
	display:block;
	clear: both;
	top: -7px;
	margin-bottom: 5px;
}

.NewsList li span.Title
{
	position: relative;
	font-weight: bold;
	font-family: Century Gothic;
	text-decoration: underline;
	font-size: 16px;
	top: -7px;
	display: block;
}

.NewsList li img
{
	position: absolute;
	top: 8px;
	right: 0px;
}

.SearchPanel
{
	margin: 0 0 15px 0px;
	padding: 0 0 0 8px;
	float:left;
	position: relative;
	display: inline;
	height: 67px;
	text-align: center;
	font-weight: bold;
	background: transparent url(images/backSearchLeft.png) no-repeat top left;
	z-index: 1;
}

.SearchPanel .Right
{
	background: transparent url(images/backSearchRight.png) no-repeat top right;
    position: absolute;
    height: 125px;
    width: 8px;
    right: -7px;
    top: 0px;
}

.SearchSubPanel
{
	background: transparent url(images/SeachBottom.gif) no-repeat top left;
    height: 29px;
    width: 357px;
    position: relative;
    top: -25px;
    padding-top: 15px;
    padding-left: 10px;
    margin-bottom: -20px;
    float: left;
	z-index: 0;
}

.SavePanel
{
	margin: 0 0 15px 8px;
	padding: 0 0 0 8px;
	float:left;
	position: relative;
	display: inline;
	height: 67px;
	text-align: center;
	font-weight: bold;
	background: transparent url(images/savePanelLeft.gif) no-repeat top left;
}

.SavePanel .Right
{
	background: transparent url(images/savePanelRight.gif) no-repeat top right;
    position: absolute;
    height: 125px;
    width: 8px;
    right: -7px;
    top: 0px;
}

div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0;
    list-style: none;
}

div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left: 5px;
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(images/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(images/expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.AspNet-TreeView-Selected a
{
	font-weight: bold;
}

.AspNet-TreeView-ChildSelected
{
	color: #F5FFFA !important;
}

.AspNet-TreeView-ParentSelected a
{
	font-weight: normal;
}

.InfoBox16
{
	background: #fff3f3 url(images/info16.png) no-repeat 5px 7px;
	border: solid 1px #912125;
	padding: 3px;
	padding-left: 32px;
	min-height: 16px;
	width: 400px;
}

.LoginError
{
	border: 1px solid #FF0000;
	background-color: #FF8A8A;
	color: #800000;
	display: block;
	padding: 5px;
	position: relative;
	left: -5px;
	font-size: smaller;
	margin-top: -10px;
	margin-bottom: -10px;
}

.SearchPanel .CreateNew
{
	background: url(images/createNew.png) no-repeat top left;
	width: 144px;
	height: 36px;
	position: absolute;
	bottom: -14px;
	right: -37px;
	z-index: 10;
	padding: 13px 0px 0px 26px;
	display:block;
}

.SearchPanel .CreateNew a
{
	font-size: 8pt;
	text-decoration: none;
}

.ForgotPassword
{
	float: left; text-align: left;
	font-size: x-small;
	margin-top: 5px;
}

.LangPicker
{
	position: absolute;
	bottom: 20px;
	right:3px;
}

.StockBellow
{
	background-color: #ffbcbc !important;
}

.StockOver
{
	background-color: #FFE085 !important;
}

.ActionMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 250px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.ActionMenu ul.AspNet-Menu ul  /* Tier 2 */
{
	width: 100%;
    top: 100%;
    left: 0;
}

.ActionMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 0;
    left: -250px;
}

.ActionMenu li:hover, /* list items being hovered over */
.ActionMenu li.AspNet-Menu-Hover
{
	background: url(images/TopactionR-Hover.png) repeat-x top left;
}

.ActionMenu li.AspNet-Menu-WithChildren
{
	background: url(images/Topaction.png) no-repeat top left;
}

.ActionMenu li.AspNet-Menu-WithChildren:hover, /* list items being hovered over */
.ActionMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Hover
{
	background: url(images/Topaction-Hover.png) no-repeat top left;
}

.ActionMenu a, .ActionMenu span
{
	color: white;
	font-weight: bold;
	padding: 4px 2px 4px 8px;
	background: transparent url(images/arrowRight.gif) right center no-repeat;
}

.ActionMenu li, .ActionMenu ul ul li.AspNet-Menu-WithChildren,
.ActionMenu ul ul li.AspNet-Menu-WithChildren:hover,
.ActionMenu ul ul li.AspNet-Menu-WithChildren.AspNet-Menu-Hover
{
	background: url(images/TopactionR.png) repeat-x top left;
}

.ActionMenu li.AspNet-Menu-Leaf a, /* leaves */
.ActionMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.ActionMenu li:hover a, /* hovered text */
.ActionMenu li:hover span,
.ActionMenu li.AspNet-Menu-Hover a,
.ActionMenu li.AspNet-Menu-Hover span,
.ActionMenu li:hover li:hover a,
.ActionMenu li:hover li:hover span,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.ActionMenu li:hover li:hover li:hover a,
.ActionMenu li:hover li:hover li:hover span,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #EAEAEA;
    background: transparent url(images/activeArrowRight.gif) right center no-repeat;
}

.ActionMenu li:hover li a, /* the tier above this one is hovered */
.ActionMenu li:hover li span,
.ActionMenu li.AspNet-Menu-Hover li a,
.ActionMenu li.AspNet-Menu-Hover li span,
.ActionMenu li:hover li:hover li a,
.ActionMenu li:hover li:hover li span,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.ActionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: white;
    background: transparent url(images/arrowRight.gif) right center no-repeat;
}

.ActionMenu
{
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 1000;
}

.ajax__tab_panel
{
	padding: 5px;
}

tr.Active
{ 
	background-color: #DFEECA !important;
}

.ajax__calendar { position: absolute; z-index: 999999; }

.DocThumb
{
	width: 16px;
	text-align: center;
}

.SuccessMsg
{
	background-color: #EBFFBF;
	border: 1px solid #039243;
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.FailureMsg
{
	background-color: #FFE6E6;
	border: 1px solid #800000;
	width: 90%;
	padding: 10px;
	margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.CommentDate
{
	width: 100px;
}

fieldset.StoreFinancialInfo
{
	width: 550px;
}

fieldset.StoreFinancialInfo .label
{
	width: 300px;
}

.DayColumn
{
	width: 100px;
}

.LockedOut a
{
	color: Red;
}

.ExpandUI, .CollapseUI
{
	background: url(images/collapseUI.png) no-repeat top left;
	width: 27px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.ExpandUI
{
	background: url(images/expandUI.png) no-repeat top left;
	bottom: 100px;
	left: 0px;
	z-index: 900;
	display: none;
}

html.BackLogin
{
	background-position: center center;
	background: url(images/backLogin.jpg) no-repeat center center;
	background-color: #5D1500;
	width: 100%;
	height: 100%;
}

html.BackLogin .TopContent
{
	height: 0px;
}

fieldset legend
{
	padding: 0px 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	background: white url(images/textbox2.jpg) top left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

fieldset legend img
{
	vertical-align:sub;
}

fieldset
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

fieldset legend.Collapse
{
	cursor: pointer;
	border-bottom: none;
}

fieldset.Closed legend.Collapse span.Expand
{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: url(images/expand.gif) no-repeat top left;
}

fieldset legend.Collapse span.Expand
{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: url(images/collapse.gif) no-repeat top left;
}

fieldset.Closed div.content { display: none; }

.PosRel { position: relative; }

.NoPadding { padding: 0px; }

.SavePanel .Buttons
{
	position: relative;
	top: 12px;
}

.EditorTitle
{
	font-family: Century Gothic;
	font-size: x-large;
	border-bottom: 2px solid grey;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CC3300;
	color: #333333;
	margin-bottom: 10px;
	clear: both;
	position: relative;
}

.EditorTitle .SubTitle
{
	border: 1px dashed #CC3300;
	border-top: none;
	font-size: 10px;
	padding: 3px;
	position: absolute;
	bottom: -23px;
	left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
}

.Left {float: left;}
.Right {float: right;}

.Rounded
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.WarningPanel
{
	background-color: #FFEECA;
	border: 1px solid #FFC46A;
	padding: 5px;
	height: 64px;
	margin: 5px;
	color: #333333;
}

.WarningPanel .Title
{
	font-size: x-large;
	font-family: 'Century Gothic';
	font-weight: bold;
	padding-bottom: 5px;
	color: #CC3300;
}

.ItemMarkup .AspNet-TreeView-Selected a
{
	background: url(images/PosButtonsGray_White.jpg) repeat-x bottom left;
	display: block;
	padding: 4px;
	border:none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ItemMarkup .AspNet-TreeView-ParentSelected a
{
	background: none;
	display: inline;
	padding: 0px;
	padding-left: 5px;
	border-bottom: 1px dotted gainsboro !important;
}

.ItemMarkup .AspNet-TreeView-Parent a, .ItemMarkup .AspNet-TreeView-Leaf a, .ItemMarkup .AspNet-TreeView-Root a
{
	display: block;
	border-bottom: 1px dotted gainsboro;
	position: relative;
}

.ItemMarkup li.AspNet-TreeView-Selected
{
	border: 2px solid grey;
	padding: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ItemMarkup li.AspNet-TreeView-Selected div
{
	margin-right: 3px;
	margin-top: 3px;
}

.ItemMarkup li div
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.ItemMarkup .Details
{
	background: url(images/leftRight.png) repeat-y top left;
	vertical-align: top;
}

.GridView.Footer
{
	background: url(images/backText.png) repeat-x top left;
}

.GridView .C16px
{
	width: 16px;
}

.GridView .C40px
{
	width: 40px;
}

.GridView .C80px
{
	width: 80px;
}

.GridView .C100px
{
	width: 100px;
}

.GridView .C120px
{
	width: 120px;
}

.GridView .C300px
{
	width: 300px;
}

input[type=text].Ok
{
	border: 3px solid darkgreen;
}

input[type=text].Flag
{
	border: 3px solid darkred;
}

.striked
{
	text-decoration: line-through;
}

.priority0, .priority1, .priority2, .priority3, .priority4, .priority5
{
	color: #FFFFFF;
	display: block;
	background-color: #BF4444;
}

.priority1
{
	color: #FFFFFF;
	background-color: #D37C7C;
}

.priority2
{
	color: #333333;
	background-color: #E1A6A6;
}

.priority3
{
	color: #333333;
	background-color: #EFCFCF;
}

.priority4
{
	color: #333333;
	background-color: #F9EEEE;
}

.priority5
{
	color: #333333;
	background-color: white;
}

.search_filter
{
	position: relative;
	display: inline;
}

.search_filter .label
{
	position: absolute;
	left: 2px;
	height: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid grey;
	background-color: #F2F2F2;
	padding: 3px;
	padding-bottom: 5px;
	z-index: 1002;
	font-weight: normal;
	display: none;
}

.search_filter select
{
	position: relative;
	z-index: 1003;
}

.MainContent h2
{
	font-family: Century Gothic;
	font-size: x-large;
	border-bottom: 2px solid grey;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CC3300;
	color: #333333;
	margin-bottom: 10px;
	clear: both;
	position: relative;
}

.TaskGridView td
{
	padding: 5px 5px !important;
}

.TextCenter
{
	text-align: center;
}

.dashboard-box
{
	float: left;
	width: 400px;
	padding-right: 5px;
}

.show-graph
{
	background-color: #F9EEEE;
	color: #000000;
	border: 1px solid #800000;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.TaskEditor .pnlDescription, .TaskEditor .pnlTxtDescription
{
	position: relative;
	cursor: pointer;
}

.TaskEditor .pnlDescription div.lbl, .TaskEditor .pnlTxtDescription div.lbl
{
	position: absolute;
	top:0px;
	left:0px;
	background: white;
	border: 1px solid silver;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	font-size: 9px;
}

.TaskGridView .Desc
{
	max-height: 80px;
	overflow: auto;
	display: block;
}

/* dock - top */
.dock {
	position: absolute; 
	height: 50px;
	left: 450px;
	top: 0px;
	text-align: center;
	z-index: 99999;
}
.dock-container {
	position: absolute;
	height: 50px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none;
	position: absolute;
	margin-left: 25px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: black;
	color: White;
}

.SubPanel
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	background: url(images/textbox2.jpg) repeat-x bottom left;
	border: 1px solid darkgrey;
}

.CustomSearchSubPanels
{
	clear: both;
}

.ErrorMsg
{
	border: thin solid #C32400;
	background-color: #F4BFBF;
	margin: 10px;
	padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.hand
{
    cursor: pointer;
}
