/* main selectors */
body {
	margin: 0;
	padding: 18px 0 34px 0;
	font: 76% 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #666;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr
{
    height:1px;
    color:#CCCCCC
}

h1, h2.title, div.poll em.head {
	margin: 0;
	padding: 0 0 8px 0;
	color: #006892;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	display: block;
}

h2 {	
	margin: 0;
	padding: 8px 0 8px 0;
	color: #006892;
	/*font-size: 1.3em;*/
	font-size: 1.2em;
	line-height: 1.2em;
	/*font-weight: bold;*/	
	font-weight: normal;
}

h3 
{
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 8px 0 8px 0;
    margin:0;
    color: #006892;
    font-weight: normal;
	/*font-weight: bold;*/
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

p.path {
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
}

p.path a {
	color: #999;
}

p.path a,
p.path span {
	white-space: nowrap;
}

p.more {
	padding-left: 11px;
	background: url(/Templates/Public/Images/bullet.gif) no-repeat 0 4px;
}

div.box p.more {
	border-top: 1px solid #CCC;
	padding-top: 8px;
	background-position: 0 12px;
}

ol {
	margin: 0 0 0 20px;
	padding: 0 0 7px 0;
}
ol li {
	padding-bottom: 5px;
}

ul {
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
}

ul li {
	padding: 0 0 5px 11px;
	background: url(/Templates/Public/Images/bullet.gif) no-repeat 0 4px;
}

img {
	border: none;
}

img.icon {
	margin: 0 auto 8px auto;
	display: block;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0;
	border: 1px solid #99CCCC;
	background-color: #FFF;
	font: 11px 'Trebuchet Ms', Trebuchet, sans-serif;
	padding: 1px 4px;
}

input.submit {
	margin: 0;
}

#container {
	margin: 0 auto;
	background-color: #FFF;
}


/* header section */
#header div.extra {
    display:none;
}

#header div.title {
    background-image:none !important;
}

/* logo section */
strong.logo {
	float: left;
}

.printLogo
{
    margin-bottom:15px;
    display:block !important;
}

/* navigation section */
div.navigation {
    display:none;
}


/* footer section */
#footer {
    display:none;
}

/* content section */
#content {
	position: relative;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #FFF;
}

#content-primary {
	float: left;
	position: relative;
}

/* left sidebar */

#sidebar1 {
    display:none;
}

/* right sidebar */
#sidebar2 {
    display:none;
}


/* inner boxes section */

/* article section */
div.article {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}

div.MainListarticle, div.Newsarticle
{
	margin-bottom: 12px;
}

