/* @group feed box */
.landing_box {
    margin-top:20px;
    border: 1px solid #c3c3c3;
    box-shadow:1px 1px 8px #ccc;
    -moz-box-shadow:1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    -moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;
    background-color:#DFEFFF;
}
.landing_block h3 {
    margin-bottom:0;
    padding:5px 15px;
    border-bottom:1px solid #c3c3c3;
    color:#333;
}
#feed_box {
	width: 630px;
	margin:20px 13px 0 0;
	float: left;
}
#featured_box {
	width: 262px;
	margin-top:20px;
	float: left;
}
#feeds_inner {
	/*border: 1px solid #c3c3c3;*/
	width: 622px;
	background-color: white;
	padding:4px 4px;
}

.feed_entry {
	border-bottom: 1px solid #eee;
	padding: 6px 0;
}

.feed_entry .title {
	color:#487EA4;
	font-size:13px;
	font-weight:700;
	text-decoration: none;
}
.feed_entry .title:hover {
	color: #1A356E;
	text-decoration: underline;
}

.feed_entry .details label a{
	color: green;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.feed_entry .details label a:hover {
	text-decoration: underline;
}
.details span {
    font-size:11px;
}
.feed_entry .content {
	color: #444;
	font-style: italic;
	font-size: 11px;
	padding: 2px 0 2px 3px;

}
.feed_entry_icon_post {
    background:url("/images/TI_icons_small.png") no-repeat scroll 0 1px transparent;
    height:20px;
    width:23px;
    float:left;
}
.feed_entry_icon_review {
    background:url("/images/TI_icons_small.png") no-repeat scroll 0 -75px transparent;
    height:20px;
    width:23px;
    float:left;
}
.feed_entry_icon {
    float:left;    
}
.feed_entry_inner {
    margin-left:25px;
}
.reply_link {
	color: #2A71B1;
	text-decoration: none;
	display: inline;
	padding-left: 4px;
}
.reply_link img {margin-bottom:-2px}
.reply_link:hover {color:purple}
/* @end */

/* @group filter_by */
#filter_results {border-bottom:1px dotted #ddd;background-color:#fff;padding:2px 0}

#filter_results span {float:left;padding:2px 5px 2px 5px}
#filter_results a.filterable  {
    float:left;
    text-decoration:none;
    padding:2px 8px;
    color:purple;
    font-size:13px;
}
#filter_results a.filterable:hover {color:green}

#filter_results a.filtered_by {
    float:left;
    text-decoration:none;
    background-color:#487EA4;
    color:#fff;
    padding:2px 8px;
    border:1px solid #2A71B1;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#filter_results a.filtered_by:hover {
    font-weight:bold;
}
/* @end */


/* @group featured */
#featured_inner {
	/*border: 1px solid #c3c3c3;*/
	width: 242px;
	background-color: white;
	padding:4px 10px;
}
#featured_inner ul {
	margin: 0;
}
#featured_inner li {
	padding-bottom: 5px;
	color: #487EA4;
    list-style:none;
}
#featured_inner a {
	color:#487EA4;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
    display:block;
}
#featured_inner a:hover {
	color: purple;
	text-decoration: underline;
}

.featured_entry {
    text-align:center;
    padding:8px 0;
}
/* @end */

/* @group search */
.post_submit, .search_button {
	float:right;
	margin: 10px 10px 5px;
}
#search_bar {
	float: right;
	padding-top: 34px;
	width: 400px;;
	margin: 0;
}
#search_input {
	float: right;
	width: 250px;
	margin: 0 5px 0 0;
}
.search_button {
	float: right;
	width: 60px;
	margin: 3px 6px 0 0;
}

/* @end */

#main_content_header div {
    color:white;
    font-size:24px;
}

.section {
    padding-top:15px;
    margin-bottom:25px;
}
.section h2 {
    color:#487EA4;
    text-align:center;
    margin:10px 0 6px;
}

.section_details {margin-top:12px}
.section_details h3 {color:#444;margin-bottom:8px}
.section_details ul {padding-left:10px}
.section_details li {
    padding:6px 0 6px 20px;
    font-size:12px;
    list-style-type:none;
    color:#444;
    background-image:url("/images/check.gif");background-repeat:no-repeat;background-position:-1px 4px;
}
#section_details_left {
    float:left;
    padding-left:20px;
}
#section_details_right {
    float:right;
    padding-right:40px;
}

/** large green buttons */
.section .bttn {
    color: #444;
    height: 43px;
    font: bold 15px arial, sans-serif;
}
.section a#bttn_suggest {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll -227px -92px;
    display: block;
    float: left;
    padding-right: 20px;
    text-decoration: none;
}

.section a#bttn_suggest span {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll 0 0;
    display: block;
    line-height: 14px;
    padding: 15px 8px 14px 20px;
}

.section a#bttn_suggest:hover {
    background-position: -227px -137px;
    outline: none;
}

.section a#bttn_suggest:hover span {
    background-position: 0 -45px;
    padding: 15px 8px 19px 20px
}






.section a#bttn_survey {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll -257px -92px;
    display: block;
    float: left;
    padding-right: 20px;
    text-decoration: none;
}

.section a#bttn_survey span {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll 0 0;
    display: block;
    line-height: 14px;
    padding: 15px 8px 14px 20px;
}

