.clear {
	clear: both;
	float: none;
}

li {
	color: #999;
}
#fileField {

}


.blueText {
	font-family: Verdana, Geneva, sans-serif;
	color: #24b5f9;
	font-size: 11pt;
	font-weight: normal;
}
.blueTextDarker {
	font-family: Verdana, Geneva, sans-serif;
	color: #0693D7;
	font-weight: normal;
	line-height: 24px;
	font-size: 11pt;
}
.blueTextDarker a{
	color: #0693D7;
	cursor: pointer;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
}
.blueTextDarkerWithPadding {
	font-family: Verdana, Geneva, sans-serif;
	color: #0693D7;
	font-size: 11pt;
	font-weight: normal;
	line-height: 24px;
	margin-left: 10px;
}
.blueTextDarkerWithPadding a {
	color: #0693D7;
	cursor: pointer;
	font-size: 11pt;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.greenText {
	font-family: Verdana, Geneva, sans-serif;
	color: #090;
	font-weight: normal;
	line-height: 24px;
	font-size: 11pt;
}






.smallBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #24b5f9;
}

.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.greyText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09C;
}
.greyText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
}

.greyText li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.greyTextTall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	font-weight: bold;
}
.greyTextSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.greyTextSml a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	font-weight: normal;
}

.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bolder;
}
.blackText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
	font-weight: bolder;
}


.LargeTextForAccountPages {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 11pt;
	font-weight: normal;
	margin-left: 10px;
	line-height: 24px;
}
.LargeTextForAccountPagesNoPadding {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 11pt;
	font-weight: normal;
	line-height: 24px;
}


