﻿/*
----------------------------------------------------
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;
	color:Black;
    }
    
*.IPPageDesc
{
    font-size:12px;
    line-height: 18px;
    }
    
    
*.IPGridView
{
    text-align:left;
    }    
    
/* Category Styles */
/* ------------------------------------------------------- */
    
ul.IPPageCategoryList
{
    
    }

*.IPPageCategoryTitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
    padding-bottom:0px;
    margin-bottom:0px;
    color:#F6A763;
    }
    
*.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-bottom:4px;
    padding-top:5px;
	}
	
li.IPPageFileItem img {
    /*padding:10px;
    border:solid 1px #999999;
    display:block;*/
    margin:0px 0px 10px 10px;
    float:left;
    margin-right:10px;
    /*display:block;*/
	}
p.pFileLink 
{
	margin:5px;
    padding:0px;
}
p.pFileLink a
{
	text-transform:none;
	margin-left:10px;
}
p.IPPageListURL {
    margin:5px;
    padding:0px;
}
p.IPPageListURL a
{
	text-transform:none;
	margin-left:10px;
}
p.IPPageListFileLink
{
	margin-left:10px;
}
*.IPPageListTitle
{
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom:10px;
    }
    
*.IPPageListShortDesc
{
    margin-bottom:1em;
    }
    
*.IPPageListLongDesc
{
    margin-bottom:1em;
    margin-left:10px;
    }
    
div#containerLeft p.IPPageListShortDesc a, div#containerLeft div.IPPageListLongDesc a
{
    text-transform:none;
    }
    
*.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;*/
    color:#30A7CE;
    text-decoration:none;
	}
 
*.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;
    }
