﻿html, body 
{
/*	height: 100%;
	margin: 0 0 1px;
    padding: 0;
*/
}

body {
/*	background:url('images/bg.gif') repeat-x;
	background-color: #FFFFFF;*/
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

a {
	color: #337ab6; 
	font-weight: bold;
	text-decoration: none;
}

a:hover  {
	color: #163f62; 
}

p 
{
	margin: 0px;
	padding: 8px 0 6px;	
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 6px 10px;
}

h3 
{
	margin: 0px;
	font-size: 14px;
	padding: 2px 0;
}

.Left 
{
	float: left;
}

.Right 
{
	float:right;	
}

.Clear 
{
	clear: both;
	padding: 0;
	line-height: 0;
}

a.LargeLink, a.LargeLink:hover, a.LargeLink:visited, a.LargeLink:active
{
	font-size:18px;
	color: rgb(254, 190, 16);
	font-weight: bold;
	text-decoration:none;
}

/* ///////////////////////// Header And Theme.css ////////////////////////// */

#FSWebTitleBar {
	padding: 4px 0;
	height: 58px;

}
#headerTop {
	background:url('images/headerTop.png') no-repeat;
	position: relative;
	height: 35px;
	width: 986px;
	margin: 0 auto;
	z-index: 2999;
}
#headerSlider {
	width: 986px;
	position: relative;
	top: -3px;
	margin: 0 auto;
	z-index: 2900;
}
#headerMenu {
	position: relative;
	top: 6px;
	left: 135px;
	width: 851px;
}
#headerTopShadow {
	background:url('images/headerTopShadow.png') no-repeat;
	position: relative;
	top: -1px;
	height: 3px;
	width: 986px;
	margin: 0 auto;
	z-index: 2999;
}
#headerBot {
	background:url('images/headerBot.png') no-repeat;
	position: relative;
	height: 25px;
	width: 982px;
	padding-bottom: 5px;
	margin: 0 auto;
	top: -2px;
}
#headerLogo {
	position: absolute;
	left: 13px;
	top: 3px;
}

#headerSearch {
	display: none;
}
#headerUserMenu {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	right: 18px;
	top: 5px;
	text-transform: uppercase;
}

#headerUserMenu a, #headerUserMenu a:hover, #headerUserMenu a:visited, #headerUserMenu a:link 
{
	color: Black;
}

#sliderBar {
	position: relative;
	left: 6px;
	width: 972px;
	height: 86px;
	background: #e6e6e6;
	color: #000;
	padding: 0;
	z-index: 2990;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#searchButton {
	position: absolute;
	right: 12px;
	top: 7px;
}
#searchInput {
	position: absolute;
	right: 84px;
	top: 7px;
	width: 140px;
	height: 15px; 
	border: 1px solid black; 
	font-size: 11px; 
	padding: 2px;
}
.MainMenuGroup {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.MainMenuItem {
	color: #FFFFFF;
}
.MainMenuItemHover {
	color: #fed71d;
	cursor: pointer;
}
.MainMenuItemActive {
	color: #000;
	cursor: pointer;
}
#bodyTop {
	background:url('images/bodyTop.png') no-repeat;
	height: 22px;
	width: 986px;
	margin: 0 auto;
}
#bodyContent {
	background:url('images/bodyContent.png');
	width: 986px;
	margin: 0 auto;
	padding: 1px 0;
	position: relative;
	_left: 1px;

}
#bodyContentWrapper {
	padding: 0 15px;
}
#bodyBot {
	background:url('images/bodyBot.png') no-repeat;
	height: 25px;
	width: 986px;
	padding-bottom: 5px;
	margin: 0 auto;
}
#footer {
	width:986px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footerBar {
	position: relative;
	background:url('images/footer.png') no-repeat;
	height: 48px;
	width: 986px;
}
#footerPartners {
	float: left;
	position: relative;
	left: 20px;
	top: 5px;
}
.partnerImage {
	border: 0px;
	padding: 0 2px;
}
#footerLinkStrip {
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
#footerCopyright {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}
.footerLink {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}
#ribbonMenu {
	position: relative;
	background: #e6e6e6;
	color: #000;
	padding: 5px;
	margin: 0 auto;
	z-index: 150;
}

.ribbonCell {
	height: 73px;
	position: relative;
}

.ribbonCellLeft {
	position: absolute;
	background:url('images/ribbon/ribbonCellLeft.png');
	top: 0;
	left: 0;
	height: 73px;
	width: 10px;
	padding: 0;
}

