body {
	line-height: 18px;
	font-size: 12px;
}

img { border:0; }

table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
} 

a {
   outline: none;
}

/*Text classes*/
h1 { 
	color: #4f6a7c; 
	margin: 0; 
	padding: 0; 
	margin-bottom:10px; 
	font-size: 20px; 
}

h3 { 
	color: #4f6a7c; 
	margin: 0; 
	padding: 0; 
	font-size: 14px;
}

p { 
	margin: 5px; 
}

small.sep {
	margin-top: 5px;
	display: block;
}

span.form_field { 
	font-weight:bold; 
	color: #555; 
}

a:link, a:active, a:visited { 
	color: #4F6A7C; 
	text-decoration: none; 
}

a:hover { 
	color: #8DAABC; 
	text-decoration:none; 
}

a.boldlink:link, a.boldlink:active, a.boldlink:visited { 
	color: #5994b8; 
	font-weight: bold; 
	text-decoration: none; 
}

a.boldlink:hover { 
	color: #8DAABC; 
	font-weight:bold; 
	text-decoration:none; 
}

.boldtext { 
	color: #4F6A7C; 
	font-weight:bold; 
}
	
.blue { 	
	color: #4F6A7C; 
	line-height:19px;
}

.sky { 
	color: #a9c9dd; 
}

.big { 
	font-size: 14px; 
}

.justify { 
	text-align: justify; 
	margin: 0; 
}

td.icon { 
	padding-right: 5px; 
}

/*Header links*/
a.navlink:link, a.navlink:active, a.navlink:visited {
	text-decoration: none; 
	color: #c3d4df; 
}

a.navlink:hover{ 
	text-decoration: none; 
	columnor: #fff; 
}

.selected { 
	color: #fff; 
}

ul {
	list-style-type: none;
	padding: 0;
	padding-top: 3px;
	margin: 0;
}

li.arrowgreen {
	background: url(images/icons/arrow_green.png) no-repeat 0 5px;
	padding-left: 18px;
	height: 18px;
	padding-top: 2px;
} 

li.arrowblue {
	padding-left: 18px;
	height: 18px;
	padding-top: 2px;
	background: url(images/icons/arrow_blue.png) no-repeat 0 5px;
}

/*Navigation tabs*/
#body_tabs td.body_menu_left { 
	width: 5px;
	height: 30px;
	background-repeat: no-repeat; 
	background-image: url(images/menubar/menubar_left.png); 
	background-color: transparent; 
}

#body_tabs td.body_menu_right { 
	width: 5px;
	height: 30px;
	background-repeat: no-repeat; 
	background-image: url(images/menubar/menubar_right.png);
	background-color: transparent; 
}

a.tab:link, a.tab:active, a.tab:visited { 
	text-decoration: none; 
	display: block; 
	font-size: 13px;
	text-align: center; 
	color: #C3D5E1; 
	width: 88px; 
	height: 24px; 
	font-weight: bold;
	line-height: 23px;
	margin-left: 2px;
	margin-right: 2px;
}

a.tab:hover { 
	text-decoration: none; 
	display: block; 
	text-align: center; 
	color: #4f6a7c; 
	width: 88px; 
	height: 24px; 
	background-image: url(images/menubar/menu_hover.png); 
	background-repeat: no-repeat; 
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}

.normaltab {
	text-decoration: none; 
	display: block; 
	text-align: center; 
	font-size: 13px;
	color: #C3D5E1 !important; 
	width: 88px; 
	height: 24px; 
	font-weight: bold;
	line-height: 23px;
	margin-left: 2px;
	margin-right: 2px;
}

.normaltab:hover{
		text-decoration: none; 
	display: block; 
	text-align: center; 
	width: 88px; 
	color: #C3D5E1 !important;
	font-size: 13px;
	height: 24px; 
	background-image: url(images/menubar/menu_hover.png); 
	background-repeat: no-repeat; 
	font-weight: bold;
	line-height: 23px;
	margin-left: 2px;
	margin-right: 2px;
}
.tabhover {
	text-decoration: none; 
	display: block; 
	text-align: center; 
	color: #8daabc; 
	font-size: 13px;
	width: 88px; 
	height: 24px; 
	background-image: url(images/menubar/menu_hover.png); 
	background-repeat: no-repeat; 
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 23px;
}

