﻿body
{
   font-family: Verdana; 
   font-size: 11px; 
   color: #666;
    }
h1
{
    font-size: 1.6em;
    }   
.MasterDiv
{
    width: 1050px;
    margin: 0px auto 0px auto;
    
    }
.BannerDiv
{

    display: block;
    float: left;
    width: 175px;
    background-image: url(../images/leftnav.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 100px;
    padding-left: 15px;
 }
.BannerDiv a
{
    font-size: 1em;
    color: #777;   
    background-image: url(../images/menulinkbg.png);
    background-repeat: no-repeat;
    display:block;
    padding: 6px;
    width: 151px;
    text-decoration: none;
    margin-bottom: 4px;
    } 
    .BannerDiv a:hover
{
    background-image: url(../images/menulinkbgselected.png);
    background-repeat: no-repeat;
    
    }  
 .FullCol
 {
    width: 800px;
    display: block;
    float:left;
    margin: 0px 0px 15px 15px;
    min-height: 300px;
 }
.LeftCol
{
    width: 450px;
    display: block;
    float: left;
    margin: 20px 20px 15px 20px;
    min-height: 200px;
    
}

.RightCol
{
    width: 430px;
    display: block;
    float: right;
    margin: 20px 20px 15px 10px;
    min-height: 300px;
}

.FooterDiv
{
    text-align: center;
    padding: 10px;
    display: block;
    width: 930px;
    height: 25px;
}
.ShortGroupBox
{
  padding: 5px;
  background-image: url(../images/boxbg.jpg);
  background-repeat: repeat-x;  
  background-position: 0px -60px;  
  border:1px solid #ccc; 
  margin-bottom: 10px;
  display:block;
  float:left;
  width: 780px;
}
.GroupBox
{
  padding: 5px;
  background-image: url(../images/boxbg.jpg);
  background-repeat: repeat-x;  
  display:block;
  float:left;
  margin-bottom: 10px;
  border:1px solid #ccc; 
}
.ThinGroupBox
{
  padding: 5px;
  background-image: url(../images/boxbg.jpg);
  background-repeat: repeat-x;  
  width: 300px;   
  border:1px solid #ccc; 
  display: block;
  float: left;
  margin-right: 11px;
  width: 244px;
  height: 330px;
}
.ThinGroupBoxRight
{
  padding: 5px;
  background-image: url(../images/boxbg.jpg);
  background-repeat: repeat-x;  
  width: 300px;   
  border:1px solid #ccc; 
  display: block;
  float: left;
  margin-right: 0px;
  width: 245px;
  height: 330px;
}
.GroupBoxIcon
{
    display: block;
    float: left;
    margin-right: 10px;
}
.GroupBoxTitle
{
   font-weight: bold;
   padding-bottom: 4px;
   font-size: 1.2em;
   display: block;
   margin: 10px 0px 20px 0px;  
   border-bottom: 1px dotted #777; 
}
.FileList
{
     height: 300px;
     border: 1px solid #777;
     overflow: auto;    
    }
 .FileToApproveLink
 {
    display: block;
  float: left;
    width:90%;
  height: 20px;
  background-image: url(../images/document_time.gif);
  background-repeat: no-repeat;
  background-position: 2px 4px;
  padding: 5px 0px 0px 20px;
  text-decoration: none;  
  margin: 0px 0px 0px 0px;  
    }
 .FileToApproveLink:hover
{
     background-image: url(../images/document_view.gif);
     text-decoration: underline;
     background-color: #F4E8DF;
}   
 

.DropBoxLink
{
  display: block;
  float: left;
  width: 500px;
  height: 20px;
  background-image: url(../images/document.gif);
  background-repeat: no-repeat;
  background-position: 2px 4px;
  padding: 5px 0px 0px 20px;
  text-decoration: none;  
  margin: 0px 0px 4px 10px;  
}

.DropBoxLink:hover
{
     background-image: url(../images/document_into.gif);
     text-decoration: underline;
     background-color: #F4E8DF;
}

.TagFileTitle
{
   display:block;
   font-size: 1.2em;
   border: 1px solid #ccc;
  background-image: url(../images/document_into.gif);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  padding: 4px 4px 4px 23px;
  text-decoration: none; 
  margin: 0px 10px 4px 10px; 
  color: Navy;
  background-color: #F4E8DF;
    }
.ApproveFileTitle
{
   display:block;
   font-size: 1.2em;
   border: 1px solid #ccc;
  background-image: url(../images/document_into.gif);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  padding: 4px 4px 4px 23px;
  text-decoration: none; 
  margin: 0px 0px 0px 0px; 
  color: Navy;
  background-color: #F4E8DF;
    }

.SmallOrangeButton
{
    color: #333;
    padding: 2px;
    font-size: 10px;
    background: url(../images/buttons/orangebg.jpg);
    border: 1px solid #777;
}

.OrangeButton
{
    color: #333;
    padding: 3px 10px 3px 10px;
    background: url(../images/buttons/orangebg.jpg);
    border: 1px solid #777;
    margin: 15px 0px 10px 0px;
}

.BlueButton
{
    color: #333;
    padding: 3px 10px 3px 10px;
    background: url(../images/buttons/bluebg.jpg);
    border: 1px solid #777;
    margin: 15px 0px 10px 0px;
}

.GreenButton
{
    color: #333;
    padding: 3px 10px 3px 10px;
    background: url(../images/buttons/greenbg.jpg);
    border: 1px solid #777;
    margin: 15px 0px 10px 0px;
}

.FileForTaggingDiv
{
    
}
.FileForTaggingLabel
{}
.FileNotFoundLabel
{}

.FileDropBox
{}
.FileList
{}

.GridHeader
{    
    background-image: url(../images/TableHeaderBg.gif); 
  background-position: 0px -4px;
    
    }
.GridHeader th,.GridHeader td
{border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding: 6px;
    
    }
 .GridHeader a
 {
    color: #000;
    text-decoration: none;
    
    }
     .GridHeader a:hover
 {
    text-decoration: underline;
 }
.GridRow
{
    height: 20px;
    }
    
 .StatusDate
 {
    
    }
 .StatusUser
 {
   color:  #FF9933;
    }
 .StatusMessage
 {
    display: block;
    margin-top: 10px;
    }
    
  .LoginBox
  {
    width: 270px;
    height: 400px;
    background-image: url(../images/505bg.jpg);
    background-repeat: no-repeat;
    margin: 20px 0px 0px 20px;
    padding: 100px 0px 0px 20px;
    
    }
.FeaturedAssetsContentDiv
{
    height: 130px;
    }
.FeaturedLinkDiv
{
   display: block;
   width: 250px;
   height: 160px;
   float:left; 
   margin-right: 10px;

    }
    .FeaturedImageTD
    {
        vertical-align: top;
        text-align: center;
        width: 128px;
        height: 128px;
        }
.FeaturedTitle
{
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin: 0px 0px 5px 4px;
    max-height: 43px;
    
	overflow:hidden;

    
 }
.FeaturedPlatform{ display: block;margin-left: 4px;}
.FeaturedType{ display: block;margin-left: 4px;}
.FeaturedDownloadLink{ display: block;margin: 4px 0px 0px 4px;}

.LatestLinks
{
    display:block;
    color: #666;
    margin: 4px 0px 4px 10px;
    text-decoration: none;
    
    }
.LatestLinks:hover
{
    color: #FF9933;
    text-decoration: underline;
}

.GameInfoFieldset
{
   padding: 15px;
}
.GameInfoFieldset .LabelTitle
{
    
}
.GameInfoFieldset legend
{
    margin-bottom: 10px;
    margin-left: -10px;
    font-weight: bold;
    
    }
.TitleCell
{
  color: #333;
  background-color: #f7f7f7;
  border-right: 1px dotted #333;  
    }
.HeaderCell
{}

.SearchSection
{
    display: block;
    margin-bottom: 15px;
    }
.SearchTitle
{
    display: block;
    font-weight: bold;
    }
.QuickSearchTB
{
    font-size: 10px;
    width: 200px;
    border: 1px solid #333;
    height: 18px;
    margin-right:-5px;
}
.QuickSearchResultDiv
{
    width: 240px;
    height: 230px;
    border: 1px solid #f7f7f7;
    overflow: auto;
}
.QuickSearchGameLink
{
    text-decoration: none;
    display: block;
    padding: 3px;
    background-color: #333;
    color: White;
    border-bottom: 1px solid #777;
    margin-top: 4px;
    
    }
    
.QuickSearchFileTypeLink
{
    
    display: block;
  
    padding: 3px 3px 3px 22px;
    background-image: url(../images/arrow_right_blue.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    }
.BacktoSearch
{
    width: 200px;
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 3px 3px 3px 22px;
    font-size: 1.1em;
    background-image: url(../images/arrow_left_green.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    }
.SearchResultsDiv
{
 display:block;
 float:left;
 width: 800px;   

}
.DownloadLink
{
    display: block;
    padding: 3px 3px 3px 22px;
    background-image: url(../images/inbox_into_small.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    }
.AssetLinkSquareDiv
{
   display: block;
   width: 250px;
   height: 138px;
   float:left; 
   border: 1px solid #CCC;
   margin-left: 10px;
   margin-bottom: 5px;
 }
 .AssetLinkImageTD
 {
    width: 128px;
    text-align: center;
    }
.AssetLinkSquareDiv img
{
    margin: 4px;
}

.AdvancedSearchDiv
{
    padding: 15px;
  }
.AdvancedSearchDiv fieldset
{}
.AdvancedSearchDiv fieldset legend
{
    font-weight: bold;
    }
.AdvancedSearchDiv fieldset p
{
    margin: 6px 0px 3px 10px;
    color: #333;
    }
 .ASTitle
 {
    display: block;
   color:#000;}
   .AdvancedSearchDD
   {
        display: block;
        border: 1px solid #333;
        margin-bottom: 5px;
        
    }
   
     .AdvancedSearchTB
     {
        display: block;
        
        border: 1px solid #333;
        font-size: 11px;
        width: 300px;
        }
   
 .PagerNumbers
 {
   
    padding: 4px 3px 4px 3px;
    }
 .SelectedPagerNumbers
 {
  background-color: #f7f7f7; 
  border: 1px solid #ccc;
  padding: 4px 3px 4px 3px;
}

.Rotator
{
    margin-top: -10px;
  padding: 0px;
  width:800px; 
  height:138px; 
  cursor:default;
}

/*------  Reg Form  */

.RegLable{ display: block; clear: both;}