﻿/*
----------------------------------------------------
IPPage alpha - base layout CSS classes
Created by: Nathan Bingham
Company: MediaSauce
Last Edit: 11 March 2007

File Contents: Base layout styles for IPPage Control

----------------------------------------------------
*/

*.IPPageTitle
{
	font-size: 13pt;
	font-weight: bold;
    }
    
*.IPPageDesc
{
    font-size:12px;
    line-height: 24px;
    }
    
    
*.IPGridView
{
    
    }    
    
/* Category Styles */
/* ------------------------------------------------------- */
    
ul.IPPageCategoryList
{
    
    }

*.IPPageCategoryTitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	
    padding-bottom:0px;
    margin-bottom:0px;
    }
    
*.IPPageCategoryDesc
{
    }
    
*.IPPageBackToTop
{
    background-color:#E5EAF0;
    padding:8px;
    }
    
/* Item Styles */
/* ------------------------------------------------------- */

ul.IPPageFileList
{
    list-style-type: none;
    padding:0px 0px 0px 0px;
    margin: 0;
    }

li.IPPageFileItem 
{
	
    padding:0px 0px 5px 10px;
	
	margin-top:10px;
	}
	
li.IPPageFileItem img {

    margin:0px 10px 0px 0px;
    float:left;

	}

*.IPPageListTitle
{
    font-weight:bold;
    font-size:1em;
    
    text-align:left;
    
    padding:0px;
    
    margin:0px;
    padding:0px;
    
    }
*.IPPageListShortDesc
{
    margin-bottom:1em;
    }
    
*.IPPageListLongDesc
{
    margin-bottom:1em;
    /*clear:right;*/
    }
    
*.IPPageListDate
{
    font-style:italic;
    font-size:10px;
    padding-top:0px;
    margin-top:0px;
    }
    
*.IPPageMoreLink
{
   
    }
    

/* Item Title Link Styles */ 

*.IPPageListTitle a{
    /*font-weight:normal;
    font-family:Arial, Helvetica, Sans-Serif;*/
	}
 
*.IPPageListTitle a:link{
    text-decoration:none;
	}
	
*.IPPageListTitle a:hover {
    text-decoration:underline;
}

*.IPPageListTitle a:visited 
{
    
    }
    

/* View More Link Styles */

*.IPPageMoreLink a
{
   font-size:10px; 
   }
   
*.IPPageMoreLink a:link
{
    color:#9F006A;
    text-decoration:none;
	}
	
*.IPPageMoreLink a:hover 
{
    text-decoration:underline;
    }

*.IPPageMoreLink a:visited 
{
    
    }
    
/* View Back To Top Styles */

*.IPPageBackToTop a
{
   font-size:10px;
   text-decoration:none;
   }
   
*.IPPageBackToTop a:link
{
    color:#9F006A;
	}
	
*.IPPageBackToTop a:hover 
{
    text-decoration:underline;
    }

*.IPPageBackToTop a:visited 
{
    text-decoration:none;
    }    
   
/* Gallery Styles */
*.IPPageGalleryImg
{
    margin:0px;
    padding:0px;
    }
      
*.IPPageGalleryImg img
{
    padding:10px;
    border:solid 1px #999999;
    } 
    
*.IPPageGalleryImg a
{   
    font-weight:bold;
    cursor:pointer;
    color:#000;
	font-family:Arial, Helvetica, Sans-Serif;
	text-decoration:none;
    }
    
*.IPPageGallery p
{
    font-weight:bold;
    text-align:center;
    }
    
*.IPPageGalleryControls
{
    text-align:center;  
    }
    
*.IPPageGalleryDescription
{
    font-weight:bold;
    text-align:center;
    }
