﻿body
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 62.5%;
	margin: auto;
	padding: 0;
}

#CicaLogo img
{
    display:none;
}

#TopNavigation
{
    width:25%;
    float:Right;
}

#Menu,
#Footer,
#RightArea, 
#SearchArea,
#MainNavigation,
.SearchBoxMain,
.AdvancedArea
{
	display:none;
}

/* Telephone Number */

#RightTag
{
    clear: both;
    float: right;     
    width: 100% !important;    
}
 
#RightTag #RightTagLine2
{
	color: #222D83;
    font-size: 1.4em;	
	font-weight: bold;
	text-align: right;
}

/* Headings */

h1
{
	font-size: 2em;
	font-weight: bold;
	color: #222D83;
}

h2
{      
    padding: 0.5em 0.5em 0.2em 0;
    font-size: 1.5em;
    color: #222D83;
    margin: 0;           
}

h3
{      
    padding: 0.5em 0.5em 0.2em 0;
    font-size: 1.3em;
    color: #222D83;    
    margin: 0;
}

h3.GlossaryHeader
{
    clear: left;
    display: block;
    padding-left: 5px;
    margin-bottom: 1em;
    background-color: #DCDBED;
    margin-top: 3em;
}
    
h3.pubCategory
{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

h4
{      
    padding: 0.5em 0.5em 0.3em 0;
    font-size: 1.2em;
    color: #222D83;   
    margin: 0;
}

h5
{      
    padding: 0.5em 0.5em 0.3em 0;
    font-size: 1em;
    color: #222D83; 
    margin: 0;  
}

h6
{ 
    font-style: italic;
    padding: 0.5em 0.5em 0.3em 0;
    font-size: 0.9em;
    color: #222D83;  
    margin: 0;
}

/* Bullet Points */
        
ul
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 4em;
}

#PageCopy li, /* Default in case no style is selected */
.pageCopy li
{ 
    list-style-type: none;
    list-style-image: url('/App_Themes/CICA/Images/Bullets/bullet_round.gif'); 
}

div.square li
{
    list-style-type: none !important;
    list-style-image: url('/App_Themes/CICA/Images/Bullets/bullet_square.gif') !important; 
}

div.disc li
{
    list-style-type: none !important;
    list-style-image: url('/App_Themes/CICA/Images/Bullets/bullet_round.gif') !important; 
}

div.diamond li
{
    list-style-type: none !important;
    list-style-image: url('/App_Themes/CICA/Images/Bullets/bullet_diamond.gif') !important; 
}

div.arrow li
{
    list-style-type: none !important;
    list-style-image: url('/App_Themes/CICA/Images/Bullets/bullet_arrow.gif') !important; 
}

.AdditionalContentRight ul,
.AdditionalContentLeft ul
{
    margin-left: 2em;
}

/* Links */

a
{
	color: #5D2067;
	text-decoration: none;
	font-weight: bold;
}

a.SelectedPage
{
	font-weight: bolder;
}

a:visited
{
	color: #876693;
}

/* Content */

img
{
	border: 0;
}

