
*{
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	padding: 0;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ffffff;
	font-size: 11px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.plain:link { color: #3886E6; text-decoration: none;}
.plain:visited { color: #3886E6; text-decoration: none;}
.plain:hover { color: #FFFFFF; text-decoration: none; background: #3F84E5; }
.plain:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }

.chand {
	cursor:pointer;
}

/***************************
 HEADER STYLES
***************************/
#header{
	margin: 0;
	padding: 0;
	height: 42px;
}

#header div.logo{
	margin: 0;
	padding: 0;
	float: left;	
	width: 203px;
	height: 34px;
}

#header div.logo img{
	margin: 0;
	padding: 0;
	border: 0;
	width: 203px;
	height: 34px;
}

/***************************
 QUICK SEARCH MODULE
***************************/
#quickSearchModule{
	font-size: 10px;
	color: #666666;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

#quickSearchModule p.searchLabel{
	font-weight: bold;
	padding: 0 0 3px 0;
}

#quickSearchModule form{
	margin: 0;
	padding: 0;
}

#quickSearchModule input{
	margin: 0;
	position: relative;
	top: 1px;
	border: 1px solid #666666;
	font-size: 10px;
	height: 12px;
	padding: 2px;
}

#quickSearchModule input.submitButton{
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	border: 1px solid #003366;
	background-color: #BFD5F8;
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
}

/***************************
 ID BAR MODULE
***************************/
#idBarModule{
	position: absolute;
	top: 3px;
	right: 3px;

	height: 20px;
	vertical-align: top;
	/* background-color: #CBCCC7; */
	align: right;
	/* border: 1px solid #E4E5E2; */
	margin-right: 0px;
	z-index: 2;
}

#idBarModule a{	
	font-weight: bold;
	color: #B4C9D6;
}

#idBarModule td.location{
	padding: 1px;
	font: 8pt Arial, Verdana;
	color: #DDDDDD;
	align: right;
	text-align: right;
	white-space: nowrap;
}

#idBarModule td.loginStatus{
	padding: 1px;
	font: 8pt Arial, Verdana;
	color: #DDDDDD;
	align: right;
	text-align: right;
	white-space: nowrap;
}

#idBarModule span.idBarLabel {
	font: 8pt Arial, Verdana;
	font-weight: bold;
	color: #eeeeee;
}
/***************************
 NAVIGATION STYLES
***************************/

#mainNav{
	height: 18px;		
	font-size: 11px;
	/* font-weight: bold; */
	background-color: #EFEFEF;
	padding: 4px;
	border-bottom: 1px solid #999;
	/* width: 100%; */
}

#mainNav table.navTable{
	height: 21px;
	white-space: nowrap;
	border-bottom: 5px solid #336699;	
}

#mainNav table.navTable tr{
	height: 21px;
	background: url("http://www.krononsolutions.com/images/images/nav_bg.gif");
	background-repeat: repeat-x;
	background-color: #336699;
	white-space: nowrap;
}


#mainNav table.navTable tr td.mainNavLink{
	height: 21px;
	padding: 0 20px;
	white-space: nowrap;
}

#mainNav table.navTable tr td.current{
	height: 21px;
	padding: 0 25px;
	background: none;
	background-color: #336699;
	white-space: nowrap;
}

#mainNav table.navTable tr td a{
	color: #3A3A3A;
}

#mainNav table.navTable tr td.current a{
	color: #FFFFFF;
}

/* --- TABS --- */
#mainNav TD.navTabInactive {		
	background-color:#BABBB6;
    height:13px;
    cursor:hand;
    padding: 3px;
}

#mainNav TD.navTabActive {		
	background-color:#e9e9e7;
    height:13px;
    cursor:hand;
    padding: 3px;
}

/* --- TAB CORNERS --- */
#mainNav TD.navTabInactiveCorner {		
	background-color:#BABBB6;
    height:13px;
    cursor:hand;
}

#mainNav TD.navTabActiveCorner {		
	background-color:#e9e9e7;
    height:13px;
    cursor:hand;
}

/* --- TAB TEXT --- */
.navTabActiveText {
	font: 10px verdana,helvetica;
	font-weight:bold; 
	color:#000000;
    padding-left: 5px;
    text-decoration:none;
}

.navTabInactiveText {
	font: 10px verdana,helvetica;
    font-weight:bold;
    color:#FFFFFF;
    padding-left: 5px;
    text-decoration:none;
}

.nonTabLinkCell {
	font: 10px verdana,helvetica;
	font-weight: bold;
	color: #CCCCCC;
	padding-right: 20px;
	vertical-align: top;
}

.navNonTabLink {
	font: 10px verdana,helvetica;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.navNonTabLink:hover {
	color: #EEEEEE;
	text-decoration: none;
}

#underNav {
	background-color:#e9e9e7;
	height: 5px;
	border-bottom: 1px solid #ccc;
}

