﻿html, body, h1, h2, h3, h4, h5, h6, p, table, tr, td, label, form /* Global Reset */
{
    margin: 0;
    padding: 0;
}
/* Set body defaults */
body 
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color: #000000;
    font-size: 12px;
    background: #007db1;
}
body.pop-up
{
    background: #ffffff !important;
}
#pop-container 
{
    padding: 15px;
}
/*************************/
/* Global Content Styles */
/*************************/
p
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
a 
{
    color: #007db1;
    text-decoration: underline;
}
a:hover 
{
    color: #2b9fc9;
}
img, a img 
{
    border: 0;
}
h1 
{
    color: #007db1;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #2b9fc9;
    margin-bottom: 15px;
}
h2 
{
    color: #007db1;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
}
h3
{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
}
h4
{
    color: #007db1;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #2b9fc9;
    margin-bottom: 15px;
}
h5 
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
h6
{
    font-size: 14px;
    color: #007db1;
    font-weight: bold;
    margin-bottom: 7px;
}
ol li 
{
    padding-bottom: 15px;    
}
blockquote {
    background: #ededed url(images/quote.gif) left top no-repeat;
    margin: 0;
    padding: 20px;
    color: #666666;
    margin-top: 10px;
}
blockquote p {
    font-size: 14px;
}
blockquote .credit {
    font-weight: bold;
    text-align: right;
}
#content-inner ul li 
{
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
}
input, select, textarea 
{
    border: 1px solid #007db1;
    background: #ffffff;
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    position: relative;
    z-index: 1;
}
input.button, .form .row input.button, input.button:active, input.button:focus, .form .row input.button:focus 
{
    background: #007db1 url(images/button-repeater.jpg) left top repeat-x;
    color: #ffffff;
    font-weight: bold;
    padding: 1px;
	height: 22px;
	top: 0px;
	left: 4px;
}
input.disabled-button
{
	background: #f8f7f5;
	color: #999999;
	font-weight: bold;
    padding: 1px;
    height: 22px;
    border-color: #999999;
}
/*******************/
/*     Header      */
/*******************/
#head-outer 
{
    background: transparent url(images/head-repeater.jpg) left top repeat-x;
    width: 100%;
    text-align: center;
}
#Small #head-outer 
{
    background: transparent url(images/small-head-repeater.jpg) left top repeat-x;
    width: 100%;
    text-align: center;
}
#head-inner 
{
    background: transparent url(images/head-banner.jpg) left top no-repeat;
    width: 947px;
    text-align: left;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    height: 189px;
}
#Small #head-inner 
{
    background: transparent url(images/small-head-banner.jpg) center top no-repeat;
    width: 947px;
    text-align: left;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    height: 140px;
}
#logo 
{
    float: left;
    padding: 20px 0 25px 8px;
}
#Small #logo 
{
    float: left;
    padding: 7px 0 11px 46px;
}
#login 
{
    float: right;
    padding-right: 13px;
    padding-top: 7px;
    height: 86px;
}
#Small #login 
{
    height: 38px;
}
#login .fields, #login .buttons
{
    padding-top: 10px;
}
#login .buttons div 
{
    float: left;
}
#logged-in 
{
    text-align: right;
    font-weight: bold;
    color: #007db1;
    padding-bottom: 10px;
}
#forget 
{
    width: 156px;
    font-size: 11px;
    text-align: right;
    padding-right: 8px;
    padding-top: 3px;
}
#login-button 
{
    width: 50px;
}
#login label 
{
    color: #007db1;
    display: block;
    width: 75px;
    text-align: right;
    padding-right: 4px;
    float: left;
}
#login-error 
{
    float: left;
    clear: left;
    padding-top: 2px;
    font-size: 11px;
    font-weight: bold;
}
#tagline 
{
    float: right;
    text-align: right;
    clear: right;
    padding: 20px 15px 0 0;
}
#tagline h1 
{
    color: #939598;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    width: 500px;
}
/*******************/
/*   Navigation    */
/*******************/
#nav 
{
    clear: both;
    width: 947px;
    position: relative;
}
#nav ul 
{
    float: right;
    margin: 0;
    padding: 0 7px 0 0;
    width: 750px;
}
#nav ul li 
{
    list-style: none;
    float: left;
    padding-right: 7px;
}
#nav ul li a 
{
    display: block;
    float: left;
    height: 35px;
    text-indent: -9999px;
}
/* Utilizing CSS Sprites for SEO friendly graphical navigation */
#home-tab a 
{
    width: 84px;
    background: transparent url(images/home-tab.jpg) 0px 0px no-repeat;
}
#home-tab a:hover, #home-tab a.selected
{
    background-position: 0px -35px;
}
#signup-tab 
{
    padding-top: 1px;
}
#nav ul li#signup-tab a 
{
    height: 34px;
    width: 98px;
    background: transparent url(images/sign-up-tab.jpg) 0px 0px no-repeat;
}
#nav ul li#signup-tab a:hover, #nav ul li#signup-tab a.selected
{
    background-position: 0px -34px;
}
#contact-tab a 
{
    width: 130px;
    background: transparent url(images/contact-us-tab.jpg) 0px 0px no-repeat;
}
#contact-tab a:hover, #contact-tab a.selected
{
    background-position: 0px -35px;
}
#about-tab a 
{
    width: 105px;
    background: transparent url(images/about-us-tab.jpg) 0px 0px no-repeat;
}
#about-tab a:hover, #about-tab a.selected
{
    background-position: 0px -35px;
}
#news-tab a 
{
    width: 129px;
    height: 34px;
    margin-top: 1px;
    background: transparent url(images/in-the-news-tab.jpg) 0px 0px no-repeat;
}
#news-tab a:hover, #news-tab a.selected
{
    background-position: 0px -34px;
}
#dashboard-tab a 
{
    width: 130px;
    background: transparent url(images/dashboard-tab.jpg) 0px 0px no-repeat;
}
#dashboard-tab a:hover, #dashboard-tab a.selected
{
    background-position: 0px -35px;
}
#resources-tab a 
{
    width: 129px;
    height: 34px;
    margin-top: 1px;
    background: transparent url(images/resources-tab.jpg) 0px 0px no-repeat;
}
#resources-tab a:hover, #resources-tab a.selected
{
    background-position: 0px -34px;
}
/*******************/
/* Sub Navigation  */
/*******************/
#second-nav 
{
    float: left;
    width: 935px;
    text-align: center;
    padding: 7px 15px 7px 0;
    background: #007db1 url(images/content-top-repeater.gif) left bottom repeat-x;
}
#second-nav ul 
{
    margin: 0;
    padding: 0;
}
#second-nav ul li
{
    list-style: none;
    display: inline;
}
#second-nav ul li a 
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    text-decoration: none;
}
#second-nav ul li a:hover 
{
    text-decoration: underline;
}
/*******************/
/*  Content Area   */
/*******************/
#content-outer 
{
    width: 100%;
    text-align: center;
    background: #f8f7f5 url(images/content-bg-repeater.jpg) left bottom repeat-x;
}
#content-inner 
{
    width: 950px;
    text-align: left;
    background: #ffffff url(images/content-top-repeater.gif) left top repeat-x;
    margin: 0 auto;
}
.clear 
{
    clear: both;
    width: 100%;
}
#home-left 
{
    width: 455px;
    float: left;
    padding: 15px 0 180px 15px;
    overflow: hidden;
}
#home-right 
{
    float: right;
    width: 450px;
    padding: 15px 15px 180px 0;
    overflow: hidden;
}
#dash-left 
{
    width: 239px;
    float: left;
    padding: 15px 0 20px 15px;
    overflow: hidden;
}
#full-column
{
    width: 900px;
    float: left;
    padding: 15px 0 20px 15px;
    overflow: hidden;
}
#dash-right 
{
    float: right;
    width: 666px;
    padding: 15px 15px 180px 0;
    overflow: hidden;
}
#parent-tip 
{
    background: #f8f7f5 url(images/parent-tip-bg.jpg) right bottom no-repeat;
    padding: 10px;
    margin: 15px 0 15px 0;
}
.special-offer 
{
    background: #f8f7f5 url(images/parent-tip-bg.jpg) right bottom no-repeat;
    padding: 10px;
    margin: 15px 0 15px 0;
}
.special-offer p 
{
    font-size: 13px;
}
.special-offer img 
{
    float: right;
    margin-left: 10px;
}
.section
{
    background: #f8f7f5 url(images/parent-tip-bg.jpg) right bottom no-repeat;
    padding: 10px;
    margin: 0 0 15px 0;
}
/*******************/
/*     Footer      */
/*******************/
#foot-outer 
{
    width: 100%;
    height: 135px;
    text-align: center;
    background: transparent url(images/footer-repeater.jpg) left top repeat-x;
}
#foot-inner 
{
    width: 946px;
    color: #ffffff;
    margin: 0 auto;
}
#foot-inner a, #foot-inner a:hover 
{
    color: #ffffff;
}
#bottom-nav 
{
    padding-top: 10px;
}
#bottom-nav ul 
{
    padding: 0;
    margin: 0;
}
#bottom-nav ul li 
{
    display: inline;
    font-weight: bold;
    list-style: none;
}
#copyright p 
{
    margin: 0;
    padding: 0;
}
#copyright 
{
    padding-top: 25px;
    float: left;
}
#badges 
{
    float: right;
    padding-top: 25px;
    padding-bottom: 20px;
}
#badges div 
{
    float: left;
}
/*******************/
/*   Form Styles   */
/*******************/
.req, .form label.error 
{
    color: #cc0000;
}
.form 
{
    overflow: hidden;
}
.no-border input, input.no-border 
{
    border: none;
    background: transparent !important;
}
.panel 
{
    display: inline;
    margin: 0;
    padding: 0;
}
.form label 
{
    color: #007db1;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
    z-index: 1;
}
.form table td label 
{
    display: inline;
    float: none;
    text-align: left;
}
.form .subscribe label 
{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;
}
.form .subscribe table 
{
    clear: left;
}
.form .subscribe table td label 
{
    font-weight: normal;
    color: #007db1;
    font-size: 12px;
    padding-bottom: 0;
}
.form .row input, .form .row select, .form .cal-row input, .form .cal-row select, .form .cal-row-top input, .form .cal-row-top select  
{
    float: left;
    margin-right: 5px;
    background: #f8f7f5;
	top: 0px;
	left: 1px;
}
.form .row input:focus, .form .row select:focus, .form .cal-row input:focus, .form .cal-row select:focus, .form .cal-row-top input:focus, .form .cal-row-top select:focus   
{
    background: #ffffff;
}
.row, .cal-row, .cal-row-top
{
    width: 100%;
    float: left;
    clear: left;
    margin: 0;
    padding: 0 0 10px 0;
    /*position: relative;*/
    z-index: 100;
}
.cal-row 
{
    z-index: 200;
}
.cal-row-top 
{
    z-index: 300;
}
.Message 
{
	text-align:center;
    color:#cc0000;
    font-weight:bold;
}
.notes p
{
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
}
p.field-note 
{
    font-size: 11px;
    font-style: italic;
    padding: 5px 0 0 0;
    margin: 0;
    clear: left;
}
.su-progress 
{
    padding: 10px 0 20px 0;
    overflow: hidden;
}
.su-progress img 
{
    margin-right: 10px;
}
.su-progress img.su-last 
{
    margin-right: 0;
}
.printable 
{
    float: left;
    border: 1px solid #000000;
    margin-left: 1px;
    width: 440px;
    border-collapse: collapse;
}
.printable th 
{
    background: #000000;
    color: #ffffff;
    padding: 4px;
}
.printable td 
{
    border: 1px solid #000000;
    padding: 4px;
    width: 50%;
}
.sub-exp 
{
    border-bottom: 1px solid #949599;
    border-top: 1px solid #949599;
    padding: 5px;
}
.sub-exp ul 
{
    padding: 0 0 0 50px;
    margin: 0;
    width: 666px;
    height: 50px;
    background: #ffffff url(images/clock-icon.jpg) left top no-repeat;
}
.sub-exp p 
{
    padding: 15px 0 15px 60px;
    margin: 0;
    width: 666px;
    background: #ffffff url(images/clock-icon.jpg) left top no-repeat;
}
.sub-exp ul li 
{
    width: 290px;
    float: left;
    list-style: none;
    padding: 5px;
}
.sub-exp ul li.first 
{
    border-right: 1px solid #949599;
}
.co-parent-request
{
    background: #f8f7f5;
    padding: 10px 10px 10px 60px;
    margin: 15px 0 15px 0;
}
.add-parent 
{
    background: #f8f7f5 url(images/users_two_add_48.jpg) 5px 10px no-repeat;
}
.warning-parent 
{
    background: #f8f7f5 url(images/users_two_warning_48.jpg) 5px 10px no-repeat;
}
.add-child 
{
    background: #f8f7f5 url(images/user_add_48.jpg) 5px 10px no-repeat;
    padding-bottom: 25px;
}
.add-account
{
    background: #f8f7f5 url(images/add_account_48.jpg) 5px 10px no-repeat;
}

