/* CSS Document */

body {
	min-width:750px;
}

/* -------------------------*/
/* Generic Styles */
/* -------------------------*/

.dontShowMe {
	display:none;
}

.appNote { 
    position : absolute;
    width : 150px;
    border : 1px solid #4f4f4f;
    color : #000;
    background-color : #FEFFAF;
    font-size : 9px;
    padding : 5px;
    top :20px;
    right : 20px;
}
.appNote ul {
    margin-left : 3px;
    padding-left : 0;
    list-style-position: inside;
}

/* -------------------------*/
/* Relative Content Box */
/* -------------------------*/

.appRelativeContentBox {
	margin:10px;
	
}
.appRelativeContentBox h2 {
	font-size:1em;
	background:none;
	border:none;
	border-bottom:1px solid #ccc;
}

.appRelativeContentBox p {
	font-size:.8em;
}

/* -------------------------*/
/* Content Surround */
/* -------------------------*/

.contentSurround {
	background: #fcfcfc;
	border:#cccccc 1px solid;
	margin:1em;
	font-size:.8em;
	position: relative;
}
.contentSurround p {
	margin:0 0 .5em 0;
}

/* -------------------------*/
/* Error Styles */
/* -------------------------*/

.errorList {
	background:#FFFFC6 url(/_layouts/images/kienterprise/application/errorListIcon.png) 5px 5px no-repeat;
	border:1px solid #DEDF6F;
	margin:1em 0;
	min-height:3em;
	padding:10px 10px 10px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.errorList p {	
	font-weight:bold;
	margin : 0;
	padding:0 0 10px 0px;
}
.errorList ul {
	margin : 0 0 .5em 0;
	padding : 0 0 0 20px;
	color:#f00;
	list-style-type:disc;
}
.errorLabel {
	color:#f00;
}
.errorItem {
	color:#FF0000;
	font-weight:bold;
	display:block;
}
.errorItem div {
	min-height:16px;
	padding-left:20px;
	background: url(/_layouts/images/kienterprise/application/cross.png) no-repeat;
}
.errorItemLogin {
	color:#FF0000;
	font-weight:bold;
}
.formLabelShort .errorItem div {
	margin:0 0 .2em 11.1em;
}
.checkListShort .errorItem {
	float:none;
	width:100%;
}
.checkListShort .errorItem div {
	margin:0 0 .2em 11.1em;
	text-align : left;
	width:auto;
}
.formLabelMedium .errorItem div{
	margin:0 0 .2em 16.1em;
}
.checkListMedium .errorItem {
	float:none; 
	width:100%;        
}
.checkListMedium .errorItem div {
	margin:0 0 .2em 16.1em;
	text-align : left;
	width:auto;
}
.formLabelWide .errorItem div {
	margin:0 0 .2em 21.1em;
}
.checkListWide .errorItem {
	float:none;
	width:100%;
}
.checkListWide .errorItem div{
	margin:0 0 .2em 21.1em;
	text-align : left;
	width:auto;
}

/* -------------------------*/
/* Captcha */
/* -------------------------*/

.captchaControls {
	margin:.5em 0 0 0;
}

.appReadToMe, .appReadToMeLink {
	background:url("/_layouts/images/kienterprise/application/icon_appReadToMe.png") no-repeat left;
	padding:5px 0 5px 27px;
	margin:0 20px 0 0;
	color:#036;
}	
.appRefresh {
	background:url("/_layouts/images/kienterprise/application/icon_appRefresh.png") no-repeat left;
	padding:5px 0 5px 27px;
	margin:0 20px 0 0;
	color:#036;
}

/* -------------------------*/
/* Fieldset / Legend */
/* -------------------------*/

fieldset {
	color: #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color:transparent;
	clear : left;
	border-top:1px solid #ccc !important;
	clear:both;
	margin : 1em 0;
	padding : 1em 0 0 0;
}
legend {
	font-weight:bold;
	color: #000;
}

/* -------------------------*/
/* Login Status Box */
/* -------------------------*/

#loginStatusBox {
	float:right;
	padding:5px;
	border-bottom:1px solid #EFEFEF;
	margin:0 .5em .5em .5em;
	font-size:.8em;
}
#loginStatusBox a, #loginStatusBox a:link, #loginStatusBox a:visited, #loginStatusBox a:hover {
	color:#0000CC;
}
.loginStatusBoxLinkList, .appStatusBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.loginStatusBoxLinkList li, .appStatusBox li {
	float:left;
	margin:0 1em 0 0;
}