p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
p a{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #09F;
	font-size: 12px;
	line-height: 20px;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.smallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
.whiteTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 25px;
}
#header a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 8pt;
	font-weight: normal;
}
#header a:hover {
	color: #24B5F9;
}
.header {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.button_login   {
	cursor: pointer;
	border: none;
	background-image: url(http://www.ibridge-search.com/images/login_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	margin-top: 10px;
	height: 25px;
	width: 55px;
	position: relative;
}
.button_save {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(/images/save.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.button_upload {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(/images/upload.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	margin-top: 10px;
}
.button_register {
	width: 70px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(/images/register.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	margin-top: 10px;
}
.button_search {
	cursor: pointer;
	border: none;
	background-image: url(../images/searchBtn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	height: 25px;
	width: 55px;
	position: relative;
	margin-top: 5px;
}
.button_post {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(/images/post.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.button_back {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(../images/backbutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.button_continue {
	cursor: pointer;
	border: none;
	background-image: url(../images/continue.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	height: 25px;
	width: 70px;
	position: relative;
}

.button_sendNoMargin {
	background-image: url(/images/send.gif);
	height: 25px;
	width: 55px;
	position: relative;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.button_print {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(../images/printBtn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button_close {
	width: 55px;
	height: 25px;
	cursor: pointer;
	border: none;
	background-image: url(../images/closeBtn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}






.sendButton        {
	background-image: url(/images/send.gif);
	height: 25px;
	width: 55px;
	position: relative;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-left: 15px;
}



#contentHolder #loginArea input.field {
	background-color: #FFF;
	height: 18px;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentHolder #loginArea input:focus.field {
	border-top-color: #95CAFF;
	border-right-color: #95CAFF;
	border-bottom-color: #95CAFF;
	border-left-color: #95CAFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#contentHolder #loginArea input.rememberme {
 border: none;
 background: transparent;
 margin: 0;
 padding: 0;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	font-size: 8pt;
	color: #666;
}
#footer a:hover {
	color: #4FAFFF;
}
a:hover {
	color: #4FAFFF;

}
.loginError {
	min-height: 20px;
	background-color: #EBA7A8;
	background-image: url(/images/error.jpg);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
	font-weight: normal;
	width: 330px;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #FF3300;
	padding-right: 5px;
}
.loginError a {
	font-size: 12pt;
	color: #600;
	text-decoration: underline;
}
.loginSuccess {
	min-height: 20px;
	background-color: #B1E1B0;
	background-image: url(/images/001_06.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #030;
	font-weight: normal;
	width: 330px;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #0C0;
	padding-right: 5px;
}
.loginSuccess a {
	font-size: 12pt;
	color: #030;
	text-decoration: underline;
}
.loginQuestion {
	min-height: 20px;
	background-color: #C8DAF7;
	background-image: url(../images/onebit_37.png);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003;
	font-weight: normal;
	width: 330px;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #09F;
	padding-right: 5px;
}
.loginQuestion a {
	font-size: 12pt;
	text-decoration: underline;
	color: #003;
}




.img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#noticeBar a {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
hr {
	color: #CCC;
	background-color: #CCC;
}
.profileHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #2E2E2E;
	font-weight: bold;
}
.header2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.header3 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	padding-left: 2px;
}

.header2WithBottomPadding {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 40px;
}

#userInformation #text .blueText a{
	font-family: Verdana, Geneva, sans-serif;
	color: #24b5f9;
	font-size: 11pt;
	font-weight: normal;
}
.profileSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	line-height: 15px;
}
.siteStatus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2E2E2E;
	font-weight: bold;
}
#container #profileHolder #contentHolder #profile #avatar #aboutHolder a {
	text-decoration: underline;
	font-size: 8pt;
	color: #666;
}
#container #profileHolder #contentHolder #profile #avatar #aboutHolder a:hover {
	color: #4FAFFF;
}
#loginHolder #contentHolder #contentHolder #loginArea table form tr td label .greyText {

}
#loginHolder #contentHolder #contentHolder #loginArea table form tr td label .greyText {
}
#contentHolder #registrationArea input.field {
	background-color: #FFF;
	height: 18px;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentHolder #registrationArea input:focus.field {
	border-top-color: #95CAFF;
	border-right-color: #95CAFF;
	border-bottom-color: #95CAFF;
	border-left-color: #95CAFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

#loginHolder #contentHolder #contentHolder #registrationArea table form tr .greyText {
	font-weight: bold;
}
.selectBox          {
	background-color: #FFF;
	height: 24px;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.field {
	background-color: #FFF;
	height: 18px;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentHolder input:focus.field {
	border-top-color: #95CAFF;
	border-right-color: #95CAFF;
	border-bottom-color: #95CAFF;
	border-left-color: #95CAFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fieldNoPadding {
	background-color: #FFF;
	height: 18px;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentHolder input:focus.fieldNoPadding {
	border-top-color: #95CAFF;
	border-right-color: #95CAFF;
	border-bottom-color: #95CAFF;
	border-left-color: #95CAFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}


.body {
	background-color: #FFF;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.bodyNoLeftPadding {
	background-color: #FFF;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.textArea {
	background-color: #FFF;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 10px;
	margin-left: 0px
	;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100px;
	width: 484px;
	margin-bottom: 6px;

}
.textAreaNoHeight {
	background-color: #FFF;
	border: 2px solid #E0E0E0;
	color: #525252;
	margin-top: 10px;
	margin-left: 0px
	;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 484px;
	margin-bottom: 6px;
}

.clearTxt {
	color: #EEE;
}
.blueLink  a{
	font-size: 9pt;
	font-weight: bold;
	color: #25aefc;
	text-decoration: underline;
}
.blueTextNewMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #09F;
}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
}
.searchBox {
	height: 28px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/search.gif);
	float: left;
	width: 290px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 8px;
}
.button_searchEngine {
	cursor: pointer;
	border: none;
	background-image: url(../images/search_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #D3D3D3;
	background-color: transparent;
	height: 30px;
	width: 51px;
	position: relative;
	float: left;
}
.greenTextLarge {
	font-family: Verdana, Geneva, sans-serif;
	color: #030;
	font-weight: normal;
	line-height: 24px;
	font-size: 11pt;
}
.redTextSml {
	color: #C00;
	font-weight: normal;
}
.orangeTextSml {
	color: #F60;
	font-weight: normal;
}
.greenTextP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	font-weight: normal;
}
.redTextP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
}
.blueTextP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
}
.backTextFull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
}
.blackTextLarge {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	font-size: 10pt;
}
.blackTextLarger {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	font-size: 13pt;
}

.blackTextMedium {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 24px;
	font-size: 9pt;
}
