/* Begin headings */

.pagetitle {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FF9933;
	margin-left:15px;
	margin-top:8px;
}

.whiteHeading {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:18px;
}

.orangeHeading {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	color:#FF9933;
	line-height:25px;
	font-weight:normal;
	margin-left:15px;
	padding-top:10px;
}
.orangeHeadingSmall {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	color:#FF9933;
	line-height:25px;
	font-weight:normal;
	margin-left:15px;
	padding-top:10px;
}
/* End headings */

/* Right Nav classes */
.rightcolumn .section h1, .rightcolumn .section h2{
	font-size:18px;
	color:#FBAC39;
	font-weight:normal;
	line-height:20px;
	padding-bottom:0.5em;
}

.rightcolumn .section{
	clear:both;
	border-bottom:thin #FF6633 dashed;
	padding:0.25em 0 0.5em 0;
}

.rightcolumn .section * td {
	vertical-align:top;
	padding-bottom:0.25em;
}

.rightcolumn * ul{
	clear:both;
}

.rightcolumn * ul li {
	color:#333333;
	padding-bottom:0.35em;
    list-style:square;
    list-style-position:outside;
	margin-left:14px;

}

.rightNavHeading {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#FBAC39;
	font-weight:normal;
	line-height:20px;
}

.rightNavGrey {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
.textGrey {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:normal;
}
.rightNavGreyBold {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
.rightNavGreyBold-admin {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:red;
	font-weight:bold;
}

/* Right Nav classes */

/* Begin: Red regular error text */

.errorText{
        font-size: 13px;
        font-family: arial;
        font-weight: normal;
        color: #CC3300;
}
.rederror {
	font-family:arial;
	font-size:13px;
	color:#CC0000;
	font-weight:normal;
}
/* End: Orange regular error text */


/* Begin: Regular Link text */ 

a{
        font-weight: normal;
        color: #2465CC;
        text-decoration: none;
        font-size:14px;
		
}

/*
a:Hover{
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #333333;
        text-decoration: underline;
}

a:Active{
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight: normal;
        color: #2465CC;
        text-decoration: underline;
}
*/

/* Begin: Form Element - Select Box, Text Box */

input.text,textarea,password {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #333333;
	height:16px;
	width:78px;
	margin-top:2px;
	margin-left:0px;
	margin-bottom:2px;
	padding:0px;
}

form p textarea, .fieldWithErrors textarea, form p input{
	height:auto;
	width:auto;
	border:thin solid #999999;
}

form#content{
	display:inline;
	position:inherit;
	padding-bottom:100px;
}

div#form-indicator{
	display:inline;
}

div#form-indicator img{
	display:inline;
	border:none;
	padding-left:20px;
}

div#content-display label{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


.email {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	height:13px;
	width:150px;
	margin-top:2px;
	padding:0px;
}
/* End: Form Element - Select Box, Text Box */

/* Green Text for login pages */
.greenBold {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#999966;
	font-weight:bold;
}

.greenNormal {
	color:#003300;
	font-weight:normal;
	margin:0px;
}
.textAttachFiles {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FF5555;
	font-weight:normal;
	margin:0px;
}
.textInstruction {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	font-weight:normal;
	margin:0px;
}
.textHighlight {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#009999;
	font-weight:normal;
	margin:0px;
}
.greenText {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#999966;
	font-weight:normal;
	margin:0px;
}

/* Green Text for Login Pages */

/* White text */
.whiteNormal {
	color:#FFFFFF;
	font-weight:normal;
}
/* White text */

/* Black text classes */
.blackBold {
	color:#000000;
	font-weight:bold;
}

.blackNormal {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
}
/* Black text classes */

td p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
  margin-top:0px;
}

/* for the show org_contacts form */
td#org p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
}

p{
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
		font-size:14px;
        color: #333333;
		margin:0 0 14px 0;
}

b{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #333333;
}

/*li{

        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
}*/

.copyright {
	padding-top:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}
.copyrighthome {
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}

.listing {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
.orangeSmall {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FF9933;
	font-weight:normal;
}

.blueText {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#0099CC;
	font-weight:normal;
}

.headertxt {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
.greyhead {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
/* Classes added by Puneet */
.rightNavBold {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
}
.greenBold12px {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#999966;
	font-weight:bold;
}
.welcomeText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF9933;
	
}
.errorMessage{
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	color: #FF0000;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;	
}

.pwx-status{display:block}
.pwx-status *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.pwx-status1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffffa7;
  border-right:1px solid #ffffa7;
  background:#ffffd8}
.pwx-status2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ffff75;
  border-right:1px solid #ffff75;
  background:#ffffe1}
.pwx-status3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffffe1;
  border-right:1px solid #ffffe1;}
.pwx-status4{
  border-left:1px solid #ffffa7;
  border-right:1px solid #ffffa7}
.pwx-status5{
  border-left:1px solid #ffffd8;
  border-right:1px solid #ffffd8}
.pwx-statusfg{
  background:#FFFFFF;
  padding: 0em 0.5em 0em 0.5em;}

div#pwx-status {
	width:350px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}

