﻿/* DEFAULTS
----------------------------------------------------------*/
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(/res/img/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}




.hidden
{
display: none;
}

td.HeaderTitle
{
	background-color: #4B6C9E;
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: arial;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-image: url(img/TitleBackground.bmp);
	background-repeat: repeat;
}

table.HeaderTable
{
	width: 100%;
	margin-top: 10px;
}

.TextGeneral
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color:#404040;
}

.TextGeneralC
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color: #333333;
}

.TextHelpLegend
{
	font-weight: normal;
	font-size: 14px;
	font-family: 'Segoe UI';
	color: #6495ed;
	background-color:White;
	text-align: justify;
	font-style: italic;
}

.TextTitleSmall
{
	font-size: 11px;
	font-family: arial;
	color:White;
}

.TextTitle
{
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	color: #4169e1;
}

.TextWarning
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color:red;
	background-color:White;
}

td.TextboxLabel
{
	font-weight: normal;
	font-size: 12px;
	color: #696969;
	font-family: arial;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: #4a667b 2px solid;
}


td.TextboxLabelReq
{
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	font-family: arial;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: #4a667b 2px solid;
}

td.TextboxLabelReq2
{
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	font-family: arial;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.TextboxLabelInfo
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Buttons
{
	font-weight: normal;
	font-size: 12px;
	color: #696969;
	font-family: arial;
}

a.ButtonLink
{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Segoe UI';
	color: #7b68ee;
}

body
{
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 12px 8px 8px 8px;
	padding: 0px;
	color: #696969;
	background-image: url('../img/BackGround.png');
	background-repeat: repeat-x; 	
	background-color: #92acb8;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    margin:	5px 0px 10px 0px;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 20px;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pnlSizeReferenceTableTmp {
	height:100%;
	width: 1px;
	display:inline;
	visibility:hidden;
}

.page
{
    width: 95%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 2em;
    padding: 3px  20px;
    text-decoration: none;
    white-space: nowrap;
	font-family: 'Segoe UI','Arial';
}


div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu img
{
	vertical-align:middle;
	padding-bottom:1px;
}

/* MISC  
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 16px;
    color: White;
    font-weight:bold;    
}

.NiceFont
{
	font-size: 14px;
	color: #333333;
	font-family: 'Segoe UI','Arial';
}

.NiceListBox
{
	font-size: 14px;
	color: #333333;
	font-family: 'Segoe UI','Arial';
	min-width:300px;
}

.NiceButton
{
	font-size: 14px;
	color: #333333;
	font-family: 'Segoe UI','Arial';
	height:35px;
}

.NiceFontBold
{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: 'Segoe UI','Arial';
}

.NiceFontDialog
{
	font-size: 14px;
	color: White;
	font-family: 'Segoe UI','Arial';
}

.NiceFontBoldDialog
{
	font-size: 14px;
	color: White;
	font-weight: bold;
	font-family: 'Segoe UI','Arial';
}

.PageTitle
{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Segoe UI','Arial';
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.NiceTitle
{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	font-family: 'Segoe UI','Arial';
	line-height: 40px;
}

.NicePanelHeader
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Segoe UI','Arial';
	line-height: 30px;
	background-color: #3A4F63;
	width: 100%;
	text-indent: 5px;
}

.NicePanel
{
	border: 1px solid silver;
	padding: 8px;
	font-family: 'Segoe UI','Arial';
	background-color: #E8E8E8;
	margin-bottom:10px;
}

.bold
{
    font-weight: bold;
}

.GridRowsInfo
{
	font-size: medium;
	font-weight: bold;
	color: White;
	background-color:#444444;
	font-style:italic;
	padding: 20px 0px 20px 0px;
	line-height: 40px;
}

.TextBoxUpper
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color:#404040;
	text-transform:uppercase;
}

.MainTxt
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.KnowledgeContext
{
	font-weight: normal;
	font-size: 12px;
	font-family: 'Segoe UI';
	color: #FFFFFF;
	border: 2px solid silver;
	padding: 8px;
}




/* Advanced Search Panels
----------------------------------------------------------*/

.SearchBarTitle
{
	font-size: x-large;
	font-weight: bold;
	color: #3399FF;
}

.AdvSearchAcceptBar
{
	font-size:x-large;
}

/* End Search Panels
----------------------------------------------------------*/


/* Grid
-------------------------------------------------------------*/
.grdRow
{
	background-color: #DCDCDC;
	color: #333333;
}

.grdAlt
{
background-color:White;
color:#284775;
}
