﻿/* Stylesheets for standard tags */
body
{
	font-family: Verdana;
	font-size: 8pt;
}
input
{
	font-family: Verdana;
	font-size: 8pt;
}

.DropDownList
{
	font-family: Verdana;
	font-size: 8pt;
}


td
{
	text-align: left;
}

.IdColumn
{
	text-align: right;
}


/* stylesheets for specified tag ids */
.customInfo
{
}

.myCasesPart
{
	height: 200px;
}
.PageBreakLine
{
	text-align: left;
	width: 100%;
	color: Black;
}

.PageSection div
{
	margin-bottom: 10px;
}

.LeftPadding
{
	padding-left: 10px;
}

.MainPlaceHolder
{
	width: 75%;
}
.GridView
{
	width: 100%;
}
.GridView tr.normal
{
   background-color: White;
}
.GridView tr.alternate
{
   background-color: #EEEEEE;
}
.GridView tr.normal:hover, .GridView tr.alternate:hover
{
    background-color: #CCCCFF;
    cursor:pointer;
}
.GridViewHeader
{
	text-align: left;
}

.GridViewFooter
{
    font-weight: bold;
    background-color: #EEEEEE;
}

.GridViewFooterRight
{
    font-weight: bold;
    background-color: #EEEEEE;
    text-align: right;
}

.GridViewSummaryCell
{
    text-align: right;
}

.GridViewHeader a
{
	color: Black;
	text-decoration: none;
}

.CasesGridViewBox
{
	height: 420px;
	overflow: auto;
}
.txtCaseEventText
{
	width: 100%;
}

.CaseEventsGridViewBox
{
	height: 200px;
	overflow: auto;
	margin-bottom: 10px;
}

.divButtonList
{
	margin-top: 30px;
}

.Invisible
{
	display:none;
}

.Width1
{
	width: 75px;
}

.Width1Right
{
	width: 75px;
    text-align: right;
}

.Width2
{
	width: 100px;
}

.Width2Right
{
    width: 100px;
    text-align: right;
}
.Width3
{
	width: 200px;
}
.Width3Right
{
	width: 200px;
    text-align: right;
}
.Width4
{
	width: 400px;
}

.HeaderTable
{
	width: 75%;
}

.LeftCell
{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.RightCell
{
	text-align: right;
	vertical-align: middle;
}

/* Login Box */
.LoginBox
{
	border: 1px gray solid;
	border-left: none;
	border-top: none;
	width: 250px;
}

.LoginPage
{
	text-align: center;
	position: relative;
	top: 100px;
}

.searchTextBox
{
	width: 97%;
}

.infoListDate
{
	margin-bottom: 3px; 
	font-weight: bold
}

.infoListTitle
{
	font-style:italic
}

.infoListText 
{
	margin-bottom: 6px; 
	margin-left: 6px; 
	margin-top: 3px
}

.faqListDate
{
	margin-bottom: 3px; 
	/*font-weight: bold*/
}

.faqListTitle
{
	font-style:italic
}

.faqListText 
{
	margin-bottom: 6px; 
	margin-left: 6px; 
	margin-top: 3px
}

.kbListDate
{
	margin-bottom: 3px; 
	font-weight: bold
}

.kbListTitle
{
	font-style:italic
}

.kbListText
{
	margin-bottom: 6px; 
	margin-left: 6px; 
	margin-top: 3px
}

.pointer
{
	cursor: pointer;
}

.genericPagePartImage
{
	position: absolute;
	margin-left: 10px;
}

.genericPagePartBar
{
	width: 100%; background-color: Navy; border: 0px silver solid; padding: 1px 0px 1px 0px; z-index: -1; margin-top: 6px; overflow: hidden
}

.genericPagePartHeader
{
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: verdana;
	margin-left: 60px
}

.genericPagePartSpacing
{
	height: 10px
}

.caseInfoTab
{
	border: 1px gray solid;
	height: 200px;
	width: 300px;
	margin: 23px 10px 0 0;
	padding: 10px 4px 10px 4px;
}

.caseSolutionTab
{
	display: none;
}

.activeTab
{
	position: absolute;
	border: 1px gray solid;
	border-bottom: 1px white solid;
	height: 20px;	
	padding: 2px 4px 0px 4px;
	margin: 1px 0px 0px 1px;
	cursor: pointer;
}

.inactiveTab
{
	position: absolute;
	border: 1px gray solid;
	border-bottom: none;
	height: 20px;
	background: #eeeeee;
	padding: 2px 4px 0px 4px;
	margin: 1px 0px 0px 1px;
	cursor: pointer;
}

/*///// Styles for the "tab"-like control in case.aspx //////////*/
.MenuCell
        {
                    border-color: Black;
                    border-width: 1px;
                    border-style:solid;
                    background-color: Gray;
                    color: Black;
                    text-align: center;
                    height:25px;
                    font-size: x-small;
        }

 

        .MenuCellSelected
        {
                    border-top-color:Black;
                    border-left-color:Black;
                    border-right-color:Black;
                    border-bottom-color:Fuchsia;
                    border-width:1px;
                    background-color:Fuchsia;
                    font-weight:bold;
                    font-size: x-small;
        }

 

        .MenuCellHover

        {
                    background-color: Blue;
                    font-size: x-small;
        }

        

        .Canvas
        {
                    background-color: Fuchsia;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
                    height: 200px;
                    width: 300px;
        }
textarea
{
	font-family: Verdana;
	font-size: 8pt;
}
.DevicesGridViewBox
{
    height: 420px;
    overflow: auto;
}
.Width3_5
{
    width: 300px;
}
.OrderGridViewBox
{
	height: 225px;
    overflow: auto;
}