.thirdparty-request
{
	color:Red;
}
h2.money-matters 
{
    padding-left: 25px;
    background: transparent url(images/money_matters_20.jpg) left top no-repeat;
}
h2.calendar
{
    padding-left: 25px;
    background: transparent url(images/calendar_20.jpg) left top no-repeat;
}
h2.mail-room
{
    padding-left: 25px;
    background: transparent url(images/mail_room_20.jpg) left top no-repeat;
}
h2.your-profile
{
    padding-left: 25px;
    background: transparent url(images/your_profile_20.jpg) left top no-repeat;
}
.current-inbox 
{
    font-weight: bold;
}
.inbox-functions label 
{
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
.inbox-functions div 
{
    padding-bottom: 15px;
    float: left;
    clear: left;
}
.inbox-functions div.ajax__calendar, .inbox-functions div.ajax__calendar div 
{
    padding: 0;
    clear: none;
    float: none;
    z-index: 100;
}
.inbox-functions div.ajax__calendar div.ajax__calendar_next 
{
    float: right;
}
.inbox-functions div.ajax__calendar div.ajax__calendar_prev
{
    float: left;
}
.inbox-functions input, .inbox-functions select 
{
    float: left;
    margin-right: 5px;
	top: 0px;
	left: 0px;
}
.inbox 
{
    border: 1px solid #007db1;
    border-collapse: collapse;
    margin-left: 1px;
    width: 663px;
    clear: both;
}
.inbox tr 
{
    border: 1px solid #007db1;
}
.inbox tr td, .inbox tr th 
{
    padding: 5px;
    vertical-align: top;
}
.inbox tr th 
{
    background: #007db1 url(images/button-repeater.jpg) left top repeat-x;
    color: #ffffff;
}
.inbox tr.alternate 
{
    background: #f8f7f5;
}
.inbox .alternate
{
    background: #f8f7f5;
}
.inbox tr.new 
{
    background: #5eb528;
    color: #ffffff;
}
.inbox tr.closed 
{
    background: #949599;
    color: #cccccc;
}
.inbox tbody tr:hover
{
    background: #adaeb2;
}
.inbox tr.new a, .inbox tr.new a:hover 
{
    color: #ffffff;
}
.inbox tr.closed a, .inbox tr.closed a:hover 
{
    color: #cccccc;
}
#printMessages 
{
    float: left;
    width: 400px;
}
.pm-button 
{
    float: left;
    width: 100px;
}
.pm-button-2
{
    float: left;
    width: 140px;
}
.pm-message 
{
    float: left;
    width: 260px;
}
#printMessages input 
{
    float: left;
    margin-right: 5px;
}
#msgPerPage 
{
    float: right;
    padding-bottom: 10px;
}
#GoToPage 
{
    float: right;
    padding-top: 15px;
}
.message 
{
    padding-top: 20px;
}
.message input, .message select, .message textarea 
{
    clear: left;
}
.message label 
{
    font-weight: bold;
    padding-bottom: 5px;
}
fieldset 
{
    margin-bottom: 10px;
    clear: both;
}
fieldset .row, fieldset .cal-row, fieldset .cal-row-top
{
	width:350px;
}
fieldset .recurringText
{
	float: right;
	width: 280px;
	color: #007db1;	
}
legend 
{
    font-weight: bold;
    color: #000000;
}
.expense-report 
{
    width: 100%;
    border: none;
}
.expense-report td 
{
    padding: 3px;
    vertical-align: top;
}
.form .row .expense-report td input, .form .cal-row .expense-report td input, .form .cal-row-top .expense-report td input  
{
    float: none;
    margin-left: 10px;
}
.field-label 
{
    width: 175px;
}
.expense-report td span
{
    font-weight: bold;
}
.full-table 
{
    width: 899px;
    margin-bottom: 15px;
}
.right, .left 
{
    width: 49%;
    float: left;
}
.right 
{
    float: right;
}
/* home page switch */
#money-text, #calendar-text, #mail-text 
{
    display: none;
}
#home-switch, #home-switch li 
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#home-switch li a, #home-switch li a:active, #home-switch li a:focus 
{
    display: block;
    float: left;
    width: 220px;
    height: 201px;
    text-indent: -9999px;
    margin-bottom: 7px;
    outline: none;
}
#welcome-switch a
{
    background: transparent url(images/Welcome.jpg) left top no-repeat;
    margin-right: 7px;
}
#welcome-switch a:hover
{
    background: transparent url(images/Welcome-over.jpg) left top no-repeat;
}
#money-switch a
{
    background: transparent url(images/Money-Matters.jpg) left top no-repeat;
}
#money-switch a:hover
{
    background: transparent url(images/Money-Matters-over.jpg) left top no-repeat;
}
#mail-switch a
{
    background: transparent url(images/Mail-Room.jpg) left top no-repeat;
}
#mail-switch a:hover
{
    background: transparent url(images/Mail-Room-over.jpg) left top no-repeat;
}
#calendar-switch a
{
    background: transparent url(images/Calendar.jpg) left top no-repeat;
    margin-right: 7px;
}
#calendar-switch a:hover
{
    background: transparent url(images/Calendar-over.jpg) left top no-repeat;
}
#welcome-switch.current a, #welcome-switch.current a:hover
{
    background: transparent url(images/Welcome-active.jpg) left top no-repeat;
}
#calendar-switch.current a, #calendar-switch.current a:hover
{
    background: transparent url(images/Calendar-active.jpg) left top no-repeat;
}
#mail-switch.current a, #mail-switch.current a:hover
{
    background: transparent url(images/Mail-Room-active.jpg) left top no-repeat;
}
#money-switch.current a, #money-switch.current a:hover
{
    background: transparent url(images/Money-Matters-active.jpg) left top no-repeat;
}

/*Added by Samson*/
.ajax__calendar, .ajax__calendar_container 
{
    z-index: 1004;
    /*position: absolute;*/
    display: block;
    background-color: Window;
}
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
	height: 130%;
}
.updateProgress
{
	background-color:White;
	padding: 4px;
	position: absolute;
	top: 40%;
	left: 1%;
	height:100%;
	width:97%;
}
/*Added by Vanitha.G*/
.p1
{
    font-size: 12px;   
    height: 22px;
    border:1px;
    border-style:solid;
    border-color:Black;
}
/*Added by SURESH.G*/
.Weekinbox 
{
    border: 1px solid #007db1;
    border-collapse: collapse;
    margin-left: 1px;
    width:650px;
    clear: both;
    
}
.Weekinbox tr 
{
    border: 1px solid #007db1;
}
.Weekinbox tr td, .inbox tr th 
{
    padding: 5px;
    vertical-align: top;
}