.section a#bttn_survey:hover {
    background-position: -257px -137px;
    outline: none;
}

.section a#bttn_survey:hover span {
    background-position: 0 -45px;
    padding: 15px 8px 19px 20px
}





.section a#bttn_claim {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll -65px -92px;
    display: block;
    float: left;
    padding: 0 20px 0 30px;
    text-decoration: none;
}

.section a#bttn_claim span {
    background: transparent url('/images/buttons/large_bttn.png') no-repeat scroll 0 0;
    display: block;
    line-height: 14px;
    padding: 15px 8px 14px 20px;
}

.section a#bttn_claim:hover {
    background-position: -65px -137px;
    outline: none;
}

.section a#bttn_claim:hover span {
    background-position: 0 -45px;
    padding: 15px 8px 19px 20px
}

#main_content_table .bttn_desc {
    margin-bottom:10px;
    color:#444;
    font-size:12px;
}
/* @end */


/**table approach */
table#main_content_table {
    box-shadow:1px 1px 8px #ccc;
    -moz-box-shadow:1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
}
table#main_content_table th {
    border:1px solid #05366F;
    border-bottom:none;
    border-top:none;
    background-color:#05366F;
    color:white;
    font-size:24px;
    font-family:Arial,Verdana,Helvetica,Sans-Serif;
    font-weight:normal;
    text-align:center;
}
table#main_content_table th.hdr_left {
    -moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;
}
table#main_content_table th.hdr_right {
    border-left:1px solid #fff;
    -moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;
}

table#main_content_table td {
    border:1px solid #C3C3C3;
    border-top:0px;
    vertical-align:top;
    padding-right:0;
}
table#section_input td {
    border:0;
}

td.main_content_reasons {
    background-color:#DFEFFF;
}
table#write_suggestion {
    padding-left:10px;
    margin-bottom:3px;
}
table#write_suggestion td {
    border:0;
}
table#write_suggestion .nice_input {
    width:350px;
    margin:3px 0;
}
table#write_suggestion #suggestion_details textarea {
    height:100px;
}
table#write_suggestion h3 {
    margin-bottom:5px;
    color:#487EA4;
}

.error_msg td{
	color:red;
	font-size:14px;
	/*padding-left:5px;*/
}

#splash_header h2 {font-size:24px}

/* @claim your network */
#claim_info {
   float:left;
   width:385px;
   margin:60px 0 0 40px;
   background-color:#f3f3f3;   
   -moz-border-radius-topleft:8px;-moz-border-radius-bottomleft:8px;
   -webkit-border-top-left-radius:8px;-webkit-border-bottom-left-radius:8px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#claim_info ul {margin:0; padding:0 0 10px 20px}
#claim_info li {
    list-style:none;
    font-size:15px;
    padding-top:37px;
}
.claim_box {
    float:left;
    width:155px;
    margin-right:5px;
    box-shadow:1px 1px 8px #ccc;-moz-box-shadow:1px 1px 8px #ccc;-webkit-box-shadow: 1px 1px 8px #ccc;
}
.claim_box .landing_block {
    background-color:#05366F;
    -moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;    
}

.claim_title {
    color:white;
    font-size:20px;
    font-weight:bold;
    width:85px;
    text-align:center;
    margin-left:auto;margin-right:auto;
    padding:2px 0;
}
.claim_inner {
    border:1px solid #C3C3C3;
    background-color:white;
    padding:4px;
    height:360px;
}
.claim_inner .claim_tick {
    padding:20px 0 0 60px;
    clear:left;
}

#contact_us {
    margin-top:35px;
    font-size:22px;
    color:#444;
}
#contact_us a {
    background-color:#05366F;
    color:white;
    font-weight:500;
    padding:3px 10px;
    border-radius: 5px;
    text-decoration:none;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border-style:solid; border-width:1px; border-color:#acbee4 #acbee4 #1A356E #666;
    
}
#contact_us a:hover {
    background-color:#487EA4;
}
#contact_us_form {margin:30px 30px; display:none}
#contact_us_form .row {
    padding-bottom:8px;
    width:55%
}
#contact_us_form label {
    width:115px;
    float:left;
    padding:8px 5px 0 0;
    text-align:right;
    color:#444;
}
#contact_us_comments {
    height:180px;
}
#contact_us_form_submit {
    margin-left:363px;
    background-color:#05366F;
    border-style:solid; border-width:1px; border-color:#acbee4 #acbee4 #1A356E #666;
    color:white;
    font-weight:bold;
    font-size:12px;
    padding:2px 15px;
}
#contact_us_error {
    display:none;
    color:red;
    font-size:16px;
    margin-top:10px;
}
#contact_us_thanks {
    display:none;
    color:green;
    font-size:16px;
    margin-top:10px;
}

#claim_intro h1 {
    color:#333;
    font-size:15px;
    font-weight:bold;
    margin-top:20px;
}
#claim_intro h2 {
    color:#444;
    font-size:12px;
}
#claim_intro .subhead {
    width:790px;
    font-size:15px;
    font-weight:bold;
    color:#444;
}

#claim_intro ul {
    padding:1em 0 0 2.1em;
}

#claim_intro li {
    padding:3px 0;
    font-size:14px;
    list-style-type: none;
    background:url("/images/menu_toggle.gif") no-repeat scroll 0px 7px transparent;
    padding-left:10px;
}

/* @end */