﻿/* GENERAL START */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d55;
	padding: 0px;
	margin: 0px;
	background: #e1ddd3;	
}

html ,body{
	width: 100%;
	height: 100%;
}

table, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #625d55;
	padding: 0px;
	margin: 0px;
}

table td,
table th{
	vertical-align: top;
}

form, dl, dd, dt{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #34afdd;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #81951c;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h2{
	color: #81951c;
	font-size: 1.4em;
	font-weight: normal;
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #625d55;
}

img{
	display: block;
	border: 0px;
}

.clear{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clear_both{
	clear: both;
}
/* GENERAL END */
.greybox_wrap{
	float: left;
	padding: 10px;
	background-color: #fff;
	height: 455px;
}

.greybox_header{
	width: 664px;
	height: 41px;
	float:left;
	padding: 0 14px;
	background-color: #88a624;
}

.greybox_header .title{
	line-height: 41px;
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
}

.greybox_header .close{
	line-height: 13px;
	display: block;
	float: right;
	padding-top: 14px;
}

/*ADDED BY KATE*/
.greybox_header .close img {
padding-left: 6px;
}

.greybox_header .close a,
.greybox_header .close a:hover{
	display: block;
	float: right;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: underline;
	text-transform: uppercase;
}

.greybox_header .close a:hover {
	text-decoration: none;
}

.greybox_content{
	width: 692px;
	float: left;
}

.greybox_content .print_button{
	width: 38px;
	height: 22px;
	line-height: 20px; /*CHANGED from 22 by Kate*/
	display: block;
	position: absolute;
	padding-left: 27px;
	margin: 13px 0 0 637px;
	text-align: center;
	background: transparent url(../images/icon_print.png) no-repeat 0px 0px;
}

.greybox_content .print_button a,
.greybox_content .print_button a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.8em;
}

