/* cloud tag */
.cloud-tag-size-1 { font-size: 0.8em; }
.cloud-tag-size-2 { font-size: 1em; }
.cloud-tag-size-3 { font-size: 1.2em; }
.cloud-tag-size-4 { font-size: 1.4em; }
.cloud-tag-size-5 { font-size: 1.6em; }

/* contact view */
.rating {
	margin-top: 5px; }

.contactName {
	margin-bottom: 3px; font-size:2em; }
.contactMemo {
	margin-bottom: 9px; font-size:1.3em; }

.initialLetter{ 
	font-size:1.1em; font-weight: bold;
	border-bottom: solid 1px black;
	margin-top: 1.45em; }

.note-textarea {
	width: 99%; height:65px; padding:0; }
.attachments {
	float: left; }
.attachmentIcon {
	margin:0.2em 0pt;}
	
	

	
body {	/*blueprint override*/
	margin:0.8em 0pt; 
	font-family:Tahoma,Arial,sans serif;}
a img, img {
	border: 0;}
ul, ol {	/*blueprint override*/
	margin: 0 1.5em;}

h1, h2, h3, h4 {
	/*color: #88aa00; /*88aa00 ff6600*/
	display: block; 
	margin-bottom: 0.3em;}
h2 {
	background: transparent url(/static/img/www/h1quote.gif) 0% 50% no-repeat;
	padding-left: 17px;
}
h3 {
	font-size:1.6em;}	
h6 { 
	display: inline; }