/***************************
 CONTENT STYLES
***************************/

#content{		
	height: 100%;
	/* border: 1px solid #AAAAAA; */
	background-color: #FFFFFF;
}

#content table.contentTable tr td{
	vertical-align: top;
	height: 100%;
}

#content table.contentTable tr td.leftCol{
	width: 145px;
	background-color: #EDEDED;
	border-bottom: 2px solid #828282;		
}




/***************************
 CONTENT LEFT COL STYLES
***************************/

#leftColumn{
	margin: 0;
	height: 100%;
	width: 145px;
	background-color: #EDEDED;
}

#leftNav{
	font: 10px Verdana, Arial;	
	background-color: #EDEDED;
	height: 100%;
}

#leftNav p.navTitle{
	font-weight: bold;
	padding: 20px 0 8px 0;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #C3D6D8;
}

#leftNav ul{
	margin: 0 0 20px 15px;
}

#leftNav ul li{
	padding: 4px 0 4px 5px;	
	border-bottom: 1px solid #C3D6D8;
	list-style: none;
}

#leftNav ul li.current{
	background-color: #FFFFFF;
	color: #E2691F;
}

#leftNav a{
	text-decoration: none;
	color: #000000;
}

#leftNav ul li.current a{
	color: #E2691F;
}



/***************************
 CONTENT RIGHT COL STYLES
***************************/

.rightCol {
	background: url("http://www.krononsolutions.com/images/images/dropshadow.gif");
	background-repeat: repeat-x;	
	width: 100%;	
}

#rightColumn{
	margin: 10px 10px 50px 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#rightColumn table{
	
	margin: 0 0 10px 0;
}

#rightColumn table tr td.contentHeader{
	vertical-align: middle;
	align: left;
	text-align: left;
	/* border-bottom: 1px solid #475681; */
}

#rightColumn table tr td.contentIntro{
	padding: 5px 0 15px 0;
}

#rightColumn table tr td.contentHeader h1{
	padding-left: 10px;
	font-face: arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3B769E;
}


#rightColumn table tr td.editCol{
	font-weight: bold;	
	text-align: right;
	background-color: #E9E9E9;	
	color: #475681;
	padding: 5px 10px;
}

#rightColumn table tr td.editCol a{
	color: #475681;
}

#rightColumn table tr td.help{
	
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 3px;
	font-size: 10px;
	color: #336699;
}

#rightColumn table tr td.help a{
	font-weight: bold;
	color: #336699;
}

#rightColumn table tr.contentRow td.moduleContent{
	width: 100%;
}



#rightColumn table tr.contentRow td{
	padding: 10px 0;
	
}

#rightColumn table tr.moduleHeaderRow td.titleCol{
	background-color: #F0F2F4;
	font-weight: bold;
	padding: 4px 5px;
	border-bottom: 1px solid #AAAAAA;
}

#rightColumn table tr.moduleContent td.content{
	padding: 6px 6px 20px 6px;
}

/**********************************
 NAVIGATION SHADOW BAR
**********************************/

#navShadowBar {
	padding: 0px;
	margin: 0px;
	height: 7px;
	background: url("http://www.krononsolutions.com/images/images/dropshadow.gif");
	background-repeat: repeat-x;
	background-color: #fff;
}

/**********************************
 DASHBOARD CONTENT RIGHT COL STYLES
**********************************/
#rightColumn table.dashSubSection{
	margin-top: 15px;
	border: 1px solid #e9e9e9;
	color: #646464;		
	padding: 5px 10px;
	
}

#rightColumn table tr td.dashTitle{
	background-color: #E9E9E9;
	border: 0;
	color: #475681;
	font-weight: bold;		
	padding: 5px 10px;
}

#rightColumn table tr td.dashTitle a{	
	color: #1E3F70;
}

#rightColumn table tr.dashContentRow td{
	padding: 10px;
	border: 1px solid #E1E6EF;
	color: #646464;
}

#rightColumn table tr.formButtonRow td{
	padding-top: 5px;
	align: left;
	text-align: right;
}

#rightColumn table tr.dashContentRow table tr td{
	padding: 0 10px 0 0;
	border: 0;
	vertical-align: middle;
}

#rightColumn table tr.dashContentRow table.indentContent{
	padding: 0 0 15px 0;
}

#rightColumn table tr.dashContentRow td p{
	padding: 5px 0;
}

#rightColumn table tr.dashContentRow td p.indentContent{
	padding: 0 0 5px 10px;
}

.textHeader{
	font-weight: bold;
}

/* start bryan styles */
<!--

#contentFooter {
	align: center;
	text-align: center;
	font: 8pt Arial, Verdana;
	color: #aaaaaa;
	padding: 5px;
}

.footerSeperator {
	margin-top: 15px;
	background-color: #ccc;
	height: 1px;
}

#FooterArea {
	padding-top: 5px;
	width: 100%;
	height: 20px;
}