.ribbonCellRight {
	position: absolute;
	background:url('images/ribbon/ribbonCellRight.png');
	top: 0;
	right: 0;
	height: 73px;
	width: 10px;
	padding: 0px;
}

.ribbonCellBG {
	background:url('images/ribbon/ribbonCellBG.png');
	margin: 0 10px;
	height: 73px;
	text-align: center;
}
.ribbonCellIcons {
	height: 54px;
}

.ribbonCellItem {
	padding: 5px 6px 0px 6px;
	border: 0;
}

.ribbonCellTitle {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
}

.ribbonWizardIcon {
	position: absolute;
	top: 0;
	left: 10px;
	padding: 5px 6px 0px 6px;
	border: 0;
}

.ribbonWizardText {
	width: 155px;
	height: 40px;
	font-size: 9px;
	padding: 10px 2px 4px 60px;
	text-align: center; 
	vertical-align: middle;
}


/* ///////////////////////// Form Elements.css ////////////////////////// */


.input100
{
	border: 1px solid gray;
	width: 125px;
}
.input130
{
	border: 1px solid gray;
	width: 130px;
}
.input135
{
	border: 1px solid gray;
	width: 135px;
}
.input180
{
	border: 1px solid gray;
	width: 180px;
}
.input160
{
	border: 1px solid gray;
	width: 160px;
}

.dropdown
{
	border: 1px solid gray; 
	padding: 2px; 
	margin-bottom: 6px; 
	width: 183px;
}

.hidden { display: none; }
            
.unhidden { display: block; }

fieldset 
{
	padding: 8px;
	margin: 4px;
}

fieldset legend
{
	font-weight: bold;
}

.FieldRow 
{
	clear: both;
	margin-bottom: 4px;	
	margin-top: 4px;
	padding-bottom: 5px;
}

.FieldRow label.FL, span.FL  
{
	display:block;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 11px;
	padding: 5px 4px 0 0;
}

.FieldRow label.FL2, span.FL2  
{
	display:block;
	float: left;
	width: 150px;
	text-align: left;
	font-size: 11px;
}

.FieldRow label.HL, span.HL   
{
	display:block;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 4px 0 0;
}

.FieldRow label.HLSmall, span.HLSmall   
{
	display:block;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 4px 0 0;
}

label.HL, span.HL   
{
	display:block;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 4px 0 0;
}

.disabled
{
	background-color: #cccccc;
}

.Validator 
{
	cursor: default;
	font-weight: bold;
}

.ValidationErrors
{
	font-size: 11px;
	font-weight: bold;
}

/* Full Screen Styles */

#Content 
{
	clear:both;
}

#FSTitleBar 
{
	padding: 5px;
	min-height: 100px;
	border:1px solid gray;
}
#FSFooterBar 
{
	padding: 6px 5px 0 5px;
	border:1px solid gray;
}
#FSRightBarColumn
{
	float: right;
	margin-right: 3px;
	width: 280px;	
}	

#FSRightBarColumn .NavBar
{	
  width: 276px;
}

#FSContentColumn 
{				
	position: relative;
	margin-right: 211px;
}

#GridSideActionsPanel 
{
	float: right;
	width: 280px;
	/* min-height: 500px; */
	margin-right: 3px;	
}

#GridSideActionsPanel .NavBar
{	
  width: 276px;
}

#GridContainerPanel 
{
	margin-left: 1px;
	margin-right: 286px; 
	padding-bottom:4px;	
	/* min-height: 500px; */	
	padding: 2px;
	border: 1px solid #ccc;
}

/* flash media player styles */

#FlashPlayerDiv 
{
	border: 1px solid red;
}