.current_selected { 
	text-decoration: none; 
	display: block; 
	font-size: 13px;
	text-align: center; 
	color: #4f6a7c; 
	width: 88px; 
	height: 24px; 
	background-image: url(images/menubar/menu_hover.png); 
	background-repeat: no-repeat; 
	font-weight: bold;
	line-height: 24px;
}

#body_tabs a:hover {
	color: #4f6a7c !important;
}


.dropdown {
	background: url(images/icons/dropmenu_whitebody.png) bottom no-repeat; 
	font-size: 13px; position: absolute; margin-left: 1px; z-index: 6; width: 90px; padding-bottom: 8px; line-height: 23px; text-align: center; *margin-left: -43px;
}

.dropdown li:hover {
	background: url(images/dropmenu_hover.png) !important;
}

.dropdown a:hover {
	color: #4F6A7C !important;
}

/*Box classes*/
div.box { 
	border: 1px 
	solid #a9c9dd;
	background-color: #fff; /*margin-top:10px;*/ 
}

div.box .title { 
	/*height:24px;*/
	background-color: #f1f8fd;
	border-bottom: 1px solid #e2eef5; 
	padding: 2px 0 2px 10px; 
}

div.box .content { 
	padding: 10px; 
}

div.box .content2 { 
	padding: 5px 10px; 
}

.content td {
	padding: 3px;
	vertical-align: top;
}

.content h2 {
	margin-left: 5px;
	font-size: 14px;
	color: #273C4A;
}

.content li {
	padding-left: 17px; 
	margin-left: 2px; 
	margin-bottom: 5px; 
	background: url(images/footer/blue_dot.png) center left no-repeat; 
	list-style: none; 
}

.content .hli {
	background: none;
	color: #4F6A7C;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bolder;
}

.checkos li {
	background: url(images/icons/formicon_right.png) center left no-repeat !important;
}

.checkos .hli {
	background: none !important;
}

.content p {
	color: #273C4A;
}

.filled { 
	background-color: #E2EEF5; 
}

.whiteFilled { 
	background-color: #fff; 
}

.columnLeft { 
	float: left; 
}

.columnRight { 
	float:right; 
}

/*Form button*/
a.button:link, a.button:active, a.button:visited { 
	font-weight: bold; 
	display: inline-block; 
	text-decoration: none; 
	color: #425C6D; 
	border: 1px solid #8AACC0; 
	background: #C3D4DF; 
	padding: 0 10px; 
}

a.button:hover { 
	font-weight: bold; 
	display: inline-block; 
	text-decoration: none; 
	color: #273C4A; 
	border: 1px solid #8AACC0; 
	background: #C4DFF6 
}

/*Form Inputs*/
input.input_text { 
	background-color: #F1F8FD; 
	border: 1px solid #A9C9DD; 
}

textarea.input_text {
	background-color: #F1F8FD; 
	border: 1px solid #A9C9DD; 
}

input.button {
	background: url(images/icons/miniicon_edit.png) no-repeat 3px 1px #C3D4DF;
	padding-left: 22px;
	border: 1px solid #8AACC0;
	color: #273C4A;
}

input.button:hover {
	background-color: #C4DFF6;
	border: 1px solid #8AACC0;
}

input.button2 {
	margin-top: 2px;
	border: 1px solid #8AACC0;
	color: #273C4A;
}

/*Link buttons*/
a.getYourCopyToday:link, a.getYourCopyToday:active, a.getYourCopyToday:visited, a.getYourCopyToday:hover { 
	margin: 0;
	display:inline-block; 
	text-decoration:none; 
	width:265px; 
	height:54px; 
	background: url(images/link_buttons/blue_banner.jpg) no-repeat;
}

a.taskwisePDF:link, a.taskwisePDF:active, a.taskwisePDF:visited, a.taskwisePDF:hover { 
	margin: 0;
	display: inline-block; 
	text-decoration: none; 
	width: 265px; 
	height: 54px; 
	background: url(images/link_buttons/taskwise_pdf.jpg) no-repeat;
}
a.taskwiseLite:link, a.taskwiseLite:active, a.taskwiseLite:visited, a.taskwiseLite:hover { 
	margin:0px; 
	display:inline-block; 
	text-decoration:none; 
	width:265px; 
	height:54px; 
	background: url(images/link_buttons/twlite_banner.png) no-repeat;
}

