﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #838688;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #404040;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

a.command
{
	font-size:1.0em;
}

a.command:link, a.command:visited
{
    color: #0000FF;
    text-decoration:underline;
    font-weight:normal;
}

a.command:hover
{
    color: #0000FF;
    text-decoration: none;
    font-weight:normal;
}

.hyperlinkImage
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage a:link, a:visted
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage a:hover
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage img
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1.mainTitle
{
	color: #0E6CA5;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align:center;
    font-weight: 600;
    width:100%;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3.newSettingTitle
{
	color: #000000;
	font-weight:600;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left:30px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.3em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 90%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

/*
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
*/

.main
{
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 2px 0px 0px 0px;
    line-height: normal;
    width: 800px;
    margin: 2px auto 0px auto;
    font-size:.9em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menuBar
{
    background-color:#F8B560;
    padding: 0px 0px 0px 0px;
    
}

div.menu
{
    padding: 6px 0px 0px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu li
{
	text-align:center;
	margin:0px 0px 0px 0px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #0E6CA5;
    color: #FFFFFF;
    font-weight:600;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
    
}

div.menu ul li a:hover
{
    background-color: #E6E6E6;
    color: #000000;
    text-decoration: none;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

div.menu ul li a:active
{
    background-color: #E6E6E6;
    color: #000000;
    text-decoration: none;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

div.menu ul li a:selected
{
    background-color: #E6E6E6;
    color: #000000;
    text-decoration: none;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

a.selected
{
	background-color: #E6E6E6;
    color: #3671A9;
    text-decoration:underline;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ccc;
    padding:4px 4px 6px 6px;
}

fieldset.login
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset.login p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.0em;
    font-weight: 500;
    padding: 2px 4px 4px 2px;
}

legend.login
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntry 
{
	height:auto;
    width: 200px;
    border: 1px solid #ccc;
}

.passwordEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
	top: 0px;
	left: 0px;
	height: 16px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 6px 0px 0px 6px;
    min-height:34px;
    color: White;
}

.loginDisplay a:link
{
    color: #000000;
}

.loginDisplay a:visited
{
    color: #000000;
}

.loginDisplay a:hover
{
    color: #000000;
}

.failureNotification
{
    font-size: 1.0em;
    font-weight:600;
    color: Red;
    margin: 0px 0px 0px 6px;
}

.successNotification
{
    font-size: 1.0em;
    font-weight:600;
    color: #008B00;
    margin: 0px 0px 0px 6px;
}

.fcLogo
{
	float:left;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align:center;
    font-size: .85em;
    padding-right: 6px;
    height:22px;
    vertical-align:middle;
}

span
{
	margin-right:8px;
}

hr.black
{
	border: 0; 
	color:#000000; 
	background-color:#000000; 
	height:1px;
	width:99%;
}

select.medium
{
	min-width:140px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

select.mediumList
{
	min-width:180px;
	background-color:#FFFFF0;
	font-size:.95em;
}

select.large
{
	min-width:200px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

select.normal
{
	background-color:#FFFFF0;
	font-size:.95em;
}

select.small
{
	min-width:80px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

input[type=text].small
{
	width:80px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].medium
{
	width:180px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=password].medium
{
	width:200px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=password].small
{
	width:80px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].large
{
	width:280px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].fill
{
	width:100%;
	height:16px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

table.settingsList
{
	width: 98%;
	font-size: 1.0em;
	color:#000000;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

table.userInfo
{
	width: 100%;
	font-size: 1.0em;
	color:#000000;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

table.userInfo td
{
	padding: 4px 6px 4px 2px;
}

td.settingHeader
{
	font-weight:600;
	border-bottom: 2px solid black;
	padding: 2px 4px 2px 0px;
}

td.settingCell
{
	font-size:.9em;
	font-weight:500;
	border-bottom: 1px dashed black;
	padding: 2px 8px 2px 0px;
}

td.filterCell
{
	border: 1px solid #C0C0C0;
	padding: 4px 10px 6px 4px;
	width:49%;
}

table.settingsListSmall
{
	width: 100%;
	font-size: .9em;
	color:#000000;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

td.settingHeaderSmall
{
	font-weight:600;
	border-bottom: 2px solid black;
	padding: 4px 2px 4px 2px;
}

td.settingCellSmall
{
	font-weight:500;
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 2px 4px 2px;
}

td.settingCellSmallSelected
{
	font-weight:500;
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 2px 4px 2px;
	background-color:#ADD8E6;
}

div.newSetting
{
	width:90%;
}

table.newSetting
{
	width:100%;
	font-size: 1.0em;
	color:#000000;
	padding: 2px 2px 2px 2px;
}

table.newSetting td
{
	padding: 2px 2px 10px 2px;
}

td.rolePropertyDesc
{
	color: #0000FF;
	font-size: 1.0em;
	padding:2px 2px 2px 2px;
	width:80%;
}

.accent
{
	font-weight:600;
}

.viewsPanelGroup
{
	width:98%; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.viewsPanelGroup fieldset
{
	border: 1px solid #ccc;
    padding:4px 4px 6px 6px;
}

.viewsPanelGroup legend
{
	font-size: 1.0em;
    font-weight: 600;
    padding: 2px 4px 4px 2px;
}

.viewsPanelGroupItems
{
	display:inline;
	width:98%; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.viewsPanelGroupItems fieldset
{
	border: 1px solid #ccc;
	padding:4px 4px 6px 6px;
}

.viewsPanelGroupItems legend
{
	font-size: 1.0em;
    font-weight: 500;
    padding: 2px 4px 4px 2px;
}

.viewsPanelGroupItem
{
	display:inline-table;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.viewsPanelGroupItem fieldset
{
	border:none;
	padding:4px 4px 6px 6px;
}

.viewsPanelGroupItem legend
{
	border:none;
	font-size: 1.0em;
    font-weight: 500;
    padding: 2px 4px 4px 2px;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopupWindow
{
	min-width:500px;
    /*max-width:940px;*/
    min-height:200px;
    background:white;
    padding:20px 15px 20px 15px;
}

.SmallModalPopupWindow
{
    min-width:200px;
    min-height:100px;
    background:white;
    padding:10px 10px 10px 10px;
}

/* meant to be changed per customer to reflect */
/* the same theme as in FieldDirect */
.gridHeader
{
	background-color:#0E6CA5;
	color:#FFFFFF;
	font-weight:600;
}

table.grid
{
	border-collapse:collapse;
	padding:2px;
	width:100%;
	
}

table.grid td
{
	padding:2px;
	border:1px solid black;
	font-size:1.0em;
}

table.grid th
{
	padding:2px;
	font-weight:600;
	border:1px solid black;
	background-color:#0E6CA5;
	font-size:1.0em;
	color:#FFFFFF;
}

.gridAltRow td
{
	background-color:#ccc;
}


table.padded {
    border-collapse:collapse;
	padding:4px;
}
table.padded td {
    padding:4px;
    border-bottom:1px solid #999999;
    vertical-align:top;
}

.message-error {
    clear: both;
    color: #ff0000;
    font-size: 1.0em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #008b00;
    font-size: 1.0em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/****************************************/
/* Tab Panels */

.ajax__tab_panel, a:link
{
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.ajax__tab_inner
{
	width: 150px;	
}

.ajax__tab_tab 
{
	width: 100%;
	font-weight: normal;
}

/* color picker */

div.controlset {display: block; width: 100%; padding: 0.25em 0; border:1px solid black;}

div.controlset label, 
div.controlset input,
div.controlset div { display: inline;  width:32px;}

div.controlset label { width: 100px;}
