﻿/* STAFF STANDARD STYLES: START */

#divMainStaff
{
    background:#ffffff;
    border:1px solid #dadada;
    padding:0px 24px 24px 24px;

	font-size:12px;
}

h1 { font-size: 18px; }
p { font-size: 12px; }

img { border: none; }

/* STAFF STANDARD STYLES: END */


/* MENU GROUPING PANELS: START */
.pnlGrouping
{
    float:left;
    width:300px;  
    margin-top:18px;  
}

.pnlGrouping fieldset
{
}

.pnlGrouping legend
{
    color:#000000;
    font-weight:bold;
   	font-size:13px;
   	padding-left:4px;
   	padding-right:8px;
}

div.pnlGroupingInner 
{
    padding-top:6px;
    padding-right:12px;
    padding-bottom:6px;
    padding-left:11px;
}

.pnlGrouping td
{
    padding:4px;
}

div.column
{
    float:left;
    margin-left:50px;
}

div.row
{
    clear:both;
}
/* GROUPING PANELS: END */


/* LISTING TABLE: START */
.tblListing
{
    border-bottom:solid 1px #1F83FF;
}

.tblListing th
{
    padding:6px;
    padding-left:0px;
    padding-right:24px;
    border-bottom:solid 1px #1F83FF;
    text-align:left;
    font-size:12px;
}
.tblListing td
{
    padding:6px;
    padding-left:0px;
    padding-right:24px;
    border-bottom:solid 1px silver;
    text-align:left;
    font-size:12px;
}
.tblListing tr.rowSelected
{
}
.tblListing .centered
{
    text-align:center;
}
.tblListing input, .tblListing select
{
    font-size:10px;
}
/* LISTING TABLE: END */


/* TABS : START */
.tabs
{
}
.tabsMenu
{
    height:27px;
    border-left:solid 1px #003399;
}
.tabOn, .tabOff, .tabOnDisabled, .tabOffDisabled
{
    float:left;
    width:170px;
    height:27px;
    border-top:solid 1px #003399;
    border-right:solid 1px #003399;
    font-size:12px;
    color: #003399;
    font-weight:bold;
}
.tabOn a, .tabOff a, .tabOnDisabled a, .tabOffDisabled a
{
    display:block;
    padding-left:10px;
    padding-top:6px;
    text-decoration:none;
    height:23px;
}
.tabOff a:hover
{
    background-color:#EDEDED;
}
.tabOn, .tabOnDisabled
{
    background-color:#0085e6;
}
.tabOn a 
{ 
    color: White; 
}
.tabOff, .tabOffDisabled
{
    background-color: #E4F0F4;
}
.tabOffDisabled a
{
    cursor: default;
    color: Gray;
}
.tabOnDisabled a
{
    cursor: default;
}
.tabBody
{
    clear:both;
    border-left:solid 1px #003399;
    border-right:solid 1px #003399;
    border-bottom:solid 1px #003399;
    width:880px;
    border-top:solid 8px #0085e6;
}
.tabIFrame
{
    width:880px;
}

.adminTabs .tabBody table td
{
    padding:4px;
    font-size:12px;
}

