/* Basics */
/* -------------------------------------------------------------------------- */

li.page-item-45 {
color:red;
}

*/* */ {
  /*color: inherit;
  font: inherit;*/
  margin: 0;
  list-style: none;
  padding: 0;
  text-decoration: none;
}

body {
	background-color: #fff;
	background-repeat: repeat-y;
	color: #333;
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size:   12px;
	line-height: 14px;*/
}

p { margin-bottom: 8px; }
ul li { list-style-type: disc; }
ul, ol { margin: .5em 0 .5em 2em; }
ol li { list-style-type: decimal; }
fieldset { border: none; }

strong, b { font-weight: bold; }
em { font-style: italic; }
.strong { font-weight: bold; }
.small { font-size: 10px; }

div.clear {
	clear: both;
	margin-top: 1px;
	display: block;
}

p.legal_tos {
	font-size:9px;
	color:#555555;
	margin: 10px 30px 5px 5px;
	text-align:justify;
}

#bd{	
	min-height:30em;*min-height:140px;
}
#copyright{
  color:#666;
}
#sforum{
	 width:80%;
	 min-width:800px;
	 margin-left:10%;
	 border:1px solid black;
}
#sfmarg{
	margin:10px;
}
#st {
	position:left;
	float:top;
	color:#00548A;
	clear:both;
	padding:0;
	font-size:100%;
	margin-top:0px; 
	margin-left:6px;
	margin-bottom:0px;
	border-left:0px;border-right:0px;border-bottom:0px;
}
#st .strong{
	font-weight:bold;
}
#st ul{
	text-align:left;
	margin: 0px 0px 1px 0px;
	width:100%;
}
#st li{
	border-left:1px solid #b0bec7;
	display:inline;
	padding:0px 0px 0px 5px;
	margin-bottom:1px;
	border-left:1px solid;
	font-family:verdana;
	font-size: 10px;
	color:#00548A;
}
#st li.first{
	border:0;
	padding-left:0;
	font-family:verdana;
}
#st li.last{
	padding-right:5px;
	border-right:1px solid;
}
#ft {
	position:absolute;
	float:bottom;
	color:#16387c;
	clear:both;
	width:50%;
	left:25%;
	right:25%;
	padding:0;
	border-left:0px;border-right:0px;border-bottom:0;
	font-size:100%;
	margin-top:8px;
}
#ft .strong{
	font-weight:bold;
}
#ft ul{
	text-align:center;
	margin: 0px 0px 6px 0px;
	width:100%;
}
#ft li{
	border-left:1px solid #b0bec7;
	display:inline;
	padding:0 2px 0 5px;
	margin:0;
	border-left:1px solid;
	font-family:verdana;
	font-size: 11px;
	color:#999999;
}
#ft li.first{
	border:0;
	padding-left:0;
	font-family:verdana;
}
#ft li.last{
	padding-right:0;
}


/* Links */
/* -------------------------------------------------------------------------- */