a{ 
	color: #369; }
a:hover{ 
	color: #369;
	text-decoration: none; }

input.auto { width:auto; }
.center { text-align: center; }
.right { text-align: right; }
	
.gray {color: gray;}
.gray a, .gray a:visited  {color: #97aac3;}
.gray a:hover {color: DarkBlue ;}
	
ul.menu { 
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em; }
ul.menu a {
  	display:block;
	/*padding: 10px;*/
	padding:0.7em;
	margin: 0px;
	text-decoration: none;
	color: black; }
ul.menu a:hover{ 
	background: transparent url(/static/img/www/arrow.green.down.gif) 50% 100% no-repeat; }
ul.menu li {
	float:left;
	background: transparent url(/static/img/www/splitter.gif) 100% 50% no-repeat; }
ul.menu li.last{
	background: 0;}

a.logo {
	display: block;
	padding: 0 1em 0.8em 1em;}
a.button-green, a.buttonBlack {
	text-align: center; }
a.button-green, a.buttonGreenImg {
	background: #88aa00 url(/static/img/www/corner.green.l.gif) 0 0% no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	height: 26px;
	overflow: hidden; }
a.button-green span, a.buttonGreenImg span{
	background: transparent url(/static/img/www/corner.green.r.gif) 100% 0% no-repeat;
	height: 26px;
	display: block;	}
a.button-green span span {
	padding-top: 2px;
}
a.buttonGreenImg span span{
	background: transparent url(/static/img/www/add.gif) 98% 50% no-repeat;
	display: block;
	height: 26px;
	padding: 0px 5px 0px 13px;}
	
a.buttonBlack {
	background: transparent url(/static/img/www/linkarrow.png) 100% 100% no-repeat;
	padding-right: 13px;
	padding-bottom: 1px;
	font-size: 1em;}

* html a.buttonBlack {
	height: 0px;
	overflow: visible;}
* html a.buttonBlack span{
	height: auto;
	float:left;
	padding: 1px 5px;
}
	

div.search {
	background: transparent url(/static/img/www/search.gif) 0 50% no-repeat;
	height: 26px; }
div.search form{  /*blueprint copy*/
	margin:0pt;
	padding:0pt; }
div.search input{
	border: 0;
	background: none;
	background-color: transparent;
	font-size: 0.9em;
	padding: 3px 5px;}

.button, button {
	cursor: pointer; }
.icon {
	vertical-align: middle;}
.icon img{
	margin-top: -7px;}

.header_user{height: 3em; text-align: right;}
.header_menu{height: 5em;}
.header_butt{padding-top:1em;}
.header_help{height: 2em; text-align: right;}
.header_user a, .header_help a { color: #88aa00; }
.header {
	border-bottom: solid 1px #ccc; }
.content{
	padding: 10px 0;
	border-bottom: solid 1px #ccc; }
.contentBox {
	border-bottom: dotted 1px #E5E5E5;
	padding-bottom: 5px; }
.contentTxt {
	margin-left: 17px;
}

.contactInfo {
	text-align: center;
	padding-bottom: 5px;
}

.marginsEqual {	 /* to override blueprint for span-2 blocks with IE hacks*/
	margin:0 5px 0 5px !important;	
	margin:0 0 0 3px;
	width:70px !important;
	width:64px;
	}

.attachmentImage {
	float:left;
	padding: 4px;
	text-align: center;
}
.clearLeft{
	clear:left;
}

.inputEdit {
	width: 97%;
}

.inputMultiply {
	float: left;
	width: 85%
}

.inputMultiplyDouble {
	float: left;
	width: 78%
}

.edit-link, a.inputMultiplyAdd { 
	color: gray; 
	font-size:0.9em; 
}

a.inputMultiplyAdd {
	/*margin-right: 35px;*/
	margin-right: 15%;
}

a.inputMultiplyRemove {
	display: block;
	float: left;		
	width: 16px;
	height: 16px;
	background: transparent url(/static/img/www/icon.minus.grey.gif) 50% 50% no-repeat; /*delete_grey.gif*/
	text-decoration: none; 
	margin-top: 5px;
}
a.inputMultiplyRemove:hover{
	background: transparent url(/static/img/www/icon.minus.gif) 50% 50% no-repeat;
}

.inputCalendar {
	width: 85%;
}

.webpopup_img { float:left; 
	/*border: solid 1px red;*/ 
	margin:4px 5px 0px 1px;}
	


.buttonGreen {
	background: transparent url(/static/img/www/corner.green.l.gif) 0 50% no-repeat;
	height: 26px;
	display: inline-block;
	padding-left: 5px; }
.buttonGreen button{
	background: #88aa00 url(/static/img/www/corner.green.r.gif) 100% 50% no-repeat;
	height: 26px;
	color: #FFF;
	text-align: center;	
	font-size: 1.3em;	
	border: none;	
	padding:2px 5px 2px 1px; }
	
	
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input, input.text, input.title, textarea, select {margin:0.2em 0;border:1px solid #bbb; background: #FFFFFF url(/static/img/www/input.back.gif) repeat-x;}
input:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:98%;height:150px;}
.error, .notice, .success {
padding:0.5em 1em 0.5em 2em;
margin-bottom:1em;border:2px solid #ddd;}
.errorlist { border:2px solid #ddd; }
.errorlist, .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.errorlist, .error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.vote {
	background: transparent url(/static/img/www/votes.plus.gif) 0% 0% no-repeat;
	height: 20px;
	width: 38px;
	padding: 3px 0 0 6px;
	font-size: 0.9em;
	overflow: hidden;
}

/* validation errors */
input.validation-error {
	background: none;
	background-color:#FFFFD5;
	color:red;
	border:2px solid red;
}

/*blog*/
#rss {
	background-image:url(/static/img/www/feed.png);
	background-repeat:no-repeat;
	font-size:10px;
	height:12px;
	margin-left:5px;
	width:120px; }
#rss a {
	text-decoration:none; }
p.tags {
	font-size:1.1em;
	margin:10px 30px;
	padding:0 10px;
	text-indent:-40px; }
.post-head {
	color:#999999;
	font-size:1em; }
div.readmore {
	clear:left;
	display:block; }
a.more {
	float:right; }

/* comments */
.commentsCaption {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	padding: 2px 2px 2px 0px;
	border-top: 1px #cccccc dotted;
	clear:left; }
.date {
	font-size: 12px;
	color:#999; }
.comment-person {
	font-size: 12px;
	color:#999;
	font-weight: bold; }
.comments-paginator {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 2px 2px 0px; }
.commentitem {
	margin-top: 10px;
	margin-bottom: 10px; }
.commentform {
	width: 100%;
	font-size: 10px;
	margin-top: 5px; }
.commentarea {
	width: 100%; }
/* Comments and input form */
div#add-comment label {
display:block;
float:left;
margin:0 10px;
width:100px;
text-align:right;
}
div#add-comment textarea#id_comment{
	width: auto;
}
div#add-comment input#id_captcha {
clear:both;
margin-left:120px;
display:block;
}
div#add-comment span {
margin-left:120px;
}
div#add-comment img {
margin:0;
padding:0;
}
/* End Comments and input form */