.adminTabs .tabsMenu
{
    height: 22px;
}
.adminTabs .tabsMenu .tabOn, .adminTabs .tabsMenu .tabOff
{
    width: 140px;
    height: 22px;
    font-size: 12px;
}
.adminTabs .tabOn a, .adminTabs .tabOff a, .adminTabs .tabOnDisabled a, .adminTabs .tabOffDisabled a
{
    padding-top:4px;
    border: none;
}
.adminTabs .tabBody
{
    border-top:solid 5px #0085e6;
}    
.searchColumn
{
    float:left;
    padding-left:16px;
    padding-right:16px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.searchColumn.middle
{
    border-left: solid 1px #0085e6;
    border-right: solid 1px #0085e6;
}        

/* TABS : END */

/* SEARCH AREAS : START */

.searchTable { border: 1pt solid silver; padding: 10px 15px;}

.searchTable td { vertical-align: bottom; padding-right:30px; font-size:12px; }

/* SEARCH AREAS : END */

/* OBOUT GRID EDITING : START */

.ob_gBody textarea
{
    font-size:1.1em;
}

/* OBOUT GRID EDITING : END */

ul.bullets li
{
    font-size:1.1em;
    padding-top:2px;
    padding-bottom:2px;
}

/* TOGGLE BOXES : START */
.boxHead
{
    border:solid 1px #003399;
    width:880px;
    height:27px;
    background-color: #E4F0F4;
}
.boxHeadText
{
    float:left;
    padding:6px;
    font-size:1em;
    padding-left:10px;
    color: #003399;
}
.boxHeadToggle
{
    float:right;
    border-left:solid 1px #003399;    
    height:27px;
    cursor: pointer;
}
.boxMain, .frameMain
{
    border:solid 1px #003399;    
    border-top:none;
    width:880px;
    vertical-align:top;
    font-size:12px;
}
.boxMainTopLine
{
    border-top:solid 1px #003399;    
}

.frameMain
{
    display: none;
}
.boxMainContent
{
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    padding-bottom:3px;
}
.boxMainContent.topLine
{
    border-top:solid 1px #003399;
}

.boxMainContent table td
{
    padding-top:3px;
    padding-bottom:3px;
}

.boxMainContent .label
{
    padding-right:6px;
    color: #666666;
}
.boxMainContent .data
{
    padding-right:10px;
}
.boxMainContent input, textarea
{
    font-size:1.2em;
    *font-size:1em;
}

.boxMainClear
{
    clear:both;
}
.boxMainClearGap
{
    height:25px;
    clear:both;
}

.boxMainContent .tblListing th, .boxMainContent .tblListing td
{
    font-size:1.0em;
}
.boxMainLeft
{
    width:350px;
    margin-right:20px;
    float:left;
}
.boxMainRight
{
    width:350px;
    float:left;
}
/* TOGGLE BOXES: END */

.inlineSwitch
{
    display:inline-block;
    float:right;
    padding:2px 0 0 2px;
}

input[type=text], input[type=password], textarea, select
{
    font-size:1.1em;
}

/* BUTTONS : START */

.button
{   
	font-size:13px !important; 
    padding-top: 3px; 
    padding-bottom: 3px;
} 
.button.active
{
    background-color: #57B0E0;
    color: #FFFFFF !important;
    font-weight: bold;
}
/*
.button, .buttonNoArrow, .buttonAction, .buttonReadConfirm, .buttonBackArrow
{   
	color:#ffffff;   
	font-size:13px !important;
	*font-size:12px !important;
	background-color:#1F83FF;   
	border: 1px solid #8FC1FF;   
	border-color: #8FC1FF #8FC1FF #8FC1FF #8FC1FF;   
	padding: 4px 20px 6px 5px;
	*padding: 4px 15px 4px 5px;
	BACKGROUND: url(../images/bullet02.gif) #1f83ff no-repeat 28px 50%;
	background-position: right;
    margin-left:0px;
} 

.buttonNoArrow
{
    padding-right: 5px;
	background-image:none;
} 
.buttonBackArrow
{
    padding-right: 10px;
    padding-left: 20px;
	background-position: left;
	background-image: url(../images/bullet03.gif);
} 

td a.button, td a.buttonAction
{
	font-size:10px !important;
	*font-size:9px !important;
	display:block;
	width:90px;
	height:18px;
	text-decoration:none;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:10px;
}

a.buttonReadConfirm
{
	text-decoration:none;
	cursor:pointer;
	BACKGROUND: url(../images/mUser-ButtonAction.gif) #F90606 no-repeat right 50%;
	display:block;
	padding-top:4px;
	width:160px;
}

td a.buttonAction
{
	BACKGROUND: url(../images/mUser-ButtonAction.gif) #F90606 no-repeat right 50%;
}
 
a.buttonAction, a.buttonReadConfirm
{
	border-color:#EEB9C0;
}

a.button, a.buttonBackArrow
{
    text-decoration:none;
}

.button.disabled
{
    border-color:#CCC;
    background-color:#AAA;    
    background-image:none;
}
*/

/* BUTTONS : END */