/* columns section */
div.columns {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

div.columns div.article {
	margin-bottom: 0;
	border: none;
	width: 211px;
	float: left;
}

div.columns div.left {
	float: left;
	border-right: 1px solid #CCC;
	padding-right: 16px;
}

div.columns div.right {
	float: right;
	border-left: 1px solid #CCC;
	padding-left: 15px;
	margin-left: -1px;
}

div.columns div.article h2,
div.columns div.article p {
	margin: 0 5px;
}

/* latest news box section */
ul.latest {
	border-top: 1px solid #CCC;
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

ul.latest li {
	border-bottom: 1px solid #CCC;
	padding: 0;
	background: none;
	width: 100%;
	float: left;
	clear: left;
}

ul.latest li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 7px 7px 7px 18px;
	background: url(/Templates/Public/Images/bullet.gif) no-repeat 7px 9px;
}

ul.latest li a span {
	display: block;
	color: #666;
}


ul.latest li.dark a {
	background-color: #F1F1F1;
}
ul.latest li a:hover,
ul.latest li.dark a:hover {
	background-color: #FCFCFC;
}

/* page status box section */
div.page-status {
    display:none;
}



/* box section */
div.box {
	margin-bottom: 12px;
}

div.box div.body {
	border: 1px solid #7F7F7F;
	padding: 10px 12px 0 12px;
	height: 1%;
	overflow: hidden;
	background-color: #FFF;
}

div.box div.head {
	height: 1%;
	overflow: hidden;
	background: #7F7F7F url(/Templates/Public/Images/box-head.gif) no-repeat;
	padding: 5px 13px;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}


/* calendar list section */
dl.calendar {
	margin: 0;
	padding: 0 0 3px 0;
}

dl.calendar dt {
	margin: 0;
	padding: 0 0 5px 0;
}

dl.calendar dd {
	margin: 0;
	padding: 0 0 9px 11px;
	background: url(/Templates/Public/Images/bullet.gif) no-repeat 0 4px;
}

/* pages roll list section */
ul.roll {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

ul.roll li {
	padding: 0;
	background: none;
	display: inline;
	color: #336699;
}

ul.roll li a {
	text-decoration: none;
}

ul.roll li a:hover {
	text-decoration: underline;
}

.hidden
{
    display:none;
}

/*************************/
/* CALENDAR              */
/*************************/

.CalendarList .SelectedPeriod
{
    margin-bottom:30px;
}

.CalendarList .DayPrefix
{
    line-height:25px;
    border-bottom:solid 1px #E3E3E3;
}

.CalendarList .Event
{
    line-height:25px;    
    border-bottom:solid 1px #E3E3E3;
}

/*************************/
/* BLOG                  */
/*************************/

.bloggerThumbnail 
{
    float: left; 
    width: 75px;
    padding: 7px; 
    border: 1px solid #dcdcdc; 
    background-color: White;
}
.bloggerImage
{
	width: 150px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: White;
}
.blogItem
{
    width: 100%;
    overflow: hidden;
}

.blogItem .textWide
{
    width: 100%;
}

.blogItem .text
{
    float: left;
    margin-left: 15px;
    width: 260px;
}

.blogItem h2
{
    margin: 0 0 0.6em 0;
    font-size: 1.1em;
    font-style: italic;
}

.blogItem h2 a
{
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
    font-style: normal;
}

/* Tag links */
.tags 
{
    overflow: hidden;
}

.tags h2
{
    float: left;
    font-style: normal;
}

.tags ul 
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tags li
{
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
    list-style: none;
    list-style-image: none;
    float: left;
    margin-left: 0.5em;
}

/* Tag cloud */
ul.tagCloud
{
    margin: 0;
    padding: 0;
}

ul.tagCloud li 
{   
    display:inline;
    list-style: none;
    list-style-image: none;
    margin: 0 0.4em 0 0;
    vertical-align: baseline;
}

ul.tagCloud h1,
ul.tagCloud h2,
ul.tagCloud h3,
ul.tagCloud h4,
ul.tagCloud h5,
ul.tagCloud h6
{
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
}
ul.tagCloud h1 {
    font-size: 1.6em;
    font-weight: 900;
}
ul.tagCloud h2 {
    font-size: 1.3em;
    font-weight: 700;
}
ul.tagCloud h3 {
    font-size: 1.0em;
    font-weight: 500;
}
ul.tagCloud h4 {
    font-size: 0.9em;
    font-weight: 400;
}
ul.tagCloud h5 {
    font-size: 0.8em;
    font-weight: 200;
}
ul.tagCloud h6 {
    font-size: 0.7em;
    font-weight: 100;
}

/* Date archive */
div.dateTree 
{
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.dateTree ul
{
    padding: 0;
    margin: 0;
}

div.dateTree ul ul
{
    margin: 0 0 0 2em;
}

div.dateTree li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background:none;
}

/* Comments */
ol.comments 
{
	margin-bottom: 1.5em;
	padding-left: 2em;
	margin: 0;
}
ol.comments li
{
	margin-bottom: 1.8em;
}
ol.comments .footer
{
	margin-top: 0.4em;
	text-align: right;
}
ol.comments .footer h2
{
	margin: 0.5em 0;
    margin-top: 0.2em;
    font-size: 1.1em;
    font-style: italic;
}
ol.comments .footer a
{
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
    font-style: normal;
}

/* Post comment */
fieldset.comment {}

fieldset.comment ul
{
	/* Validation summary */
	/*font-family: Verdana, Helvetica, Sans-Serif;*/
    font-style: normal;
    font-size: 0.8em;
	background-color: #eeeeee;
	margin: 1em 0;
	padding: 1em;
}

fieldset.comment li
{
	margin-left: 1.4em;
	list-style-image: none;
    margin-bottom: 0.7em;
    padding: 0;
}

fieldset.comment label,
fieldset.comment input,
fieldset.comment textarea
{
	display: block;
}

fieldset.comment input.textinput,
fieldset.comment textarea
{
	width: 325px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
fieldset.comment textarea
{
	height: 140px;
}

/*************************/
/* FLASH              */
/*************************/

.flash
{
    padding-bottom:10px;
}