﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #9fc2f1;
    font-size: 12px;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #111;
}
img
{
	margin: 0;
    padding: 0;
    border: 0;
}
td
{
	vertical-align: top;
}
form
{
	margin: 0;
    padding: 0;
}
a:link, 
a:visited,
a:active
{
    color: #034af3;
    text-decoration: none;    
}
a:hover
{
    text-decoration: underline;    
}
a.menu:link, 
a.menu:visited,
a.menu:active
{
    color: #034af3;
    text-decoration: none;
}
a.menu:hover
{
    text-decoration: underline;
}

a.no-underline:link, 
a.no-underline:visited,
a.no-underline:active
{
    color: #034af3;
    text-decoration: none;
}
a.no-underline:hover
{
    text-decoration: underline;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
.center
{
	text-align: center;
}
.clear-float
{
	clear: both;
	font-size: 1px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin: 0 auto;
	width: 1000px;
    background-color: #fff;
}
.page_view
{
	margin: 0 12px;
}
#header
{
    margin: 0;
    padding: 0;
}
#page-body
{
    margin: 0;
}
#main
{
	clear: both;
	margin: 0 10px;
    padding: 0 0 10px 0;
}
#wait-progress
{
	position: absolute;
	top: 0;
	left: 0px;
	padding: 2px 3px;
	color: #000;	
	background-color: #ffffaa;
	font-weight: bold;	
	display: none;
}
.hide
{
	display: none;
}
.bottom
{
	background: transparent url(bottom-bg.gif) no-repeat scroll right top;
	font-size: 8px;
}

/* Footer
----------------------------------------------------------*/
#footer
{
	clear: both;
	color: #555;
	margin-top: 10px;
}
#footer div
{
	margin: 8px 0;
}
#footer .links
{
	margin-left: 30px;
}
#footer span.link
{
	display: inline-block;
	padding-right: 5px;
}
#footer span.link a
{
	color: #555;
	text-decoration: none;
}
#footer span.link a:hover
{
	text-decoration: underline;
}

/* Menu Tab
----------------------------------------------------------*/
.menu-tab
{
	clear: both;
	background-color: #E0ECFF;
	position: relative;
	top: -2px;
}
.menu-tab .menu-body
{
	clear: both;
	padding: 5px 8px;
	height: 38px;
}
.menu-tab div.pane
{
	clear: both;
}
.menu-tab span.item
{
	display: inline-block;
	padding: 3px 0;
}
.menu-tab span.sep
{
	display: inline-block;
	padding: 3px 3px;
	color: #034af3;
}
.menu-tab div.tabs
{
	clear: both;
	margin-right: 10px;
}
.menu-tab .tabs div.tab
{
	float: right;
	padding: 3px 5px 5px 5px;
	font-weight: bold;
	font-style: italic;
	color: #aaa;
	position: relative;
	
}
.menu-tab .tabs div.date-line
{
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	position: relative;
}
.menu-tab .tabs div.selected
{
	/*border: solid 1px #efefef;
	border-top: solid 1px #f7f7f7;*/
	background-color: #E0ECFF;
}


/* Site Map
----------------------------------------------------------*/
.site-map
{
	margin: 1px 0 5px 0;
	font-size: 11px;
}
.site-map a,
.site-map span
{
	margin-right: 5px;
}

/* Paging
----------------------------------------------------------*/
.paging
{
}
.paging a
{
	margin-left: 5px;
	padding: 1px 2px 3px 2px;
	display: inline-block;
}
.paging span
{
	margin-left: 5px;
	padding: 1px 2px 3px 2px;
	display: inline-block;
	color: #fff;
	background-color: #034af3;
}
.left-paging
{
	text-align: left;
}
.center-paging
{
	text-align: center;
}
.right-paging
{
	text-align: right;
}

/* Petition
----------------------------------------------------------*/
.petition
{
	clear: both;
	background-color: #ffffaa;
	margin-bottom: 10px;
	padding: 10px;		
}
.petition .caption
{
	text-align: center;
	font-weight: bold;
}
.petition .link
{
	text-align: center;
	margin-bottom: 10px;
}
.petition .inner
{
}

/* Category ascx
----------------------------------------------------------*/
.category-ascx 
{
	font-size: 12px;
}
.category-ascx .item
{
	float: left;
	margin: 3px 10px 3px 0;
}
.category-ascx a:hover.linkA
{
    text-decoration: none;
	background-color: #1d60ff;
	color: #fff;
	padding: 1px 2px 3px 2px;
}

/* Article Group
----------------------------------------------------------*/
.article-groups .item
{
	margin: 0 0 20px 0;
	line-height: 20px;
	clear: both;
}
.article-groups .title
{
    font-size: bold;
}
.article-groups img
{
    float: left;
    margin: 0 10px 5px 0;
}

/* Article View
----------------------------------------------------------*/
.article-view .title
{
    color: #034af3;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.article-view ol.list li
{
    margin: 10px 0;
    line-height: 20px;
}
.article-view ol.ref-docs
{
    color: #034af3;
}
.article-view ol.ref-docs li
{
    margin: 10px 0;
}
.article-view .see-also ol
{
    color: #034af3;
}
.article-view .see-also li
{
	margin: 10px 0;
	font-size: 11px;
}
.article-view .see-also .datetime
{
    color: #777;
}

/* Website Links
----------------------------------------------------------*/
.topic .weblinks
{
}
.topic .weblinks ol
{
	margin-left: 0px;
}
.topic .weblinks .link
{
	margin: 10px 0;
}

/* Projects
----------------------------------------------------------*/
.topic .projects
{
	line-height: 20px;
}
.topic .projects .title
{
	font-size: 14pt;
}
.topic .projects ol
{
	margin-left: 0px;
}
.topic .projects li
{
	padding: 4px 0;
}
.topic .projects .image_text
{
	font-size: 10px;
	color: #333;
}

/* Author
----------------------------------------------------------*/
.author .name
{
	font-weight: bold;
	margin-bottom: 20px;
}
.author .desc
{
	line-height: 20px;
}
.author li
{
	margin: 10px 0;
}

/* Gallery
----------------------------------------------------------*/
.gallery
{
}
.gallery .photo
{
	float: left;
	margin: 0 8px 10px 0;
	height: 165px;
}
.gallery .photo a:hover
{
	background-color: #eeeeee;
}
.gallery .photo img
{
	width: 175px;
	height: 135px;
	padding: 0px;
	border: 0;
}
.gallery .photo .title
{
	width: 175px;
	font-size: 10px;
}

/* About Director
----------------------------------------------------------*/
.about-directors
{
}
.about-directors .section
{
}
.about-directors .section .caption
{
	font-weight: bold;
}
.about-directors .section p
{
	line-height: 22px;
}

/* Last Articles
----------------------------------------------------------*/
.last-articles
{
	margin-top: 30px;
	background-color: #f7f7f7;
}
.last-articles .item
{
    margin: 5px 0 15px 0;
}

/* Print Page
----------------------------------------------------------*/
.print-page
{
	padding: 0 10px;
	background-color: #fff;
}
.print-header
{
	margin-bottom: 1px;
	padding-bottom: 10px;
	border-bottom: solid 1px #aaa;
}
.print-footer
{
	margin: 10px 0;
	padding-top: 20px;
	border-top: solid 1px #aaa;
}
.print-page .article-view .title
{
	margin-top: 10px;
}
.print-page .article-view .authors
{
	margin-bottom: 10px;
	font-style: italic;
}

/* Menu
----------------------------------------------------------*/
.menu-part
{
    width: 151px;
    margin-bottom: 12px;
    font-size: 12px;
    font-family: Arial:
    /*background-color: #D2E2F9;*/
}
.menu-part .header
{
    padding: 2px 8px;
    background-color: #9fc2f1;
}
.menu-part .items
{
    border-left: 1px solid #9fc2f1;
    border-right: 1px solid #9fc2f1;
}
.menu-part .item
{
    padding: 4px 8px 0 8px;
}
.article-menu
{
}

/* Pictures
----------------------------------------------------------*/
.pic-part
{
}

/* Right Column
----------------------------------------------------------*/
#right-column
{
    width: 240px;
}

/* Home Page
----------------------------------------------------------*/
.home-page
{
    line-height: 20px;
}
.home-page .main-article
{
    margin-bottom: 30px;
}
.home-page .sub-articles
{
    margin-bottom: 30px;
}
.home-page .sub-articles img
{
    float: left;
    margin: 0 10px 5px 0;
}