.Weekinbox .alternate
{
    background: #f8f7f5;
}
.Weekinbox tr th 
{
    background: #007db1 url(images/button-repeater.jpg) left top repeat-x;
    color: #ffffff;
}
.Weekinbox table 
{
    border-collapse: collapse;
    border: 0 solid #ffffff;
    margin-top: 3px;
    width: 83px;
    table-layout: fixed;
}
.Weekinbox table tr 
{
    border: 0;
}
.Weekinbox table tr.event
{
    border: 1px solid #0066CC;
}
.Weekinbox table tr.event td 
{
    background: #edf9ff;
    color: #0066CC;
}
.Weekinbox table tr.event td.event-title a 
{
    color: #0066CC;
}
.Weekinbox table tr.new-event
{
    border: 1px solid #417d1b;
}
.Weekinbox table tr.new-event td 
{
    color: #ffffff !important;
}
.Weekinbox table tr td 
{
    border: 0 !important;
}
.Weekinbox table tr td.event-title 
{
    font-weight: bold;
    text-indent: 0 !important;
    width: 50px;
    text-overflow: ellipsis;
	overflow :hidden;
	/*white-space: nowrap;*/
}
.Weekinbox table tr.new-event td.event-title a 
{
    color: #ffffff;
   
}
.Weekinbox table tr td.event-viewedlink 
{
    text-align: right;
}
.Weekinbox table tr td.event-viewedlink a 
{
    color: #cc0000;
}
.expense-reciept 
{
    display: block;
    float: left;
    margin-right: 5px;
}