#flashcontent 
{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

#loginBox 
{
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}

#loginHeader 
{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}
#loginFooter 
{
	padding-top: 20px;
}

.loginWarning 
{
	text-align: center;
	padding: 8px; 
	border: 1px solid black; 
	background-color: #febe10; 
	width: 300px; 
	margin: 0 auto;
}


.XButton 
{
	background-image: url(images/gbutDelete.png);
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width:22px;	
	float:left;
}

.IButton 
{
	background-image: url(images/gbutInfo.png);
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width:22px;	
	float:left;
}


.contentTitleBar
{
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background-repeat: repeat-x;
  border: solid 1px black;
  background-image: url('images/nav/navbarBG.png');
  padding: 0px 8px 0px 8px;
  color: #FFFFFF;
}

.dashboardUser {
	width: 650px;
	height: 100px;
}

.dashboardAvatar {
	float: left;
	width: 110px;
}

.dashboardUserInfo {
	float: left;
}

.dashboardUsername {
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
}

.dashboardUserTitle {
	text-align: right;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
}

.dashboardUserData {
	padding: 1px 4px 1px 4px;
}

.linebreak {
	padding: 10px 5px 10px 5px;
}


.GenericUpdateProgressContainer 
{
	position: absolute;
	width: 100%;
	top: 220px;
	z-index: 9999998;
}

.GenericUpdateProgress 
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 40px;
	text-align: center;
	border: 1px solid silver;
	background-color: #ebebeb;
	line-height: 38px;
	z-index: 9999999;
	
}

.libInfo2 {
	padding: 1px;
	font-weight: bold;
}

#divQDEmpty {
}


#PrefContainerPanel {
	border: 1px solid #ccc;
	padding: 2px;
	width: 650px;
}

.searchHeader 
{
  /*width: 632px;*/
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background-repeat: repeat-x;
  border: solid 1px black;
  background-image: url('images/accordianTitle.png');
  padding: 0px 8px 0px 8px;
  color: #FFFFFF;
}

.listHeader {
	background-color:#CCCCCC;
	background-repeat:repeat-x;
	border:1px solid black;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:18px;
	padding:0 8px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}

.moduleText {
	padding: 8px 4px;
	border: 1px solid #000;
}

/* this is the main div of a module contained in an iframe */
.ModuleContainedInIFrame 
{		
	border: solid 1px black;
	padding: 2px;
	background-color: white;
}

.clientTitle  
{
	font-weight: bold; 
	font-size: 14px; 
	padding: 4px 8px; 
	border-bottom: 1px solid black; 
	margin: 0 0 10px 5px; 
}

.clientLogo  
{
	float:left; 
	height: 80px; 
	width: 80px; 
	vertical-align: middle; 
	text-align: center;
}

.releaseImages 
{ 
	padding: 6px; 
}                
.releaseImageContainer 
{ 
	float:left;padding: 10px; 
}
.mediaId { }

/* ////////////////////////// Please do not create separate files for these, for some damn reason, causing IE7 rendering issues!!!!

/* ////////////////////////// C_CalendarStyle.css ///////////////////////////// */
.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  /*font-weight: bold;*/
  font-family: Arial,Verdana,monospace;
  padding: 2px;
  cursor: pointer;
  width: 82px;
}


.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align: middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align: middle;
  background-color:#FFFFFF;
}

/* /////////////////////////// C_splitterStyle.css ///////////////////////////// */
.HorizontalSplitterBar
{
  background: url(images/splitter_horBg.gif); 
}

.CollapsedHorizontalSplitterBar
{
  background: url(images/splitter_horBg.gif); 
  border: 1px solid #000000;
  border-right-width: 0px;
}

.VerticalSplitterBar
{
  background: url(images/splitter_verBg.gif); 
}

.CollapsedVerticalSplitterBar
{
  background: url(images/splitter_verBg.gif); 
  border: 1px solid #000000;
  border-bottom-width: 0px;
}

.ActiveSplitterBar
{
  background-color: #000000;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
  opacity: 0.4;
}

.SplitterPane
{
  border: 1px solid #333333;
}

/* ///////////////////////// C_treeStyle.css ////////////////////////// */
.TreeView 
{ 
  background-color:White;
  border: #919191 1px solid; 
  padding-top:2px;
  cursor: default; 
}

