/* CSS Document */
/* Common CSS Start */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	color:#8a8c8e;
}

.top-bg {
	background-image: url(../images/top/green-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.height-li{
	margin:0;
	list-style-type:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	overflow:hidden;
}
OL{
	margin: 0px;
	padding-left:30px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 18px;
}

ul{
	margin: 0px;
	padding:0px;
	list-style-type:none;
}
.common-ul{
	margin: 0px;
	padding-left:30px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	list-style-type:none;
	list-style-position: outside;
}


.common-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
}

.common-text1{
	width:100%;
}


.common-text-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
}
.common-text-grey-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: underline;
}
.common-text-Validation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	
}
.common-text-grey-link:hover{
	text-decoration: none;
}
.common-text-grey-11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: underline;
}
.common-text-grey-11:hover{
	text-decoration: none;
}

.image-border{
	border:#bed73b 5px solid;
}
/*
.right-grey-button-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
	background-image: url(../images/sport-health/grey-right-btn.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 0 0 6px;	
}
.right-grey-button-link:hover{
	color: #FFFFFF;
	background-image: url(../images/sport-health/grey-right-button-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 12px 0 0; 
	text-align: right;
}
.right-grey-button-link-active{
	color: #FFFFFF;
	background-image: url(../images/sport-health/grey-right-button-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 12px 0 0; 
	text-align: right;
}
*/

.small-right-grey-button-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
	background-image: url(../images/my-account/small-right-btn.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 0 0 6px;	
}
.small-right-grey-button-link:hover{
	color: #FFFFFF;
	background-image: url(../images/my-account/small-right-btn-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 12px 0 0; 
	text-align: right;
}
.small-right-grey-button-link-active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/my-account/small-right-btn-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:19px;
	padding: 4px 12px 0 0; 
	text-align: right;
}



/* Common CSS End */

/* Topbar CSS Start */
.grey-dotted-line {
	background-image: url(../images/top/grey-dotted-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.top-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;	
	padding-left:5px;
	padding-right: 5px;
}

.table1{ background-color:#fff; border: 1px solid; color:#ECECEC; padding:1px; }


.top-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;	
	padding-left:5px;
	padding-right: 5px;
}

.top-link:visited {
	text-decoration: none;		
}

.top-link:active
{
	text-decoration: none;
	}

.login-textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8a8c8e;
	height:16px;
	background-color:#8a8c8e;
}
.login-btn-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/top/login-btn.gif);
	background-repeat: repeat-x;
	background-position: left;
	display:block;
	height:23px;
	padding-top: 5px;
	padding-left:6px;
	padding-right: 6px;
}
.login-btn-link:hover{
	display:block;
	height:23px;
	text-decoration: underline;
	padding-top: 5px;
	padding-left:6px;
	padding-right: 6px;
}
.forgot-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: underline;
}
.forgot-link:hover{
	text-decoration: none;
}
/* Topbar CSS End */

