﻿/* page layout styles */
Body
{
    background-color: #666;
    text-align: center;
    font-size:13px;
	height:100%;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #484848;
}
.Head
{

	font-family: Arial,Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.SubHead
{
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}
.CommandButton

{
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.alertsuccess 
{
	color: #538055;
	font-weight:bold;
}
/* CSS layout */
#OuterContainer {
	width:1000px;
	margin: 0 auto; /*** Centers the design ***/
	margin-top:10px;
	border:1px solid gray;
	text-align:left;
	background-color: #fff;
	display:table;
}
#masthead {
	width: 100%;
	z-index:500;
}

#top {
	border:10px;
	width:1000px;
	height:70px;
	background-color:#fff;
}

#headermenu {
	/*margin-left:118px;*/
	height:25px;
	background: #444 url("img/MenuBackground.gif") repeat-x top left;
	z-index:500;
	width:1000px;
}

#container {
	position: relative;
	width: 1000px;
	background-color:#fff;
	vertical-align:top;
	min-height:500px;
	height:auto !Important;
	height:500px; 
	margin:auto; 
	display:block;

}
.headeroptions
{
	float:right;
	color:#003366;
	margin-top:10px;
}
.headeroptions A {color:#003366;}
.headeroptions A:visited {color:#666666}
/*
.headertext
{
	float:right;
}
*/
#left_col {
	width: 214px;
	float:left;
	left: 0px;
	top: 0px;
	min-height:500px;
	height:100%;
	padding-top:5px;
	padding-left:2px;
	padding-right:3px;
	border-right:solid 1px #ddd;
	margin-right:-1px;
}

.page_content {
	/*margin-left:144px;*/
	float:right;
	width:780px;
	min-height:500px;
	height:100%;
	text-align:left;
	border-left:solid 1px #ddd;
	text-align:left;
}
.page_content_full {
	/*margin-left:144px;*/
	float:left;
	width:999px;
	min-height:500px;
	height:100%;
	text-align:left;
	/*border-left:solid 1px #ddd;*/
	text-align:left;
}


#breadcrumb {
	border-bottom:1px solid #ddd;
	padding:7px;
	/*border:solid 1px red;*/
}
#breadcrumb A:link, #breadcrumb A:active {
    text-decoration:    none;
    color:  #666; 
	    font-weight:bold;
}

#breadcrumb A:visited   {
    text-decoration:    none;
    color:  #999;
    font-weight:bold;
}

#breadcrumb A:hover {
    text-decoration:    underline;
    color:  #000;
    font-weight:bold;
}

#ModuleContent {
	margin:10px;
}
#spacer {
	height:0px;
}
/*.MainContent {margin-left:118px;position:relative;}*/

#footer, .dnnFooter, #footer a {
	background: #444 url("img/MenuBackground.gif") repeat-x top left;
	text-align:center;
	color:#dddddd;
	height:20px;
	clear:both;
	width:1000px;
	padding-top:7px;
	font-size:xx-small;
}
#dnn_ctr_ContentPane 
{
	text-align:left;
}