/*Footer classes*/
ul.footer_links { 
	margin: 0; 
	padding: 0; 
}

ul.footer_links li { 
	padding-left: 17px; 
	margin-left: 2px; 
	margin-bottom: 5px; 
	background:url(images/footer/blue_dot.png) center left no-repeat; 
	List-style:none; 
}

ul.footer_links a, ul.footer_links a:active, ul.footer_links a:visited, ul.footer_links a:hover { 
	color: #fff; 
	text-decoration: none; 
}

ul.footer_links a:hover {
	color: #8DAABC;
}

a.minilink, a.minilink:active, a.minilink:visited, a.minilink:hover { 
	font-size: 11px; 
	color: #8DAABC; 
	text-decoration: none; 
}

a.minilink:hover {
	color: #c3d4df;
}

#footer_title h3 { 
	color: #8eabbd;
}

span.minitext { 
	font-size: 11px; 
	color: #8DAABC; 
	text-decoration: none; 
}

/*Features list*/
ul.feature_list { 
	margin: 0; 
	padding: 0; 
}

ul.feature_list li { 
	padding-left: 17px; 
	margin-left: 2px; 
	margin-bottom: 0px;
	background: url(images/icons/arrow_blue.png) center left no-repeat; 
	list-style: none; 
}

/* Colors */
.light {
	color: #8DAABC;
	font-weight: 600;
}

.dark {
	color: #4F6A7C;
	font-weight: 600;
}

.DAABC {
	color: #8DAABC;
}

.F6A7C {
	color: #4F6A7C;
}

/* subheader */

#body_subheader {
	height: 239px;
}

#header-banners {
	float: left;
}

#header-banners-mini {
	background: url('images/header/litbanner_shape.jpg') 0px 2px no-repeat;
	width: 208px; height: 214px;
	text-align: center;
	padding-top: 25px;
	float: right;
}

#header-banners-mini .littext {
	margin-bottom: 5px;
}

#header-banners-mini .button {
	background: url('images/header/litbanner_btn.png') no-repeat;
	margin: 10px 0px 0px 10px;
	font-size: 14px; 
	color: #8797A3;
	width: 188px; height: 39px; 
	text-align: left; 
}

#header-banners-mini .button2 {
	background: url('images/highlight_btn.png') no-repeat;
	margin: 10px 0px 0px 10px;
	font-size: 14px; 
	color: #8797A3;
	width: 188px; height: 39px; 
	text-align: left; 
}

#header-banners-mini .button2:hover {
	background: url('images/header/highlight_btn_green.png') no-repeat;
	color: #649FC5;
}



#header-banners-mini .button:hover {
	background: url('images/header/litbanner_btn_hover.png') no-repeat;
	color: #649FC5;
}

#header-banners-mini .text {
	 line-height: 35px;
	 font-weight: bold; width: auto !important;
}

#header-banners-mini .arrow {
	float: right; margin-top: 10px; margin-right: 10px;
}

#header-banners-mini a {
	display: block; width: 100%; height: 100%;
}

#body_subminiheader {
	text-align: center;
}

#body_subminiheader .miniheader {
	width: 870px; height: 150px; margin-left: 4px;
	font-size: 16px; color: #FFF; font-weight: bold; text-align: right; padding-top: 10px; padding-right: 10px;
}

#body_subminiheader h2 {
	color: #4f6a7c; 
	font-weight: bold; 
	font-size: 20px; 
	margin-bottom: 5px;
}

#body_subminiheader p {
	margin: 0; 
	padding-top: 0;
	font-size: 16px;
	color: #4F6A7C;
}

#body_subminiheader .text {
	display: inline; 
	float: left; 
	margin-left: 15px;
}

#body_subminiheader .icon {
	display: inline; 
	float: right;
}

#body_subminiheader .pngicon {
	margin-top: 20px;
}

#body_subminiheader p {
	font-size: 14px;
}

#body_subheader h2 {
	color: #4f6a7c; 
	font-weight: bold; 
	font-size: 20px; 
	margin-bottom: 5px;
}

#body_subheader p {
	margin: 0; 
	padding-top: 10px;
	font-size: 16px;
	color: #4F6A7C;
}