.greybox_content .intro_text{
	width: 630px;
	padding: 15px 0;
}
.greybox_content .greybox_tabs,
.greybox_content .greybox_tabs .wrap{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.rtsUL{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/*
.greybox_content .greybox_tabs{
	width: 100%;
	position: relative;
	top: 1px;
	padding-top: 16px;
}
*/
.greybox_content .greybox_tabs .wrap{
	margin-left: 10px;
	background: transparent url(../images/tab_01_normal_left.gif) no-repeat 0px 0px;
}

.greybox_content .greybox_tabs .wrap .item,
.greybox_content .greybox_tabs .wrap .item:hover{
	width: 80px;
	height: 26px;
	line-height: 25px;
	display: block;
	float: left;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: transparent url(../images/tab_01_normal_right.gif) no-repeat right 0px;
}

.greybox_content .greybox_tabs .wrap .item:hover{
	color: #81951c;

}

.greybox_content .greybox_tabs .active{
	background: transparent url(../images/tab_01_active_left.gif) no-repeat 0px 0px;
}

.greybox_content .greybox_tabs .active .item,
.greybox_content .greybox_tabs .active .item:hover{
	color: #81951c;
	background: transparent url(../images/tab_01_active_right.gif) no-repeat right 0px;
}
/* system requirements START */
.greybox_sys_req{
	height: 755px;
}

/* Demos START */
.greybox_demos{
	height: 440px;
	width: 660px;
	overflow: hidden;
}


.greybox_demos_content{
	width: 660px;
	float: left;
	text-align: center
}

.greybox_demos_content .greybox_demos .buffer{
	height: 2px;
	background:  #FFFFFF;
}

.greybox_demos .greybox_demo_header{
	width: 638px;
	height: 41px;
	float:left;
	padding: 0 14px;
	background-color: #88a624;
}

.greybox_demos .greybox_demo_header .title{
	line-height: 41px;
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
}

.greybox_demos .greybox_demo_header .close{
	line-height: 13px;
	display: block;
	float: right;
	padding-top: 14px;
}
.greybox_demos .greybox_demo_header .close img {
padding-left: 6px;
}

.greybox_demos .greybox_demo_header .close a,
.greybox_demos .greybox_demo_header .close a:hover{
	display: block;
	float: right;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: underline;
	text-transform: uppercase;
}

.greybox_demos .greybox_demo_header .close a:hover {
	text-decoration: none;
}

/* Demos END */

/*ADDED BY KATE*/
.greybox_sys_req #table2{
	margin-top: 10px;
}

.greybox_sys_req .req_table{
	width: 100%;
}

.greybox_sys_req .req_table th,
.greybox_sys_req .req_table td{
	width: 33%;
	padding: 2px 10px;
	text-align: left;
	background-color: #f9f8f6;
}

.greybox_sys_req .req_table th{
	color: #81951c;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.greybox_sys_req .req_table th.col_2,
.greybox_sys_req .req_table td.col_2{
	background-color: #f4f2ee;
}

.greybox_sys_req .req_table th.col_3,
.greybox_sys_req .req_table td.col_3{
	background-color: #edebe6;
}

.greybox_sys_req .req_table .odd_row td.col_1{
	background-color: #f6f4f1;
}

.greybox_sys_req .req_table .odd_row td.col_2{
	background-color: #efece4;
}

.greybox_sys_req .req_table .odd_row td.col_3{
	background-color: #e5e1d8;
}

.greybox_sys_req .notes_title{
	padding-top: 12px;
}

.greybox_sys_req .notes,
.greybox_sys_req .notes li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.greybox_sys_req .notes li{
	padding: 3px 0 3px 15px;
	background: transparent url(../images/bullet_03.gif) no-repeat 0px 7px;
}
/* system requirements END */


/* Forgot password START */
.greybox_forgotPassword
{
	height: 250px;
	/*width: 630px;*/
}




/* Forgot password END */

/* relase notes START */
.greybox_rel_notes{
	height: 530px;
}

.greybox_rel_notes .versions_wrap{
	float: left;
	padding: 1px;
	border: 1px solid #d9d5cf;
	
}

.greybox_rel_notes .versions{
	width: 688px;
	height: 367px;
	float: left;
	overflow: auto;
	background: transparent url(../images/greybox_panel_bgr.gif) repeat-y 0px 0px;
}

.greybox_rel_notes .versions .panel{
	width: 173px;
	float: left;
}

.greybox_rel_notes .versions .text{
	padding: 17px 10px;
}

.greybox_rel_notes .versions .panel .list,
.greybox_rel_notes .versions .panel .list .item{
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.greybox_rel_notes .versions .panel .list{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.greybox_rel_notes .versions .panel .list .item a
{
	width: 130px;
	display: block;
	float: left;
	padding: 7px 10px 7px 33px;
	color: #625d55;
	background: #f4f2ee url(../images/bullet_04.gif) no-repeat 21px 12px;
}

.greybox_rel_notes .versions .panel .list .item a:hover,
.greybox_rel_notes .versions .panel .list .item a:active{
	color: #88a624;
	text-decoration: none;
	background: #fff url(../images/bullet_05.gif) no-repeat 21px 12px;
}


.greybox_rel_notes .versions .content{
	width: 465px;
	float: left;
	padding: 17px 0 17px 18px;
}

.greybox_rel_notes .versions .content h2{
	padding-bottom: 5px;
}

.greybox_rel_notes .versions .content p,
.greybox_rel_notes .versions .content ul,
.greybox_rel_notes .versions .content ol{
	padding-bottom: 10px;
}

.greybox_rel_notes .versions .content ul,
.greybox_rel_notes .versions .content ol{
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}

.greybox_rel_notes .versions .content ul li,
.greybox_rel_notes .versions .content ol li{
	padding: 0 0 5px 12px;
	margin: 0;
	background: transparent url(../images/bullet_03.gif) no-repeat 0px 4px;
}
/* relase notes END */

/* feedback START */
.greybox_feedback{
	height: 490px;
	width: 637px;
}

.greybox_feedback .greybox_header{
	width: 610px;
}

.greybox_feedback .greybox_content{
	width: 635px;
	height: 380px;
}

.greybox_feedback .greybox_main{
	width: 630px;
	height: 409px;
	float: left;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0px;
}

.greybox_feedback .intro_text{
	width: 100%;
	margin-bottom: 12px;
	background: transparent url(../images/hr_line_01.gif) repeat-x 0px bottom;
}

.greybox_feedback .row,
.greybox_feedback .form_areas{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.greybox_feedback .col_1 note{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #a29f99;
}

.greybox_feedback .row_label{
	color: #81951c;
	padding: 0;
}

.greybox_feedback .row_label .sub_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #a29f99;
}

.greybox_feedback .col_1{
	padding-right: 25px;
}

.greybox_feedback .col_1 .sub_text{
	position: absolute;
	margin-top: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #a29f99;
}

.greybox_feedback .col_2,
.greybox_feedback .col_3{
	width: 265px;
	float: left;
	padding-right: 10px;
}

.greybox_feedback .form_areas .row{
	padding: 0 0 5px 0;
}

.greybox_feedback .form_areas .row .sub_text{
	color: #a29f99;
}

.greybox_feedback .row_2 .label{
	width: 75px;
	line-height: 20px;
	float: left;
	color: #81951c;
}

.greybox_feedback .row_2 .col_5{
	width: 400px;
	float: left;
}

.greybox_feedback .row_2 .col_5 .field{
	width: 398px;
	height: 128px;
	display: block;
}

.greybox_feedback .row_2 .col_6{
	width: 316px;
	float: left;
}

.greybox_feedback .row_2 .col_6 .field{
	width: 290px;
}

.greybox_feedback .row_2 .note{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #a29f99;
}

.greybox_feedback .row_submit{
	width: 100%;
	float: left;
}

.greybox_feedback .row_submit .note_bgr_1,
.greybox_feedback .row_submit .note_bgr_2{
	display: block;
	float: left;
	line-height: 21px;
	color: #fff;
}

.greybox_feedback .row_submit .note_bgr_1{
	background: #c5c4bc url(../images/content_box_05_left.gif) no-repeat 0px 0px;

}

.greybox_feedback .row_submit .note_bgr_2{
	padding: 0 15px 0 10px;
	background: transparent url(../images/content_box_05_right.gif) no-repeat right 0px;
}

.greybox_feedback .row_submit .submit_button{	
	background: transparent url(../images/b_submit.png) no-repeat left 0px;
	width: 60px;
	height: 26px;
	float: left;
	padding: 0px;
	border: none;
	margin-left: 3px;
}
/* feedback END */

/* case studies START */
.greybox_case_study{
	height: 455px;
}

.greybox_case_study .main_wrap{
	width: 680px;
	float: left;
	padding: 10px 10px 10px 0;
	border: 1px solid #d9d5cf;
}

.greybox_case_study .main_wrap .col_wrap{
	float: left;
	padding: 1px;
	margin-left: 10px;
	border: 1px solid #d9d5cf;
}

.greybox_case_study .main_wrap .col{
	width: 306px;
	height: 326px;
	float: left;
	padding: 10px;
	background-color: #f9f7f2;
}

.greybox_case_study .main_wrap h2{
	padding-bottom: 3px;
}

.greybox_case_study .main_wrap p{
	padding-bottom: 5px;
}
/* case studies END */

/* newsletter START */
.greybox_newsletter{
	width: 691px;
	height: 563px;
	float: left;
	padding: 10px;
	border: 1px solid #d9d5cf;	
	padding: 10px;
	background-color: #fff;	
}

.greybox_newsletter .main_wrap{
	width: 670px;
	height: 458px;
	float: left;
	padding: 10px;
	border: 1px solid #d9d5cf;
}

.greybox_newsletter .hr_line{
	width: 100%;
	height: 35px;
	float: left;
	background: transparent url(../images/hr_line_01.gif) repeat-x 0px 18px;
}

.greybox_newsletter .sign_up{
	width: 100%;
	height: 329px;
	float: left;
}

.greybox_newsletter .sign_up h2{
	width: 100%;
	float: left;
	padding-bottom: 2px;
	color: #b3afa6;
}

.greybox_newsletter .sign_up .col{
	width: 223px;
	display: block;
	padding-top: 20px;
	/* float: left; */
}

.greybox_newsletter .sign_up .col_button{
	padding-top: 18px;
}

.greybox_newsletter .sign_up .label{
	display: block;
	padding-bottom: 2px;
	color: #81951c;
}

.greybox_newsletter .sign_up .col input.field{
	width: 207px;
}

.greybox_newsletter .sign_up .col select.field{
	width: 213px;
}

.greybox_newsletter .row_buttons{
	width: 100%;
	float: left;
	padding-top: 55px;
}

.greybox_newsletter .row_buttons .button{
	float: right;
	margin-left: 10px;
}

.greybox_newsletter .archive{
	width: 100%;
	height: 329px;
	float: left;
}

.greybox_newsletter .main_wrap_archive{
	width: 685px;
	height: auto;
	padding: 1px;
	
}

.greybox_newsletter .main_wrap_archive .scroll_wrap{
	width: 668px;
	height: 358px;
	float: left;
	
}

.greybox_newsletter .main_wrap_archive .scrool_wrap .scrool_intro {
	width: 646px;
}

.greybox_newsletter .main_wrap_archive h2{
	width: 650px;
	float: left;
	padding-top: 18px;
	color: #81951c;
}

.greybox_newsletter .main_wrap_archive .archive_item{
	width: 665px;
	float: left;
	margin: 2px 0;
	border: 1px solid #d9d5cf;
	background-color: #f9f8f6;
}

.greybox_newsletter .main_wrap_archive .archive_row,
.greybox_newsletter .main_wrap_archive .archive_row .archive_icon,
.greybox_newsletter .main_wrap_archive .archive_row .archive_item_title,
.greybox_newsletter .main_wrap_archive .archive_row .archive_expand{
	display: block;
	float: left;
}

.greybox_newsletter .main_wrap_archive .archive_row{
	width: 655px;
	padding: 2px 5px;
}

.greybox_newsletter .main_wrap_archive .archive_row .archive_icon{
	padding: 2px 5px 0 0;
}

.greybox_newsletter .main_wrap_archive .archive_row .archive_expand{
	padding-top: 2px;
	float: right;
	cursor: pointer;
}

.greybox_newsletter .main_wrap_archive .archive_content{
	width: 604px;
	float: left;
	display: none;
	padding: 1px 1px 1px 1px;
}
/* newsletter END */