.TreeNode 
{ 
 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.HoverTreeNode 
{ 
  
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: #648bcb; 
  text-decoration: underline; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #a0a0a0; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px silver solid;
  
}

.contactHeading 
{
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 2px;
}

address { padding-bottom: 2px; }

.eulaList li 
{
	padding: 2px 0;
}

.forgetPassword {
	padding: 6px;
}


/* ///////////////////////// C_dialogStyle.css ////////////////////////// */
.Dialog
{

}

.ModalDialogBG 
{
	background-color:red;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.DialogTitleEx 
{
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color: Blue;
}

.DialogHeader
{
	cursor:default;	
}

.Dialog .DialogTitle 
{
	font-weight: bold;
	color: #fff;
	padding-bottom: 4px;
}

.Dialog .TopLeft 
{
	background-image: url(images/dialog/dialogLeft.png);
}

.Dialog .TopMiddle 
{
	background-image:url(images/dialog/dialogTop.png);
}
.Dialog .TopRight 
{
	background-image: url(images/dialog/dialogRight.png);
}

.Dialog .CloseButton, .Dialog .CloseButton:visited, .Dialog .CloseButton:hover
{
	color: White;
	text-decoration:none;
}

.Dialog .Bottom
{
	background-color:#000;
}

.Dialog .DialogLeft 
{
	background-color:#000;
	width:1px;
}

.Dialog .DialogMain 
{
	background-color: #fff;
}

.Dialog .DialogRight
{
	background-color:#000;
	width:1px;
}

.DialogContent 
{
	border: 1px solid #999;	
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
}

.DialogActions 
{
	text-align: right;
}

.DialogActions input[type=submit]
{
	width: 60px;		
}

.dlgHeaderContainer { width: 100%; display:block; height: 10px; }
.dlgCloseContainer { width: 30px; height: 18px; float: right; color: #fff; font-size: 11px; font-weight: bolder; text-align: right; }
.dlgCloseButton { text-decoration: none; color: #fff; }

/* ///////////////////////// C_gridStyle.css ////////////////////////// */

.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #000;  
  font-family: Arial; 
  font-size: 11px; 
  cursor: pointer;
  margin-right:1px;
  min-height: 400px !important;
}

.GridHeader td
{
  background-image: url(images/grid/grid_headerBg.gif); 
  background-color: #999; 
  line-height: 24px;
  height: 24px;
  padding-left: 3px;
  cursor: default;
}

.IndentCell 
{	
	width: 22px;
	max-width: 22px;
}

.GridHeaderText
{
  color: #fff;  
  font-family: Arial; 
  font-size: 11px; 
  height: 24px;
}

.GroupByText
{
  color: #fff; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}

.HeadingRow 
{ 
  background-color: #eee; 
  background-image: url(images/grid/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/grid/header_bg.gif);   
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border:1px solid black;
  border-right-width:0px;
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/grid/header1stCell_bg.gif); 
 
}

.GridFooter 
{
	vertical-align: bottom;
}

.HeadingCellText
{
  font-family: Arial; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 1px;
  padding-bottom: 2px;
  text-transform:uppercase;
}

.Row 
{ 
  background-color: #fff; 
}

.AlternateRow
{
  background-color: #ddd;
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #ccc; 
  font-family: Arial; 
  font-size: 11px; 
} 

.SortedDataCell 
{ 
  background-color: #eee;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
  color: #000;
  font-weight: bold;
} 

.Row td.LastDataCell 
{ 
  background-color: #eee;
} 

.SelectedRow 
{ 
	font-weight: bold;
}

.SelectedRow td.DataCell 
{ 
  background-color: #ccc; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: Arial; 
  font-size: 11px; 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000; 
  border-right: 0px; 
  border-left: 0px;
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #ccc; 
  border-left: 1px solid #000; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #ccc; 
  border-right: 1px solid #000; 
}

.GroupHeading
{
  color: #000; 
  background-color: #FFF; 
  font-family: Arial; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #000; 
  padding-top: 10px;
  padding-bottom: 4px;
}

.SliderPopup
{
  background-color: #FFF; 
  border: 1px solid #444; 
  border-top-color: #999; 
  border-left-color: #999; 
  width: 288px;
  height: 60px;
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooterText
{
  color: #000;  
  font-family: Arial; 
  font-size: 11px;
}

.HoverRow 
{ 
  cursor: default; 
}

.HoverRow td.DataCell 
{ 
  background-color: #E6E6EE; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: Arial; 
  font-size: 11px; 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000; 
  border-right: 0px; 
  border-left: 0px; 
} 

.HoverRow td.FirstDataCell 
{ 
  background-color: #E6E6EE; 
  border-left: 1px solid #000; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
} 

.HoverRow td.LastDataCell 
{ 
  background-color: #E6E6EE; 
  background-color: #febe10; 
  border-right: 1px solid #000; 
} 

.ScrollBar
{
	background-image: url(images/scroller/scroller_bg.gif); 
}
.ScrollGrip
{
	background-image: url(images/scroller/scroll_gripBg.gif); 
}


#LibGridProgressPanel 
{
	z-index: 999999999;
	position: absolute;
	width: 200px;
	top: 100px;
	left: 243px;	
}

#LibGridProgressPanel div 
{
	height: 50px;
	line-height: 50px;	
	background-color: #ddd;	
	text-align: center;	
	margin: 5px;
	width: 200px;
	border: 1px solid black;
	padding-bottom: 6px;
}

#NotificationGridProgressPanel 
{
	z-index: 999999999;
	position: absolute;
	width: 200px;
	top: 140px;
	left: 243px;	
}

#NotificationGridProgressPanel div 
{
	height: 50px;
	line-height: 50px;	
	background-color: #ddd;	
	text-align: center;	
	margin: 5px;
	width: 200px;
	border: 1px solid black;
	padding-bottom: 6px;
}


/* ///////////////////////// C_navBarStyle.css ////////////////////////// */

.NavBar
{
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 2px;
  padding-top:0px;	
  cursor: default;
}

.NavTopItem, .NavTopItemHover
{
  color: #FFFFFF;
  background-image: url(images/nav/navbarBG.png);
  background-color: #125f8d;
  font-family: helvetica, tahoma, verdana;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 3px 0 2px 0;
  margin-bottom:2px;
  margin-top:2px;
  cursor:pointer;
}

.NavTopItemHover
{
  background-image: none;
  background-color: #000; 
}

.NavLevel2Item, .NavBarAction
{
  font-family: helvetica, tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  color: #125f8d;
  border: 1px solid white;
  padding: 3px;
  cursor:pointer;
}

.NavLevel2ItemDisabled, .NavBarActionDisabled
{
  font-family: helvetica, tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
  border: 1px solid white;
  padding: 3px;
  cursor:default;
}

.NavLevel2ItemHover, .NavBarAction:hover
{
  font-family: helvetica, tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  border: 1px solid black;
  background-color: #ccc;
  padding: 3px;
  cursor:pointer;
}

.NavBarAction, .NavBarActionDisabled, .NavBarAction:hover, NavBarActionDisabled:hover
{
	display: block;	
	text-decoration: none;
	margin-left: -4px;
	padding-left: 25px;
	width: 242px;
	position: relative;
}

a.NavBarActionDisabled:hover 
{
	color: #AAA !important;
}

.NavLevel2Group
{
  background-color: white;
  padding: 1px;
  border: 1px solid #000;  
 
}

.NavSubHeading
{
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0px 2px 10px;
	
}

.NavEmpty
{
}

.NavPreviewPane 
{
	font-family: helvetica, tahoma, verdana;
	font-size: 11px;	
	border: 0px solid white;
	background-color: white;
	margin: 4px;
}

/* ///////////////////////// C_snapStyle.css ////////////////////////// */

.transparent
{
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.snapContainerLeft
{
	background-color: #eeeeee; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	float: left; 
	height: 400px; 
	width: 435px; 
	overflow-y: scroll;	
}
.snapContainerRight
{
	background-color: #eeeeee; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	float: left; 
	height: 400px; 
	width: 205px; 
	overflow-y: scroll;
}
.snapSubContainer
{
	width: inherit;
	height: 270px;
	overflow: auto;
	position: relative;
}
.snapContainerHeaderLeft
{
	width: 435px;
	height: 20px;
	border: 1px solid #999;	
	background-color: #999;
}
.snapContainerHeaderRight
{
	width: 205px;
	height: 20px;
	border: 1px solid #999;	
	background-color: #999;
}
.snapContainerHeaderTitle
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.snapItem
{
	padding: 3px;
	margin: 5px 0px 0px 5px; 
	width: 400px; 
	height: 115px; 
	background-color: #ffffff; 
	border: 1px solid #999999;	
}
.snapAddItem
{
	padding: 3px;
	margin: 5px 0px 0px 5px; 
	width: 170px; 
	height: 115px; 
	background-color: #ffffff; 
	border: 1px solid #999999;	
}
.snapThumb
{
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px;
}

.snapLabel
{
	font-size: 11px;
	font-family: Arial, Verdana;
	width: 75px;
	text-align: right;
}

.snapText 
{
	width: 185px;
	height: 100px;
	float: left;
	vertical-align: top;	
	padding-left: 5px;
	font-family: Arial, Verdana;
	font-size: 11px;
}

.snapAdd
{
	width: 50px;
	height: 50px;
	margin-top: 30px;
	margin-right: 10px;
	float: right;
}
.snapSort
{
	width: 23px;
	height: 75px;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
}
.snapTitle
{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 4px 0 4px 0px;
}

.snapDescription 
{
	font-size: 10px;
	text-align: left;
	padding: 0 0 0 4px;
}

.snapInstructions  
{
	width: 260px;
	float: right;
}

.uploadLink { text-decoration: none; color: #fff; }

/* ///////////////////////// C_tabStyle.css ////////////////////////// */

.TabArea
{
  border: 1px solid #000000;
  padding: 0px;
  padding-right: 4px;
}

.TabTopGroup
{
  z-index:99;
  position:relative;
}

.TabTopLevel 
{
  color:black; 
  background-image: url(images/tab/tabbarBG.png);
  border:1px solid black;
  font-family:helvetica, tahoma, verdana;
  font-size:14px;
  line-height:18px;
  font-weight:bold;
  color:white;
  cursor:default;
}

.TabTopLevelHover 
{
  background-color:black;
  border:1px solid black;
  font-family:helvetica, tahoma, verdana;
  font-size:14px;
  line-height:18px;
  font-weight:bold;
  color:white;
  cursor:default;
}

.TabSelectedTopLevel 
{
  background-color: white;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  font-family:helvetica, tahoma, verdana; 
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  color:black;
  cursor:default;
}

.TabSecondLevelGroup
{
  position: relative;  
  left: 2px;
  margin-top: 1px;
  margin-left: 5px;
  z-index: 100;
}
	
.TabSecondLevel
{
 background-color: #333;
 font-family:helvetica, tahoma, verdana;
 font-size: 11px;
 font-weight: bold;
 color: #fff;
 height: 20px;
 border: 1px solid #000;
 cursor: default;
}

.TabSecondLevelHover
{
  font-family:helvetica, tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  cursor:default;
  background-color: #ccc;
}

.TabSelectedSecondLevel
{
 background-color: #fff;
 font-family:helvetica, tahoma, verdana;
 font-size: 11px;
 font-weight: bold;
 color: #000;
 border: 1px solid #000;
 border-bottom: 1px solid #fff;
 cursor:default;
}

.TabMultiPage2
{
  border: 1px solid black;
  width: 99%;
  position:relative;
  top:-3px;
  left:2px;
  padding: 2px 5px 2px 2px;
  z-index:98;

}
.TabMultiPage
{
  border: 1px solid black;
  width: 950px;
  position:relative;
  top:-3px;
  left:2px;
  padding: 2px 5px 2px 2px;
  z-index:98;
}
.SecondLevelTabMultiPage
{
  border-top: 1px solid #000;
  width: inherit;
  position:relative;
  top: -3px;
  left:2px;
  padding: 2px 5px 2px 5px;
  z-index:98;
}

.TabMultiPageSubMenu
{
  border: 1px solid black;
  position:relative;
  top:-3px;
  left:2px;
  padding:2px;
  z-index:98;
}

.TabPageContent
{
  border: 1px solid #666;
  padding: 8px;
}

/* PADDING HACK TO CHANGE INLINE STYLES */

.TabSecondLevel td {
	padding: 2px 10px !important;
}

.TabSelectedSecondLevel td {
	padding: 2px 10px !important;
}

.TabSecondLevelHover td {
	padding: 2px 10px !important;
}


/* ///////////////////////// AdvSearch.css ////////////////////////// */


.AdvSearchPanel 
{
	margin-bottom: 2px;
	width: 100%;	
}
.AdvSearchPanel .SearchBar
{
	
	min-height:26px;
	line-height:26px;
	_height:26px;
	border:solid 1px black;
	background-image:url(images/nav/navbarBG.png);
	background-repeat:repeat-x;
	padding:2px;
	position:relative;
	z-index:2;
	
	
}

.AdvSearchPanel .SearchBar .SearchTitle 
{
	font-family:helvetica, Tahoma, Verdana;
	font-size:16px;
	color:White;
	font-weight:bold;
	margin-left:2px;	
	float:left;
}

.SearchTitle 
{
	margin-left: 4px;
}

.AdvSearchPanel .Left 
{
	width: 590px;
	height: 25px;
	overflow: hidden;
}

.AdvSearchPanel .BasicSearch 
{
	float: left;
	width: 550px;
	height: 25px;
	line-height: 25px;
	display: inline;
}


.AdvSearchPanel .SearchBar .TextBox 
{
	border: 1px solid black;
	position:relative;
	top: 1px;
	float: left;
	margin: 2px 0 0 4px;
}

.AdvSearchPanel .SearchBar span.OtherContents
{
	font-size:11px;
	color: White;
}

.AdvSearchPanel .SearchBar span.OtherContents input 
{
	font-size:11px;	
}



.AdvSearchPanel .AdvancedButton 
{
	float:right;	
	margin-top:3px;	
}

.AdvSearchPanel .Advanced 
{
	
	background-color:#e6e6e6;			
	color:#000000;
	margin-top:-1px;
	position:relative;
	z-index:1;

}

.AdvSearchPanel .Advanced .Advanced 
{
	
	border:1px solid black;		
	color:#000000;	
	padding:10px;
}

.advSearchStyle {
	color:#000000;
}

/* ///////////////////////// ButtonStyle.css ////////////////////////// */

/* Button Styles */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #000;
    display: inline-block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
}

a.buttonBlue {
    background: transparent url('images/bg_button_blue_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBlue span {
    background: transparent url('images/bg_button_blue_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
}

a.buttonBlue:hover {
    background-position: bottom right;
    color: #163f62;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBlue:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
}

a.buttonBlue:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBlue:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
}

/* ///////////////////////// ReportMenuStyle.css ////////////////////////// */

.reportmenuDIV
	{
		width: 950px;
		padding: 4px 4px 8px 4px;
	}
	
.reportmenuDIV .reporttabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

.reportmenuDIV .reporttabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  		text-transform: uppercase;
  	}
	
.reportmenuDIV .reporttabnav a:link, .reportmenuDIV .reporttabnav a:visited
	{
		float: left;
		background: #e6e6e6;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

.reportmenuDIV .reporttabnav a:link.active, .reportmenuDIV .reporttabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

.reportmenuDIV .reporttabnav a:hover
	{
		background: #fff;
		color: #000;
	}

/* ///////////////////////// Reports.css ////////////////////////// */

.DMDSReport
{
	border:1px solid black; 
	background-color:#ccc; 
	padding:0px; 
	display:block; 
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}

.DMDSReport .TextLabel
{
	float:left;
	display:block;
	padding-top:5px;
}

.DMDSReport .InputBox
{
	display:inline;
}

.DMDSReport table tr td
{
    font-size:12px;
}

/* ///////////////////////// Template.css ////////////////////////// */

div.templateContainer { display: table; margin: 0 0 0 5px; padding-top: 10px; }
.templateId { }
.titleBar { display: block; height: 25px; text-indent: 5px; font-weight: bold; background-color: #999999; color: #ffffff;  }    
.titleText { padding-top: 5px; }
.contentContainer { width: 930px; }
.leftCol { float:left; width: 390px; }
.spacerCol { display: block; width: 5px; height: 25px; float: left; vertical-align: top; background-color: #ffffff; }
.rightCol { width: 535px; float: left; }    
.leftContainer { display: block; width: 388px; float:left; background-color: #ffffff; border: 1px solid #999999 }
.rightContainer { display: block; width: 533px; float: left; border: 1px solid #999999; vertical-align: top; }
.availableTemplateContainer { display: table; width: 384px; padding-top: 5px; padding-bottom: 10px; }
.availableTemplateImgPreviewContainer { display: block; width: 50px; float: left; vertical-align: top; padding: 5px }
.availableTemplateTextContainer { display: block; width: 310px; float: right; vertical-align: top; padding-right: 5px }
.selectedTemplateContainer { display: table; width: 498px; padding-top: 5px; }
.selectedTemplateImgPreviewContainer { display: block; width: 175px; height: 300px; float: left; padding: 5px; }
.selectedTemplateTextContainer { display: block; float: right; width: 300px; padding-right: 5px; }

/* ///////////////////////// Forms.css ////////////////////////// */

.FieldRow 
{
	clear: both;
	margin-bottom: 4px;	
	margin-top: 4px;
}

.FieldRow label.FL, span.FL  
{
	display:block;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 11px;
	padding: 5px 4px 0 0;
}

.FieldRow label.HL, span.HL   
{
	display:block;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 4px 0 0;
}
 
label.FL2, span.FL2  
{
	text-transform: capitalize;
	display:block;
	float: left;
	width: 150px;
	text-align: right;
	font-size: 11px;
	padding: 5px 4px 0 0;
}
label.FL3, span.FL3
{
	text-transform: capitalize;
	text-align: right;
	font-size: 11px;
}
label.FL4, span.FL4
{
	text-align: left;
	font-size: 11px;
}

label.HL, span.HL   
{
	display:block;
	float: left;
	width: 120px;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 4px 0 0;
}

div.FieldRow
{	
	margin-bottom: 4px;
	clear:left;
}

div.Column
{
	display:block;
	float:left;
	
}

div.Column .FL
{
	display:block;
	text-align:left;
	float:none;
	width:auto;
}

div.Column
{
	display:block;
	float:left;
	
}

div.Header
{
	display:block;
	float:left;
	
}

.Clear 
{
	clear: both;
}

.hiddenText label { display:none; }

.input80
{
	width: 80px; 
	border:1px solid #000000; 
	padding: 2px; 
	margin-bottom:4px; 	
	font-size: 11px;
	font-family: Arial, Verdana;
} 
.input70
{
	width: 70px; 
	border:1px solid #000000; 
	padding: 2px; 
	font-size: 11px;
	font-family: Arial, Verdana;
} 

.input113
{
	width: 113px; 
	height: 14px;
	border:1px solid #000000; 
	margin-bottom:4px; 	
	font-size: 11px;
	font-family: Arial, Verdana;
} 
.input160
{
	width: 160px; 
	border:1px solid #000000; 
	padding: 2px; 
	margin-bottom:4px; 	
	font-size: 12px;
	font-family: Arial, Verdana;
}  
.input145
{
	width: 145px; 
	border:1px solid #7F9DB9; 
	padding: 2px; 
	margin-bottom:4px; 	
	font-size: 12px;
	font-family: Arial, Verdana;
}  
.input165
{
	width: 165px; 
	border:1px solid #000000; 
	padding: 2px; 
	margin-bottom:4px; 	
	font-size: 12px;
	font-family: Arial, Verdana;
}
/* DTT: Temporary tab styles */
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	border: 1px solid black;
}

.mootabs_title li.active {
	background-color: #165382;
	color: #fff;
}

.mootabs_title1 {
	background-color: #ddd;
}

.mootabs_title2 {
	background-color: #bbb;
}

.mootabs_title3 {
	background-color: #888;
}

.mootabs_panel {
	display: none;
	position: relative;
	/*width: 928px;*/
	top: -1px;
	clear: both;
	color: #000;
	overflow: auto;
	padding: 10px;
	border: 1px solid black;
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}

.mootabs_title li.over {

}

.ReadOnly
{
    background:#eee none; 
    color:#222;        
}

/* ///////////////////////// CustomStyles.css ////////////////////////// */

.redText
{
	color: Red;
	font-size: 12px;
	font-family: Arial;
}
.table
{
	border: dashed 1px gray;
	font-size: 14px;
	font-family: Tahoma;
}
.div 
{
	background-color: Green;
	color: Yellow;
	font-weight: bold;
}
.image
{
	margin: 1px 1px 1px 1px;
	border: solid 1px blue;
}
.listSquare
{
    list-style-type: square;
    color: blue;
}


#ctl00_ctl00_Body_MainContent_grdMain_sliderGrip {
	z-index: 100 !important;
}

#ctl00_ctl00_Body_ctrlManagerSlider_pnlOverlayContainer {
	z-index: 100 !important;
}

/* Templates stuff */
    div.templateContainer { display: table; margin: 0 0 0 5px; padding-top: 10px; }
    .templateId { }
    .titleBar { display: block; height: 25px; text-indent: 5px; font-weight: bold; background-color: #999999; color: #ffffff; }    
    .titleText { padding-top: 5px; }
    .contentContainer { width: 930px; }
    .leftCol { float:left; width: 390px; }
    .spacerCol { display: block; width: 5px; height: 25px; float: left; vertical-align: top; background-color: #ffffff; }
    .rightCol { width: 535px; float: left; }    
    .leftContainer { display: block; width: 388px; float:left; background-color: #ffffff; border: 1px solid #999999 }
    .rightContainer { display: block; width: 533px; float: left; border: 1px solid #999999; vertical-align: top; }
    .availableTemplateContainer { display: table; width: 384px; padding-top: 5px; padding-bottom: 10px; }
    .availableTemplateImgPreviewContainer { display: block; width: 75px; float: left; vertical-align: top; padding: 5px }
    .availableTemplateTextContainer { display: block; width: 285px; float: right; vertical-align: top; padding-right: 5px }
    .selectedTemplateContainer { display: table; width: 498px; padding-top: 5px; }
    .selectedTemplateImgPreviewContainer { display: block; width: 150px; float: left; padding: 5px; }
    .selectedTemplateTextContainer { display: block; float: right; width: 325px; padding-right: 5px; }