#body_subheader .text {
	display: inline; 
	float: left; 
	margin-left: 15px;
	width: 265px;
}

#body_subheader .icon {
	display: inline; 
	float: right;
}

/*Styles for input type file*/
.SI-FILES-STYLIZED label.cabinet
{
    background: url('../templates/images/face_2/btn_browse.png') 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;
	
	width: 80px;
	height: 18px;
	margin-left: 5px;
	
	margin-top: 2px;
	
	background: url('images/icons/browse.png') 0 0 no-repeat;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	
	
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#body_subheader li {
	list-style-type: none;
	background: none;
	padding: 0;
}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none !important; 
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 155px;
    height: 158px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #D5E6F0;
    border: 1px solid #FFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 790px;
	height: 100px;
    padding: 20px 40px;
	margin: 10px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 790px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 158px;
    height: 155px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/icons/galleryarrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(images/icons/galleryarrow_next_hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(images/icons/galleryarrow_next.png) no-repeat 0 0;
	
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(images/icons/galleryarrow_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/icons/galleryarrow_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   background: transparent url(images/icons/galleryarrow_prev_hover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
   background: transparent url(images/icons/galleryarrow_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(images/icons/galleryarrow_prev.png) no-repeat 0 0;
}

#large_image_div {
	margin: 15px 30px;
}

.arrows .left {
	display: inline;
	text-align: left;
	float: left;
}

.arrows .right {
	display: inline;
	text-align: right;
	float: right;
}



/* Taskwise */
.featuresText {
	float: left;
	margin-left: 60px;
	margin-top: 30px;
}

.featuresText ul {
	float: left;
	width: 230px;
	display: block;
}

.featuresText li {
	margin-top: 0 !important;
	padding: 5px 5px 3px 20px !important;
	background: url('images/icons/arrow_blue.png') no-repeat 1px 7px !important;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.form h3 {
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}

.check {
	float: right;
	margin-right: 120px;
	margin-top: -1px;
}

.uncheck {
	float: right;
	margin-right: 120px;
	margin-top: -1px;
}

.font1 {
	font-size: 13px;
}

/* ADDMIN SECTION */
#admin-navbar {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #F1F8FD; 
}

#admin-navbar .admin-section {
	width: 110px;
	height: 22px;
	padding: 2px;
	background-color: #E2EEF5;
	text-align: center;
	color: #819DB0;
}

#admin-navbar .admin-section:hover {
	background: url('images/admin/step_highlight.png');
	border-left: 1px solid #A9C9DD;
	border-right: 1px solid #A9C9DD;
	width: 108px;
	color: #4F6A7C;
}

#admin-navbar .admin-selected {
	background: url('images/admin/step_highlight.png');
	border-left: 1px solid #A9C9DD;
	border-right: 1px solid #A9C9DD;
	width: 108px;
	color: #4F6A7C;
}

#admin-navbar a {
	color: #819DB0;
	display: block;
}
#admin-navbar a:hover {
	color: #4F6A7C;
}

#admin-navbar .admin-title {
	width: 100px;
	padding: 2px;
	font-weight: bolder;
}

#admin-index {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #E2EEF5; 
	margin-top: 10px;
}

#admin-index td {
	padding: 4px;
}

#admin-index .admin-data {
	color: #333;
}

#admin-index .admin-value {
	text-align: left;
	padding-left: 40px;
	width: 110px;
}

#admin-index .admin-search {
	background: #FFF;
	border-top: 1px solid #A9C9DD;
	padding: 4px;
	text-align: center;
}

#admin-index .admin-search .submit {
	margin-top: 2px;
	border: 1px solid #8AACC0;
	color: #273C4A;
	background: #C3D4DF url('images/admin/icons/users_icon.png') 2px 1px no-repeat;
	padding-left: 18px;
	padding-top: 1px; padding-bottom: 1px;
}

#admin-panel {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #E2EEF5; 
	margin-top: 10px;
}

#admin-panel .admin-title {
	padding: 2px;
	font-weight: bolder;
}

#admin-panel .admin-panel {
	background: #FFF;
}

#admin-panel .admin-icon {
	vertical-align: middle;
	text-align: center;
}

