
/*HTML styles */

body, p, li, div, td {
	line-height: 18px ;
	font-size: 12px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background: #164E80 ;
	margin: 0px ;
	color: #000 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
	white-space: nowrap ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	color: #666 ;
	text-decoration: none ;
}

a.link_gray:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	margin-top: 0px ;
	color: #164E80 ;
}

h2 {
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	margin-top: 0px ;
	color: #164E80 ;
}

h3, .inline_h {
	font-size: 13px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	margin-top: 0px ;
	color: #164E80 ;
}

.content {
	padding: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #6D90AF ;
	border-right: 1px solid #164E80 ;
	background-position: center ;
	padding: 6px 9px ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	display: block ;
	text-align: center ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #164E80 ;
	border-left: 1px solid #ECCA63 ;
	border-right: 1px solid #E1AA04 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}


/* BLOGS STYLES */

div.blogs_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blogs {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.blogs:first-child {
	border-top: 0px; 
}

div.blogs_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blogs_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blogs_date {
	font-style: italic;
	font-size: 1em; 
}

div.blogs_link {
	text-align: right;
}

img.blogs_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blogs_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blogs_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blogs_comments {
	width: 100%; 
}

table.blogs_comments td {
	vertical-align: top;
}

div.blogs_leave_comment {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 10px; 
	border: solid 1px #999;
}

div.blogs_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blogs_comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blogs_comment.row0 {
	background-color: #eee;
}

div.blogs_comment.row1 {
	background-color: #fff;
}

div.blogs_comment_date {
	font-size: .8em; 
}

div.blogs_comment_name {
	font-size: .8em;
}

div.blogs_comment_content {
	margin-top: 10px; 
}

a:link {
	color: #164E80 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #6D90AF ;
}

div.spacer {
	background:  ;
	font-size: 1px ;
	line-height: 1px ;
	height: 3px ;
	margin: 3px 0px ;
}

.right_bar {
	color: #fff ;
}

.right_bar a:link, 
.right_bar a:active, 
.right_bar a:visited {
	color: #fff ;
} 

.right_bar a:hover {
	color: #ECCA63 ;
}

.right_bar .blogs_teaser {
	font-size: 11px ;
	line-height: 16px ;
}
