#loginContent form, #forgotContent form{
    font-size: 18px;
}
#registerContent form, #adminTabs,.IFtextStyle, #mainTab,#displayTab,#memberTab,#integrateTab,#spinControl,#incidentTab,div.IFtextStyle, td .IFtextStyle,#createUser {
    font-size: 12px;
    color: #000000;
}
#registerContent form p {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}

#integrateTab input {
	width:100%;
}
input {
    width: 186px;
    height: 18px;
}
textarea {
	width:100%;
}
.submitButtons {
    font-size:14px;
    text-align:center;
    padding: 10px 0px 10px 0px;
}
/* Panel */
#responsePanel {
    font-size:13px;
	color:#38487C;
	min-width: 340px;
}
/* Password strength */
#passwordStrength {
	height:10px;
	display:block;
	float:left;
}
.strength0 {
	width:250px;
	background:#cccccc;
}

.strength1 {
	width:50px;
	background:#ff5f5f;
}

.strength2 {
	width:100px;	
	background:#ff0000;
}
#errorMessage {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
#errorMessage img {
    display: inline;
}

/* Fieldsets and legends */
fieldset {
    border: 1px solid #ccc;
    margin: .5em;
    padding: .5em;
	color: #000000;
}
legend, .highlightText{
	color: #000000;
    font-size: 14px;
    font-weight: bold;
}
#adminTabs .yui-nav, legend {
    margin: 0px;
}
/* Positioning map */
#banner_image {
	background-image: url(../../images/iFactorMapBox.jpg);
	background-repeat: no-repeat; 
	height: 267px;
	width: 100%;
}
#banner_image #map {
	position:relative;
	top:5px;
	left:22px;
	width:755px;
	height:244px;
	border-width:0px;
}
#tab2 #banner_image {
    position: absolute;
    background-image: url(../../images/iFactorMapBoxMain.jpg);
	background-repeat: no-repeat; 
	height: 267px;
	width: 420px;
	left: 487px;
	top: 74px;
}
#tab2 #banner_image #map {
    position: relative;
    left: 13px;
    top: 5px;
    width: 395px;
    height: 243px; 
}
#adminTabs .yui-nav{
	margin: 9px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}
#otherOrgTokenResult img, #createTokenResult img
{
    display: inline;
}
/*  trust token font  */
#trustUserToken
{
	color:red;
	font-size:10px;
	font-weight:bold;
}
/* styling for logout */
.logout
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
#powered-by a
{
    margin:0;
    padding-right: 5px;
    padding-bottom: 5px;
} 
#tab3 div.left-column p a, #tab1 div.left-column p a {
    color: blue;
}
/* For pricing page */
.pricingTable {
     font-size: 12px;
     border-collapse:collapse;
     border:none;
}
.pricingTable td {
    border-color: #000000;
    border-style:solid;
    border-width:1.0pt;
    line-height: 20px;
}
.pricingTable td a {
    text-decoration: underline;
    color: #0000FF;
}
.pricingTable thead {
    text-align: center;
}
.comingSoon {
    font-size: 11px;
    padding: 10px 10px 0px 0px;
    font-weight: bold;
    color: #657383;
    margin: 0;
    text-align: left;
}
.comingSoon img {
    display: inline;
    padding-right: 2px;
}
.heading {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.subHeading {
    font-size: 14px;
    font-weight: bold;
}
.rowEven {
    background-color: #FCF4D9;
}
.pricingHeading {
    padding : 0px 0px 10px 0px;
}
/* Styling for terms and conditions in signup page */
#terms {
    width:75%;
    font-size: 12px;
    color:#000000;
    line-height: 23px;
    margin: 2px 0 28px 4px;
}
#terms input {
    width: 20px;
    vertical-align:bottom;
}
.submitSignUp {
    font-size: 14px;
    padding-top: 10px;
	text-align: center;
	width:100%;
}
.linkTerms {
    color:blue;
}
.highlightStar {
    color:red;
    font-weight:bold;
}
/* Admin, Management Tab: Member and incident table*/
#memberView {
    border: 1px solid #808080;
    width: 100%;
}
#incidentView {
    border: 1px solid #808080;
    width: 100%;
}
.FixedHeader th {
    color: #FFFFFF;
    text-align: center;
}
.FixedHeader th img {
    display: inline;
}
.pager span {
    color:#EEC941;
    font-weight:bold; 
    border : 1px solid #EEC941;
}	
.FixedHeader {
    background-image:url(../../images/table_header.jpg);
    background-repeat:repeat-x;
}
.pager {
    background-image:url(../../images/table_header.jpg);
    background-repeat:repeat-x;
}
/*Admin Tab: Applying word wrap for new token */
#trustUserToken {
    word-wrap: break-word;
}
#createToken, #registerToken {
   vertical-align:bottom;
}