#admin-panel .admin-text {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 30px;
	width: 320px;
}

#admin-panel .admin-text h1 {
	font-size: 13px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#admin-panel .admin-search {
	background: #FFF;
	border-top: 1px solid #A9C9DD;
	padding: 4px;
	text-align: center;
}

#admin-panel .admin-search .submit {
	margin-top: 2px;
	border: 1px solid #8AACC0;
	color: #273C4A;
	background: #C3D4DF url('images/admin/icons/users_icon.png') 2px 1px no-repeat;
	padding-left: 18px;
	padding-top: 1px; padding-bottom: 1px;
}

#admin-panel .admin-stats {
	width: 100%;
	border-top: 1px solid #A9C9DD;
}

#admin-panel .admin-stats td {
	padding: 5px;
}

#admin-users {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #E2EEF5; 
	margin-top: 10px;
	border-bottom: none;
}

#admin-users td {
	padding-left: 4px;
	height: 18px;
}

#admin-users .header {
	font-weight: bold;
}

#admin-users .data {
	background: #FFF;
}

#admin-users .data td{
	border-left: 1px solid #a9c9dd;
	border-bottom: 1px solid #a9c9dd;
}

#admin-pages {
	text-align: center;
	margin-top: 10px;
	color: #273C4A !important;
}

.pagination {
	display: inline-block;
	text-align: center;
	width: 15px;
	height: 15px;
	background-color: #C3D4DF;
	border:  1px solid #A9C9DD;
	color: #273C4A !important;
}

.pagination:hover{
	background-color: #C4DFF6;
}


#admin-coupons {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #E2EEF5; 
	margin-top: 10px;
	padding: 10px;
}

.input-coupon {
	background-color: #F1F8FD; 
	border: 1px solid #A9C9DD; 
	width: 90%;
	margin: 4px;
}

#admin-post {
	color: #4F6A7C; 
	border: 1px solid #a9c9dd;
	background-color: #E2EEF5; 
	margin-top: 10px;
	border-bottom: none;
}

#admin-post td {
	padding-left: 4px;
	height: 18px;
}

#admin-post .header {
	font-weight: bold;
}

#admin-post .data {
	background: #FFF;
}

#admin-post .data td{
	border-left: 1px solid #a9c9dd;
	border-bottom: 1px solid #a9c9dd;
}

#admin-post .postedby {
	display: inline;
	width: 40%;
	float: left;
}

#admin-post .postedon {
	display: inline;
	text-align: right;
	margin-right: 5px;
	width: 40%;
	float: right;
}

#admin-post .reply-ticket {
	/*width: 850px;*/
	width: 95%;
	height: 100px;
	margin: 5px 15px 20px 15px;
	background-color: #F1F8FD; 
	border: 1px solid #A9C9DD; 
	font: 10px Verdana, Helvetica, sans-serif;
}

#admin-post .admin-resume {
	vertical-align: top;
}

#admin-post .close-ticket {
	margin: 5px 18px 10px 18px;
	text-align: right;
}

#admin-post .submit-reply {
	margin: 5px 15px 20px 15px;
}

/* Shopping Cart */
#cart-steps h1 {
	font-size: 12px;
	padding: 0; margin: 0;
}

#cart-steps small {
	font-size: 11px;
	color: #4f6a7c;
}

.product-list {
	border: 1px solid #A9C9DD;
	color: #4F6A7C;
	background: #FFF;
}

.product-header {
	font-weight: bold;
	background-color: #C3D4DE;
}

.input_cart { 
	background-color: #F1F8FD; 
	border: 1px solid #A9C9DD; 
	width: 100%;
}

select.input_cart{
}

.cart td {
	vertical-align: bottom !important;
}

/* helpdesk ticket */
.strong {
	font-weight: bold;
}

#gallery {
	text-align: center;
}

.dateblog {
	color: #8DAABC;
	display: inline; 
	float: right; 
	text-align: right; 
	margin-right: 10px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 662px; 
	float: left;
	height: 239px;
	overflow: hidden;
}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:662px;
	height:239px;
	overflow:hidden;
	float:left;	
}

div.scroller div.content {
	width: 10000px;
}


/* Things */

#header-banners-mini-one {
	background: url('images/minibox/minibanner_shape.jpg') no-repeat;
	width: 151px; height: 227px;
	padding-top: 10px;
	text-align: center;
	float: right;
}