p
{
	clear: both;
	color: #3C474A;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#Content
{
	color: #3C474A;
	font-size: 1.3em;
}

#PageCopy 
{
    width: 100%;
    float: left;
}

#PageCopy p
{
    clear:none;
}

#PageCopy .NoStyling p
{
    clear: both;
    display: block;
}

/* Additional Content */

.AdditionalContentRight,
.AdditionalContentLeft
{
    width: 16em;
}

.AdditionalContentRight,
.AdditionalContentLeft
{
    margin-top: 1.2em;
    margin-bottom: 20px;
    display:inline-block;
    height:auto;
}

.AdditionalContentRight .InnerContainer,
.AdditionalContentLeft .InnerContainer
{
    width: 14em;
    margin: 0.7em 1em;
    overflow: hidden;
}

.AdditionalContentRight
{
    margin:0.7em 0em 0.8em 2em;
    float: right;		
}

.AdditionalContentLeft
{
    margin:0.7em 2em 0.8em 0;
    float: left;
}

.AdditionalContentRight h2,
.AdditionalContentRight h3,
.AdditionalContentRight h4,
.AdditionalContentRight h5,
.AdditionalContentRight h6,
.AdditionalContentLeft h2,
.AdditionalContentLeft h3,
.AdditionalContentLeft h4,
.AdditionalContentLeft h5,
.AdditionalContentLeft h6
{
    padding-top: 0;
    margin-top: 0;
}

/* News Listings */

#NewsListings
{
    padding-top: 0.5em;
}

#NewsListings ul
{
	margin: 0;
	padding: 0;
}

#NewsListings li
{
	list-style: none;
	padding-bottom:1em;
}

#NewsListings li .NewsDescription a, .SearchResults li p a
{
	background: none;
	padding-right: 1em;
	text-decoration: none;	
}

#NewsListings li .NewsDescription a:hover, .SearchResults li p a:hover
{
    text-decoration: none;
}

.NewsLink
{
	color: #7c5190;
	display: inline-block;
	font-size: 1.13em;
	font-weight: bold;
	margin: 0.3em 0em 0em 0em;
	padding: 0em 0em 0.3em 0em;	
}

/* Search Results */

.search
{
	margin-left: 1em;
	vertical-align: top;
}

.SearchResults li
{
	list-style: none;	
	padding-top: 0;
    padding-bottom: 1em;
}

.SearchResults li a
{
	display: inline-block;
	margin: 0;
	padding: 0 0.5em 0.3em 0;
	font-size: 1.13em !important;
}

.SearchResults li p a
{
    font-size: 1em !important;
}

.SearchResults .pagingContainer li a
{
    font-size: 1em !important;
}
.SearchResults p
{
	margin: 0 !important;
	padding-left: 0;
}
.SearchResults ul
{
	margin-left: 0;
	padding-left: 0;
}

/* Vacancies */

table.vacancies
{
    width: 100%;
    margin: 1.6em 0 1.6em 0;
}
    
table.vacancies th
{
    vertical-align: bottom;
}

table.vacancies td
{
    vertical-align: top;
}

.Vacancies p
{
	padding-left: 0px;
}

.Vacancies ul
{
	margin: 0px;
	padding: 0px;
}

.Vacancy .NoImage
{
	visibility: hidden;
}

.Vacancy .NoImage
{
	visibility: hidden;
}

.Vacancy .VacancyDescription
{
	padding: 0.3em 0.3em 0.7em 0em;
}

.Vacancy .VacancyDescription span
{
	color: #3C474A;
	font-weight: normal;
}

.Vacancy a img
{
	padding-right: 5px;
}

.Vacancy h3
{
	margin-bottom: 0.85em;
	margin-top: 1.3em;
}

.Vacancy h4
{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.Vacancy span
{
	color: #5F5FA3;
	font-weight: bold;
}

/* Site Map */

.sitemap a
{
	text-decoration: none;
}

.sitemap h3
{
	background-color: #DCDBED;
	display: block;	
	margin:0em;
	/*padding:0em;
	padding-top:0.3em;
	padding-bottom:0.5em;*/
	padding: 0.5em 0.35em 0.5em 0;
}

.sitemap span
{
	margin-left: -10px;
	padding: 0px;
}

.sitemap ul li
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	/*padding-left: 15px;*/
	padding-top: 10px;
	width: 27%;
}

.sitemap ul li ul li ul li
{
	font-size: 0.8em;
	padding-left:1em;
}

.sitemap ul li ul li, .sitemap ul li ul
{
	float: none !important;
}

li.AspNet-TreeView-Root, li.AspNet-TreeView-Root ul
{
	float: left;
	font-weight: normal;
	padding: 5px 30px 5px 0px;
	width: auto;
}

.sitemap ul li ul li
{
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 30px 5px 0px;
	width: auto;
}

.sitemap ul, .sitemap li
{
	margin: 0px;
} 

.FooterNavigation,
.TopNavigation
{
    clear: left;
    margin-top: 10px;
}

/* Glossary */

#GlossaryIndex, #GlossaryIndex ul
{
	background-color: #5d2067;
	display: block;
	height:auto;
	margin-bottom: 4em;
	width: auto;
	font-size:1.0em;
	list-style-type:none;
	width:100%;
}

#GlossaryIndex li
{
    background-color:Transparent;
	color: #a67bf8;
	background-color: #5d2067;
	padding: 0.35em;
	float:left;
}

#GlossaryIndex li a.UnSelected
{
    color:White !important;
    font-weight:normal !important;
	text-decoration: none;
}

#GlossaryIndex li a.UnSelected:hover
{
	text-decoration: underline;
}

#GlossaryIndex li a.Selected
{
    color:White !important;
    font-weight:bold !important;
	text-decoration: underline;
}

#GlossaryIndex ul
{
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

.Glossary h4
{
	font-size: 1.2em;
	margin-top: 0px;
}

.Glossary p
{
	font-size: 1em;
	margin-top: 5px;
	padding-left: 0px;
}

.MedicalDefinition h5
{
	font-size: 1em;
	margin-bottom: 10px;
}

.MedicalDefinition h6, .MedicalDefinition p
{
	display: inline-block;
	float: left;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

.MedicalDefinition p
{
	padding-left: 5px;
}

.MedicalDefinitionItem
{
	clear: left;
}

/* Forms */


.xForm .button,
.xForm .xformvalidator
{
	display: none;
}
.xForm input
{
	float: left;
}
.xForm label
{
	float: left;	
	width: 10em !important;
	padding-top:2px;
}
.xForm table, .xForm tbody
{
	width: 100%;
	display:table;
}
.xForm td
{
	padding: 0.5em !important;
}

/* Block Quotes */
        
div.quoteClear
{
    clear: both;
}

blockquote img.quoteOpen
{
    padding: 0 0.5em 0 0 !important;
    float: left;
}

blockquote img.quoteClose
{
    padding: 0 0 0 0.5em !important;
}

blockquote
{
    display: block;	
    text-align: left;
    margin-left: 1.4em;
}

blockquote p
{
    float: left;
    width: 90%;
    margin: 0 !important;
    font-size: 1.3em;
    font-weight: bold;
    color: #222D83;
}
    
.AdditionalContentRight blockquote p,
.AdditionalContentLeft blockquote p
{
    float: none;
    width: auto;
}

.AdditionalContentRight blockquote img.quoteOpen,
.AdditionalContentLeft blockquote img.quoteOpen
{
    float: none;
}

blockquote.QuoteRight
{
    width: 16em;
    float: right;
    margin: 0.7em 0 0.8em 2em;
}

blockquote.QuoteLeft
{
    width: 16em;
    float: left; 
    margin: 0.7em 2em 0.8em 0;   
}

/* Publications */

.pubCopyTop
{
    margin: 0 0 1.8em 0;
}  
  
.pubCopyBottom p
{
    margin: 0;
}        

#pubCategories
{
    margin: 0.3em 0 0.3em 0;
    font-size: 1.2em;
}

#pubCategories a.first
{
    margin: 0 0.3em 0 0;
}

#pubCategories a
{
    margin: 0 0.3em 0 0.3em;
}

.pubPager
{
    margin-bottom: 1.5em;
}

.pubError
{
    margin-bottom: 1.5em;
}

.pubList,
.pubList dl
{ 
    margin: 0;
}
   
.pubList dt.fileName
{        
    margin: 0 0 0.4em 0;
}
    
.pubList dt.fileName a
{
    padding: 0 !important;
    background-image: none !important;
    text-decoration: none;
    font-size: 1.2em;
}

.pubList dt.fileName a:hover
{
    text-decoration: underline;
}

.pubList dd.icon 
{
    margin: 0;
    padding: 0 0 1.8em 0;
}

.pubList dd.icon span
{
    clear: both;
}

.pubList dd.icon span.description
{    
    padding: 0 0 0.4em 0;
    display: block;
}

.pubList dd.icon a
{
    margin: 0;
}

.pubList dd.icon .PurpleIcon
{
    display: none;
}

/* Unsorted */

.AspNet-GridView table
{
	width: 100%;
}

.AspNet-GridView table tbody tr.alternatingStyle
{
	background-color: Transparent;
}

.AspNet-GridView thead
{
	line-height: 0px;
}

.AspNet-GridView-Pagination
{
	padding-left: 3em;
	margin-left:4em;
}

.BottomContent
{
	padding-top: 1em;
}

.button
{
	width: inherit;
}

.centeredBox
{
	background: transparent url('../Images/topnav_left2.gif') no-repeat left bottom;
	height: 2em;
	padding: 1em 2.5em;
}

.centeredBox input
{
	float: left;
}

.FileName
{
	padding-bottom: 5px;
}

.GradiantBackgroundImage .WidgetBottom
{
	padding-top: 10px;
}

.GradiantBackgroundImage .WidgetTop img
{
	padding-right: 10px;
	vertical-align: middle;
	width: auto;
}

.Icon span
{
	padding-right: 8px;
	padding-bottom: 6px;
}

.NoResults
{
    padding-top:0.7em;
}

.PageText
{
	display: block;
	margin-top: -1.5em;
}

.pagingContainer
{
    display:none;
	float: right;
}

.pagingControl
{
	margin-top: 30px;
}

.pagingControl
{
	clear: right;
}

.pagingControl a
{
	text-decoration: none;
}

.pagingControl ul
{
	margin-top: 0px;
}

.pagingSummary
{
	float: left;
}

dl
{
    margin-top:1em;
}

dt.FileName a
{
	background-image: none !important;
	font-size:1.3em;
}

dd
{
    padding-bottom:1em;
}

dd a
{
    margin-top:0.75em;
}

table
{
	border-spacing: 0px;
	display: block;
	font-size: inherit;
	margin-top: 1.5em;
}

table caption
{
	margin-top: 1.5em;
}

table tbody tr td
{
	width: auto;
}

table thead tr, table th
{
	font-weight: bold;
}

.HiddenLabel, .SearchLabel
{
    visibility:hidden;
}