/* ------------------------------*/
/* Icons for Links */
/* ------------------------------*/

.printReceipt, .appPrint, .printAlignRight, .appSave, .appLogout, .appLogin, .appEdit, .appChangePassword, .appDoc, .appEmail, .appProfile, .appBackAppPage, .appHome, .appSearch, .appMultiplePages, .appMoveUp, .appMoveDown, .appDelete, .appHelp, .appStats, .appCancel, .appCart, .appCartAddTo, .appCartAdded, .appCartRemove, .appLicense, .appLicenseAdd, .appAccept, .appAdd
{
	padding-left:25px;
	display:inline-block;
	min-height:16px;
	
}

.printReceipt, .appPrint {
	background: url(/_layouts/images/kienterprise/application/printer.png) no-repeat .2em;

}
.printAlignRight {
	background: url(/_layouts/images/kienterprise/application/printer.png) no-repeat .2em;
	float:right;
}
.appSave {
	background: url(/_layouts/images/kienterprise/application/disk.png) no-repeat .2em;
}
.appLogout {
	background: url(/_layouts/images/kienterprise/application/door_out.png) no-repeat .2em;
}
.appLogin {
	background: url(/_layouts/images/kienterprise/application/door.png) no-repeat .2em;
}
.appEdit {
	background: #F5DC5F url(/_layouts/images/kienterprise/application/edit.png) no-repeat 5px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px 5px 5px 25px;
	text-transform:uppercase;
	text-decoration:none;
	color:#333 !important;
	font-weight:bold;
	cursor:pointer;
	white-space:nowrap;
	font-family:Arial,Helvetica,sans-serif !important;
}
.appAdd {
	background: #78BC6D url(/_layouts/images/kienterprise/application/add.png) no-repeat 5px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px 5px 5px 25px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF !important;
	font-weight:bold;
	cursor:pointer;
	white-space:nowrap;
	font-family:Arial,Helvetica,sans-serif !important;
}
.appChangePassword {
	background: url(/_layouts/images/kienterprise/application/key.png) no-repeat .2em;
}
.appDoc {
	background: url(/_layouts/images/kienterprise/application/page_white_text.png) no-repeat .2em;
}
.appEmail {
	background: url(/_layouts/images/kienterprise/application/email.png) no-repeat .2em;
}
.appProfile {
	background: url(/_layouts/images/kienterprise/application/user.png) no-repeat .2em;
}
.appBackAppPage {
	background: url(/_layouts/images/kienterprise/application/app_back.png) no-repeat .2em;
}
.appHome {
	background: url(/_layouts/images/kienterprise/application/house.png) no-repeat .2em;
}
.appSearch {
	background: url(/_layouts/images/kienterprise/application/magnifier.png) no-repeat .2em;
}
.appMultiplePages {
	background: url(/_layouts/images/kienterprise/application/page_white_stack.png) no-repeat .2em;
}
.appMoveUp {
	background: url(/_layouts/images/kienterprise/application/arrow_up.png) no-repeat .2em;
}
.appMoveDown {
	background: url(/_layouts/images/kienterprise/application/arrow_down.png) no-repeat .2em;
}
.appDelete {
	background: url(/_layouts/images/kienterprise/application/bin.png) no-repeat .2em;
}
.appHelp {
	background: url(/_layouts/images/kienterprise/application/help.png) no-repeat .2em;
}
.appStats {
	background: url(/_layouts/images/kienterprise/application/stats.png) no-repeat .2em;
}
.appCancel {
	background: url(/_layouts/images/kienterprise/application/cross.png) no-repeat .2em;
}
.appCart {
	background: url(/_layouts/images/kienterprise/application/cart.png) no-repeat .2em;
	padding-left:45px;
}
.appCartAddTo {
	background: url(/_layouts/images/kienterprise/application/cart_add_to.png) no-repeat .2em;
	padding-left:45px;
}
.appCartAdded{
	background: url(/_layouts/images/kienterprise/application/cart_added.png) no-repeat .2em;
	padding-left:45px;
}
.appCartRemove {
	background: url(/_layouts/images/kienterprise/application/cart_remove.png) no-repeat .2em;
}
.appLicense {
	background: url(/_layouts/images/kienterprise/application/license.png) no-repeat .2em;
}
.appLicenseAdd {
	background: url(/_layouts/images/kienterprise/application/license_add.png) no-repeat .2em;
	padding-left:25px;
}
.appAccept {
	background: url(/_layouts/images/kienterprise/application/tick.png) no-repeat .2em;
	padding-left:25px;
}
.appNew {
	color:#15AF3C;
	font-weight:bold;
	font-style:italic;
	padding-left:.5em;
}