/* middlebar CSS Start */
.grey-middle-bg {
	
	BACKGROUND:url(images/middle/grey-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 0px none;
	text-decoration: none;
	color: white;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.banner-border {
	border: 5px solid #bed73b;
}
.reminders ul .height-li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	margin:0px;
	background-position: left 2px;
	background-image: url(../images/my-account/reminders-icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	overflow:hidden;
}
.green-arrow ul .height-li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	margin:0px;
	background-position: left 5px;
	background-image: url(../images/my-account/arrow-icon.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	overflow:hidden;
}

.greenimg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	margin:0px;
	background-position: left 5px;
	background-image: url(../images/my-account/arrow-icon.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	overflow:hidden;
}
/* Browse the categories CSS Start */
.sub-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;	
}

.grey-highlight-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;	
}
.sub-grey-highlight-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;	
}
.dotted-border {
	background-image: url(../images/middle/dotted-border.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: bottom;
}
.dotted-right-border {
	background-image: url(../images/my-account/dotted-right-line.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
.browse-categories-box-top-middle{
	background-image: url(../images/middle/browse-categories-box-top-middle.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#f1f1f2;
}
.browse-categories-box-botton-middle{
	background-image: url(../images/middle/browse-categories-box-bottom-middle.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.browse-categories-box-left-middle{
	background-image: url(../images/middle/browse-categories-box-left-middle.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.browse-categories-box-right-middle{
	background-image: url(../images/middle/browse-categories-box-right-middle.jpg);
	background-repeat: repeat-y;
	background-position: top;
}


.button-middle-bg{
	background-image: url(../images/middle/button-middle-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.button-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.button-link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.search-textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
	width:249px;
	height:20px;
}
.categories-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #656667;
	text-decoration: none;
}
/* Browse the categories CSS end */
.main-header-text {
	font-family: Helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #bed73b;
	text-decoration: none;	
}
.more-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;
	background-image: url(../images/middle/arrow-btn.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
}
.more-link:hover{
	color: #8a8c8e;
}

/* Rounded Start*/
.box1, .box2, .box3, .box4 {
	display:block; 
	overflow:hidden;
}
.box1, .box2, .box3 {
	height:1px;
}
.box2, .box3, .box4 {
	background:#fff; 
	border-left:1px solid #cfd0d1;
	border-right:1px solid #cfd0d1;
}
.box1 {
	margin:0 5px; 
	background:#cfd0d1;
}
.box2 {
	margin:0 3px;
	border-width:0 2px;
}
.box3 {
	margin:0 2px;
}
.box4 {
	height:2px; 
	margin:0 1px;
}

.boxcontent {
	display:block; 
	border:0 solid #cfd0d1; 
	border-width:0 1px; 
	height:100%;
}

/* Rounded End*/

.dotted-line {
	background-image: url(../images/middle/grey-dotted-line.jpg);
	background-repeat: repeat-x;
	height:1px;
}

.grey-bold-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
}
.grey-bold-link:hover{
	color: #bed73b;
}

.green-bold-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;
}

.grey-bold-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
}

.white-bold-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* middlebar CSS End */

/* Footer CSS Start*/

.footer-grey-middle-bg {
	background-image: url(../images/footer/footer-grey-middle-bg.gif);
	background-repeat: repeat-x;
}
.footer-green-middle-bg {
	background-image: url(../images/footer/footer-green-middle-bg.gif);
	background-repeat: repeat-x;
}

.footer-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-text-divider{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.footer-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
}

/* Footer CSS End */

.green-hightlight-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;
}
.common-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: underline;
}
.common-link:hover{
	text-decoration: none;
}
.commen-link-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: underline;
}
.commen-link-bold:hover{
	text-decoration: none;
}
.calendar-bg{
	background-color:#f3f4f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
	padding:2px 1px 0px 2px;
	line-height: 11px;
	display:block;
	height:50px;
	width:50px;
}

.calendar-month-top-middle {
	background-image: url(../images/my-account/calendar-month-top-middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.calendar-month-bottom-middle {
	background-image: url(../images/my-account/calendar-month-bottom-middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.calendar-month-right-middle {
	background-image: url(../images/my-account/calendar-month-right-middle1.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.calendar-month-middle {
	background-image: url(../images/my-account/calendar-month-middle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

.month-link-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
}
.month-link-bold:hover{
	color: #bed73b;
}
.month-link-bold-active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;
}

.small-btn{
	color: #8a8c8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/my-account/small-btn-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	display:block;
	padding:5px 0px 5px 0px;
}
.small-btn:hover{
	color: #FFFFFF;
	background-image: url(../images/my-account/small-btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	display:block;
	padding:5px 0px 5px 0px;
}
.small-btn-active{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/my-account/small-btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	padding:5px 0px 5px 0px;
}
.small-btn-grey{
	color: #8a8c8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/my-account/small-btn-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	padding:5px 0px 5px 0px;
}
.sub-menu-link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	background-image: url(../images/my-account/sub-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}
.sub-menu-link a:hover{
	color: #bed73b;
}

.right-grey-button-link{
	background-image: url(../images/sport-health/grey-right-btn.gif);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	height:25px;
	margin: 0px 15px 0px 0px;
}
.right-grey-button-link:hover{
	background-image: url(../images/sport-health/grey-right-button-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	height:25px;
	margin: 0px 10px 0px 0px;
}
.right-grey-button-link-active{
	background-image: url(../images/sport-health/grey-right-button-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	height:25px;
	margin: 0px 10px 0px 0px;
}
.right-grey-button-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
	padding: 3px 0px 0px 6px;	
}
.right-grey-button-text:hover{
	color: #FFFFFF;
	text-align: right;
	padding: 3px 15px 0px 0px;	
}
.right-grey-button-text-active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;color: #FFFFFF;
	text-align: right;
	padding: 3px 15px 0px 0px;
	text-decoration: none;
}

/* Grey teb box Start */

.grey-teb-bottom-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e7e8;
}
.grey-middle-border-box-bg {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e7e8;
	border-left-color: #e6e7e8;
}

.left-border {
	border-left: 1px solid #e6e7e8;
}
.grey-teb-bottom-middle {
	background-image: url(../images/middle/grey-teb-bottom-middle.gif);
	background-repeat: repeat-x;
}

.textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
	height:22px;
}
/* Browse Botton css Start */

#divinputfile{
	height:25px;
	width:200px;
	margin:0px;
	background-image: url(../images/middle/browse-btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
}
#divinputfile:hover{
	height:25px;
	width:200px;
	margin:0px;
	background-image: url(../images/middle/browse-btn-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
}

#divinputfile .filepc{
	width : 200px; 
	cursor : pointer;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	
}
 
#fakeinputfile{
	margin-top:-23px;
}
 
#fakeinputfile #fakefilepc{
	border: 1px solid #e6e7e8;
	width: 125px;
	height: 21px;
	font-size: 13px;
	LINE-HEIGHT:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
}
/* Browse Botton css End */
.image-grey-border1{
	border:#e6e7e8 1px solid;
}
.image-grey-border2{
	border:#e6e7e8 2px solid;
}
.image-grey-border{
	border:#e6e7e8 3px solid;
}
.image-grey-border5{
	border:#e6e7e8 5px solid;
}
.grey-tab-middle-bg {
	background-image: url(../images/business/grey-tab-middle-bg.gif);
	background-repeat: repeat-x;
}
.grey-tab-header-text {
	font-family: Helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #bed73b;
	text-decoration: none;	
}
.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
	width:306px;
}
.textarea-common{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
}

.textarea-common207{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
	width:207px;
}

.red-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

.red-text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

/* Grid start */
.grid-hedare{
	border:#e6e7e8 1px solid;
}
.Grid { border: solid 1px #FFFFFF; }
.Grid td{
	border: solid 1px #ffffff;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	text-align: left;
}
.GridHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8a8c8e;
}
.GridItem{
	background-color: #f1f1f1;
}

.GridAltItem{
	background-color: #f6f6f6;
}

/* Grid end */

.textfiled-no{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	border: 1px solid #e6e7e8;
	width:15px;
}
.grey-bottom-border {
	border-bottom:1px solid #e6e7e8;
}

.small-calendar-bg{
	background-color:#f3f4f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8a8c8e;
	text-decoration: none;
	
}

.common-li ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}
.br-line
{
	line-height:10px;
}

.test{
	background-image: url(../images/ny-account/calendar-event-icon.gif);
	background-repeat:no-repeat;
	background-position: top;
}



.field-part{ border:1px solid #cacaca; background:url(../images/field-bgline.jpg) repeat-x top; font:normal 11px Verdana, Arial, Tahoma; color:#333333; text-decoration:none;}

.error_div
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;							
	padding:3px;		
	color:#000000;	
	background:#ffebe8;
	border : solid 1px #dd3c10;		
	text-align:center;
}

.info_div
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;							
	padding:3px;		
	color:#333233;	
	background:#ffffd6;
	border : solid 1px #e9cf1f;		
	text-align:center;
}

.grey-extra-bold-link{
	font-family: Helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;
}
.grey-extra-bold-link:hover{
	color: #bed73b;
}



/*Kamal */

.Green-bold-text {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #bed73b;
	text-decoration: none;	
}


.page-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #bed73b;
	text-decoration: none;	
	padding-left:5px;
	padding-right: 5px;
}

.page-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8a8c8e;
	text-decoration: none;	
	padding-left:5px;
	padding-right: 5px;
}
.green-medium{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: underline;
}
.green-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bed73b;
	text-decoration: none;
}

.calimage
{
	
	background-image:url(../images/block_16x16.png);
	background-repeat:no-repeat;
	}