#header-banners-mini-one .littext {
	margin-bottom: 5px;
}

/* product page buttons */
#header-banners-mini-one .button {
	background: url('images/minibox/minibanner_btn.png') no-repeat;
	margin: 10px 0px 0 8px;
	padding-left: 8px;
	font-size: 14px; 
	color: #8797A3;
	width: 140px; height: 40px; 
	text-align: left; 
}


#header-banners-mini-one .button:hover {
	background: url('images/minibox/minibanner_btn_hover.png') no-repeat;
	color: #649FC5;
}

#header-banners-mini-one .buttongrn {
	background: url('images/minibox/minibanner_btn_grn.png') no-repeat;
	margin: 10px 0px 0 8px;
	padding-left: 8px;
	font-size: 14px; 
	color: #8797A3;
	width: 140px; height: 40px; 
	text-align: left; 
}


#header-banners-mini-one .buttongrn:hover {
	background: url('images/minibox/minibanner_btn_grn_hover.png') no-repeat;
	color: #649FC5;
}

/*  home page big buttons */
#header-banners-mini-one .button2 {
	background: url('images/highlight_btn.png') no-repeat;
	margin: 10px 0px 0px 10px;
	font-size: 14px; 
	color: #8797A3;
	width: 188px; height: 39px; 
	text-align: left; 
}

#header-banners-mini-one .button2:hover {
	background: url('images/header/litbanner_btn_hover.png') no-repeat;
	color: #649FC5;
}




#header-banners-mini-one .text {
	 line-height: 35px; float: left;
	 font-weight: bold; width: auto !important;
}

#header-banners-mini-one .arrow {
	float: right; margin-top: 10px; margin-right: 18px;
}

#header-banners-mini-one a {
	display: block; width: 100%; height: 100%;
}


/* SETUP */ 
#chartz .section * {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#chartz .section body {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}

#chartz .section a {
    color: #2D7BB2;
    text-decoration: none;
    font-weight: bold;
}

#chartz .section a:hover {
    color: #333;
}

#chartz .section h2, .section h3, .section h4 {
    clear: both;
    margin: 0 0 0.6em 0; 
}

#chartz .section h3 {
    color: #666; margin-bottom: 10px;
}

#chartz .section {
    float: left;
    clear: left;
    padding: 1em 2em;
}

/* CHART LISTS */
#chartz .chartlist {
    float: left;
    border-top: 1px solid #EEE;
    width: 15em;
}

#chartz .chartlist li {
    position: relative;
    display: block;
    border-bottom: 1px solid #EEE;
    _zoom: 1;
}

#chartz .chartlist li a {
    display: block;
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

#chartz .chartlist .count {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0.3em;
    text-align: right;
    color: #999;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 2em;
}

#chartz .chartlist .index {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #B8E4F5;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 2em;
}

#chartz .chartlist li:hover {
    background: #EFEFEF;
}

/* TIMELINE CHARTS */
#chartz .timeline {
    font-size: 0.75em;
    height: 10em;
}

#chartz .legend {
	text-align: right;
	width: 20px !important;
}

#chartz .legend:hover {
	background: none !important;
}

#chartz .timeline li {
    position: relative;
    float: left;
    width: 1.5em;
    margin: 0 0.1em;
    height: 8em;
}

#chartz .timeline li a {
    display: block;
    height: 100%;
}

#chartz .timeline li .label {
    display: block;
    position: absolute;
    bottom: -2em;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-align: center;
}

#chartz .timeline li a .count {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #AAA;
    text-indent: -9999px;
    overflow: hidden;
}

#chartz .timeline li:hover {
    background: #EFEFEF;
}

#chartz .timeline li a:hover .count {
    background: #2D7BB2;
}

/* SPARKLINES */
#chartz .sparkline {
    float: left;
    height: 1em;
    margin: 0 0.5em;
}

#chartz .sparkline .index {
    position: relative;
    float: left;
    width: 2px;
    height: 100%;
}

#chartz .sparkline .index .count {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #AAA;
    overflow: hidden;
    text-indent: -9999px;
}

/* SPARKLINE LISTS */
#chartz .sparklist li {
    padding: 0.4em 0;
}