/* -------------------------*/
/* Doc Type Icons */
/* -------------------------*/

.iconDoc {
	background: url(/_layouts/images/kienterprise/application/icon_doc.gif) no-repeat .2em;
	padding-left:25px;
}
.iconPdf {
	background: url(/_layouts/images/kienterprise/application/icon_pdf.gif) no-repeat .2em;
	padding-left:25px;
}
.iconImage {
	background: url(/_layouts/images/kienterprise/application/icon_pic.gif) no-repeat .2em;
	padding-left:25px;
}


/* -------------------------*/
/* Login Boxes */
/* -------------------------*/

.loginBox table {
	
}
.loginBox label{
	margin :0 1em 0 0;
	text-align : right;
	padding-left:2em;
}
.loginBoxRemember {
	text-align:right;
margin:0 1em 0 0;
}
.loginBoxRemember input {
	margin :0 0 0 0;
}
.loginBoxRemember label {
	display: inline;
	margin :0 0 0 0.25em;
	font-weight : normal;
	text-align: left;  
	font-size:.8em;
	padding:0 1em 0 0;
}
.loginBoxButton {
	margin:.2em 7em 0 0;
}

/* -------------------------*/
/* Non Visited Link */
/* -------------------------*/

.nonVisitedLink, .nonVisitedLink:link, .nonVisitedLink:visited .nonVisitedLink:hover {
	color:#0000CC;
}

/* -------------------------*/
/* Form Elements */
/* -------------------------*/

/* Columns */
/* -------------------------*/

#appColumn0 {
	float:left;	
	width:80%;
}
#appColumn1 {
	width:18%;
	float:right;
}

/* Double Column */
/* -------------------------*/

.columnShort {
	width : 25em;
	float : left;
	margin:0 2em .5em 0;
}
.columnMedium {
	width : 35em;
	float : left;
	margin:0 2em .5em 0;
}

/* Form Elements Stacked */
/* -------------------------*/

.formLabelStacked {
	clear:left;
	padding:.5em 0 0 0;
	margin:0 0 .5em 0;
}
.formLabelStacked label {
	display : block;
	margin :0;
}
.formLabelStacked table label {
	display : inline;
	margin :0;
}

/* Form Elements Short */
/* -------------------------*/

