body
{
    font-family: Arial;
/*
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
*/
}

a
{
	color: #e82b1c;
	width: 96px;
}

*.Comment
{
	font-style: italic;
	font-size: 10pt;
}

*.CommentSpecial
{
	font-weight: bold;
	font-size: 10pt;
	color: #e82b1c;
}

*.DataEntryControl
{
	font-family: Arial;
	font-size: 10pt;
}

*.Explanation
{
	font-family: Arial;
	font-size: 11pt;
}

*.BlockTitle
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
}

*.ErrorText
{
	font-family: Arial;
	color: #ff0000;
	font-size: 10pt;
}

*.LogonErrorText
{
	font-family: Arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

*.DataEntryHeader
{
	font-family: Arial;
	font-size: 10pt;
	color: #3e444a;
	font-weight: bold;
}

*.DataEntrySubHeader
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-size: smaller;
}

*.DataEntryValue
{
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

*.ScheduleRepeatCheckboxEnabled
{
	color: #000000;
}

*.ScheduleRepeatCheckboxDisabled
{
	color: #808080;
}

*.ServerName
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #ffffff;
}

*.SiteBanner
{  	
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

*.WelcomeLabel
{
	color: #e82b1c;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}

*.SpellCheckWord
{
	color: #ff0000;
}

*.SelectTreeNode
{	
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;	
	padding: 0px 1px 0px 1px; /*top right bottom left */
	text-decoration: none;
	color: #000000;
}

*.HoverTreeNode
{	
}
*.TreeViewContainer
{
	background-color: #ffffff;
}

*.TreeNode
{	
	font-size: 9pt;
	font-family: Arial;	
	padding: 0px 1px 0px 1px; /*top right bottom left */
	text-decoration: none;
	color: #000000;
	border-left-style: solid;
	border-left-width: 2px;	
	border-left-color: #ffffff;
}

*.VerticalPageSeparator
{
	width: 9px;	
}


/* Added for version 8.0 */
.css-grd 
{
	background: #2a6da9;
	/* Firefox browsers */
	background: -moz-linear-gradient(top, #55aaee, #003366);
	/* Chrome/Safari browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#55aaee), to(#003366));

	color: #000000; /* text colour (black) */
	height: auto; /* gradient uses the full height of the element */
	padding: 5px; /* distance from border edge to text */
}

div.tier1
{
    background-color: #c3c6c8;
    width: 100%;
    height: 31px;
    background-image: url('Graphics/GradientNav_Indigo.png');
    background-repeat: repeat;
}

div.tier2
{
    background-color: #c3c6c8;
    width: 100%;
    height: 60px;
    background-image: url('Graphics/GradientBorder_Gray.png');
    background-repeat: repeat;
}

div.thinLineOrange
{
    background-color: #b1b4b6;
    width: 100%;
    height: 5px;
}

div.pageSeparatorLine
{
    background-color: #dadada;
    width: 100%;
    height: 8px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    text-align: left
}

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: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

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;
}

.navHoverstyle
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0027a7), color-stop(1, #0056d8) );
	background: -moz-linear-gradient( center top, #0027a7 5%, #0056d8 100% );
	background-color: #0027a7;
}

.selHoverstyle
{
	/*background-color:white; */
	background-image: url('Graphics/selection_button_hover.png');
}

.twoColumnPageLeft
{
	width: 62%;
	float: left;
}

.twoColumnPageRight
{
	width: 40%;
	float: right;
}

.templatetBtn
{
	margin-top: 0px;
	margin-left: 5;
/*	
	list-style-position:outside;
	line-height:50;
	margin-left:5	*/
}

.leftLabel
{
	float: right;
	position: relative;
	top: -70px;
	left: -142px;
}

.rightBtn
{
	float: left;
	right: 50;
	color: #ff0000;
}

.rightLabel
{
	float: right;
}

.logoutHover
{
	background-image: url('Graphics/transparent.png');	
}

.blueButton
{
	background-color: #1a4a72;
	color: #c3c6c8;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid #4e667d;
}

.blueButtonDisabled
{
	background-color: #c3c6c8;
	border: 1px solid #b1b4b6;
	color: #989a9b;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 4px 10x;
    border-radius: 3px;
}


.blueButton:hover
{
	background-color: #396177;
	color: #0c2330;
	border-color: #3e444a;
}

.blueButton:active
{
	position: relative;
	top: 1px;
}

.redButton
{
	background-color: #9e1d13;
	color: #c3c6c8;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	padding:  4px 10px;
	border-radius: 3px;
	border: 1px solid #4e667d;
}

.redButton:hover
{
	background-color: #c13d3d;
	color: #510b0b;
	border-color: #3e444a;
}

.redButton:active
{
	position: relative;
	top: 1px;
}

a.hover:link 
{
    text-decoration: none;
}

a.hover:visited 
{
    text-decoration: none;
}

a.hover:hover 
{
    /*background-color: #6699FF;*/
    text-decoration: underline;
}

.SortHeaderLink:link, .SortHeaderLink:visited, .SortHeaderLink:active
{
    background-color: #1a4a72;
    color: #c3c6c8;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    
}

.SortHeaderLink:hover
{
    text-decoration: underline;
}

.textattr
{
}
        
.textattr:hover 
{
    background-color: #b1b4b6;
    outline-style: solid;
    outline-width: 1px;
}
        
.textattrsel
{
    outline-style: solid;
    outline-width: 1px;
    background-color: #00aeef;
}
        
.textattrsel:hover 
{
    background-color: #b1b4b6;
    outline-style: solid;
    outline-width: 1px;
    
}
 
.listviewStyle
{
    text-decoration: none;
    color: #c3c6c8;
}
        
.listviewStyle:hover
{
    text-decoration: underline;
}
    
.smallBlueButton
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0056d8), color-stop(1, #0027a7) );
	background: -moz-linear-gradient( center top, #0056d8 5%, #0027a7 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056d8', endColorstr='#0027a7');
	background-color: #0056d8;
	color: #ffffff;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 5px;
	width: 35px;
	height: 30px;
}

.hideaway
{
    visibility: hidden;
}

.wizardTitle 
{ 
    padding: 40px; 
    padding-bottom: 0px; 
    text-align: left; 
    font-size: 24pt; 
    font-weight: 400; 
}

 .titleInstructions 
 { 
     padding: 40px; 
     padding-top: 20px; 
     padding-bottom: 0px;
 }
 
 .wizardQuestion 
 {  
     padding: 40px 80px; 
     padding-bottom: 15px; 
     font-size: 18pt; 
     font-weight: 100; 
 }
 
  .innerPanel
  {
      margin: 3px 3px 3px 5px;
        
  }
  .outerPanel
  {
      margin: 0px;
      padding: 0px;
  }
  
   fieldset   
   {
       border-style: solid;
       border-color: #60666b;
       border-width: 1px;
   }
   
   legend
   {
       color: #60666b; 
       font-size: 11pt;
       font-weight: bold;
   }
   
.middle-align 
{
    vertical-align: 2px;
}

/******************************
    Dashboard-specific Styles  
/******************************/
.outerPodContainer {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 95%;
}

.centerContent {
    text-align: center;
}

.alternatingRowColor {
    background-color: #dadada;
}

.cellPadding {
    padding: 3px;
}
.podBase 
{
    display: inline-block;
    float: left;
    width: 90%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 10px #888;
    -moz-box-shadow: 5px 5px 10px #888;
    -webkit-box-shadow: 5px 5px 10px #888;
}

.podHeaderBase {
    text-align: center;
    font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #c3c6c8;
	font-weight: bold;
	width: 100%;
    padding: 5px;
}

.podDetailHeaderBase {
    font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.podDetailTableBase {
    text-align: left;
    padding: 3px;
    width: 100%;
    border-width: 0px;
    background-color: #ffffff;
}

.accountPod
{
    width: 100%;
    border: #1a4a72;
    border-style: solid;
    border-width: 8px;
    overflow-y: auto; 
    overflow-x: hidden;  
}

.accountPodHeader {
	background: #1a4a72;
}

.accountPodDetailHeader {
    text-align: left;
    padding: 5px;
    width: 65px;
    border: #c3c6c8;
}

.versionPod {
    border: #1a4a72;
    border-style: solid;
    border-width: 8px;
    overflow-y: hidden; 
    overflow-x: hidden; 
}

.versionPodHeader {
	background: #1a4a72;
}

.versionPodDetail 
{
    max-height: 155px;
     overflow-y: auto; 
    overflow-x: hidden;
}

.playlistsPod {
    border: #1a4a72;
    border-style: solid;
    border-width: 8px;
    overflow-y: auto; 
    overflow-x: hidden; 
}

.playlistsPodHeader {
	background: #1a4a72;
}

.playlistsPodDetailHeader {
	text-align: center;
	background: #c3c6c8;
    padding: 3px;
    width: 100%;
}

.contributorsPod {
    border: #1a4a72;
    border-style: solid;
    border-width: 8px;
    overflow-y: auto; 
    overflow-x: hidden; 
}

.contributorsPodHeader {
	background: #1a4a72;
}

.contributorsPodDetailHeader {
	text-align: center;
	background: #c3c6c8;
    padding: 3px;
    width: 100%;
}

.playersPod 
{
    width: 100%;
    border: #1a4a72;
    border-style: solid;
    border-width: 8px;
    overflow-y: hidden; 
    overflow-x: hidden; 
}

.playersPodHeader {
	background: #1a4a72;
}

.playersPodDetailTable {
    font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	max-height: 399px;
    overflow: auto;
}

.playersPodNoDetailTable {
    align-content: center;
    horiz-align: center;
    vert-align: middle;
    text-align: center;
    font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #60666b;
	padding: 10px;
}

.playersPodEntryBase {
    display: inline-block;
    float: left;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.playersPodEntryGood {
    background-image: url('Graphics/Player.Status.Good.64.64.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Good.64.64.png',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Good.64.64.png',sizingMethod='scale');
}

.playersPodEntryBad {
    background-image: url('Graphics/Player.Status.Bad.64.64.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Bad.64.64.png',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Bad.64.64.png',sizingMethod='scale');
}

.playersPodEntryNeutral {
    background-image: url('Graphics/Player.Status.Neutral.64.64.png');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Neutral.64.64.png',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Graphics/Player.Status.Neutral.64.64.png',sizingMethod='scale');
}

.playersImage {
    align-content: center;
    horiz-align: center; 
    height: 108px;
}
               