

/*
	Per JKH:
	Header background color # 0D64A9
	Link: # 0D64A9, Arial, 10 pt, underline
	Text Color: #000000, Arial, 10 pt
	Label Title: #000000, Arial, 10 pt, bold
	Hierarchy Highlight: # D4EAB9
	Tab Title: #000000, Arial, 12 pt, bold
	Section Header: #000000, Arial, 12 pt, bold
*/

/*
    COLORS:

        DarkBlue:		#0D64A9
        LightBlue:		#CFE0D7
*/


*
{
    padding:0px;
    margin:0px;
}

html
{
    padding-top:0px;
    margin-top:0px;
}

html, body
{
    text-align:center;
    font-family: Arial, 'Lucida Grande', Verdana, 'Sans-Serif';
}

h1
{
    font-size: 1.8em ;
    font-family: 'Times New Roman';
}

ul
{
    margin-left: 20px;
}

a
{
    text-decoration: underline;
    color: #000000;
}

a.hover
{
    text-decoration: underline;
    color: #0D64A9;
}

#container
{
    /* width: 1000px; */
    margin:0px auto 0px auto;
    text-align:left;
}

#Header
{	
	background-color: #013668;
    position:relative;	
    font-size: .8em;
    height:75px;
    width:100%;
}

#Navigation
{
	background: #FFF url(/Support/Theme/Office2003_Blue/Images/BlueWhiteGradientBackground.jpg  ) repeat-x top;
	position:relative;
    font-size: .8em;    
    /*width:1000px;*/
    height:25px;
}

#Navigation #Hierarchy
{
    width: 15%;
    float: left;
    padding: 3px;
}

#Navigation #Content
{
	width:84%;
	float:right;
	padding: 0px 0px 0px 0px;
}

.Menu
{
    color: #0D64A9;
}

.MenuActive
{
    color: Black;
}

.MenuHover
{
    color: #0D64A9;
}

/*	Allow firefox to expand height of window per content */
#Main
{
    /*height:500px;*/
   /* width:1000px; */
    /*min-height: 500px ! important;*/
    font-size:0.8em;
    /*height:auto;*/
    border:solid 0px Black;
    background-color: White;
    padding: 0px;
}

#Main #Hierarchy
{
    /*height:500px;*/
    /*min-height: 500px ! important;*/
    /*height:auto;*/
    width:150px;
    float:left;
    border: solid 1px #CFE0D7;
    background-color: White;
    padding: 0px;
    margin-right: 5px;
}

#Main #Content
{
	width:100%;
	float:right;
	padding: 5px 0px 0px 0px;
}

#Specifications
{
	font-size:0.6em;
	width:100%;
}

#Specifications table td.Caption
{
    text-align:right;
    padding: 2px;
}

#Specifications table td.Field
{
    text-align: left;
    padding: 2px;
}

div.EditForm
{
    font-size: 1em;
    background: #FFF url(/Support/Theme/Office2003_Blue/Images/EditFormBlueGradientBackground.jpg  ) repeat-x top;
}

div.Title
{
	background: #B9C1A0 url(/Support/Theme/Office2003_Blue/Images/gvTitleBack.gif  ) repeat-x top;
	color: white;
	font-weight: bold;
	height: 18px;
	padding-top: 2px;
}

table.EditForm, td.EditForm
{
    font-size: .95em;
    padding: 2px;
    height: 19px;
}

.ErrorFrame
{
	padding:0px;
	border:solid 1px Red;
	
}

.ErrorRow
{
    border-top: solid 1px #B9C1A0;
    width: 100%;
    height: 30px;
    padding: 3px;
    background: #FFF url(/Support/Theme/Office2003_Blue/Images/OrangeHatchBackground.jpg  ) top;
	color: #000000;
	font-weight: bold;
}

.HeaderRowGradiantBackground
{
    background-image:url(/Support/Theme/Office2003_Blue/Images/BlueGradientBackground.jpg);
}

.bold
{
	font-weight:bold;
}

.center
{
	text-align:center;
}

.cursorpointer
{
	cursor: pointer;
}

.errortext
{
	color:Red;
	font-weight:Bold;
	font-size: 1.6em;
}

.displaynone
{
	display: none;
}

.floatright
{
	float:right;
}

.dxucEditArea_Office2003_Blue
{
    border: solid 1px #84B0D3;
}

.Profile
{
    background-color:White;
    padding: 3px;
}

.Profile td.Caption 
{
    padding: 3px 10px 3px 3px;
    font-weight: bold;
    text-align: right;
}

.CheckBoxList td
{
    padding-bottom: 2px;
    padding-right: 15px;
}
.CheckBoxList input
{
    margin-right: 6px;
}

table.BorderedFormTable1
{
    border-top: 1px solid #0D64A9;
    border-left: 1px solid #0D64A9;
}
td.BorderedFormTable1 
{
    border-bottom: 1px solid #0D64A9;
    border-right: 1px solid #0D64A9;
    background-color: #FFFFFF;
    padding: 10px;
}

.SuccessMessage
{
    color: #0D64A9;
	font-weight: bold;
}

.PaddingBottom
{
    padding-bottom: 5px;
}

.SmallIconButton .dxbButton_TecAmsOffice2003BlueTheme 
{
    background: none;
    border: none;
}
.SmallIconButton .dxbButton_TecAmsOffice2003BlueTheme div.dxb
{
    padding: 0px;
}

.xpLevelLegend
{
    font-size: .80em;
}

.lightGreen {
    background-color: #F2FFE5;
}