.formLabelShort {
	margin:0 0 .5em 0;
}
.formLabelShort label {
	display : block;
	width : 10em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.formLabelShort textarea{
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.shortAlign {
	margin:0 0 0 11em;
	padding:.5em 0 0 0;
}

/* Check List Short */

.checkListShort {
	border : none;
	margin : 0;
	margin:0 0 .5em 0;
}
.checkListShort span {
	display : block;
	width : 10em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.checkListShort Label {
	display : block;
	width : 10em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.checkListShort table label {
	width:0;
	display:inline;
	float:none;
}
.checkListShort table input {
	margin:0 .25em 0 0;
}


/* Form Elements Medium */
/* -------------------------*/

.formLabelMedium {
	margin:0 0 .5em 0;
}
.formLabelMedium label {
	display : block;
	width : 15em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.formLabelMedium textarea {
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.mediumAlign {
	margin:0 0 0 16em;
	padding:.5em 0 0 0;
}

/* Check List Medium */

.checkListMedium {
	border : none;
	margin : 0;
	margin:0 0 .5em 0;
}
.checkListMedium span {
	display : block;
	width : 15em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}

.checkListMedium Label {
	display : block;
	width : 15em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.checkListMedium table td {
	text-align:left;
}
.checkListMedium table label {
	width:0;
	display:inline;
	float:none;
}
.checkListMedium table input {
	margin:0 .25em 0 0;
}

/* Form Elements Wide */
/* -------------------------*/

.formLabelWide {
	margin:0 0 .5em 0;
}
.formLabelWide label {
	display : block;
	width : 20em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.formLabelWide textarea {
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wideAlign {
	margin:0 0 0 21em;
	padding:.5em 0 0 0;
}
/* Check List Wide */

.checkListWide {
	border : none;
	margin : 0;
	margin:0 0 .5em 0;
}
.checkListWide span {
	display : block;
	width : 20em;
	margin :0 1em 0 0;
	float : left;
	text-align : right;
}
.checkListWide table td {
	text-align:left;
}
.checkListWide table label {
	width:0;
	display:inline;
	float:none;
}
.checkListWide table input {
	margin:0 .25em 0 0;
}

/* ------------------------------*/
/* side By Side */
/* ------------------------------*/

label.sideBySide {
	float:none;
	display:inline;
	width:auto;
	padding-left:1em;
}


/* ------------------------------*/
/* Examples */
/* ------------------------------*/

.example { 
	color: #666;
	margin:0 0 .5em 0;
	font-size:.8em;
	font-weight:normal;
	display:block;
}
.formLabelShort .example {
	margin:0 0 .5em 13.8em;
}
.checkListShort div.example {

}
.formLabelMedium .example {
	margin:0 0 .5em 20.1em;
}
.checkListMedium div.example {

}
.formLabelWide .example {
	margin:0 0 .5em 26.3em;
}
.checkListWide div.example {
	margin:0 0 .5em 26.3em;
}
span.example { 
	color: #666;
	margin:0 0 .5em 0;
	font-size:.8em;
	font-weight:normal;
	display:block;
}
.formLabelShort span.example {
	margin:0 0 .5em 0;
}
.formLabelMedium span.example {
	margin:0 0 .5em 0;
}
.formLabelWide span.example {
	margin:0 0 .5em 0;
}

/* ------------------------------*/
/* Help */
/* ------------------------------*/

.help {
	font-size:.8em;
	text-decoration:underline;
	cursor:pointer;
}

/* -------------------------*/
/* Survey List */
/* -------------------------*/

ul.surveyList {
	padding:.5em 0 0 0;
	margin:0 0 .5em 0;
}

ul.surveyList li {
	list-style:none;
}

ol.surveyList {
	padding-top:.5em;   
}
.surveyList {
	padding-top:.5em;
}
.surveyList li {
	margin:0 0 .5em 0;
	padding:0 0 .5em 0;
}
.surveyList label {
	display:block;
	margin-bottom:.5em;
}
.surveyList table label {
	font-weight:normal;
	display:inline;
	margin:.0 0 .5em 0;
}
.surveyList textarea {
	margin:0 0 .5em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------*/
/* Grid View            */
/* ---------------------*/

/* This style is to fix Grid View display in Renewal Services Admin */
/* Remove this file once Renewal Services Has been fixed */

.gridViewAdmin {
	width:100%;
}
.gridViewAdmin caption,  .gridViewAdmin th{
	display:none;
}
.gridViewAdmin tr {

}
.gridViewAdmin table th {
	display:table-cell;
	width:25%;
}
.gridViewAdmin table td{
	width:25%;
}
.gridViewAdmin table {
	width:100%;
}

/* ----------------------------------- */

.gridView {
      width: 100%;
      border-width: 0px !important; 
      margin: 0 0 1em 0;
}
.gridView caption {
	font-weight:bold;
	padding:1em 0 .5em 2px;
	text-align:left;
	color:#000;
}
.gridView th {
	  padding: 2px 5px 2px 5px;
	text-align:left;
}
.gridView th a  {
	padding-right:5px;
}
.gridView td {
      padding: 2px 5px 2px 5px;
      vertical-align:top;
}
.tinyDataGrid {
      width: 100%;
      border-width: 0px !important; 
}
.gridViewHeader {
      border-bottom:1px solid #fff; 
      background:#036 url(/_layouts/images/kienterprise/application/appGradient.png) repeat-x top;
      color: #fff;
      vertical-align: top;
      font-weight:bold;
}
.gridViewHeader th, .gridViewHeader a:link, .gridViewHeader a:visited, .gridViewHeader a:hover, .gridViewHeader a:active {
	color : #fff;
	font-weight:bold;
}
.gridViewSelectedRow {
	background: #FFFFCF;
	font-style:italic;
	font-weight:bold;
}
.gridViewAltRow {
      background:#DFEBFF url(/_layouts/images/kienterprise/application/appGradient.png) repeat-x top;
}
.gridViewRow th {
	font-weight:normal;
}
.gridViewAltRow td, .gridViewAltRow th {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-weight:normal;
}
.gridView a, .gridView a:visited, .gridView a:active, .gridView a:hover, {
      color:#0000CC;
}
.gridViewFooter td{
	border-top:2px solid #999;
	padding-top:.5em;
	background-color: #fff; 
	color: #000;
        vertical-align: top;
        font-weight:bold;
}

/* -------------------------*/
/* Data Tables           */
/* -------------------------*/

.dataTableShort, .dataTableMedium, .dataTableWide {
	width : 100%;
	margin : 0 0 2em 0;
	padding : 1em 0 0 0;
}
.dataTableShort caption, .dataTableMedium caption, .dataTableWide caption {
	margin : 0.5em 0;
	padding : 0;
	text-align : left;
	font-weight : bold;
	border-bottom:1px solid black;
}
.dataTableShort tr, .dataTableMedium tr, .dataTableWide tr {
	vertical-align:top;
}
.dataTableShort th, .dataTableMedium th, .dataTableWide th {
	padding-bottom : 0.25em;
	padding-top : 0.25em;
	padding-right : 1em;
	width : 10em;
	text-align:right;
	font-weight : normal;
}
.dataTableMedium th {
	width : 15em;
}
.dataTableWide th {
	width : 20em;
}
.dataTableShort th .requiredIndicator, .dataTableMedium th .requiredIndicator, .dataTableWide th .requiredIndicator {
	display : none;
}
.dataTableShort td, .dataTableMedium td, .dataTableWide td {
	padding-left : 1em; 
	padding-bottom : 0.25em;
	padding-top : 0.25em;
}
.dataTableShort tr.totalRow th, .dataTableShort tr.totalRow td, 
.dataTableMedium tr.totalRow th, .dataTableMedium tr.totalRow td, 
.dataTableWide tr.totalRow th, .dataTableWide tr.totalRow td, .gridView tr.totalRow td {
	background:#BADF99 url(/_layouts/images/kienterprise/application/appGradient.png) repeat-x top;
	border-top : 1px solid #999;
	
	font-weight : bold;
}

/* -------------------------*/
/* Decimal Align */
/* -------------------------*/

.decimalAlign, .gridView th.decimalAlign {
	text-align:right;	
}

/* -------------------------*/
/* Submit Buttons */
/* -------------------------*/

.submitButtonSurvey {
	clear:both;
	margin:1em 0 1em 2.5em;
}
.submitButtonShort {
	clear:both;
	margin:1em 0 .5em 11.3em;
}
.submitButtonMedium {
	clear:both;
	margin:1em 0 1em 16.2em;
}
.submitButtonWide {
	clear:both;
	margin:1em 0 1em 21.1em;
}
.submitButton {
	clear:both;
	margin:1em 0;
}


/* -------------------------*/
/* Wizzard Steps */
/* -------------------------*/

.wizardWrapper {}
.wizardHeader {}
.wizardStepContent {}
.wizardStepNav {}


.wizardStartStep, .wizardNextStep, .wizardFinishStep, .primaryActionButton {
	background-color:#639F59;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;	
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial,Helvetica,sans-serif !important;
	color:#FFF;
	cursor:pointer;
}
.ie6 .primaryActionButton {
	background-image: none;
}
.wizardStartStep:hover, .wizardNextStep:hover, .wizardFinishStep:hover, .primaryActionButton:hover {
	background-color:#639F59;
}

.wizardPreviousStep, .wizardFinishPreviousStep, .secondaryActionButton {
	background-color:#C2DAEF;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial,Helvetica,sans-serif !important;
	color:#666;
	cursor:pointer;
}
.wizardPreviousStep:hover, .wizardFinishPreviousStep:hover, .secondaryActionButton:hover {
	background-color:#C2DAEF;
}

/* -------------------------*/
/* Calendar */
/* -------------------------*/

.ajax__calendar_container {
	z-index:1001;
}

.calendar {
	margin-left:33em;
	margin-top:-1.5em;
	position:absolute;
	font-size:.8em;
	background:#fff;
}
.calendar a {
	text-decoration:none;
	display:block;
}
.calendar table {
	border:none !important;
}
.calendar a:hover {
	text-decoration:none;
	background:#333;
	color:#ffffff !important;
}
.daysOfWeek {
	font-weight:normal;
	background:#EEE;
	text-align:center;
}
.monthView {
	background:#EEE;
}
.monthView a {
	padding:2px;
}
.otherMonthView {
	background:#EEE;
	color:red !important;
}
.otherMonthView a {
	color: #AAA !important;
	padding:2px;
}
.selectedDay, .selectedDay a {
	background:#D1E2F1 !important;
	color:#000 !important;
	font-weight:bold;
}
.selectedDay a:hover {
	background:#333 !important;
	padding:2px 0 ;
}
.today{
	background:#EEE !important;
}
.today a {
	padding:2px
}
.weekends {
	background:#EEE;
}
.weekends a {
	padding:2px;
}
.calendarMonthHeader {
	font-weight:bold;
}