.csharpcode-wrapper, .csharpcode-wrapper pre {
  background-color: #f4f4f4;
  border: solid 1px gray;
  cursor: text;
  font-family: consolas, 'Courier New', courier, monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 20px 0px 10px 0px;
  max-height: 600px;
  overflow: auto;
  padding: 4px 4px 4px 4px;
  width: 97.5%;
}
.csharpcode-wrapper pre {
  border-style: none;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
}
.csharpcode, .csharpcode pre, .csharpcode .alt {
  background-color: #f4f4f4;
  border-style: none;
  color: black;
  font-family: consolas, 'Courier New', courier, monospace;
  font-size: 8pt;
  line-height: 12pt;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.csharpcode pre {
  margin: 0em;
}
.csharpcode .alt {
  background-color: white;
}
.csharpcode .asp {
  background-color: #ffff00;
}
.csharpcode .attr {
  color: #ff0000;
}
.csharpcode .cls {
  color: #cc6633;
}
.csharpcode .html {
  color: #800000;
}
.csharpcode .kwrd {
  color: #0000ff;
}
.csharpcode .lnum {
  color: #606060;
}
.csharpcode .op {
  color: #0000c0;
}
.csharpcode .preproc {
  color: #cc6633;
}
.csharpcode .rem {
  color: #008000;
}
.csharpcode .str {
  color: #006080;
}
/*Blog Related Styles*/

/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
.BlogInfo 
{
}

.SearchOptions 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
} 
.CreateFrom
{
	font-size: 8pt;
	color: #003366;
}
.blog_body {
	font-family: Arial, Helvetica, sans-serif;
}
.blog_Description_Heavy 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.blog_Description 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.blog_published {
	display: block;
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background:url(images/clip-bottom.png) right top no-repeat;
	width:2.5em;
	margin-right: 5px;
}
.blog_pub-month {
	display:block;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	margin:0; 
	padding:0;
	padding-top:1px;
	/*background:url(images/clip-top.png) center top repeat-x;*/
	background-color:#666666;
	text-transform:uppercase;
}
.blog_pub-date { 
	display:block; 
	font-size:13pt;
	margin:0; 
	padding:0;
}
.blog_pub-year {
	display:block;
	font-size: 8pt;
	margin:0; 
	padding:0;
}
.blog_comments {
	background-image: url(images/blog_comments.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 8pt;
	cursor: pointer;
	font-weight: bold;
}

.blog_comments_normal {
	background-image: url(images/blog_comments.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 8pt;
	cursor: pointer;
	font-size: 10pt;
}
	
.blog_topics
{
	background-image: url(images/blog_topic.png);
	font-size: 10pt;
}
.blog_more_link
{
	font-size:10pt;
	/*padding-left: 3px;*/
	font-weight: bold;
}
.blog_gravatar
{
	float:left;
	margin-left:3px;
	margin-top:5px;
	margin-right:3px;
	margin-bottom:5px;
	padding-left:2px;
}

.blog_gravatar_preview
{
    
	padding: 2px;
    margin: 0px;
}
.blog_lefttd 
{
	white-space:nowrap;
	vertical-align:top;
}
.blog_tags
{
	display: none;
	visibility: hidden;
	background-image: url(images/blog_tag_blue.png);
	font-size: 10pt;
}
.blog_trackback {
	background-image: url(images/blog_trackback.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10pt;
}
.blog_permalink
{
	background-image: url(images/blog_permalink.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10pt;
}
.blog_print
{
	background-image: url(images/blog_print.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	font-size: 10pt;
}
.blog_edit_link
{
	background-image: url(images/blog_edit_link.png);
	margin-left: 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10pt;
}
/*.blog_tags,*/ .blog_topics, .blog_permalink{
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	clear: both;
	float: none;
}
.blog_date {
	color: #666666;
}
h2.blog_title
{
	font-family: Arial;
	font-size:16pt;
	color:gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h2.blog_title a:link, h2.blog_title a:visited {
	text-decoration:none;
}
.blog_subhead.blog_author
{
	/*background-repeat: no-repeat;
	background-image: url(images/guest_m.gif);
	background-x-position: 0pt;
	background-y-position: 2px;*/
}

.blog_subhead.blog_author-1
{
	/*background-image: url(images/1_m.gif);*/
}

h1, .horizontalline
{
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
}
.blog_subhead
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 42px;
	position: relative;
}
.blog_subhead .blog_comments
{
	position: absolute;
	top: 0pt;
	right: 0pt;
}
.blog_footer_right {

	float:right;
	display: inline;
	position: relative;
}
.blog_footer_left {
	float:left;
	display: inline;
}
.blog_footer {
	width: 100%;
	display: block;
	padding-bottom: 15px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
}
.clear { 
	clear: both;
}
.blog_copyright	{
	font-size: 8pt;
}
.blog_entry_description 
{
	padding: 5px 0 0 0;
	border: 1px solid #f8f8f8;
	font-style:italic;
	background-color: #ffffcc;
}

/* Normal Bubble */
div.blog_bubble {
	width: auto;
	font-size: 8pt;
	margin-bottom: 24px;
}

div.blog_bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.blog_bubble blockquote p {
	margin: 8pt;
	padding: 0px;
}

div.blog_bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/blog_comment_tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Calendar Styles */
.Blog_Archive, .itcContent .Blog_Archive a:link {
	border:0px;
	text-decoration:none;
}
.itcContent .Blog_Archive a:hover {
	text-decoration:underline;
}
.Blog_Archive_DayHeader{
	font-size: 8pt;
	/*background-color: #ccddff;*/
}

.Blog_Archive_Day, .itcContent .Blog_Archive_Day a:link{
	font-size: 8pt;
	background-color: #ffffff;
	text-decoration:none;
}

.Blog_Archive_NextPrev{
	font-size: 8pt;
}

.Blog_Archive_OtherMonth, .itcContent .Blog_Archive_OtherMonth a:link{
	font-size: 8pt;
	background-color:#f1f1f1;
	text-decoration:none;
	color:#aaaaaa;
}

.Blog_Archive_SelectedDay{
	border: 1px solid #999999;
	background-color: #ffffff;
}

.Blog_Archive_Selector{
	font-size: 8pt;
}

.Blog_Archive_Title{
	font-size: 8pt;
	font-weight:normal;
	background-color:#ffffff;
	border:0px;
	border-bottom:solid 1px #999999;
}

.Blog_Archive_TodayDay{
	border: 1px solid #bb9999;
	/*background-color: #FFCC00;*/
	font-size: 8pt;
	font-weight: bold;
}

.Blog_Archive_WeekendDay{
	font-size: 8pt;
	background-color: #fffff0;
}