/* Sign Up price Points */

#price-points 
{
    background: #f8f7f5 url(images/parent-tip-bg.jpg) right bottom no-repeat;
    width: 450px;
    height: 80px;
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
}
#price-points div 
{
    width: 129px;
    padding: 10px;
    height: 60px;
    text-align: center;
    float: left;
    font-weight: bold;
}
#price-points div span 
{
    display: block;
}
.price-point 
{
    color: #007DB1;
    font-size: 19px;
    font-weight: bold;
}
.price-save 
{
    color: #CC0000;
}
.month6, .year1 
{
    border-right: 1px solid #2B9FC9;
}
#security 
{
    width: 100%;
    padding-top: 20px;
}
#security div 
{
    width: 50%;
    float: left;
    text-align: center;
}
#dash-security 
{
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
#dash-security div 
{
    padding-bottom: 20px;
}

.AccountList
{
	margin-left:1px;
	Width:390px;
}
.Item-Style
{
	padding-left:5px;
	border: solid 1px #007db1;
}
.faq-images img 
{
    margin-bottom: 170px;
}
/*CSS classes for calender events */

.event-title
{ 	
    height: 22px;
	border: 1px solid #007db1;
	background: #edf9ff;
    font-size:11px;
	color:Black;
	font-family:Verdana;
	font-weight: bold;
    text-indent: 0 !important;
}
.event-title a
{
	color:black;
	text-decoration:none
}

.event-starttime
{
    height: 22px;
	border: 1px solid #007db1;
	background: #edf9ff;   
    font-size:11px;
	color:Black;
	font-family:Verdana;
}
.event-endtime
{
    height: 22px;
	border: 1px solid #007db1;
	background: #edf9ff;   
    font-size:11px;
	color:Black;
	font-family:Verdana;
}
.event-viewedlink
{
    height: 22px;
    border:1px;
    border-style:solid;
    border-color:Black;
    font-size:11px;
	font-family:Verdana;
}

.new-event td.event-title
{
	background-color:#5eb528;
	color: #ffffff;
    border: 1px solid #417d1b;	
}
.new-event td.event-starttime
{
	background-color:#5eb528;
	color: #ffffff;
    border: 1px solid #417d1b;	
}
.new-event td.event-endtime
{
	background-color:#5eb528;
	color: #ffffff;	
    border: 1px solid #417d1b;	
}
fieldset 
{
    z-index: 50;
}
div
{
    z-index: 25;
}
body .gfg-root {
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color: #000000;
    border: none;
}
body .gfg-title {
    background-color: Transparent;
    color: #007DB1;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}
body .gfg-entry, body .gfg-root .gfg-entry .gf-result {
    background-color: Transparent;
}
body .gfg-subtitle {
    background-color: Transparent;
    padding-top: 5px;
}
body .gfg-subtitle a {
    background-color: Transparent;
    color: #007DB1;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
#social {
    float: left;
    clear: left;
    padding-left: 20px;
}