a { color: #264764; text-decoration: underline; }
a:visited { color: #264764; }
a:hover { color: #fff; background-color: #264764; text-decoration: none; }

a.stealth { color: #000; text-decoration: none; }
a:hover.stealth { background-color: #000; color: #fff; }

a.subtle { color: #666; text-decoration: underline; }
a:hover.subtle { background-color: #666; color: #fff; }

a.delete { color: #c00; text-decoration: underline; }
a:hover.delete { background-color: #c00; color: #fff; }

a.create { color: #009900; text-decoration: underline; }
a:hover.create { background-color: #009900; color: #fff; }


h1 {
	font-family: trebuchet ms; 
	font-size: 2em;
	letter-spacing: 0.05em;
	height: 2em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	font-weight: normal;
	color: #264764;

	word-wrap: break-word; 

}

h2 {
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: normal;
	color: #264764;
	margin-bottom: 0px;
	border-bottom: 0px solid #B8B8B8;

	padding-bottom: 0px;
	clear: both;
	word-wrap: break-word;
 
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	/*background-color: #eee;*/
	padding: 3px 0 3px 5px;
	/*border-bottom: 1px solid #ddd; */
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

/* Headers */
/* -------------------------------------------------------------------------- */

#header {
  /*	background-color: #E0E6EF; */
	/*border-bottom: 1px solid #888;*/
}

/*#header div.yui-gc {
	background-color: #00548A;
}
*/
#header h1 {
	float: left;
	height: 2em;
	padding-top: 0.5em;
	width: auto;
	padding-left: 0.5em;
}

#header h1 a { text-decoration: none; }

#header #account {
	float: right; 
	text-align: right;
	font-family: verdana;
	font-size: 1em;
	color: #333;
	/*margin-right: 8px;
	margin-top: 15px;
	line-height: 14px; */
}

/* Warnings and notices */
/* -------------------------------------------------------------------------- */

.flash.notice {
  background-color: #ffc;
  padding: .5em;
  border: 1px solid #dda;
  /*border-bottom: 1px solid #dda;*/
}

.flash.warning {
  background-color: #c22;
  padding: .5em;
  border-top: 1px solid #600;
  border-bottom: 1px solid #600;
  color: #fff;
  font-weight: bold;
}

.flash.warning a { color: #fff; }

.flash.system_announcement {
  padding: 5px;
  margin-right: -10px;
  background-color: #EFF3AB;
  border-bottom: 1px solid #898989;
  color: #444;
  text-align: center;
  height: 30px;
}

/* Navigation */
/* -------------------------------------------------------------------------- */

ul#nav { margin: 0; position: absolute; left: 25.5em; bottom: 4px}
html>body ul#nav { bottom: 4px; } /* non-iewin */

ul#nav li {
  display: inline;
  height: 30px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: helvetica, arial;
  margin-right: 5px;
  padding: 3px 4px 5px 7px;

  
}
html>body ul#nav li { padding: 3px 7px 4px 7px; } /* non-iewin */

body.messages li#messages, body.plans li#plans, body.documents li#documents, body.projects li#projects, body.contacts li#contacts {
	background-color: #fff; border: 1px solid #888; border-bottom: 1px solid #fff;
}

ul#nav li a { text-decoration: none; color: #555; }
ul#nav li a:hover { background-color: transparent; text-decoration: none; }
ul#nav li:hover a { text-decoration: none; color: #000; }
ul#nav li:hover { text-decoration: underline; }

/* Statuses */
/* -------------------------------------------------------------------------- */

#status ul li {
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}

#status ul li span {
	font-weight: normal;
	display: block;
  font-style: italic;
}

#status ul { margin-left: 0; }
#status ul li a { text-decoration: none; }
#status ul li.inactive, #status ul li.inactive a { color: #777; }

/* Post container */
/* -------------------------------------------------------------------------- */

#yui-main #form_container {
	
}

#form_container {
	padding: 6px 10px 15px 12px;
	//margin: 6px 10px 15px 12px;
	//margin: 0px;
	max-width: 350px;
	//min-width: 322px;
}

#form_container.active {
  background: #DFE4EE;
  //background: #EEF2ED;
  border-left: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  border-top: 1px solid #B8B8B8;
  //#89B989;
}

#form_container #new_link {
	float: left;
	color: #009900;
	font-weight: bold;
	margin-left: -12px;
}

#form_container.active #new_link span { visibility: hidden; }
#form_container #cancel_link { visibility: hidden; float: right; }
#form_container.active #cancel_link { visibility: visible; }
#form_container.active #new_link a { text-decoration: none; }
#form_container #meta { float: left; margin-left: 10px; }
#form_container #detail { clear: left; padding-top: 20px; }
#form_container.active #detail { display: none; }

/* Standard forms */
/* -------------------------------------------------------------------------- */

form.standard fieldset {
	margin:0px;
	padding:0px;
}

form.standard hr {
	margin-right:15px;
}

form.standard {
	width: 100%;
	clear: left;
	margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}

form.standard label {
	width:10px;
	font-weight: bold;
	display: inline;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: verdana; 
}

form.standard input, form.standard textarea {
	display: block;
	margin-bottom: 10px;
	width: 85%;
}

div.login-box { width:285px;}
div.standard label span.error { font-weight:bold;color: #c00; }

form.standard input#post_name, form.standard input#user_name {  font-weight: bold; }
form.standard .fieldWithErrors { border-left: 4px solid #c00; padding-left: 3px; }
form.standard label span.error { color: #c00; }
form.standard input[type='submit'] { width: 100px; display: inline; }

/*#session_email { width: 100%; display: block; }
#session_password {width: 75%; display: block; }
*/
form.standard textarea { height: 150px; }
form.standard select { margin-bottom: 10px;width:13em; }

form.standard input.sign-in-button { margin-top: 5px; margin-bottom: 0;width: 5em; display: inline; } 


/* Body details */
/* -------------------------------------------------------------------------- */

.post_detail {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 12px;
  width: 508px;
}

#main div.post {
	margin-top: 11px;
	margin-bottom: 25px;
	margin-left: 1px;
}

#main div.post div.user {
	width: 60px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 10px;
}

img.user_picture {
	text-decoration: none;
	background-color: #fff;
	margin-bottom: -2px;
	width: 60px;
	height: 60px;
	border: 1px solid #666;
	padding: 2px;
}

#main div.post h3 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 1px;
}

#main div.post h3 span {
	color: #666;
	font-weight: normal;
	margin-left: 8px;
}

#main div.post p.meta {
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

#main img.icon {
  float: left;
  width: 32px;
  height: 32px;
  padding-right: 8px;
}