.footerText {
	font: 10px Verdana, Arial;
	color: #5C5C5C;

}

/**********************************
  FORM STYLES
**********************************/
form{
	margin: 0;
	padding: 0;
}

input{
	
	font-size: 11px;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;;
	color: #333333;
	margin: 3px;
	padding: 2px;
}

select{
	
	font-size: 11px;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: #475681;
	margin: 3px;
	padding: 0;
	
}

option{
	
	font-size: 11px;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: #475681;	
	padding: 2px 0 0 2px;
}

textarea{
	
	font-size: 11px;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: #475681;	
	margin: 3px;
}

.formButtonRow{
	text-align: right;
	padding: 5px 0 0 0;
}

/* width and overflow is to remove extra left and right button padding in IE */
.formButton{
	padding: 1px 2px;
	margin: 0;
	background-color: #B1E717;
	width:auto; 
	overflow:visible;
}

.formCancelButton{
	color: #666;
	padding: 1px 2px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #eee;
	width:auto; 
	overflow:visible;	
}

.websiteURLInput{
	width: 250px;
}

.subModuleTitle{
	font-weight: bold;
	background-color: #E1E6EF;
	border: 1px solid red;
	color: #475681;	
	padding: 5px 10px;
}

.subModuleContent{
	width: 400px;
}



.subContentRow{
	padding: 10px 0;
	border: 1px solid #E1E6EF;
	color: #646464;
}

.moduleRow td.moduleContent{
	padding: 10px;
	margin: 0;
	
}


.moduleRow td.moduleContent table{
	width: auto;
}

.moduleRow td.moduleContent table tr td.subModuleContent{
	padding: 0;
	border: 0;
}

.moduleRow td.moduleContent table.table23 tr td{
	border: 0;
	padding: 0 10px 0 0;
}

.label{
	padding: 0 10px 0 0;
}

.formLabel {
	text-align: right;
}

.moduleRow td{
	padding: 10px;
	border: 1px solid #E1E6EF;
}

moduleContent table tr td.subModuleDivider{
	margin: 0;
	padding: 0;
	border: 0;
}

/*-------------------------------------------------
Message Boxes
-------------------------------------------------*/

.MsgBox {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 35px;
	font: 10pt Arial, Verdana;
	font-weight: bold;
	margin: 4px;
	/*
	margin: 0 auto 12px auto;
  	margin-right: 7px;
  	margin-left: 7px;
  	*/
}

.errorInfo {
	border-color: #c99;
	color: #fff;
	background: url(http://www.krononsolutions.com/images/images/alertbad_icon.gif) #c00 left no-repeat;
	background-position: 3px 3px;
}

.info {
	border-color: #BABEDE;
	color: #4E7495;
	background: url(http://www.krononsolutions.com/images/images/ico_info.gif) #EBF8FF left no-repeat;
}

.good {
	border-color: #B2BAA2;
	color: #060;
	background: url(http://www.krononsolutions.com/images/images/alertgood_icon.gif) #EAF7E6 left no-repeat;
}

#MsgBox p.infoItem{
	padding: 0 0 16px 0;
	margin: 0;
}

.rightColContent{
	width: 620px;
}




.helpNav a{
	padding: 2px 6px;
}

/*-------------------------------------------------
Detail Page Styles
-------------------------------------------------*/
#fullCol{
	margin: 30px 30px;
	width: 760px;
}

#fullCol h2{
	color: #205AA4;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}

#fullCol p.fullColSubTitle{
	font-weight: bold;
	font-style: italic;
	padding: 5px 0;
}

#fullCol p.fullColAuthor{
	font-style: italic;
	padding: 5px 0;
}

#fullCol p.paragraphTitle{
	font-weight: bold;
}

#fullCol p.content{
	margin: 0 0 10px 0;
}

/*-------------------------------------------------
Global Message Box Styles
-------------------------------------------------*/

#messageContainer div#LogoBox {
	margin-bottom: 10px;
	width: 350px;
	height: auto;
	text-align: left;
	align: left;
}

#messageContainer div#Module {
	border: 10px solid #E2DFDC;
	padding: 15px;
	background: #ffffff;
	width: 350px;
	height: auto;
	text-align: left;
}

#messageContainer {
	width: 500px;
	margin: 100px auto 20px auto;
	min-width: inherit;
}

.login div.userAgreement {
	font-size: 10pt;
}

#messageContainer dl {
	margin: 10px 0 0 0;
}

#messageContainer dt {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
}

#messageContainer dd {
	margin: 0 0 5px 90px;
	font-size: 11px;
	line-height: 24px;
	color: #666;
	margin-left: 80px;
}

#messageContainer input {
	font-size: 14px;
}

#messageContainer dd span {
	color: #ccc;
}

#messageContainer input#username {
	width: 200px;
}

#messageContainer input#password {
	width: 200px;
	margin-right: 5px;
}