#main div.post h3 span a { color: #666; font-weight: normal; }
#main div.post h3 span a:hover { background-color: #666; color: #fff; }
#main div.post div.body { margin-left: 70px; }
#main div.post div.no_user { margin-left: 0px; }
#main div.post p.meta span.comments { float: right; font-size: 11px; }
#main p.meta { color: #666; margin-bottom: 10px; }

#letter_links {
	margin-top: 20px;
	margin-bottom: 20px;
}

#letter_links a {
	background-color: #ffa;
	padding: 3px 4px;
	margin: 0px 1px;
	border: 1px solid #dd9;
	text-decoration: none;
}

#letter_links a:hover, #letter_links a.active {
	color: #000;
	background-color: #dd9;
	border: 1px solid #cc7;
}


/* Comments */
/* -------------------------------------------------------------------------- */

#comments {
	background-color: #eee;
	/*width: 500px; */
	margin: 3em 0 1em 0;
	padding: 0 0 1em 0;
	/*width: 100%;*/
}

#comments h2 {
  background-color: #777;
  /*width: 100%;*/
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 0px 3px 3px;
  line-height: 1em;
  border-bottom: 1px solid #555;
}

#comments form, #comments div.post { margin: 1em 0 1em 1em; background-color: #eee; }
#comments form textarea { width: 90%; height: 80px; }
#comments h3 { font-size: 1em; }
#comments input { float: left; }
#comments p img { margin-top: 1px; margin-left: 10px; }

/* User list */
/* -------------------------------------------------------------------------- */

table#posts { width: 100%; }
table#posts td { margin: 0; padding: 4px; border-bottom: 1px solid #ccc; }

/* User#show */
/* -------------------------------------------------------------------------- */

body.user_show #main img {
  float: left;
  margin-right: 20px;
  border: 1px solid #ccc;
  padding: 3px;
  width: 80px;
  height: 80px;
  margin-bottom: 100px;
}

#change_picture {
	float: right;
	width: 120px;
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc
}

body.user_show #main { width: 600px; }
body.user_show #main h3 { clear: left; margin-bottom: 10px; }
body.user_show #main ul#lookuplinks li { display: inline; margin-right: 10px; }
#change_picture img { border: 1px solid black; }

#logo_outer {
	font-family: trebuchet ms; 
	font-size: 3.5em;
	letter-spacing: -0.03em;
	height: 3em;
	padding-top: 0em;
	font-weight: bold;
	color: #00548a;
}

#logo_inner {
	font-family: trebuchet ms; 
	font-size: 3.5em;
	letter-spacing: -0.03em;
	height: 3em;
	padding-top: 0em;
	font-weight: bold;
	color: #86aac5;
}

#logo_domain {
	font-family: trebuchet ms; 
	font-size: 2em;
	letter-spacing: -0.03em;
	height: 2em;
	padding-top: 0em;
	font-weight: bold;
	color: #00548a; 
}

#tag-line { 
  position:absolute;margin-left:35%; margin-top:0;
  font-family: trebuchet ms; 
	font-size: 1.45em;
	letter-spacing: 0.1em;
	height: 1em;
	padding-top: 0.05em;
	padding-left: 0.5em;
	font-weight: normal;
	color: #264764;

	white-space: break-word; 
}


#what-invalueable-offers {

	padding: 6px 10px 15px 10px;
	margin-bottom: 0px;
	
}

#what-invalueable-offers h2 {
  border:none;
	font-size: 125%;
	font-weight: bold;
}

#what-invalueable-offers .yui-overlay { 
	border: 1px solid #B8B8B8;
  background-color: #00548A;
  /* background-color: #F7F7F7; */
  font-size: 100%;
  max-width: 300px;
  //min-width: 250px;
 }
#what-invalueable-offers .yui-overlay .hd { border:none;padding:0px;margin:0px; }
#what-invalueable-offers .yui-overlay .bd { word-wrap: break-word;border:none;padding:0px;margin:1em;font-size: 100%;font-weight: normal;color: #FFFFFF; }
/*#what-invalueable-offers .yui-overlay .bd { word-wrap: break-word;border:none;padding:0px;margin:1em;font-size: 111%;font-weight: normal;color: #264764; }*/
#what-invalueable-offers .yui-overlay .ft { border:none;padding:0px;margin:0px; }

#scroll_container.yui-u {position:relative;z-index:1;}

.login-box {z-index:5;}

.yui-gi div.first {width:85%;}
.yui-gi .yui-u{width:15%;}


.yui-gi .yui-u{float:right;display:inline;}
.yui-gi div.first{float:left;}


#container{
	//border: 1px solid #B8B8B8;
}

.inv-mask {
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	background-color:#CCC;
}